+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /usr/share/clickhouse-test/ci/stress_tests.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
kernel.core_pattern = core.%e.%p-%P
++ OK='\tOK\t\N\t'
++ FAIL='\tFAIL\t\N\t'
++ FAILURE_CONTEXT_LINES=100
++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300
+ install_packages package_folder
+ dpkg -i package_folder/clickhouse-common-static_23.3.19.33.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 55078 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_23.3.19.33.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static (23.3.19.33.altinitystable) ...
Setting up clickhouse-common-static (23.3.19.33.altinitystable) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.33.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 55092 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_23.3.19.33.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static-dbg (23.3.19.33.altinitystable) ...
Setting up clickhouse-common-static-dbg (23.3.19.33.altinitystable) ...
+ dpkg -i package_folder/clickhouse-server_23.3.19.33.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 55101 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_23.3.19.33.altinitystable_amd64.deb ...
Unpacking clickhouse-server (23.3.19.33.altinitystable) ...
Setting up clickhouse-server (23.3.19.33.altinitystable) ...
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
[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
Processing triggers for systemd (245.4-4ubuntu3.23) ...
+ dpkg -i package_folder/clickhouse-client_23.3.19.33.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 55115 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_23.3.19.33.altinitystable_amd64.deb ...
Unpacking clickhouse-client (23.3.19.33.altinitystable) ...
Setting up clickhouse-client (23.3.19.33.altinitystable) ...
++ clickhouse local -q 'select value like '\''% -fsanitize=thread %'\'' from system.build_options where name='\''CXX_FLAGS'\'''
+ is_tsan_build=0
+ '[' 0 -eq 0 ']'
+ export THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ THREAD_FUZZER_CPU_TIME_PERIOD_US=1000
+ export THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ THREAD_FUZZER_SLEEP_PROBABILITY=0.1
+ export THREAD_FUZZER_SLEEP_TIME_US=100000
+ THREAD_FUZZER_SLEEP_TIME_US=100000
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY=1
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY=0.001
+ export THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US=10000
+ export THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY=0.01
+ export THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY=0.01
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=1
+ sed --follow-symlinks -i 's|true|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
Adding azure configuration
+ [[ -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
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ total_mem=32098972
+ total_mem=32869347328
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_memory_usage_for_user=9860804198 and max_memory_usage for queries to 10G
+ local max_users_mem
+ max_users_mem=9860804198
+ echo 'Setting max_memory_usage_for_user=9860804198 and max_memory_usage for queries to 10G'
+ cat
+ cat
+ cat
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ ./minio server --address :11111 ./minio_data
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=(--silent --verbose)
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
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
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:39619 http://127.0.0.1:39619
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (39619), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17B8C1C87F04131Fe3576715-1955-4d25-aec0-632541306db4
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 244 root 10u IPv6 48524 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
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
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.59 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: 5.55 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.00 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: 7.13 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=15
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:21:39:14 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:39:14 +0000] "PUT /devstoreaccount1/cont/unuuiqjlrleoqrcwitcwxmefjkzdsgex?blockid=qctmslxdlqzjeftvmfwrcpazwqteqjcgvwkeuuyffkkttzyhgapjssvefohmtsxi&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:39:14 +0000] "PUT /devstoreaccount1/cont/unuuiqjlrleoqrcwitcwxmefjkzdsgex?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:39:14 +0000] "GET /devstoreaccount1/cont/unuuiqjlrleoqrcwitcwxmefjkzdsgex HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:21:39:14 +0000] "GET /devstoreaccount1/cont/unuuiqjlrleoqrcwitcwxmefjkzdsgex HTTP/1.1" 206 2
+ counter=19
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [01/Mar/2024:21:39:14 +0000] "DELETE /devstoreaccount1/cont/unuuiqjlrleoqrcwitcwxmefjkzdsgex HTTP/1.1" 202 -
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 498
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts
of file /usr/bin/clickhouse.
Use `info auto-load python-scripts [REGEXP]' to list them.
Connected to clickhouse-server after attaching gdb
real 0m16.474s
user 0m0.549s
sys 0m0.020s
+ shellcheck disable=SC2086
/run.sh: line 59: shellcheck: command not found
+ /s3downloader --url-prefix https://s3.amazonaws.com/clickhouse-datasets --dataset-names hits visits
INFO:root:Will fetch following datasets: hits, visits
INFO:root:Processing hits
INFO:root:Downloading from https://s3.amazonaws.com/clickhouse-datasets/hits/partitions/hits_v1.tar to temp path /tmp/w995fsbt
INFO:root:Content length is 1271623680 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/w995fsbt to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/w995fsbt 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/hf_r19eq
INFO:root:Content length is 563968000 bytes
INFO:root:Downloading finished
INFO:root:Will unpack data from temp path /tmp/hf_r19eq to clickhouse db /var/lib/clickhouse/
INFO:root:Unpack finished
INFO:root:Will remove downloaded file /tmp/hf_r19eq from filesystem if it exists
INFO:root:Processing of visits finished
INFO:root:Fetch finished, enjoy your tables!
+ chmod 777 -R /var/lib/clickhouse
+ clickhouse-client --query 'ATTACH DATABASE IF NOT EXISTS datasets ENGINE = Ordinary'
+ clickhouse-client --query 'CREATE DATABASE IF NOT EXISTS test'
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=498
+ clickhouse stop --max-tries 90 --do-not-kill
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Sent terminate signal to process with pid 498.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 498.
The process with pid = 498 is running.
Waiting for server to stop
Found pid = 498 in the list of running processes.
The process with pid = 498 is running.
Waiting for server to stop
Found pid = 498 in the list of running processes.
The process with pid = 498 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.initial.log
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [01/Mar/2024:21:41:16 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
+ 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
127.0.0.1 - - [01/Mar/2024:21:41:17 +0000] "PUT /devstoreaccount1/cont/xwblszebwcpoowtrydkdgbyonvsxrqkp?blockid=esotwzsrgtgfkrdupuqauthbewiujxettlhhrtkiphrekwlnpepqojqxsnumysiy&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:41:17 +0000] "PUT /devstoreaccount1/cont/xwblszebwcpoowtrydkdgbyonvsxrqkp?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:21:41:17 +0000] "GET /devstoreaccount1/cont/xwblszebwcpoowtrydkdgbyonvsxrqkp HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:21:41:17 +0000] "GET /devstoreaccount1/cont/xwblszebwcpoowtrydkdgbyonvsxrqkp HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:21:41:17 +0000] "DELETE /devstoreaccount1/cont/xwblszebwcpoowtrydkdgbyonvsxrqkp HTTP/1.1" 202 -
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
1
++ 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 926
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts
of file /usr/bin/clickhouse.
Use `info auto-load python-scripts [REGEXP]' to list them.
Connected to clickhouse-server after attaching gdb
real 0m15.693s
user 0m0.574s
sys 0m0.020s
+ 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=926
+ 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 = 926.
The process with pid = 926 is running.
Sent terminate signal to process with pid 926.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 926.
The process with pid = 926 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 926.
The process with pid = 926 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 926.
The process with pid = 926 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 926.
The process with pid = 926 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 926.
The process with pid = 926 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 926.
The process with pid = 926 is running.
Waiting for server to stop
Found pid = 926 in the list of running processes.
The process with pid = 926 is running.
Waiting for server to stop
Now there is no clickhouse-server process.
Server stopped
+ return
+ export USE_S3_STORAGE_FOR_MERGE_TREE=1
+ USE_S3_STORAGE_FOR_MERGE_TREE=1
+ export ZOOKEEPER_FAULT_INJECTION=1
+ ZOOKEEPER_FAULT_INJECTION=1
+ configure
+ export USE_DATABASE_ORDINARY=1
+ USE_DATABASE_ORDINARY=1
+ export EXPORT_S3_STORAGE_POLICIES=1
+ EXPORT_S3_STORAGE_POLICIES=1
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/metadata_cache.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_test.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_fault_injection.xml /etc/clickhouse-server/config.d/
+ create_snapshot_on_exit=1
+ sed --follow-symlinks -i 's|true|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/
+ [[ -n 1 ]]
+ [[ 1 -eq 1 ]]
+ ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
Adding azure configuration
+ [[ -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=32098972
+ total_mem=32869347328
+ max_server_memory_usage_to_ram_ratio=0.5
+ echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5'
+ cat
Setting max_server_memory_usage_to_ram_ratio to 0.5
+ local max_users_mem
+ max_users_mem=9860804198
+ echo 'Setting max_memory_usage_for_user=9860804198 and max_memory_usage for queries to 10G'
+ cat
Setting max_memory_usage_for_user=9860804198 and max_memory_usage for queries to 10G
+ 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
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=8
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 8 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=9
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 9 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=10
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 10 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=11
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 11 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=12
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 12 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=13
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 13 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=14
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 14 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:22:43:49 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
+ counter=15
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [01/Mar/2024:22:43:49 +0000] "PUT /devstoreaccount1/cont/mwjuohlmlvvsrsszqsmyjvbxhrglbxcf?blockid=dhvqelyjmweaibdavjgkflosdxiopcnspnosplxarcmixysxhoodaczduoibtzca&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:22:43:49 +0000] "PUT /devstoreaccount1/cont/mwjuohlmlvvsrsszqsmyjvbxhrglbxcf?comp=blocklist HTTP/1.1" 201 -
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
127.0.0.1 - - [01/Mar/2024:22:43:49 +0000] "GET /devstoreaccount1/cont/mwjuohlmlvvsrsszqsmyjvbxhrglbxcf HTTP/1.1" 206 4
+ '[' 15 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [01/Mar/2024:22:43:49 +0000] "GET /devstoreaccount1/cont/mwjuohlmlvvsrsszqsmyjvbxhrglbxcf HTTP/1.1" 206 2
+ sleep 0.5
127.0.0.1 - - [01/Mar/2024:22:43:50 +0000] "DELETE /devstoreaccount1/cont/mwjuohlmlvvsrsszqsmyjvbxhrglbxcf HTTP/1.1" 202 -
+ counter=16
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 16 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=17
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 17 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=18
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 18 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=19
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 19 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=20
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 20 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=21
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 21 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=22
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 22 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=23
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 23 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=24
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 24 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=25
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 25 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=26
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 26 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=27
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 27 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=28
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 28 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=29
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 29 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=30
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 30 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=31
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 31 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=32
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 32 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=33
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 33 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=34
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 34 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=35
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 35 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=36
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 36 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=37
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 37 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=38
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 38 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=39
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 39 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=40
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 40 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=41
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 41 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=42
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 42 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=43
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 43 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=44
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 44 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=45
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 45 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=46
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 46 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=47
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 47 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=48
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 48 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=49
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 49 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=50
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 50 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=51
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 51 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=52
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 52 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=53
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 53 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=54
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 54 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=55
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 55 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=56
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 56 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=57
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 57 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=58
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 58 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=59
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 59 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=60
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 60 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=61
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 61 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=62
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 62 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=63
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 63 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=64
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 64 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=65
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 65 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=66
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 66 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=67
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 67 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=68
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 68 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=69
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 69 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=70
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 70 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=71
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 71 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=72
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 72 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=73
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 73 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=74
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 74 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=75
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 75 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=76
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 76 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=77
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 77 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=78
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 78 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=79
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 79 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=80
+ clickhouse-client --query 'SELECT 1'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 1722
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts
of file /usr/bin/clickhouse.
Use `info auto-load python-scripts [REGEXP]' to list them.
Connected to clickhouse-server after attaching gdb
real 0m15.387s
user 0m0.541s
sys 0m0.035s
+ stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200
2024-03-02 01:45:30,895 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 '
2024-03-02 01:45:31,397 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-03-02 01:45:31,899 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_2', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 '
2024-03-02 01:45:32,401 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:32,903 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:33,405 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:33,906 Run func tests '/usr/bin/clickhouse-test --order=random --client-option allow_experimental_query_cache=1 use_query_cache=1 memory_tracker_fault_probability=0.001 --global_time_limit=1200 '
2024-03-02 01:45:34,408 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:34,910 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 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 01:45:35,412 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:35,914 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 '
2024-03-02 01:45:36,416 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_11', 's1', 'r1')" --database=test_11 --client-option allow_experimental_database_replicated=1 join_algorithm='parallel_hash' allow_experimental_query_cache=1 use_query_cache=1 memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:36,918 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 '
2024-03-02 01:45:37,419 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:37,921 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 '
2024-03-02 01:45:38,423 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 '
2024-03-02 01:45:38,925 Will wait functests to finish
2024-03-02 01:45:38,925 Finished 0 from 16 processes
2024-03-02 01:45:43,927 Finished 0 from 16 processes
[Detaching after vfork from child process 2793]
2024-03-02 01:45:48,931 Finished 0 from 16 processes
2024-03-02 01:45:53,933 Finished 0 from 16 processes
2024-03-02 01:45:58,935 Finished 0 from 16 processes
2024-03-02 01:46:03,938 Finished 0 from 16 processes
2024-03-02 01:46:08,941 Finished 0 from 16 processes
2024-03-02 01:46:13,943 Finished 0 from 16 processes
2024-03-02 01:46:18,947 Finished 0 from 16 processes
2024-03-02 01:46:23,952 Finished 0 from 16 processes
2024-03-02 01:46:28,955 Finished 0 from 16 processes
2024-03-02 01:46:33,959 Finished 0 from 16 processes
2024-03-02 01:46:38,963 Finished 0 from 16 processes
2024-03-02 01:46:43,967 Finished 0 from 16 processes
2024-03-02 01:46:48,971 Finished 0 from 16 processes
2024-03-02 01:46:53,975 Finished 0 from 16 processes
2024-03-02 01:46:58,979 Finished 0 from 16 processes
2024-03-02 01:47:03,983 Finished 0 from 16 processes
2024-03-02 01:47:08,987 Finished 0 from 16 processes
2024-03-02 01:47:13,991 Finished 0 from 16 processes
2024-03-02 01:47:18,995 Finished 0 from 16 processes
2024-03-02 01:47:23,999 Finished 0 from 16 processes
2024-03-02 01:47:29,004 Finished 0 from 16 processes
2024-03-02 01:47:34,007 Finished 0 from 16 processes
2024-03-02 01:47:39,011 Finished 0 from 16 processes
2024-03-02 01:47:44,015 Finished 0 from 16 processes
2024-03-02 01:47:49,019 Finished 0 from 16 processes
2024-03-02 01:47:54,023 Finished 0 from 16 processes
2024-03-02 01:47:59,025 Finished 0 from 16 processes
2024-03-02 01:48:04,030 Finished 0 from 16 processes
2024-03-02 01:48:09,035 Finished 0 from 16 processes
2024-03-02 01:48:14,041 Finished 0 from 16 processes
2024-03-02 01:48:19,046 Finished 0 from 16 processes
2024-03-02 01:48:24,049 Finished 0 from 16 processes
2024-03-02 01:48:29,051 Finished 0 from 16 processes
2024-03-02 01:48:34,055 Finished 0 from 16 processes
2024-03-02 01:48:39,059 Finished 0 from 16 processes
2024-03-02 01:48:44,063 Finished 0 from 16 processes
2024-03-02 01:48:49,067 Finished 0 from 16 processes
2024-03-02 01:48:54,071 Finished 0 from 16 processes
2024-03-02 01:48:59,075 Finished 0 from 16 processes
2024-03-02 01:49:04,079 Finished 0 from 16 processes
2024-03-02 01:49:09,083 Finished 0 from 16 processes
2024-03-02 01:49:14,088 Finished 0 from 16 processes
2024-03-02 01:49:19,092 Finished 0 from 16 processes
2024-03-02 01:49:24,098 Finished 0 from 16 processes
2024-03-02 01:49:29,102 Finished 0 from 16 processes
2024-03-02 01:49:34,107 Finished 0 from 16 processes
2024-03-02 01:49:39,111 Finished 0 from 16 processes
2024-03-02 01:49:44,115 Finished 0 from 16 processes
2024-03-02 01:49:49,119 Finished 0 from 16 processes
2024-03-02 01:49:54,123 Finished 0 from 16 processes
2024-03-02 01:49:59,124 Finished 0 from 16 processes
2024-03-02 01:50:04,127 Finished 0 from 16 processes
2024-03-02 01:50:09,131 Finished 0 from 16 processes
2024-03-02 01:50:14,135 Finished 0 from 16 processes
2024-03-02 01:50:19,140 Finished 0 from 16 processes
2024-03-02 01:50:24,145 Finished 0 from 16 processes
2024-03-02 01:50:29,149 Finished 0 from 16 processes
2024-03-02 01:50:34,151 Finished 0 from 16 processes
2024-03-02 01:50:39,155 Finished 0 from 16 processes
2024-03-02 01:50:44,159 Finished 0 from 16 processes
2024-03-02 01:50:49,164 Finished 0 from 16 processes
2024-03-02 01:50:54,167 Finished 0 from 16 processes
2024-03-02 01:50:59,171 Finished 0 from 16 processes
2024-03-02 01:51:04,176 Finished 0 from 16 processes
2024-03-02 01:51:09,179 Finished 0 from 16 processes
2024-03-02 01:51:14,183 Finished 0 from 16 processes
2024-03-02 01:51:19,188 Finished 0 from 16 processes
2024-03-02 01:51:24,193 Finished 0 from 16 processes
2024-03-02 01:51:29,195 Finished 0 from 16 processes
2024-03-02 01:51:34,199 Finished 0 from 16 processes
2024-03-02 01:51:39,203 Finished 0 from 16 processes
2024-03-02 01:51:44,208 Finished 0 from 16 processes
2024-03-02 01:51:49,211 Finished 0 from 16 processes
2024-03-02 01:51:54,215 Finished 0 from 16 processes
2024-03-02 01:51:59,220 Finished 0 from 16 processes
2024-03-02 01:52:04,224 Finished 0 from 16 processes
2024-03-02 01:52:09,228 Finished 0 from 16 processes
2024-03-02 01:52:14,234 Finished 1 from 16 processes
2024-03-02 01:52:19,237 Finished 1 from 16 processes
2024-03-02 01:52:24,243 Finished 1 from 16 processes
2024-03-02 01:52:29,247 Finished 1 from 16 processes
2024-03-02 01:52:34,251 Finished 1 from 16 processes
2024-03-02 01:52:39,255 Finished 1 from 16 processes
2024-03-02 01:52:44,259 Finished 1 from 16 processes
2024-03-02 01:52:49,263 Finished 1 from 16 processes
2024-03-02 01:52:54,268 Finished 1 from 16 processes
2024-03-02 01:52:59,269 Finished 1 from 16 processes
2024-03-02 01:53:04,271 Finished 1 from 16 processes
2024-03-02 01:53:09,276 Finished 1 from 16 processes
2024-03-02 01:53:14,282 Finished 1 from 16 processes
2024-03-02 01:53:19,287 Finished 1 from 16 processes
2024-03-02 01:53:24,291 Finished 1 from 16 processes
2024-03-02 01:53:29,295 Finished 1 from 16 processes
2024-03-02 01:53:34,300 Finished 1 from 16 processes
2024-03-02 01:53:39,303 Finished 1 from 16 processes
2024-03-02 01:53:44,306 Finished 1 from 16 processes
2024-03-02 01:53:49,311 Finished 1 from 16 processes
2024-03-02 01:53:54,315 Finished 1 from 16 processes
2024-03-02 01:53:59,319 Finished 1 from 16 processes
2024-03-02 01:54:04,323 Finished 1 from 16 processes
2024-03-02 01:54:09,328 Finished 1 from 16 processes
2024-03-02 01:54:14,331 Finished 1 from 16 processes
2024-03-02 01:54:19,335 Finished 1 from 16 processes
2024-03-02 01:54:24,339 Finished 1 from 16 processes
2024-03-02 01:54:29,340 Finished 1 from 16 processes
2024-03-02 01:54:34,346 Finished 1 from 16 processes
2024-03-02 01:54:39,347 Finished 1 from 16 processes
2024-03-02 01:54:44,351 Finished 1 from 16 processes
2024-03-02 01:54:49,355 Finished 1 from 16 processes
2024-03-02 01:54:54,359 Finished 1 from 16 processes
2024-03-02 01:54:59,363 Finished 1 from 16 processes
2024-03-02 01:55:04,368 Finished 1 from 16 processes
2024-03-02 01:55:09,370 Finished 1 from 16 processes
2024-03-02 01:55:14,372 Finished 1 from 16 processes
2024-03-02 01:55:19,376 Finished 1 from 16 processes
2024-03-02 01:55:24,379 Finished 1 from 16 processes
2024-03-02 01:55:29,383 Finished 1 from 16 processes
2024-03-02 01:55:34,387 Finished 1 from 16 processes
2024-03-02 01:55:39,391 Finished 1 from 16 processes
2024-03-02 01:55:44,396 Finished 1 from 16 processes
2024-03-02 01:55:49,401 Finished 1 from 16 processes
2024-03-02 01:55:54,405 Finished 1 from 16 processes
2024-03-02 01:55:59,408 Finished 1 from 16 processes
2024-03-02 01:56:04,411 Finished 1 from 16 processes
2024-03-02 01:56:09,415 Finished 1 from 16 processes
2024-03-02 01:56:14,419 Finished 1 from 16 processes
2024-03-02 01:56:19,423 Finished 1 from 16 processes
2024-03-02 01:56:24,424 Finished 1 from 16 processes
2024-03-02 01:56:29,427 Finished 1 from 16 processes
2024-03-02 01:56:34,432 Finished 1 from 16 processes
2024-03-02 01:56:39,435 Finished 1 from 16 processes
2024-03-02 01:56:44,441 Finished 1 from 16 processes
2024-03-02 01:56:49,446 Finished 1 from 16 processes
2024-03-02 01:56:54,451 Finished 1 from 16 processes
2024-03-02 01:56:59,455 Finished 1 from 16 processes
2024-03-02 01:57:04,459 Finished 1 from 16 processes
2024-03-02 01:57:09,463 Finished 1 from 16 processes
2024-03-02 01:57:14,467 Finished 1 from 16 processes
2024-03-02 01:57:19,471 Finished 1 from 16 processes
2024-03-02 01:57:24,474 Finished 1 from 16 processes
2024-03-02 01:57:29,479 Finished 1 from 16 processes
2024-03-02 01:57:34,484 Finished 1 from 16 processes
2024-03-02 01:57:39,487 Finished 1 from 16 processes
2024-03-02 01:57:44,491 Finished 1 from 16 processes
2024-03-02 01:57:49,495 Finished 1 from 16 processes
2024-03-02 01:57:54,499 Finished 1 from 16 processes
2024-03-02 01:57:59,503 Finished 1 from 16 processes
2024-03-02 01:58:04,508 Finished 1 from 16 processes
2024-03-02 01:58:09,514 Finished 1 from 16 processes
2024-03-02 01:58:14,515 Finished 1 from 16 processes
2024-03-02 01:58:19,520 Finished 1 from 16 processes
2024-03-02 01:58:24,523 Finished 1 from 16 processes
2024-03-02 01:58:29,527 Finished 1 from 16 processes
2024-03-02 01:58:34,531 Finished 1 from 16 processes
2024-03-02 01:58:39,536 Finished 1 from 16 processes
2024-03-02 01:58:44,539 Finished 1 from 16 processes
2024-03-02 01:58:49,544 Finished 1 from 16 processes
2024-03-02 01:58:54,547 Finished 1 from 16 processes
2024-03-02 01:58:59,550 Finished 1 from 16 processes
2024-03-02 01:59:04,553 Finished 1 from 16 processes
2024-03-02 01:59:09,558 Finished 1 from 16 processes
2024-03-02 01:59:14,563 Finished 1 from 16 processes
2024-03-02 01:59:19,567 Finished 1 from 16 processes
2024-03-02 01:59:24,572 Finished 1 from 16 processes
2024-03-02 01:59:29,577 Finished 1 from 16 processes
2024-03-02 01:59:34,582 Finished 1 from 16 processes
2024-03-02 01:59:39,587 Finished 1 from 16 processes
2024-03-02 01:59:44,591 Finished 1 from 16 processes
2024-03-02 01:59:49,595 Finished 1 from 16 processes
2024-03-02 01:59:54,599 Finished 1 from 16 processes
2024-03-02 01:59:59,604 Finished 1 from 16 processes
2024-03-02 02:00:04,609 Finished 1 from 16 processes
2024-03-02 02:00:09,611 Finished 1 from 16 processes
2024-03-02 02:00:14,615 Finished 1 from 16 processes
2024-03-02 02:00:19,620 Finished 1 from 16 processes
2024-03-02 02:00:24,625 Finished 1 from 16 processes
2024-03-02 02:00:29,627 Finished 1 from 16 processes
2024-03-02 02:00:34,632 Finished 1 from 16 processes
2024-03-02 02:00:39,635 Finished 1 from 16 processes
2024-03-02 02:00:44,636 Finished 1 from 16 processes
2024-03-02 02:00:49,640 Finished 1 from 16 processes
2024-03-02 02:00:54,643 Finished 1 from 16 processes
2024-03-02 02:00:59,647 Finished 1 from 16 processes
2024-03-02 02:01:04,650 Finished 1 from 16 processes
2024-03-02 02:01:09,655 Finished 1 from 16 processes
2024-03-02 02:01:14,660 Finished 1 from 16 processes
2024-03-02 02:01:19,663 Finished 1 from 16 processes
2024-03-02 02:01:24,667 Finished 1 from 16 processes
2024-03-02 02:01:29,668 Finished 1 from 16 processes
2024-03-02 02:01:34,671 Finished 1 from 16 processes
2024-03-02 02:01:39,676 Finished 1 from 16 processes
2024-03-02 02:01:44,680 Finished 1 from 16 processes
2024-03-02 02:01:49,685 Finished 1 from 16 processes
2024-03-02 02:01:54,687 Finished 1 from 16 processes
2024-03-02 02:01:59,691 Finished 1 from 16 processes
2024-03-02 02:02:04,694 Finished 1 from 16 processes
2024-03-02 02:02:09,699 Finished 1 from 16 processes
2024-03-02 02:02:14,703 Finished 1 from 16 processes
2024-03-02 02:02:19,707 Finished 1 from 16 processes
2024-03-02 02:02:24,707 Finished 1 from 16 processes
2024-03-02 02:02:29,713 Finished 1 from 16 processes
2024-03-02 02:02:34,715 Finished 1 from 16 processes
2024-03-02 02:02:39,717 Finished 1 from 16 processes
2024-03-02 02:02:44,719 Finished 1 from 16 processes
2024-03-02 02:02:49,723 Finished 1 from 16 processes
2024-03-02 02:02:54,727 Finished 1 from 16 processes
2024-03-02 02:02:59,731 Finished 1 from 16 processes
2024-03-02 02:03:04,735 Finished 1 from 16 processes
2024-03-02 02:03:09,740 Finished 1 from 16 processes
2024-03-02 02:03:14,743 Finished 1 from 16 processes
2024-03-02 02:03:19,747 Finished 1 from 16 processes
2024-03-02 02:03:24,752 Finished 1 from 16 processes
2024-03-02 02:03:29,755 Finished 1 from 16 processes
2024-03-02 02:03:34,759 Finished 1 from 16 processes
2024-03-02 02:03:39,764 Finished 1 from 16 processes
2024-03-02 02:03:44,767 Finished 1 from 16 processes
2024-03-02 02:03:49,771 Finished 1 from 16 processes
2024-03-02 02:03:54,775 Finished 1 from 16 processes
2024-03-02 02:03:59,779 Finished 1 from 16 processes
2024-03-02 02:04:04,783 Finished 1 from 16 processes
2024-03-02 02:04:09,787 Finished 1 from 16 processes
2024-03-02 02:04:14,792 Finished 1 from 16 processes
2024-03-02 02:04:19,795 Finished 1 from 16 processes
2024-03-02 02:04:24,799 Finished 1 from 16 processes
2024-03-02 02:04:29,803 Finished 1 from 16 processes
2024-03-02 02:04:34,808 Finished 1 from 16 processes
2024-03-02 02:04:39,813 Finished 1 from 16 processes
2024-03-02 02:04:44,815 Finished 1 from 16 processes
2024-03-02 02:04:49,820 Finished 1 from 16 processes
2024-03-02 02:04:54,825 Finished 1 from 16 processes
2024-03-02 02:04:59,827 Finished 1 from 16 processes
2024-03-02 02:05:04,832 Finished 1 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:05:05 +0000] "PUT /devstoreaccount1/cont/hsiiicqsjrjppvrrslsbkkedolvfumve?blockid=fsfmnrmwndgiudhcgezagqiwhykmzwyzjnvlaqhhyiopkaohvajogwbwfvqdkwkd&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:05 +0000] "PUT /devstoreaccount1/cont/hsiiicqsjrjppvrrslsbkkedolvfumve?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/dapsylgupayddxhfmjainfapatvhwnrz?blockid=ocaqekygfcmkotppbmckmwnptfpozfnbptczfqnpqszkwwvtgouixehlexdpqnfi&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/dapsylgupayddxhfmjainfapatvhwnrz?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/ndvgqbcxbnymhqehtqmsokvrpkodrltw?blockid=rpsbfanxfpdbfetoolrlxpwshryhjfmpesmgzohvpfxfwntaklozozmsrdbptows&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/ndvgqbcxbnymhqehtqmsokvrpkodrltw?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/hlmlpsfjbkmrdlsyicaihmoswdjzndra?blockid=udzafacwtgddfgrywvttmhtcvggywfzyrelgndyneovhktgbgfzfgcetsciesykf&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/hlmlpsfjbkmrdlsyicaihmoswdjzndra?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/kzjqgrrbrlxlaufehonlngzrwujvdsew?blockid=ieoguppvmomrnlawciiwgkdioqjfmvzxkmqswiilgsovuecvnsijhzydyyemxmyb&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/kzjqgrrbrlxlaufehonlngzrwujvdsew?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/dfhczpfdddyysumsemjnuxrkrffvqakx?blockid=bvzxebskknacjjdhfwbeajchoojcdbnvdrbyxhoewqgmiprmvgpoiyaukoawkxvm&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/dfhczpfdddyysumsemjnuxrkrffvqakx?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:06 +0000] "PUT /devstoreaccount1/cont/hzuppkszjusojszgbbxcloarlaxdluwd?blockid=qkcfctkmtsakqahsrnmmuzvbdsyrlqoovvbgaxyulpeekhjchhzwezyjkymllpzh&comp=block HTTP/1.1" - -
2024-03-02 02:05:09,835 Finished 1 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:05:10 +0000] "PUT /devstoreaccount1/cont/hzuppkszjusojszgbbxcloarlaxdluwd?blockid=qkcfctkmtsakqahsrnmmuzvbdsyrlqoovvbgaxyulpeekhjchhzwezyjkymllpzh&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:12 +0000] "PUT /devstoreaccount1/cont/hzuppkszjusojszgbbxcloarlaxdluwd?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:12 +0000] "PUT /devstoreaccount1/cont/gxvbaxvdlorryvgijvzsbgoagdixspmp?blockid=xvlvuaxomtzdhfdlphxieiputzjcrxbuugrzrnssylvexuezureuebgkhlzefjdr&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:12 +0000] "PUT /devstoreaccount1/cont/gxvbaxvdlorryvgijvzsbgoagdixspmp?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:05:14 +0000] "GET /devstoreaccount1/cont/ndvgqbcxbnymhqehtqmsokvrpkodrltw HTTP/1.1" 206 62
127.0.0.1 - - [01/Mar/2024:23:05:14 +0000] "GET /devstoreaccount1/cont/dapsylgupayddxhfmjainfapatvhwnrz HTTP/1.1" 206 100995
2024-03-02 02:05:14,840 Finished 1 from 16 processes
2024-03-02 02:05:19,841 Finished 1 from 16 processes
2024-03-02 02:05:24,843 Finished 1 from 16 processes
2024-03-02 02:05:29,848 Finished 1 from 16 processes
2024-03-02 02:05:34,851 Finished 1 from 16 processes
2024-03-02 02:05:39,852 Finished 2 from 16 processes
2024-03-02 02:05:44,852 Finished 2 from 16 processes
2024-03-02 02:05:49,855 Finished 2 from 16 processes
2024-03-02 02:05:54,859 Finished 2 from 16 processes
2024-03-02 02:05:59,863 Finished 2 from 16 processes
2024-03-02 02:06:04,867 Finished 4 from 16 processes
2024-03-02 02:06:09,871 Finished 5 from 16 processes
2024-03-02 02:06:14,875 Finished 5 from 16 processes
2024-03-02 02:06:19,879 Finished 6 from 16 processes
2024-03-02 02:06:24,883 Finished 6 from 16 processes
2024-03-02 02:06:29,887 Finished 7 from 16 processes
2024-03-02 02:06:34,891 Finished 7 from 16 processes
2024-03-02 02:06:39,895 Finished 7 from 16 processes
2024-03-02 02:06:44,899 Finished 7 from 16 processes
2024-03-02 02:06:49,903 Finished 8 from 16 processes
2024-03-02 02:06:54,908 Finished 8 from 16 processes
2024-03-02 02:06:59,914 Finished 8 from 16 processes
2024-03-02 02:07:04,915 Finished 8 from 16 processes
2024-03-02 02:07:09,919 Finished 9 from 16 processes
2024-03-02 02:07:14,924 Finished 9 from 16 processes
2024-03-02 02:07:19,927 Finished 9 from 16 processes
2024-03-02 02:07:24,932 Finished 9 from 16 processes
2024-03-02 02:07:29,935 Finished 9 from 16 processes
2024-03-02 02:07:34,939 Finished 9 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:07:38 +0000] "GET /devstoreaccount1/cont/dapsylgupayddxhfmjainfapatvhwnrz HTTP/1.1" 206 60812
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/fgywyisuccyjzcqnwycxylelyclrmdvb?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/qdzgrszqdmklurbevzikmslhbbafyyva?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/nqvnnmdygqufjvkbfbaffjycbaqpfgbz?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/uqrnoyifwwdntojsoylfyytoxykpulhb?blockid=pnwlnvtsdxujtteqhwxpcqycwbozxxshmlvknicsopjgqvvnrdjzgimimxjkwdox&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/uqrnoyifwwdntojsoylfyytoxykpulhb?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/uckvngnzzrjzavnqkdxbpvelafjhgdws?blockid=furesmbkctyeivbhogwmtwzjspbszbefapjjdlajullmhvwtavhwoufhsgkocpsv&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/uckvngnzzrjzavnqkdxbpvelafjhgdws?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/xejosfnicqtorkmxlkzdeqqpetdizcuv?blockid=ojnrsasqjdvgvxbkrzsnfdjdsbovoldwwuuuljcclugeqfjvxlskzwfsvzbiifvu&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/xejosfnicqtorkmxlkzdeqqpetdizcuv?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/iialnhgltdjjjqadihrehpidoqweyhzo?blockid=hmzobirywatbgzhzmjbgrebrzdefwjiqsrlzikjgsgdiabfzhrimpqibiwqpegis&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:07:39 +0000] "PUT /devstoreaccount1/cont/iialnhgltdjjjqadihrehpidoqweyhzo?comp=blocklist HTTP/1.1" 201 -
2024-03-02 02:07:39,943 Finished 9 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/gxvbaxvdlorryvgijvzsbgoagdixspmp HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/dfhczpfdddyysumsemjnuxrkrffvqakx HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/kzjqgrrbrlxlaufehonlngzrwujvdsew HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/ndvgqbcxbnymhqehtqmsokvrpkodrltw HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/dapsylgupayddxhfmjainfapatvhwnrz HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/hlmlpsfjbkmrdlsyicaihmoswdjzndra HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:07:40 +0000] "DELETE /devstoreaccount1/cont/hzuppkszjusojszgbbxcloarlaxdluwd HTTP/1.1" 202 -
2024-03-02 02:07:44,947 Finished 10 from 16 processes
2024-03-02 02:07:49,951 Finished 10 from 16 processes
2024-03-02 02:07:54,956 Finished 10 from 16 processes
2024-03-02 02:07:59,959 Finished 10 from 16 processes
2024-03-02 02:08:04,964 Finished 11 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:08:05 +0000] "PUT /devstoreaccount1/cont/ecdjelvmaficbbyuebdkbpckmgzcgqvf?blockid=equxolqtqdfbzewniazcowmvbfodrcfkhlqdhucbtkluzywbldbjrrleoakgevbj&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/ecdjelvmaficbbyuebdkbpckmgzcgqvf?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/cpgfccwsjendtowzewbaqwqflkdicpsn?blockid=bnroesdcxxlzsiocgmlgsfqlpdaqjafkozgxwuiwpetcfnimilzaktkjbwpgxebt&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/cpgfccwsjendtowzewbaqwqflkdicpsn?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/uvemyhyotyjylcgeuskneqltplvdbzap?blockid=zmouzqlzkyxiihjrkocgrtzujhimsglmxhcmjgiuirjnfllthnuwmudnhdhdtovx&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/uvemyhyotyjylcgeuskneqltplvdbzap?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/etegpxlktpijgxlqdxqqjeixeqpmwemr?blockid=vdrfhmnfmgsihmrehqkkzwdsgoigeumkabsfpdjqnzmlvxxvcrtddvfwapqfpaka&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/etegpxlktpijgxlqdxqqjeixeqpmwemr?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/elmobapwyzxdxsniasvuyicjtpenvgsg?blockid=yovoxkupqcnymkbhowgutickllqhnmhqrachqznmvrjldshhifnwexxszfseckxq&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/elmobapwyzxdxsniasvuyicjtpenvgsg?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/asesjxdmzrevpbcdndbmtijdgxyjoeem?blockid=bxybnxbnoqgznaojjedwgykswtyxzeorgrpkpdqgmzatepsidiwfgzwfugmvcndl&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/asesjxdmzrevpbcdndbmtijdgxyjoeem?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/dvaeqtsmjrtyvijkkurasztwtgyfeyge?blockid=cbktgvbnbrdrkenywxfeavzastnzgpjydiwncuizwtagucybwfwchnmlfmagohvb&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:08:06 +0000] "PUT /devstoreaccount1/cont/dvaeqtsmjrtyvijkkurasztwtgyfeyge?comp=blocklist HTTP/1.1" 201 -
2024-03-02 02:08:09,967 Finished 11 from 16 processes
2024-03-02 02:08:14,971 Finished 11 from 16 processes
2024-03-02 02:08:19,975 Finished 11 from 16 processes
2024-03-02 02:08:24,979 Finished 11 from 16 processes
2024-03-02 02:08:29,984 Finished 11 from 16 processes
2024-03-02 02:08:34,989 Finished 11 from 16 processes
2024-03-02 02:08:39,991 Finished 11 from 16 processes
2024-03-02 02:08:44,995 Finished 11 from 16 processes
2024-03-02 02:08:49,999 Finished 11 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/iialnhgltdjjjqadihrehpidoqweyhzo HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/uckvngnzzrjzavnqkdxbpvelafjhgdws HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/uqrnoyifwwdntojsoylfyytoxykpulhb HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/qdzgrszqdmklurbevzikmslhbbafyyva HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/fgywyisuccyjzcqnwycxylelyclrmdvb HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/nqvnnmdygqufjvkbfbaffjycbaqpfgbz HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:53 +0000] "DELETE /devstoreaccount1/cont/xejosfnicqtorkmxlkzdeqqpetdizcuv HTTP/1.1" 202 -
2024-03-02 02:08:55,003 Finished 11 from 16 processes
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/dvaeqtsmjrtyvijkkurasztwtgyfeyge HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/elmobapwyzxdxsniasvuyicjtpenvgsg HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/etegpxlktpijgxlqdxqqjeixeqpmwemr HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/cpgfccwsjendtowzewbaqwqflkdicpsn HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/ecdjelvmaficbbyuebdkbpckmgzcgqvf HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/uvemyhyotyjylcgeuskneqltplvdbzap HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/asesjxdmzrevpbcdndbmtijdgxyjoeem HTTP/1.1" 202 -
127.0.0.1 - - [01/Mar/2024:23:08:55 +0000] "DELETE /devstoreaccount1/cont/hsiiicqsjrjppvrrslsbkkedolvfumve HTTP/1.1" 202 -
2024-03-02 02:09:00,007 Finished 11 from 16 processes
2024-03-02 02:09:05,012 Finished 11 from 16 processes
2024-03-02 02:09:10,015 Finished 11 from 16 processes
2024-03-02 02:09:15,020 Finished 11 from 16 processes
2024-03-02 02:09:20,023 Finished 11 from 16 processes
2024-03-02 02:09:25,027 Finished 12 from 16 processes
2024-03-02 02:09:30,032 Finished 12 from 16 processes
2024-03-02 02:09:35,036 Finished 12 from 16 processes
2024-03-02 02:09:40,039 Finished 12 from 16 processes
2024-03-02 02:09:45,044 Finished 12 from 16 processes
2024-03-02 02:09:50,047 Finished 12 from 16 processes
2024-03-02 02:09:55,051 Finished 12 from 16 processes
2024-03-02 02:10:00,055 Finished 13 from 16 processes
2024-03-02 02:10:05,059 Finished 13 from 16 processes
2024-03-02 02:10:10,063 Finished 13 from 16 processes
2024-03-02 02:10:15,068 Finished 13 from 16 processes
2024-03-02 02:10:20,071 Finished 13 from 16 processes
2024-03-02 02:10:25,075 Finished 13 from 16 processes
2024-03-02 02:10:30,080 Finished 13 from 16 processes
2024-03-02 02:10:35,083 Finished 13 from 16 processes
2024-03-02 02:10:40,087 Finished 13 from 16 processes
2024-03-02 02:10:45,091 Finished 13 from 16 processes
2024-03-02 02:10:50,095 Finished 13 from 16 processes
2024-03-02 02:10:55,099 Finished 13 from 16 processes
2024-03-02 02:11:00,103 Finished 13 from 16 processes
2024-03-02 02:11:05,107 Finished 13 from 16 processes
2024-03-02 02:11:10,111 Finished 13 from 16 processes
2024-03-02 02:11:15,115 Finished 13 from 16 processes
2024-03-02 02:11:20,119 Finished 14 from 16 processes
2024-03-02 02:11:25,123 Finished 14 from 16 processes
2024-03-02 02:11:30,127 Finished 14 from 16 processes
2024-03-02 02:11:35,131 Finished 14 from 16 processes
2024-03-02 02:11:40,135 Finished 14 from 16 processes
2024-03-02 02:11:45,139 Finished 14 from 16 processes
2024-03-02 02:11:50,145 Finished 14 from 16 processes
2024-03-02 02:11:55,147 Finished 14 from 16 processes
2024-03-02 02:12:00,152 Finished 14 from 16 processes
2024-03-02 02:12:05,158 Finished 14 from 16 processes
2024-03-02 02:12:10,163 Finished 14 from 16 processes
2024-03-02 02:12:15,167 Finished 14 from 16 processes
2024-03-02 02:12:20,171 Finished 14 from 16 processes
2024-03-02 02:12:25,175 Finished 14 from 16 processes
2024-03-02 02:12:30,179 Finished 14 from 16 processes
2024-03-02 02:12:35,185 Finished 14 from 16 processes
2024-03-02 02:12:40,187 Finished 14 from 16 processes
2024-03-02 02:12:45,192 Finished 14 from 16 processes
2024-03-02 02:12:50,195 Finished 14 from 16 processes
2024-03-02 02:12:55,199 Finished 14 from 16 processes
2024-03-02 02:13:00,203 Finished 14 from 16 processes
2024-03-02 02:13:05,208 Finished 14 from 16 processes
2024-03-02 02:13:10,211 Finished 14 from 16 processes
2024-03-02 02:13:15,216 Finished 14 from 16 processes
2024-03-02 02:13:20,222 Finished 14 from 16 processes
2024-03-02 02:13:25,224 Finished 14 from 16 processes
2024-03-02 02:13:30,229 Finished 14 from 16 processes
2024-03-02 02:13:35,231 Finished 14 from 16 processes
2024-03-02 02:13:40,235 Finished 14 from 16 processes
2024-03-02 02:13:45,239 Finished 14 from 16 processes
2024-03-02 02:13:50,243 All processes finished
2024-03-02 02:13:50,243 Compressing stress logs
2024-03-02 02:13:50,257 Logs compressed
2024-03-02 02:13:50,257 Will terminate gdb (if any)
2024-03-02 02:19:03,125 Checking if some queries hung
Using queries from '/usr/share/clickhouse-test/queries' directory
Connecting to ClickHouse server... OK
Running 1 stateless tests (MainProcess).
00001_select_1: [ OK ]
1 tests passed. 0 tests skipped. 1.77 s elapsed (MainProcess).
Won't run stateful tests because test data wasn't loaded.
No queries hung.
All tests have finished.
Top patterns of log messages:
count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
UInt64 Float64 String Float64 UInt64 UInt64 Array(String) Float64 LowCardinality(String)
94142 0.066 32.92 MiB 0.151 17768 1381 ['Test'] 0.099 Key: {}. Returning with {} bytes, buffer position: {} (offset: {}, predownloaded: {}), buffer available: {}, current range: {}, current offset: {}, file segment state: {}, current write offset: {}, read_type: {}, reading until position: {}, started with offset: {}, remaining ranges: {}
94142 0.066 34.04 MiB 0.156 17768 1381 ['Test'] 0.099 Current count: {}, position: {}, read range: {}, file segment: {}
94075 0.066 9.57 MiB 0.044 17768 1381 ['Test'] 0.099 Read {} bytes, read type {}, position: {}, offset: {}, remaining read range: {}
77376 0.054 7.19 MiB 0.033 13244 420 ['Test'] 0.011 Downloader id: {}, caller id: {}
67741 0.047 12.82 MiB 0.059 1 1260 ['Test'] 0.031 read() returned {}, sample block {}
49447 0.034 9.14 MiB 0.042 1 1260 ['Test'] 0.022 First reader returned: {}, requested columns: {}
44879 0.031 4.26 MiB 0.02 4 205 ['Test'] 0.33 Write file: {}
44838 0.031 3.28 MiB 0.015 1 194 ['Trace'] 0.34 Checking object {} exists after upload
44838 0.031 2.89 MiB 0.013 1 194 ['Trace'] 0.34 Object {} exists after upload
44816 0.031 4.86 MiB 0.022 1 200 ['Trace'] 0.331 Making single part upload. Bucket: {}, Key: {}, Size: {}, WithPool: {}
44816 0.031 5.46 MiB 0.025 1 126 ['Trace'] 0.466 Single part upload has completed. Bucket: {}, Key: {}, Object size: {}, WithPool: {}
42560 0.03 3.56 MiB 0.016 17767 1381 ['Test'] 0.214 Current file segment: {}, read type: {}, current file offset: {}
40406 0.028 2.39 MiB 0.011 17767 1380 ['Test'] 0.221 Having {} file segments to read: {}, current offset: {}
39048 0.027 2.06 MiB 0.009 14682 448 ['Test'] 0.25 Updated state from {} to {}
35285 0.025 10.86 MiB 0.05 14369 711 ['Test'] 0.154 Completed file segment: {}
35285 0.025 11.91 MiB 0.055 14369 711 ['Test'] 0.154 Complete based on current state (is_last_holder: {}, {})
29778 0.021 1.27 MiB 0.006 14660 437 ['Test'] 0.296 Resetting downloader from {}
29512 0.021 3.07 MiB 0.014 1 1032 ['Test'] 0.256 Read S3 object. Bucket: {}, Key: {}, Version: {}, Range: {}-{}
24656 0.017 3.11 MiB 0.014 1 2288 ['Test'] 0.022 Thread finished. Total time: {} sec. Execution time: {} sec. Processing time: {} sec. Wait time: {} sec.
23505 0.016 6.97 MiB 0.032 20793 170 ['Test'] 0.575 Detached file segment: {}
18756 0.013 2.48 MiB 0.011 1 1088 ['Test'] 0.056 ReadResult::optimize() before: {}
18756 0.013 2.62 MiB 0.012 1 1088 ['Test'] 0.056 ReadResult::optimize() after: {}
18756 0.013 2.50 MiB 0.011 1 1088 ['Test'] 0.056 After execute prewhere {}
18756 0.013 1.34 MiB 0.006 1 1088 ['Test'] 0.056 Executing prewhere actions on block: {}
17431 0.012 5.34 MiB 0.025 13244 420 ['Test'] 0.016 Complete batch. ({})
14522 0.01 675.64 KiB 0.003 1 1062 ['Test'] 0.002 ReadResult::applyFilter() num_rows before: {}
14522 0.01 649.31 KiB 0.003 1 1062 ['Test'] 0.002 ReadResult::applyFilter() num_rows after: {}
13589 0.009 675.87 KiB 0.003 1 226 ['Test'] 1 Nothing to clean up from store/ on disk {}
13423 0.009 997.63 KiB 0.004 1 361 ['Test'] 0.021 Added entry into LRU queue, key: {}, offset: {}
12955 0.009 848.87 KiB 0.004 1 40 ['Debug'] 0.659 Remove from cache. Key: {}, offset: {}
12925 0.009 985.59 KiB 0.004 1 35 ['Test'] 0.661 Removed entry from LRU queue, key: {}, offset: {}
12285 0.009 376.01 KiB 0.002 10469 384 ['Test'] 0 Successfully written {} bytes
8634 0.006 843.16 KiB 0.004 7767 225 ['Test'] 0.513 Bypassing cache because `read_from_filesystem_cache_if_exists_otherwise_bypass_cache` option is used
7948 0.006 481.63 KiB 0.002 2 145 ['Trace'] 0.003 Access granted: {}{}
7592 0.005 890.39 KiB 0.004 1 33 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
7439 0.005 383.70 KiB 0.002 1 113 ['Debug'] 0.19 Peak memory usage{}: {}.
6758 0.005 636.54 KiB 0.003 1 1312 ['Trace'] 0.002 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
6492 0.005 188.87 KiB 0.001 1 1310 ['Trace'] 0.002 Aggregation method: {}
6392 0.004 1.06 MiB 0.005 1 77 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
6386 0.004 771.40 KiB 0.003 106 213 ['Trace'] 0.659 Renaming temporary part {} to {} with tid {}.
6386 0.004 555.87 KiB 0.002 106 213 ['Test'] 0.659 preparePartForCommit: inserting {} into data_parts_indexes
6342 0.004 308.49 KiB 0.001 1 207 ['Trace'] 0.655 filled checksums {}
6233 0.004 1012.67 KiB 0.005 1 70 ['Test'] 0.074 Trying to lock removal_tid by {}, table: {}, part: {}
6088 0.004 422.26 KiB 0.002 102 428 ['Trace'] 0.871 Trying to reserve {} using storage policy from min volume index {}
6018 0.004 922.68 KiB 0.004 2 77 ['Debug'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
5622 0.004 533.73 KiB 0.002 1 43 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
5528 0.004 156.35 KiB 0.001 1 77 ['Debug'] 0 Processed in {} sec.
5320 0.004 57.15 KiB 0 1 1281 ['Trace'] 0.002 Aggregating
4991 0.003 222.99 KiB 0.001 1 3 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
4851 0.003 404.48 KiB 0.002 27 58 ['Test'] 0.985 removePartsFinally: removing {} from data_parts_indexes
4773 0.003 115.68 KiB 0.001 1 112 ['Trace'] 0.014 {} -> {}
4219 0.003 334.98 KiB 0.002 1 72 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
4193 0.003 520.13 KiB 0.002 1 3 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
3589 0.003 252.41 KiB 0.001 1 274 ['Trace'] 0.997 Reserved {} on local disk {}, having unreserved {}.
3559 0.002 126.31 KiB 0.001 11 26 ['Trace'] 1 Flushed system log up to offset {}
3559 0.002 203.95 KiB 0.001 11 26 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
3377 0.002 174.79 KiB 0.001 1 499 ['Test'] 0.299 ReadResult::optimize() combined filter is const False
3144 0.002 262.59 KiB 0.001 1 67 ['Trace'] 0 Reading {} ranges in order from part {}, approx. {} rows starting from {}
3015 0.002 253.71 KiB 0.001 1 1048 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2960 0.002 194.17 KiB 0.001 4 302 ['Trace'] 0.732 Reserved {} on remote disk {}, having unreserved {}.
2615 0.002 118.62 KiB 0.001 2614 25 ['Test'] 0.252 Resize cell {} to downloaded: {}
2537 0.002 376.90 KiB 0.002 3 42 ['Test'] 0.113 Caching file `{}` to `{}` with key {}
2285 0.002 1.38 MiB 0.006 1 138 ['Trace'] 0.934 Objects with paths [{}] were removed from S3
2249 0.002 2.09 MiB 0.01 1 56 ['Test'] 0.053 Original PREWHERE DAG:\n{}\nPREWHERE actions:\n{}
2249 0.002 259.99 KiB 0.001 1 56 ['Trace'] 0.053 PREWHERE condition was split into {} steps: {}
2078 0.001 128.95 KiB 0.001 75 193 ['Test'] 0 Current write offset: {}, file offset of buffer end: {}
1845 0.001 40.56 KiB 0 59 184 ['Trace'] 1 Execution took {} ms.
1833 0.001 44.43 KiB 0 85 91 ['Debug'] 0.017 Key condition: {}
1832 0.001 210.31 KiB 0.001 85 91 ['Debug'] 0.017 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
1743 0.001 195.75 KiB 0.001 3 85 ['Debug'] 0.995 {} Authenticated with global context as user {}
1743 0.001 143.31 KiB 0.001 3 85 ['Debug'] 0.995 {} Authenticating user \'{}\' from {}
1742 0.001 90.16 KiB 0 75 85 ['Trace'] 0.016 Spreading mark ranges among streams (default reading)
1725 0.001 188.67 KiB 0.001 2 77 ['Debug'] 1 {} Creating session context with user_id: {}
1643 0.001 129.17 KiB 0.001 1 30 ['Trace'] 0 Entry found for query {}
1570 0.001 71.60 KiB 0 1 920 ['Debug'] 0 Aggregated. {} to {} rows (from {})
1549 0.001 30.25 KiB 0 1 957 ['Trace'] 0 Aggregating in order
1432 0.001 57.34 KiB 0 1 837 ['Trace'] 0 Converting aggregation data to two-level.
1350 0.001 158.41 KiB 0.001 94 104 ['Debug'] 0.97 Removing {} parts from filesystem (serially): Parts: [{}]
1273 0.001 127.12 KiB 0.001 27 59 ['Trace'] 0.971 Found {} old parts to remove. Parts: [{}]
1272 0.001 128.31 KiB 0.001 27 58 ['Debug'] 0.971 Removing {} parts from memory: Parts: [{}]
1247 0.001 42.22 KiB 0 1 77 ['Trace'] 1 TCP Request. Address: {}
1245 0.001 110.52 KiB 0 1 77 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
1227 0.001 32.35 KiB 0 1 76 ['Debug'] 1 Done processing connection.
1224 0.001 71.72 KiB 0 1 76 ['Test'] 1 Closing connection (open: {}, cancelled: {}, eof: {})
1178 0.001 48.25 KiB 0 1 4 ['Test'] 1 Processing of request xid={} took {} ms
1162 0.001 39.70 KiB 0 1 44 ['Debug'] 0 Selected MergeAlgorithm: {}
1161 0.001 64.20 KiB 0 33 267 ['Debug'] 0.99 Selected {} parts from {} to {}
1161 0.001 98.24 KiB 0 1 44 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
1161 0.001 152.33 KiB 0.001 1 43 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
1159 0.001 78.88 KiB 0 30 43 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
1137 0.001 202.85 KiB 0.001 1 473 ['Test'] 0.005 ReadResult::optimize() after colapseZeroTails {}
1069 0.001 159.52 KiB 0.001 1 192 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
1069 0.001 52.63 KiB 0 1 192 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
987 0.001 117.53 KiB 0.001 1 57 ['Trace'] 0 No entry found for query {}
978 0.001 34.38 KiB 0 1 118 ['Trace'] 0 Skipping inserting block with {} rows
945 0.001 45.10 KiB 0 22 37 ['Test'] 0 Left to predownload: {}, buffer size: {}
940 0.001 189.15 KiB 0.001 46 23 ['Information'] 1 {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting)
891 0.001 35.45 KiB 0 1 5 ['Test'] 1 {} for session {} took {} ms
806 0.001 158.64 KiB 0.001 1 22 ['Debug'] 0 ({}) Datatype: {}, kind: {}, strictness: {}, right header: {}
806 0.001 66.29 KiB 0 1 24 ['Trace'] 0.004 ({}) Join data is being destroyed, {} bytes and {} rows in hash table
Top messages without format string (fmt::runtime):
count pattern runtime_message line
UInt64 String String Tuple(String, UInt64)
25 voidDBStorageReplicatedMergeTree void DB::StorageReplicatedMergeTree::mergeSelectingTask(): Code: 999. Coordination::Exception: Operation timeout, path: /clickhouse/00446_clear_column_in_partition_concurrent_zookeeper_test_15/tables/clear_column_concurrent/mutations. (KEEPER_EXCEPTION), S ('/Exception.cpp',193)
21 virtualboolDBReplicatedMergeMuta virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 999. Coordination::Exception: Operation timeout, path: /clickhouse/zero_copy. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contr ('/Exception.cpp',193)
12 CodeCoordinationExceptionOperati Code: 999. Coordination::Exception: Operation timeout (no response) for request Multi for path: (Operation timeout). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/libcxx/includ ('/Exception.cpp',193)
8 Cannotremovetestdbtestreplicassr Cannot remove /test/db/test_5/replicas/s1|r1/active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/li ('/Exception.cpp',193)
5 voidDBReplicatedMergeTreeCleanup void DB::ReplicatedMergeTreeCleanupThread::run(): Code: 999. Coordination::Exception: Operation timeout, path: /clickhouse/tables/01593_concurrent_alter_mutations_kill_many_replicas_long_test_1/s1/log. (KEEPER_EXCEPTION), Stack trace (when copying this mes ('/Exception.cpp',193)
5 Cannotremoveclickhousetablesconc Cannot remove /clickhouse/tables/01593_concurrent_alter_mutations_kill_many_replicas_long_test_1/s1/replicas/r15/is_active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this messa ('/Exception.cpp',193)
4 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1048577 (\'-\'): -. Max query size exceeded: \'-\'. (SYNTAX_ERROR) (version 23.3.19.33.altinitystable (altinity build)) (from [::1]:35288) (in query: select 1 in (1, 1, ... (truncated 948624 characters) ('/executeQuery.cpp',205)
4 Cannotremoveclickhouseclearcolum Cannot remove /clickhouse/00446_clear_column_in_partition_concurrent_zookeeper_test_15/tables/clear_column_concurrent/replicas/2/is_active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when co ('/Exception.cpp',193)
3 PocoExceptionCodeecodeIOerrorBro Poco::Exception. Code: 1000, e.code() = 32, I/O error: Broken pipe, Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/libcxx/include/exception:134: std::exception::capture() @ 0x1974c342 in /usr/bin/cl ('/Exception.cpp',193)
2 CodeCoordinationExceptionSession Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION) (version 23.3.19.33.altinitystable (altinity build)) (from [::1]:56582) (comment: 01593_concurrent_alter_mutations_kill_many_replicas_long.sh) (in query: ALTER T ('/executeQuery.cpp',205)
2 CodeDBExceptionReceivedfromDBExc Code: 241. DB::Exception: Received from 127.3:9000. DB::Exception: Memory limit (for query) exceeded: would use 8.00 TiB (attempt to allocate chunk of 8796093038744 bytes), maximum: 100.00 MiB.: While executing ConvertingAggregatedToChunksTransform. Stack ('/executeQuery.cpp',205)
2 CodeDBErrnoExceptionCannotrename Code: 521. DB::ErrnoException: Cannot rename /var/lib/clickhouse/metadata/test.sql.tmp to /var/lib/clickhouse/metadata/test.sql because the second path already exists, errno: 17, strerror: File exists. (ATOMIC_RENAME_FAIL) (version 23.3.19.33.altinitystabl ('/executeQuery.cpp',205)
1 Cannotremovetesttestscytbprdbrep Cannot remove /test/test_scytbp24/rdb/replicas/s1|r1/active: Code: 999. Coordination::Exception: Session expired, path: Session expired. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-pr ('/Exception.cpp',193)
1 PocoExceptionCodeecodeExceptionC Poco::Exception. Code: 1000, e.code() = 0, Exception: Cannot load time zone America/Costa_Ric (version 23.3.19.33.altinitystable (altinity build)) (from [::1]:55048) (comment: 02668_ulid_decoding.sql) (in query: SELECT ULIDStringToDateTime(\'01GWJWKW30MFPQJ ('/executeQuery.cpp',205)
1 CodeDBExceptionExceptionCannotlo Code: 1000. DB::Exception: Exception: Cannot load time zone America/Costa_Ric. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/libcxx/include/exception:134: std::exception::capture( ('/TCPHandler.cpp',606)
1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):\n\n0. /build/contrib/llvm-project/libcxx/include/exception:134: std::exception::capture() @ 0x1974c3 ('/Exception.cpp',193)
Failed to get stats about log messages: Request-sent
2024-03-02 02:19:52,999 Stress test finished
+ echo -e 'Test script exit code\tOK\t\N\t'
+ rg -Fa 'No queries hung' /test_output/test_results.tsv
+ grep -Fa OK
No queries hung OK \N
+ stop
+ local max_tries=90
+ local check_hang=true
+ local pid
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ pid=1722
+ clickhouse stop --max-tries 90 --do-not-kill
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Sent terminate signal to process with pid 1722.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1722.
The process with pid = 1722 does not exist.
Server stopped
+ return
+ mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log
+ unset THREAD_FUZZER_CPU_TIME_PERIOD_US THREAD_FUZZER_EXPLICIT_MEMORY_EXCEPTION_PROBABILITY THREAD_FUZZER_EXPLICIT_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_PROBABILITY THREAD_FUZZER_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_lock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_AFTER_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_lock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_lock_BEFORE_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_unlock_AFTER_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_AFTER_SLEEP_TIME_US THREAD_FUZZER_pthread_mutex_unlock_BEFORE_MIGRATE_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_PROBABILITY THREAD_FUZZER_pthread_mutex_unlock_BEFORE_SLEEP_TIME_US
+ start
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 6 -gt 120 ']'
+ clickhouse start --user root
+ sleep 0.5
+ counter=7
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [01/Mar/2024:23:20:08 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 -
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
127.0.0.1 - - [01/Mar/2024:23:20:08 +0000] "PUT /devstoreaccount1/cont/fzusozrtdlkipyrslmsuryqfkempzwdx?blockid=uovbnnlkpxkaeqdkdawaoexqwbohrncdfzasrdhffomqhlsqgxockqjolyhasjle&comp=block HTTP/1.1" 201 -
+ '[' 7 -gt 120 ']'
+ clickhouse start --user root
127.0.0.1 - - [01/Mar/2024:23:20:08 +0000] "PUT /devstoreaccount1/cont/fzusozrtdlkipyrslmsuryqfkempzwdx?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [01/Mar/2024:23:20:08 +0000] "GET /devstoreaccount1/cont/fzusozrtdlkipyrslmsuryqfkempzwdx HTTP/1.1" 206 4
127.0.0.1 - - [01/Mar/2024:23:20:08 +0000] "GET /devstoreaccount1/cont/fzusozrtdlkipyrslmsuryqfkempzwdx HTTP/1.1" 206 2
127.0.0.1 - - [01/Mar/2024:23:20:08 +0000] "DELETE /devstoreaccount1/cont/fzusozrtdlkipyrslmsuryqfkempzwdx HTTP/1.1" 202 -
+ 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'
1
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 11165
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
warning: Missing auto-load script at offset 0 in section .debug_gdb_scripts
of file /usr/bin/clickhouse.
Use `info auto-load python-scripts [REGEXP]' to list them.
Connected to clickhouse-server after attaching gdb
real 0m15.994s
user 0m0.556s
sys 0m0.017s
+ 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=11165
+ 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 = 11165.
The process with pid = 11165 is running.
Sent terminate signal to process with pid 11165.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 11165.
The process with pid = 11165 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
+ echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t'
+ '[' -s /test_output/fatal_messages.txt ']'
+ rm /test_output/fatal_messages.txt
+ rg -Fa '########################################' /test_output/gdb.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv
+ rg -Fa ' received signal ' /test_output/gdb.log
+ dmesg -T
+ grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log
+ echo -e 'No OOM in dmesg\tOK\t\N\t'
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ collect_query_and_trace_logs
+ for table in query_log trace_log
+ clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ for table in query_log trace_log
+ clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ clickhouse-local --structure 'test String, res String, time Nullable(Float32), desc String' -q 'SELECT '\''failure'\'', test FROM table WHERE res != '\''OK'\'' order by
(test like '\''%Sanitizer%'\'') DESC,
(test like '\''%Killed by signal%'\'') DESC,
(test like '\''%gdb.log%'\'') DESC,
(test ilike '\''%possible deadlock%'\'') DESC,
(test like '\''%start%'\'') DESC,
(test like '\''%dmesg%'\'') DESC,
(test like '\''%OOM%'\'') DESC,
(test like '\''%Signal 9%'\'') DESC,
(test like '\''%Fatal message%'\'') DESC,
rowNumberInAllBlocks()
LIMIT 1'
+ '[' -s /test_output/check_status.tsv ']'
+ echo -e 'success\tNo errors found'
+ collect_core_dumps
+ find . -type f -maxdepth 1 -name 'core.*'
+ read core
+ zstd --threads=0 ./core.clickhouse-loca.2794-38991
Read : 0 / 27 MB ==> 0%
./core.clickhouse-loca.2794-38991 : 10.28% (28852224 => 2964841 bytes, ./core.clickhouse-loca.2794-38991.zst)
+ mv ./core.clickhouse-loca.2794-38991.zst /test_output/
+ read core