+ 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/attach_gdb.lib
++ source /usr/share/clickhouse-test/ci/utils.lib
+ 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.8.16.43.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 58488 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_23.8.16.43.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static (23.8.16.43.altinitystable+asan) ...
Setting up clickhouse-common-static (23.8.16.43.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_23.8.16.43.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 58502 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_23.8.16.43.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (23.8.16.43.altinitystable+asan) ...
Setting up clickhouse-common-static-dbg (23.8.16.43.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-server_23.8.16.43.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 58511 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_23.8.16.43.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-server (23.8.16.43.altinitystable+asan) ...
Setting up clickhouse-server (23.8.16.43.altinitystable+asan) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
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.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating 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'
[1mPassword for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.[0m
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_23.8.16.43.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 58530 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_23.8.16.43.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-client (23.8.16.43.altinitystable+asan) ...
Setting up clickhouse-client (23.8.16.43.altinitystable+asan) ...
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US=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
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ 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/
+ 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/lost_forever_check.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_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=0
+ sed --follow-symlinks -i 's|true|0|' /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'
+ 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=32086440
+ total_mem=32856514560
+ 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
+ local max_users_mem
+ max_users_mem=9856954368
+ echo 'Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G'
+ cat
Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G
+ cat
+ cat
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ ./minio server --address :11111 ./minio_data
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
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
trying to connect to minio
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:37555 http://127.0.0.1:37555
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (37555), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./1811CC5AA749AAB09a58c040-318b-41b2-9b50-ae0bb3b44461
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 248 root 10u IPv6 15195 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 132.32 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 75.79 MiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.84 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.84 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: 3.75 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 5.22 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ start
+ 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
127.0.0.1 - - [16/Dec/2024:23:33:56 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:33:56 +0000] "PUT /devstoreaccount1/cont/rxekzzxbbnimoazuspwpwxggemnmcayg?blockid=atfniqkegvhtambdkhuevhdtcfekvxqnjioftouzdonmfsikmtadavzcnbyldoxf&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:33:56 +0000] "PUT /devstoreaccount1/cont/rxekzzxbbnimoazuspwpwxggemnmcayg?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:33:56 +0000] "GET /devstoreaccount1/cont/rxekzzxbbnimoazuspwpwxggemnmcayg HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:23:33:56 +0000] "GET /devstoreaccount1/cont/rxekzzxbbnimoazuspwpwxggemnmcayg HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:23:33:56 +0000] "DELETE /devstoreaccount1/cont/rxekzzxbbnimoazuspwpwxggemnmcayg HTTP/1.1" 202 -
+ counter=12
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 525
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ setup_logs_replication
File /tmp/export-logs-config.sh does not exist, do not setup
+ set +x
+ /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/hvtj0vh7
INFO:root:Content length is 1271623680 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/hvtj0vh7 to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/hvtj0vh7 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/c1pkrvj3
INFO:root:Content length is 563968000 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/c1pkrvj3 to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/c1pkrvj3 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=525
+ 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 = 525.
The process with pid = 525 is running.
Sent terminate signal to process with pid 525.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 525.
The process with pid = 525 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 525.
The process with pid = 525 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 525.
The process with pid = 525 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 525.
The process with pid = 525 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 525.
The process with pid = 525 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 525.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 is running.
Waiting for server to stop
Found pid = 525 in the list of running processes.
The process with pid = 525 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
127.0.0.1 - - [16/Dec/2024:23:36:04 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [16/Dec/2024:23:36:04 +0000] "PUT /devstoreaccount1/cont/paugziftuudmyjnwzckyqyxyhidzmmfy?blockid=bnepafpsivdpmqitrkhflwjmetoqdtxfqbmonhhtqlwfbszfvbqqxwgfcpbghaio&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:36:04 +0000] "PUT /devstoreaccount1/cont/paugziftuudmyjnwzckyqyxyhidzmmfy?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:36:04 +0000] "GET /devstoreaccount1/cont/paugziftuudmyjnwzckyqyxyhidzmmfy HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:23:36:04 +0000] "GET /devstoreaccount1/cont/paugziftuudmyjnwzckyqyxyhidzmmfy HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:23:36:04 +0000] "DELETE /devstoreaccount1/cont/paugziftuudmyjnwzckyqyxyhidzmmfy HTTP/1.1" 202 -
+ 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'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1037
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ clickhouse-client --query 'SHOW TABLES FROM test'
+ clickhouse-client --query 'CREATE TABLE test.hits_s3 (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String, RefererDomain String,
Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8, FlashMajor UInt8,
FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16, UserAgentMinor FixedString(2),
CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8, MobilePhoneModel String, Params String,
IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8,
WindowClientWidth UInt16, WindowClientHeight UInt16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8,
SilverlightVersion2 UInt8, SilverlightVersion3 UInt32, SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32,
IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8, FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8,
IsParameter UInt8, DontCountHits UInt8, WithHash UInt8, HitColor FixedString(1), UTCEventTime DateTime, Age UInt8,
Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16), RemoteIP UInt32,
RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage FixedString(2),
BrowserCountry FixedString(2), SocialNetwork String, SocialAction String, HTTPError UInt16, SendTiming Int32,
DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32,
RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.hits (WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16,
EventTime DateTime, EventDate Date, CounterID UInt32, ClientIP UInt32, ClientIP6 FixedString(16), RegionID UInt32,
UserID UInt64, CounterClass Int8, OS UInt8, UserAgent UInt8, URL String, Referer String, URLDomain String,
RefererDomain String, Refresh UInt8, IsRobot UInt8, RefererCategories Array(UInt16), URLCategories Array(UInt16),
URLRegions Array(UInt32), RefererRegions Array(UInt32), ResolutionWidth UInt16, ResolutionHeight UInt16, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, FlashMinor2 String, NetMajor UInt8, NetMinor UInt8, UserAgentMajor UInt16,
UserAgentMinor FixedString(2), CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8, MobilePhone UInt8,
MobilePhoneModel String, Params String, IPNetworkID UInt32, TraficSourceID Int8, SearchEngineID UInt16,
SearchPhrase String, AdvEngineID UInt8, IsArtifical UInt8, WindowClientWidth UInt16, WindowClientHeight UInt16,
ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 UInt8, SilverlightVersion2 UInt8, SilverlightVersion3 UInt32,
SilverlightVersion4 UInt16, PageCharset String, CodeVersion UInt32, IsLink UInt8, IsDownload UInt8, IsNotBounce UInt8,
FUniqID UInt64, HID UInt32, IsOldCounter UInt8, IsEvent UInt8, IsParameter UInt8, DontCountHits UInt8, WithHash UInt8,
HitColor FixedString(1), UTCEventTime DateTime, Age UInt8, Sex UInt8, Income UInt8, Interests UInt16, Robotness UInt8,
GeneralInterests Array(UInt16), RemoteIP UInt32, RemoteIP6 FixedString(16), WindowName Int32, OpenerName Int32,
HistoryLength Int16, BrowserLanguage FixedString(2), BrowserCountry FixedString(2), SocialNetwork String, SocialAction String,
HTTPError UInt16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,
FetchTiming Int32, RedirectTiming Int32, DOMInteractiveTiming Int32, DOMContentLoadedTiming Int32, DOMCompleteTiming Int32,
LoadEventStartTiming Int32, LoadEventEndTiming Int32, NSToDOMContentLoadedTiming Int32, FirstPaintTiming Int32,
RedirectCount Int8, SocialSourceNetworkID UInt8, SocialSourcePage String, ParamPrice Int64, ParamOrderID String,
ParamCurrency FixedString(3), ParamCurrencyID UInt16, GoalsReached Array(UInt32), OpenstatServiceName String,
OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String,
UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, RefererHash UInt64,
URLHash UInt64, CLID UInt32, YCLID UInt64, ShareService String, ShareURL String, ShareTitle String,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
IslandID FixedString(16), RequestNum UInt32, RequestTry UInt8) ENGINE = MergeTree() PARTITION BY toYYYYMM(EventDate)
ORDER BY (CounterID, EventDate, intHash32(UserID)) SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'CREATE TABLE test.visits (CounterID UInt32, StartDate Date, Sign Int8, IsNew UInt8,
VisitID UInt64, UserID UInt64, StartTime DateTime, Duration UInt32, UTCStartTime DateTime, PageViews Int32,
Hits Int32, IsBounce UInt8, Referer String, StartURL String, RefererDomain String, StartURLDomain String,
EndURL String, LinkURL String, IsDownload UInt8, TraficSourceID Int8, SearchEngineID UInt16, SearchPhrase String,
AdvEngineID UInt8, PlaceID Int32, RefererCategories Array(UInt16), URLCategories Array(UInt16), URLRegions Array(UInt32),
RefererRegions Array(UInt32), IsYandex UInt8, GoalReachesDepth Int32, GoalReachesURL Int32, GoalReachesAny Int32,
SocialSourceNetworkID UInt8, SocialSourcePage String, MobilePhoneModel String, ClientEventTime DateTime, RegionID UInt32,
ClientIP UInt32, ClientIP6 FixedString(16), RemoteIP UInt32, RemoteIP6 FixedString(16), IPNetworkID UInt32,
SilverlightVersion3 UInt32, CodeVersion UInt32, ResolutionWidth UInt16, ResolutionHeight UInt16, UserAgentMajor UInt16,
UserAgentMinor UInt16, WindowClientWidth UInt16, WindowClientHeight UInt16, SilverlightVersion2 UInt8, SilverlightVersion4 UInt16,
FlashVersion3 UInt16, FlashVersion4 UInt16, ClientTimeZone Int16, OS UInt8, UserAgent UInt8, ResolutionDepth UInt8,
FlashMajor UInt8, FlashMinor UInt8, NetMajor UInt8, NetMinor UInt8, MobilePhone UInt8, SilverlightVersion1 UInt8,
Age UInt8, Sex UInt8, Income UInt8, JavaEnable UInt8, CookieEnable UInt8, JavascriptEnable UInt8, IsMobile UInt8,
BrowserLanguage UInt16, BrowserCountry UInt16, Interests UInt16, Robotness UInt8, GeneralInterests Array(UInt16),
Params Array(String), Goals Nested(ID UInt32, Serial UInt32, EventTime DateTime, Price Int64, OrderID String, CurrencyID UInt32),
WatchIDs Array(UInt64), ParamSumPrice Int64, ParamCurrency FixedString(3), ParamCurrencyID UInt16, ClickLogID UInt64,
ClickEventID Int32, ClickGoodEvent Int32, ClickEventTime DateTime, ClickPriorityID Int32, ClickPhraseID Int32, ClickPageID Int32,
ClickPlaceID Int32, ClickTypeID Int32, ClickResourceID Int32, ClickCost UInt32, ClickClientIP UInt32, ClickDomainID UInt32,
ClickURL String, ClickAttempt UInt8, ClickOrderID UInt32, ClickBannerID UInt32, ClickMarketCategoryID UInt32, ClickMarketPP UInt32,
ClickMarketCategoryName String, ClickMarketPPName String, ClickAWAPSCampaignName String, ClickPageName String, ClickTargetType UInt16,
ClickTargetPhraseID UInt64, ClickContextType UInt8, ClickSelectType Int8, ClickOptions String, ClickGroupBannerID Int32,
OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String,
UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID UInt8, FirstVisit DateTime,
PredLastVisit Date, LastVisit Date, TotalVisits UInt32, TraficSource Nested(ID Int8, SearchEngineID UInt16, AdvEngineID UInt8,
PlaceID UInt16, SocialSourceNetworkID UInt8, Domain String, SearchPhrase String, SocialSourcePage String), Attendance FixedString(16),
CLID UInt32, YCLID UInt64, NormalizedRefererHash UInt64, SearchPhraseHash UInt64, RefererDomainHash UInt64, NormalizedStartURLHash UInt64,
StartURLDomainHash UInt64, NormalizedEndURLHash UInt64, TopLevelDomain UInt64, URLScheme UInt64, OpenstatServiceNameHash UInt64,
OpenstatCampaignIDHash UInt64, OpenstatAdIDHash UInt64, OpenstatSourceIDHash UInt64, UTMSourceHash UInt64, UTMMediumHash UInt64,
UTMCampaignHash UInt64, UTMContentHash UInt64, UTMTermHash UInt64, FromHash UInt64, WebVisorEnabled UInt8, WebVisorActivity UInt32,
ParsedParams Nested(Key1 String, Key2 String, Key3 String, Key4 String, Key5 String, ValueDouble Float64),
Market Nested(Type UInt8, GoalID UInt32, OrderID String, OrderPrice Int64, PP UInt32, DirectPlaceID UInt32, DirectOrderID UInt32,
DirectBannerID UInt32, GoodID String, GoodName String, GoodQuantity Int32, GoodPrice Int64), IslandID FixedString(16))
ENGINE = CollapsingMergeTree(Sign) PARTITION BY toYYYYMM(StartDate) ORDER BY (CounterID, StartDate, intHash32(UserID), VisitID)
SAMPLE BY intHash32(UserID) SETTINGS index_granularity = 8192, storage_policy='\''s3_cache'\'''
+ clickhouse-client --query 'INSERT INTO test.hits_s3 SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.hits SELECT * FROM datasets.hits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'INSERT INTO test.visits SELECT * FROM datasets.visits_v1 SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'DROP TABLE datasets.visits_v1 SYNC'
+ clickhouse-client --query 'DROP TABLE datasets.hits_v1 SYNC'
+ clickhouse-client --query 'SHOW TABLES FROM test'
hits
hits_s3
visits
+ clickhouse-client --query 'SYSTEM STOP THREAD FUZZER'
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1037
+ 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 = 1037.
The process with pid = 1037 is running.
Sent terminate signal to process with pid 1037.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1037.
The process with pid = 1037 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1037.
The process with pid = 1037 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1037.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 is running.
Waiting for server to stop
Found pid = 1037 in the list of running processes.
The process with pid = 1037 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/lost_forever_check.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_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=0
+ sed --follow-symlinks -i 's|true|0|' /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
x86_64
Adding azure configuration
+ 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/
+ 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=32086440
+ total_mem=32856514560
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9856954368
+ echo 'Setting max_memory_usage_for_user=9856954368 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ sudo cat /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sed 's|s3|s3default|'
+ mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml
+ sudo cat /etc/clickhouse-server/config.d/logger_trace.xml
+ sed 's|trace|test|'
+ mv /etc/clickhouse-server/config.d/logger_trace.xml.tmp /etc/clickhouse-server/config.d/logger_trace.xml
+ 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
127.0.0.1 - - [16/Dec/2024:23:55:51 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
+ sleep 0.5
127.0.0.1 - - [16/Dec/2024:23:55:51 +0000] "PUT /devstoreaccount1/cont/lnnpyinureqcaloflsuafbovekghrgau?blockid=jrstiundwfblrnxtnxyqkseixlatrinzjvtjyignutewjsjsptdjmohrzrmcrdbk&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:55:51 +0000] "PUT /devstoreaccount1/cont/lnnpyinureqcaloflsuafbovekghrgau?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:23:55:51 +0000] "GET /devstoreaccount1/cont/lnnpyinureqcaloflsuafbovekghrgau HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:23:55:51 +0000] "GET /devstoreaccount1/cont/lnnpyinureqcaloflsuafbovekghrgau HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:23:55:51 +0000] "DELETE /devstoreaccount1/cont/lnnpyinureqcaloflsuafbovekghrgau HTTP/1.1" 202 -
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1890
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2024-12-17 00:56:52,203 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-12-17 00:56:52,704 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-17 00:56:53,205 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 --global_time_limit=1200 '
2024-12-17 00:56:53,707 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-17 00:56:54,208 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 --global_time_limit=1200 '
2024-12-17 00:56:54,709 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-17 00:56:55,210 Run func tests '/usr/bin/clickhouse-test --order=random --client-option memory_tracker_fault_probability=0.001 --global_time_limit=1200 '
2024-12-17 00:56:55,711 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-12-17 00:56:56,212 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_8', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 use_query_cache=1 --global_time_limit=1200 '
2024-12-17 00:56:56,713 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-17 00:56:57,214 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 use_query_cache=1 --global_time_limit=1200 '
2024-12-17 00:56:57,716 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-17 00:56:58,217 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-12-17 00:56:58,718 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-12-17 00:56:59,219 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 enable_deflate_qpl_codec=1 --global_time_limit=1200 '
2024-12-17 00:56:59,720 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-12-17 00:57:00,222 Will wait functests to finish
2024-12-17 00:57:00,222 Finished 0 from 16 processes
2024-12-17 00:57:05,226 Finished 0 from 16 processes
2024-12-17 00:57:10,230 Finished 0 from 16 processes
2024-12-17 00:57:15,234 Finished 0 from 16 processes
2024-12-17 00:57:20,238 Finished 0 from 16 processes
2024-12-17 00:57:25,242 Finished 0 from 16 processes
2024-12-17 00:57:30,246 Finished 0 from 16 processes
2024-12-17 00:57:35,250 Finished 0 from 16 processes
2024-12-17 00:57:40,254 Finished 0 from 16 processes
2024-12-17 00:57:45,258 Finished 0 from 16 processes
2024-12-17 00:57:50,262 Finished 0 from 16 processes
2024-12-17 00:57:55,266 Finished 0 from 16 processes
2024-12-17 00:58:00,270 Finished 0 from 16 processes
2024-12-17 00:58:05,274 Finished 0 from 16 processes
2024-12-17 00:58:10,278 Finished 0 from 16 processes
2024-12-17 00:58:15,283 Finished 0 from 16 processes
2024-12-17 00:58:20,286 Finished 0 from 16 processes
2024-12-17 00:58:25,290 Finished 0 from 16 processes
2024-12-17 00:58:30,294 Finished 0 from 16 processes
2024-12-17 00:58:35,298 Finished 0 from 16 processes
2024-12-17 00:58:40,303 Finished 0 from 16 processes
2024-12-17 00:58:45,306 Finished 0 from 16 processes
2024-12-17 00:58:50,310 Finished 0 from 16 processes
2024-12-17 00:58:55,314 Finished 0 from 16 processes
2024-12-17 00:59:00,318 Finished 0 from 16 processes
2024-12-17 00:59:05,322 Finished 0 from 16 processes
2024-12-17 00:59:10,326 Finished 0 from 16 processes
2024-12-17 00:59:15,331 Finished 0 from 16 processes
2024-12-17 00:59:20,335 Finished 0 from 16 processes
2024-12-17 00:59:25,338 Finished 0 from 16 processes
2024-12-17 00:59:30,342 Finished 0 from 16 processes
2024-12-17 00:59:35,347 Finished 0 from 16 processes
2024-12-17 00:59:40,352 Finished 0 from 16 processes
2024-12-17 00:59:45,357 Finished 0 from 16 processes
2024-12-17 00:59:50,362 Finished 0 from 16 processes
2024-12-17 00:59:55,366 Finished 0 from 16 processes
2024-12-17 01:00:00,370 Finished 0 from 16 processes
2024-12-17 01:00:05,375 Finished 0 from 16 processes
2024-12-17 01:00:10,378 Finished 0 from 16 processes
2024-12-17 01:00:15,383 Finished 0 from 16 processes
2024-12-17 01:00:20,386 Finished 0 from 16 processes
2024-12-17 01:00:25,390 Finished 0 from 16 processes
2024-12-17 01:00:30,394 Finished 0 from 16 processes
2024-12-17 01:00:35,398 Finished 0 from 16 processes
2024-12-17 01:00:40,402 Finished 0 from 16 processes
2024-12-17 01:00:45,406 Finished 0 from 16 processes
2024-12-17 01:00:50,410 Finished 0 from 16 processes
2024-12-17 01:00:55,414 Finished 3 from 16 processes
2024-12-17 01:01:00,415 Finished 3 from 16 processes
2024-12-17 01:01:05,418 Finished 3 from 16 processes
2024-12-17 01:01:10,422 Finished 5 from 16 processes
2024-12-17 01:01:15,427 Finished 5 from 16 processes
2024-12-17 01:01:20,432 Finished 5 from 16 processes
2024-12-17 01:01:25,434 Finished 5 from 16 processes
2024-12-17 01:01:30,439 Finished 6 from 16 processes
2024-12-17 01:01:35,445 Finished 6 from 16 processes
2024-12-17 01:01:40,450 Finished 6 from 16 processes
2024-12-17 01:01:45,452 Finished 6 from 16 processes
2024-12-17 01:01:50,454 Finished 7 from 16 processes
2024-12-17 01:01:55,459 Finished 8 from 16 processes
2024-12-17 01:02:00,462 Finished 8 from 16 processes
2024-12-17 01:02:05,467 Finished 8 from 16 processes
2024-12-17 01:02:10,470 Finished 8 from 16 processes
2024-12-17 01:02:15,474 Finished 8 from 16 processes
2024-12-17 01:02:20,478 Finished 8 from 16 processes
2024-12-17 01:02:25,483 Finished 8 from 16 processes
2024-12-17 01:02:30,486 Finished 8 from 16 processes
2024-12-17 01:02:35,490 Finished 8 from 16 processes
2024-12-17 01:02:40,494 Finished 8 from 16 processes
2024-12-17 01:02:45,498 Finished 8 from 16 processes
2024-12-17 01:02:50,502 Finished 8 from 16 processes
2024-12-17 01:02:55,506 Finished 8 from 16 processes
2024-12-17 01:03:00,510 Finished 8 from 16 processes
2024-12-17 01:03:05,515 Finished 8 from 16 processes
2024-12-17 01:03:10,520 Finished 8 from 16 processes
2024-12-17 01:03:15,522 Finished 8 from 16 processes
2024-12-17 01:03:20,526 Finished 8 from 16 processes
2024-12-17 01:03:25,530 Finished 8 from 16 processes
2024-12-17 01:03:30,534 Finished 8 from 16 processes
2024-12-17 01:03:35,539 Finished 8 from 16 processes
2024-12-17 01:03:40,542 Finished 8 from 16 processes
2024-12-17 01:03:45,546 Finished 8 from 16 processes
2024-12-17 01:03:50,550 Finished 8 from 16 processes
2024-12-17 01:03:55,555 Finished 8 from 16 processes
2024-12-17 01:04:00,557 Finished 8 from 16 processes
2024-12-17 01:04:05,562 Finished 8 from 16 processes
2024-12-17 01:04:10,566 Finished 8 from 16 processes
2024-12-17 01:04:15,571 Finished 8 from 16 processes
2024-12-17 01:04:20,574 Finished 8 from 16 processes
2024-12-17 01:04:25,579 Finished 8 from 16 processes
2024-12-17 01:04:30,581 Finished 8 from 16 processes
2024-12-17 01:04:35,582 Finished 8 from 16 processes
2024-12-17 01:04:40,586 Finished 8 from 16 processes
2024-12-17 01:04:45,590 Finished 8 from 16 processes
2024-12-17 01:04:50,594 Finished 8 from 16 processes
2024-12-17 01:04:55,598 Finished 8 from 16 processes
2024-12-17 01:05:00,602 Finished 8 from 16 processes
2024-12-17 01:05:05,606 Finished 8 from 16 processes
2024-12-17 01:05:10,610 Finished 8 from 16 processes
2024-12-17 01:05:15,615 Finished 8 from 16 processes
2024-12-17 01:05:20,618 Finished 8 from 16 processes
2024-12-17 01:05:25,622 Finished 8 from 16 processes
2024-12-17 01:05:30,626 Finished 8 from 16 processes
2024-12-17 01:05:35,630 Finished 8 from 16 processes
2024-12-17 01:05:40,634 Finished 8 from 16 processes
2024-12-17 01:05:45,638 Finished 8 from 16 processes
2024-12-17 01:05:50,642 Finished 8 from 16 processes
2024-12-17 01:05:55,646 Finished 8 from 16 processes
2024-12-17 01:06:00,651 Finished 8 from 16 processes
2024-12-17 01:06:05,655 Finished 8 from 16 processes
2024-12-17 01:06:10,660 Finished 8 from 16 processes
2024-12-17 01:06:15,662 Finished 8 from 16 processes
2024-12-17 01:06:20,667 Finished 8 from 16 processes
2024-12-17 01:06:25,670 Finished 8 from 16 processes
2024-12-17 01:06:30,674 Finished 8 from 16 processes
2024-12-17 01:06:35,678 Finished 8 from 16 processes
2024-12-17 01:06:40,682 Finished 8 from 16 processes
2024-12-17 01:06:45,686 Finished 8 from 16 processes
2024-12-17 01:06:50,690 Finished 8 from 16 processes
2024-12-17 01:06:55,695 Finished 8 from 16 processes
2024-12-17 01:07:00,698 Finished 8 from 16 processes
2024-12-17 01:07:05,702 Finished 8 from 16 processes
2024-12-17 01:07:10,706 Finished 8 from 16 processes
2024-12-17 01:07:15,710 Finished 8 from 16 processes
2024-12-17 01:07:20,715 Finished 8 from 16 processes
2024-12-17 01:07:25,718 Finished 8 from 16 processes
2024-12-17 01:07:30,723 Finished 8 from 16 processes
2024-12-17 01:07:35,728 Finished 8 from 16 processes
2024-12-17 01:07:40,730 Finished 8 from 16 processes
2024-12-17 01:07:45,734 Finished 8 from 16 processes
2024-12-17 01:07:50,738 Finished 8 from 16 processes
2024-12-17 01:07:55,742 Finished 8 from 16 processes
2024-12-17 01:08:00,746 Finished 8 from 16 processes
2024-12-17 01:08:05,751 Finished 8 from 16 processes
2024-12-17 01:08:10,754 Finished 8 from 16 processes
2024-12-17 01:08:15,758 Finished 8 from 16 processes
2024-12-17 01:08:20,762 Finished 8 from 16 processes
2024-12-17 01:08:25,763 Finished 8 from 16 processes
2024-12-17 01:08:30,767 Finished 8 from 16 processes
2024-12-17 01:08:35,772 Finished 8 from 16 processes
2024-12-17 01:08:40,774 Finished 8 from 16 processes
2024-12-17 01:08:45,779 Finished 8 from 16 processes
2024-12-17 01:08:50,782 Finished 8 from 16 processes
2024-12-17 01:08:55,786 Finished 8 from 16 processes
2024-12-17 01:09:00,791 Finished 8 from 16 processes
2024-12-17 01:09:05,794 Finished 8 from 16 processes
2024-12-17 01:09:10,798 Finished 8 from 16 processes
2024-12-17 01:09:15,803 Finished 8 from 16 processes
2024-12-17 01:09:20,806 Finished 8 from 16 processes
2024-12-17 01:09:25,810 Finished 8 from 16 processes
2024-12-17 01:09:30,815 Finished 8 from 16 processes
2024-12-17 01:09:35,818 Finished 8 from 16 processes
2024-12-17 01:09:40,822 Finished 8 from 16 processes
2024-12-17 01:09:45,826 Finished 8 from 16 processes
2024-12-17 01:09:50,830 Finished 8 from 16 processes
2024-12-17 01:09:55,834 Finished 8 from 16 processes
2024-12-17 01:10:00,839 Finished 8 from 16 processes
2024-12-17 01:10:05,845 Finished 8 from 16 processes
2024-12-17 01:10:10,849 Finished 8 from 16 processes
2024-12-17 01:10:15,854 Finished 8 from 16 processes
2024-12-17 01:10:20,856 Finished 8 from 16 processes
2024-12-17 01:10:25,858 Finished 8 from 16 processes
2024-12-17 01:10:30,863 Finished 8 from 16 processes
2024-12-17 01:10:35,868 Finished 8 from 16 processes
2024-12-17 01:10:40,874 Finished 8 from 16 processes
2024-12-17 01:10:45,878 Finished 8 from 16 processes
2024-12-17 01:10:50,882 Finished 8 from 16 processes
2024-12-17 01:10:55,886 Finished 8 from 16 processes
2024-12-17 01:11:00,890 Finished 8 from 16 processes
2024-12-17 01:11:05,895 Finished 8 from 16 processes
2024-12-17 01:11:10,898 Finished 8 from 16 processes
2024-12-17 01:11:15,902 Finished 8 from 16 processes
2024-12-17 01:11:20,906 Finished 8 from 16 processes
2024-12-17 01:11:25,910 Finished 8 from 16 processes
2024-12-17 01:11:30,914 Finished 8 from 16 processes
2024-12-17 01:11:35,918 Finished 8 from 16 processes
2024-12-17 01:11:40,923 Finished 8 from 16 processes
2024-12-17 01:11:45,926 Finished 8 from 16 processes
2024-12-17 01:11:50,931 Finished 8 from 16 processes
2024-12-17 01:11:55,934 Finished 8 from 16 processes
2024-12-17 01:12:00,935 Finished 8 from 16 processes
2024-12-17 01:12:05,940 Finished 8 from 16 processes
2024-12-17 01:12:10,944 Finished 8 from 16 processes
2024-12-17 01:12:15,949 Finished 8 from 16 processes
2024-12-17 01:12:20,954 Finished 8 from 16 processes
2024-12-17 01:12:25,959 Finished 8 from 16 processes
2024-12-17 01:12:30,962 Finished 8 from 16 processes
2024-12-17 01:12:35,966 Finished 8 from 16 processes
2024-12-17 01:12:40,970 Finished 8 from 16 processes
2024-12-17 01:12:45,974 Finished 8 from 16 processes
2024-12-17 01:12:50,979 Finished 8 from 16 processes
2024-12-17 01:12:55,982 Finished 8 from 16 processes
2024-12-17 01:13:00,986 Finished 8 from 16 processes
2024-12-17 01:13:05,990 Finished 8 from 16 processes
2024-12-17 01:13:10,995 Finished 8 from 16 processes
2024-12-17 01:13:15,998 Finished 8 from 16 processes
2024-12-17 01:13:21,002 Finished 8 from 16 processes
2024-12-17 01:13:26,007 Finished 8 from 16 processes
2024-12-17 01:13:31,010 Finished 8 from 16 processes
2024-12-17 01:13:36,015 Finished 8 from 16 processes
2024-12-17 01:13:41,018 Finished 8 from 16 processes
2024-12-17 01:13:46,022 Finished 8 from 16 processes
2024-12-17 01:13:51,027 Finished 8 from 16 processes
2024-12-17 01:13:56,030 Finished 8 from 16 processes
2024-12-17 01:14:01,034 Finished 8 from 16 processes
2024-12-17 01:14:06,038 Finished 8 from 16 processes
2024-12-17 01:14:11,043 Finished 8 from 16 processes
2024-12-17 01:14:16,046 Finished 8 from 16 processes
2024-12-17 01:14:21,050 Finished 8 from 16 processes
2024-12-17 01:14:26,055 Finished 8 from 16 processes
2024-12-17 01:14:31,058 Finished 8 from 16 processes
2024-12-17 01:14:36,062 Finished 8 from 16 processes
2024-12-17 01:14:41,066 Finished 8 from 16 processes
2024-12-17 01:14:46,070 Finished 8 from 16 processes
2024-12-17 01:14:51,074 Finished 8 from 16 processes
2024-12-17 01:14:56,078 Finished 8 from 16 processes
2024-12-17 01:15:01,082 Finished 8 from 16 processes
2024-12-17 01:15:06,086 Finished 8 from 16 processes
2024-12-17 01:15:11,090 Finished 8 from 16 processes
2024-12-17 01:15:16,094 Finished 8 from 16 processes
2024-12-17 01:15:21,099 Finished 8 from 16 processes
2024-12-17 01:15:26,102 Finished 8 from 16 processes
2024-12-17 01:15:31,106 Finished 8 from 16 processes
2024-12-17 01:15:36,110 Finished 8 from 16 processes
2024-12-17 01:15:41,115 Finished 8 from 16 processes
2024-12-17 01:15:46,118 Finished 8 from 16 processes
2024-12-17 01:15:51,122 Finished 8 from 16 processes
2024-12-17 01:15:56,126 Finished 8 from 16 processes
2024-12-17 01:16:01,132 Finished 8 from 16 processes
2024-12-17 01:16:06,137 Finished 8 from 16 processes
2024-12-17 01:16:11,142 Finished 8 from 16 processes
2024-12-17 01:16:16,147 Finished 8 from 16 processes
2024-12-17 01:16:21,153 Finished 8 from 16 processes
2024-12-17 01:16:26,158 Finished 8 from 16 processes
2024-12-17 01:16:31,163 Finished 8 from 16 processes
2024-12-17 01:16:36,169 Finished 8 from 16 processes
2024-12-17 01:16:41,174 Finished 8 from 16 processes
2024-12-17 01:16:46,179 Finished 8 from 16 processes
2024-12-17 01:16:51,185 Finished 8 from 16 processes
2024-12-17 01:16:56,190 Finished 8 from 16 processes
2024-12-17 01:17:01,195 Finished 8 from 16 processes
Recursive internal problem.
2024-12-17 01:17:06,201 Finished 8 from 16 processes
2024-12-17 01:17:11,205 Finished 8 from 16 processes
2024-12-17 01:17:16,210 Finished 8 from 16 processes
2024-12-17 01:17:21,215 Finished 8 from 16 processes
2024-12-17 01:17:26,217 Finished 8 from 16 processes
2024-12-17 01:17:31,223 Finished 8 from 16 processes
2024-12-17 01:17:36,228 Finished 8 from 16 processes
2024-12-17 01:17:41,233 Finished 8 from 16 processes
2024-12-17 01:17:46,238 Finished 8 from 16 processes
2024-12-17 01:17:51,240 Finished 8 from 16 processes
2024-12-17 01:17:56,245 Finished 8 from 16 processes
2024-12-17 01:18:01,250 Finished 8 from 16 processes
2024-12-17 01:18:06,255 Finished 8 from 16 processes
2024-12-17 01:18:11,261 Finished 8 from 16 processes
2024-12-17 01:18:16,266 Finished 8 from 16 processes
2024-12-17 01:18:21,272 Finished 8 from 16 processes
2024-12-17 01:18:26,277 Finished 8 from 16 processes
2024-12-17 01:18:31,282 Finished 8 from 16 processes
2024-12-17 01:18:36,283 Finished 8 from 16 processes
2024-12-17 01:18:41,288 Finished 8 from 16 processes
2024-12-17 01:18:46,294 Finished 8 from 16 processes
2024-12-17 01:18:51,299 Finished 8 from 16 processes
2024-12-17 01:18:56,303 Finished 8 from 16 processes
2024-12-17 01:19:01,308 Finished 8 from 16 processes
2024-12-17 01:19:06,314 Finished 8 from 16 processes
2024-12-17 01:19:11,318 Finished 8 from 16 processes
2024-12-17 01:19:16,324 Finished 8 from 16 processes
2024-12-17 01:19:21,329 Finished 8 from 16 processes
2024-12-17 01:19:26,334 Finished 8 from 16 processes
2024-12-17 01:19:31,339 Finished 8 from 16 processes
2024-12-17 01:19:36,345 Finished 8 from 16 processes
2024-12-17 01:19:41,350 Finished 8 from 16 processes
2024-12-17 01:19:46,356 Finished 9 from 16 processes
2024-12-17 01:19:51,361 Finished 9 from 16 processes
2024-12-17 01:19:56,366 Finished 9 from 16 processes
2024-12-17 01:20:01,371 Finished 9 from 16 processes
2024-12-17 01:20:06,377 Finished 9 from 16 processes
2024-12-17 01:20:11,382 Finished 9 from 16 processes
2024-12-17 01:20:16,387 Finished 9 from 16 processes
2024-12-17 01:20:21,393 Finished 9 from 16 processes
2024-12-17 01:20:26,398 Finished 9 from 16 processes
2024-12-17 01:20:31,403 Finished 10 from 16 processes
2024-12-17 01:20:36,409 Finished 10 from 16 processes
2024-12-17 01:20:41,414 Finished 10 from 16 processes
2024-12-17 01:20:46,419 Finished 10 from 16 processes
2024-12-17 01:20:51,425 Finished 10 from 16 processes
2024-12-17 01:20:56,430 Finished 10 from 16 processes
2024-12-17 01:21:01,435 Finished 10 from 16 processes
2024-12-17 01:21:06,441 Finished 10 from 16 processes
2024-12-17 01:21:11,446 Finished 10 from 16 processes
2024-12-17 01:21:16,451 Finished 10 from 16 processes
2024-12-17 01:21:21,456 Finished 10 from 16 processes
2024-12-17 01:21:26,462 Finished 10 from 16 processes
2024-12-17 01:21:31,467 Finished 10 from 16 processes
2024-12-17 01:21:36,472 Finished 10 from 16 processes
2024-12-17 01:21:41,478 Finished 10 from 16 processes
2024-12-17 01:21:46,483 Finished 10 from 16 processes
2024-12-17 01:21:51,488 Finished 10 from 16 processes
2024-12-17 01:21:56,493 Finished 10 from 16 processes
2024-12-17 01:22:01,499 Finished 11 from 16 processes
2024-12-17 01:22:06,504 Finished 11 from 16 processes
2024-12-17 01:22:11,510 Finished 11 from 16 processes
2024-12-17 01:22:16,515 Finished 11 from 16 processes
2024-12-17 01:22:21,520 Finished 11 from 16 processes
2024-12-17 01:22:26,525 Finished 11 from 16 processes
2024-12-17 01:22:31,531 Finished 11 from 16 processes
2024-12-17 01:22:36,536 Finished 11 from 16 processes
2024-12-17 01:22:41,541 Finished 11 from 16 processes
2024-12-17 01:22:46,547 Finished 11 from 16 processes
2024-12-17 01:22:51,552 Finished 11 from 16 processes
2024-12-17 01:22:56,557 Finished 11 from 16 processes
2024-12-17 01:23:01,562 Finished 11 from 16 processes
2024-12-17 01:23:06,568 Finished 11 from 16 processes
2024-12-17 01:23:11,573 Finished 11 from 16 processes
2024-12-17 01:23:16,578 Finished 11 from 16 processes
2024-12-17 01:23:21,584 Finished 11 from 16 processes
2024-12-17 01:23:26,589 Finished 11 from 16 processes
2024-12-17 01:23:31,594 Finished 11 from 16 processes
2024-12-17 01:23:36,600 Finished 11 from 16 processes
2024-12-17 01:23:41,605 Finished 11 from 16 processes
2024-12-17 01:23:46,610 Finished 11 from 16 processes
2024-12-17 01:23:51,616 Finished 11 from 16 processes
2024-12-17 01:23:56,621 Finished 11 from 16 processes
2024-12-17 01:24:01,626 Finished 11 from 16 processes
2024-12-17 01:24:06,631 Finished 11 from 16 processes
2024-12-17 01:24:11,637 Finished 12 from 16 processes
2024-12-17 01:24:16,642 Finished 12 from 16 processes
2024-12-17 01:24:21,647 Finished 12 from 16 processes
2024-12-17 01:24:26,653 Finished 12 from 16 processes
2024-12-17 01:24:31,658 Finished 12 from 16 processes
2024-12-17 01:24:36,663 Finished 12 from 16 processes
2024-12-17 01:24:41,669 Finished 12 from 16 processes
2024-12-17 01:24:46,674 Finished 12 from 16 processes
2024-12-17 01:24:51,679 Finished 12 from 16 processes
2024-12-17 01:24:56,684 Finished 12 from 16 processes
2024-12-17 01:25:01,690 Finished 12 from 16 processes
2024-12-17 01:25:06,695 Finished 12 from 16 processes
2024-12-17 01:25:11,701 Finished 12 from 16 processes
2024-12-17 01:25:16,706 Finished 12 from 16 processes
2024-12-17 01:25:21,711 Finished 12 from 16 processes
2024-12-17 01:25:26,716 Finished 12 from 16 processes
2024-12-17 01:25:31,722 Finished 12 from 16 processes
2024-12-17 01:25:36,727 Finished 12 from 16 processes
2024-12-17 01:25:41,733 Finished 12 from 16 processes
2024-12-17 01:25:46,738 Finished 12 from 16 processes
2024-12-17 01:25:51,743 Finished 13 from 16 processes
2024-12-17 01:25:56,749 Finished 14 from 16 processes
2024-12-17 01:26:01,754 Finished 14 from 16 processes
2024-12-17 01:26:06,759 Finished 14 from 16 processes
2024-12-17 01:26:11,765 Finished 14 from 16 processes
2024-12-17 01:26:16,770 Finished 14 from 16 processes
2024-12-17 01:26:21,775 Finished 14 from 16 processes
2024-12-17 01:26:26,781 Finished 14 from 16 processes
2024-12-17 01:26:31,786 Finished 14 from 16 processes
2024-12-17 01:26:36,792 Finished 14 from 16 processes
2024-12-17 01:26:41,797 Finished 14 from 16 processes
2024-12-17 01:26:46,802 Finished 14 from 16 processes
2024-12-17 01:26:51,808 Finished 14 from 16 processes
2024-12-17 01:26:56,813 Finished 14 from 16 processes
2024-12-17 01:27:01,818 Finished 14 from 16 processes
2024-12-17 01:27:06,823 Finished 14 from 16 processes
2024-12-17 01:27:11,829 Finished 14 from 16 processes
2024-12-17 01:27:16,834 Finished 14 from 16 processes
2024-12-17 01:27:21,840 Finished 14 from 16 processes
2024-12-17 01:27:26,845 Finished 14 from 16 processes
2024-12-17 01:27:31,850 Finished 14 from 16 processes
2024-12-17 01:27:36,855 Finished 14 from 16 processes
2024-12-17 01:27:41,861 Finished 14 from 16 processes
2024-12-17 01:27:46,866 Finished 14 from 16 processes
2024-12-17 01:27:51,871 Finished 14 from 16 processes
2024-12-17 01:27:56,877 Finished 14 from 16 processes
2024-12-17 01:28:01,882 Finished 14 from 16 processes
2024-12-17 01:28:06,888 Finished 14 from 16 processes
2024-12-17 01:28:11,893 Finished 14 from 16 processes
2024-12-17 01:28:16,898 Finished 14 from 16 processes
2024-12-17 01:28:21,903 Finished 14 from 16 processes
2024-12-17 01:28:26,909 Finished 15 from 16 processes
2024-12-17 01:28:31,914 All processes finished
2024-12-17 01:28:31,915 Compressing stress logs
2024-12-17 01:28:31,965 Logs compressed
2024-12-17 01:28:31,965 Will terminate gdb (if any)
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
/bin/sh: 1: kill: Usage: kill [-s sigspec | -signum | -sigspec] [pid | job]... or
kill -l [exitstatus]
Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([::1]:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-17 01:31:15,775 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-17 01:31:15,953 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-17 01:31:17,101 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-17 01:31:19,238 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0' returned non-zero exit status 210.
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
2024-12-17 01:31:22,386 Failed to SHOW or DROP databasese, will retry Command 'clickhouse client -q "SHOW DATABASES" --max_untracked_memory=1Gi --memory_profiler_step=1Gi --max_memory_usage_for_user=0' returned non-zero exit status 210.
2024-12-17 01:31:26,390 Failed to prepare for hung check: Cannot drop databases after stress tests. Probably server consumed too much memory and cannot execute simple queries
2024-12-17 01:31:26,391 Checking if some queries hung
Using queries from '/usr/share/clickhouse-test/queries' directory
Connecting to ClickHouse server...Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
Connection error, will retry: [Errno 111] Connection refused
All connection tries failed
Server is not responding. Cannot execute 'SELECT 1' query.
Cannot get server pid with pidof -s clickhouse-server, got : Command 'pidof -s clickhouse-server' returned non-zero exit status 1.
Got server pid None
Cannot get server pid with pidof -s clickhouse-server, got : Command 'pidof -s clickhouse-server' returned non-zero exit status 1.
Collecting stacktraces from system.stacktraces table:
Error occurred while receiving stack traces from client: Command '/usr/bin/clickhouse-client --max_untracked_memory=1Gi --max_memory_usage_for_user=0 --memory_profiler_step=1Gi --allow_introspection_functions=1 --skip_unavailable_shards=1 --query "SELECT thread_name, thread_id, query_id, trace, arrayStringConcat(arrayMap(x, y -> concat(x, ': ', y), arrayMap(x -> addressToLine(x), trace), arrayMap(x -> demangle(addressToSymbol(x)), trace)), '
') as trace_str FROM system.stack_trace FORMAT Vertical"' returned non-zero exit status 210.
Unable to locate ClickHouse server process listening at TCP port 9000. It must have crashed or exited prematurely!
Traceback (most recent call last):
File "/usr/bin/clickhouse-test", line 2848, in
main(args)
File "/usr/bin/clickhouse-test", line 2274, in main
raise Exception(msg)
Exception: Server is not responding. Cannot execute 'SELECT 1' query.
2024-12-17 01:32:57,105 Hung check failed with exit code 1
2024-12-17 01:32:57,105 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
++ head_escaped /test_output/hung_check.log
++ head -n 100 /test_output/hung_check.log
++ escaped
++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300)
from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\'''
+ echo -e 'Hung check failed, possible deadlock found (see hung_check.log)\tFAIL\t\N\tUsing queries from \'\''/usr/share/clickhouse-test/queries\'\'' directory\\nConnecting to ClickHouse server...Connection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\nConnection error, will retry: [Errno 111] Connection refused\\n'
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1890
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1890.
The process with pid = 1890 does not exist.
+ 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
127.0.0.1 - - [17/Dec/2024:00:32:59 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
127.0.0.1 - - [17/Dec/2024:00:32:59 +0000] "PUT /devstoreaccount1/cont/ancvsxhaxkpexdaszpvfbpvdfjuddfmf?blockid=ldhcziqlktnrqlgqmbvufvdfppfgxlzykbmefyamitsfogpmtbwwvpymzjtobypk&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [17/Dec/2024:00:32:59 +0000] "PUT /devstoreaccount1/cont/ancvsxhaxkpexdaszpvfbpvdfjuddfmf?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [17/Dec/2024:00:32:59 +0000] "GET /devstoreaccount1/cont/ancvsxhaxkpexdaszpvfbpvdfjuddfmf HTTP/1.1" 206 4
127.0.0.1 - - [17/Dec/2024:00:32:59 +0000] "GET /devstoreaccount1/cont/ancvsxhaxkpexdaszpvfbpvdfjuddfmf HTTP/1.1" 206 2
127.0.0.1 - - [17/Dec/2024:00:32:59 +0000] "DELETE /devstoreaccount1/cont/ancvsxhaxkpexdaszpvfbpvdfjuddfmf HTTP/1.1" 202 -
+ 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'
1
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 48852
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ hxB =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ false
+ return
+ check_server_start
+ clickhouse-client --query 'SELECT '\''Server successfully started'\'', '\''OK'\'', NULL, '\'''\'''
+ '[' -s /test_output/application_errors.txt ']'
+ rm /test_output/application_errors.txt
rm: cannot remove '/test_output/application_errors.txt': No such file or directory
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=48852
+ 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 = 48852.
The process with pid = 48852 is running.
Sent terminate signal to process with pid 48852.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 48852.
The process with pid = 48852 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 48852.
The process with pid = 48852 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 48852.
The process with pid = 48852 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 48852.
The process with pid = 48852 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 48852.
The process with pid = 48852 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 48852.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 is running.
Waiting for server to stop
Found pid = 48852 in the list of running processes.
The process with pid = 48852 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 [ 2399 ] {b251e5f1-95f3-4d07-a0fc-6ae896a7e397} : Logical error: \'\''inserted\'\''.\\n [ 2367 ] {b251e5f1-95f3-4d07-a0fc-6ae896a7e397} : Logical error: \'\''inserted\'\''.\\n [ 1888 ] {} Application: Child process was terminated by signal 6.\\n [ 2399 ] {b251e5f1-95f3-4d07-a0fc-6ae896a7e397} : Logical error: \'\''inserted\'\''.\\n [ 2367 ] {b251e5f1-95f3-4d07-a0fc-6ae896a7e397} : Logical error: \'\''inserted\'\''.\\n [ 1888 ] {} Application: Child process was terminated by signal 6.\\n'
+ '[' -s /test_output/fatal_messages.txt ']'
+ rg -Faz '########################################' /test_output/fatal_messages.txt /test_output/gdb.log /test_output/hung_check.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv
+ rg -Fa ' received signal ' /test_output/gdb.log
++ get_gdb_log_context
++ rg -A50 -Fa ' received signal ' /test_output/gdb.log
++ head_escaped
++ head -n 100
++ 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 'Found signal in gdb.log\tFAIL\t\N\t2024-12-17 01:15:57 Thread 392 "LoadMarksThread" received signal SIGABRT, Aborted.\\n2024-12-17 01:15:57 [Switching to Thread 0x7f9da6fbb640 (LWP 2399)]\\n2024-12-17 01:15:57 0x00007fa0e20399fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6\\n2024-12-17 01:15:57 #0 0x00007fa0e20399fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6\\n2024-12-17 01:15:57 No symbol table info available.\\n2024-12-17 01:15:57 #1 0x00007fa0e1fe5476 in raise () from /lib/x86_64-linux-gnu/libc.so.6\\n2024-12-17 01:15:57 No symbol table info available.\\n2024-12-17 01:15:57 #2 0x00007fa0e1fcb7f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6\\n2024-12-17 01:15:57 No symbol table info available.\\n2024-12-17 01:15:57 #3 0x000055d89bd72d08 in DB::abortOnFailedAssertion (description=...) at ./src/Common/Exception.cpp:50\\n2024-12-17 01:15:57 always_false = false\\n2024-12-17 01:15:57 #4 0x000055d8b09ac7be in DB::CleanupQueue::add (this=, key=...) at ./src/Interpreters/Cache/Metadata.cpp:376\\n2024-12-17 01:15:57 inserted = \\n2024-12-17 01:15:57 #5 0x000055d8b09a1a56 in DB::LockedKey::~LockedKey (this=0x603000e77360) at ./src/Interpreters/Cache/Metadata.cpp:677\\n2024-12-17 01:15:57 No locals.\\n2024-12-17 01:15:57 #6 0x000055d8b09b116d in std::__1::default_delete::operator()[abi:v15000](DB::LockedKey*) const (this=, __ptr=0x603000e77360) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48\\n2024-12-17 01:15:57 No locals.\\n2024-12-17 01:15:57 #7 std::__1::__shared_ptr_pointer, std::__1::allocator >::__on_zero_shared (this=) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:263\\n2024-12-17 01:15:57 No locals.\\n2024-12-17 01:15:57 #8 0x000055d8b0977159 in std::__1::__shared_count::__release_shared[abi:v15000]() (this=0x6030014cb2a0) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:174\\n2024-12-17 01:15:57 No locals.\\n2024-12-17 01:15:57 #9 std::__1::__shared_weak_count::__release_shared[abi:v15000]() (this=0x6030014cb2a0) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:215\\n2024-12-17 01:15:57 No locals.\\n2024-12-17 01:15:57 #10 std::__1::shared_ptr::~shared_ptr[abi:v15000]() (this=0x7f9da583f1e0) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:702\\n2024-12-17 01:15:57 No locals.\\n2024-12-17 01:15:57 #11 DB::FileSegment::complete (this=) at ./src/Interpreters/Cache/FileSegment.cpp:718\\n2024-12-17 01:15:58 watch = {event = {t = 348}, watch = {start_ns = 2797306304126, stop_ns = 0, clock_type = 1, is_running = true}}\\n2024-12-17 01:15:58 locked_key = {__ptr_ = 0x603000e77360, __cntrl_ = 0x6030014cb2a0}\\n2024-12-17 01:15:58 segment_lock = {> = {__m_ = 0x612002174ac8, __owns_ = true}, }\\n2024-12-17 01:15:58 is_downloader = \\n2024-12-17 01:15:58 is_last_holder = \\n2024-12-17 01:15:58 current_downloaded_size = \\n2024-12-17 01:15:58 scope_exit616 = \\n2024-12-17 01:15:58 #12 0x000055d8b097d84f in DB::FileSegmentsHolder::completeAndPopFrontImpl (this=0x6030012babe0) at ./src/Interpreters/Cache/FileSegment.cpp:921\\n2024-12-17 01:15:58 No locals.\\n2024-12-17 01:15:58 #13 DB::FileSegmentsHolder::~FileSegmentsHolder (this=) at ./src/Interpreters/Cache/FileSegment.cpp:933\\n2024-12-17 01:15:58 file_segment_it = \\n2024-12-17 01:15:58 watch = {event = {t = 353}, watch = {start_ns = 2797306303454, stop_ns = 0, clock_type = 1, is_running = true}}\\n2024-12-17 01:15:58 #14 0x000055d8ac4e4152 in std::__1::default_delete::operator()[abi:v15000](DB::FileSegmentsHolder*) const (this=, __ptr=0x6030012babe0) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:48\\n2024-12-17 01:15:58 No locals.\\n2024-12-17 01:15:58 #15 std::__1::unique_ptr >::reset[abi:v15000](DB::FileSegmentsHolder*) (this=, __p=0x0) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:305\\n2024-12-17 01:15:58 __tmp = 0x6030012babe0\\n2024-12-17 01:15:58 #16 std::__1::unique_ptr >::~unique_ptr[abi:v15000]() (this=) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:259\\n2024-12-17 01:15:58 No locals.\\n2024-12-17 01:15:58 #17 DB::CachedOnDiskReadBufferFromFile::~CachedOnDiskReadBufferFromFile (this=0x618002d62498) at ./src/Disks/IO/CachedOnDiskReadBufferFromFile.cpp:535\\n2024-12-17 01:15:58 No locals.\\n2024-12-17 01:15:58 #18 0x000055d8ac4d13b9 in std::__1::__shared_count::__release_shared[abi:v15000]() (this=0x618002d62480) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:174\\n2024-12-17 01:15:58 No locals.\\n2024-12-17 01:15:58 #19 std::__1::__shared_weak_count::__release_shared[abi:v15000]() (this=0x618002d62480) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:215\\n2024-12-17 01:15:58 No locals.\\n2024-12-17 01:15:58 #20 std::__1::shared_ptr::~shared_ptr[abi:v15000]() (this=0x616001f955c8) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:702\\n'
+ 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 ']'
+ rg 'OOM in dmesg|Signal 9' /test_output/check_status.tsv
+ collect_core_dumps
+ find . -type f -maxdepth 1 -name 'core.*'
+ read core