++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Antarctica/Mawson
Choosen random timezone Antarctica/Mawson
+ echo 'Choosen random timezone Antarctica/Mawson'
+ ln -snf /usr/share/zoneinfo/Antarctica/Mawson /etc/localtime
+ echo Antarctica/Mawson
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10389.altinitystable) ...
Setting up clickhouse-common-static (24.3.18.10389.altinitystable) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10389.altinitystable) ...
Setting up clickhouse-common-static-dbg (24.3.18.10389.altinitystable) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10389.altinitystable) ...
Setting up clickhouse-server (24.3.18.10389.altinitystable) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10389.altinitystable) ...
Setting up clickhouse-client (24.3.18.10389.altinitystable) ...
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=864256
+ sed --follow-symlinks -i 's|[[:digit:]]\+|864256|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=44386304
+ sed --follow-symlinks -i 's|[[:digit:]]\+|44386304|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ ./setup_minio.sh stateful
+ 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 stateful
+ local query_dir
++ check_arg stateful
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=1_stateful
++ echo 1_stateful
+ query_dir=1_stateful
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ ./minio server --address :11111 ./minio_data
+ 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
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:33379 http://127.0.0.1:33379
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (33379), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./1842460E4F476EE1f963f417-ab1f-4f64-ab3c-c177dbaadab0
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 245 root 10u IPv6 24247 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateful
+ local test_type=stateful
+ ./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`.
+ '[' stateful = stateless ']'
+ upload_data 1_stateful /usr/share/clickhouse-test
+ local query_dir=1_stateful
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/1_stateful/data_minio
++ ls /usr/share/clickhouse-test/queries/1_stateful/data_minio
ls: cannot access '/usr/share/clickhouse-test/queries/1_stateful/data_minio': No such file or directory
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ cache_policy=
+ '[' 1 -eq 1 ']'
+ cache_policy=SLRU
+ echo 'Using cache policy: SLRU'
+ '[' SLRU = SLRU ']'
Using cache policy: SLRU
+ sudo cat /etc/clickhouse-server/config.d/storage_conf.xml
+ sed 's|LRU|SLRU|'
+ mv /etc/clickhouse-server/config.d/storage_conf.xml.tmp /etc/clickhouse-server/config.d/storage_conf.xml
+ [[ -n '' ]]
+ start
+ [[ -n '' ]]
+ counter=0
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 0 -gt 120 ']'
+ timeout 120 service clickhouse-server start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ sleep 0.5
+ counter=1
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 1 -gt 120 ']'
+ timeout 120 service clickhouse-server start
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is already running.
+ sleep 0.5
+ counter=2
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 2 -gt 120 ']'
+ timeout 120 service clickhouse-server start
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is already running.
+ sleep 0.5
+ counter=3
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 3 -gt 120 ']'
+ timeout 120 service clickhouse-server start
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is already running.
+ sleep 0.5
+ counter=4
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 4 -gt 120 ']'
+ timeout 120 service clickhouse-server start
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is already running.
+ sleep 0.5
+ counter=5
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ '[' 5 -gt 120 ']'
+ timeout 120 service clickhouse-server start
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is already running.
+ sleep 0.5
+ counter=6
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [23/May/2025:21:44:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [23/May/2025:21:44:05 +0000] "PUT /devstoreaccount1/cont/lqlthjnlmtjsaczfxcejnhtidkbnomqq?blockid=gsluwkenzchrcgjltknertcbelxgqsoaudtocpfxdtsvatjihtyubvfefkuidyvs&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [23/May/2025:21:44:05 +0000] "PUT /devstoreaccount1/cont/lqlthjnlmtjsaczfxcejnhtidkbnomqq?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [23/May/2025:21:44:05 +0000] "GET /devstoreaccount1/cont/lqlthjnlmtjsaczfxcejnhtidkbnomqq HTTP/1.1" 206 4
127.0.0.1 - - [23/May/2025:21:44:05 +0000] "GET /devstoreaccount1/cont/lqlthjnlmtjsaczfxcejnhtidkbnomqq HTTP/1.1" 206 2
127.0.0.1 - - [23/May/2025:21:44:05 +0000] "DELETE /devstoreaccount1/cont/lqlthjnlmtjsaczfxcejnhtidkbnomqq HTTP/1.1" 202 -
1
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ clickhouse-client --query 'SHOW DATABASES'
INFORMATION_SCHEMA
default
information_schema
system
+ clickhouse-client --query 'CREATE DATABASE datasets'
+ clickhouse-client --multiquery
+ clickhouse-client --query 'SHOW TABLES FROM datasets'
hits_v1
visits_v1
+ [[ -n '' ]]
+ clickhouse-client --query 'CREATE DATABASE test'
+ clickhouse-client --query 'SHOW TABLES FROM test'
+ [[ -n '' ]]
+ clickhouse-client --query 'RENAME TABLE datasets.hits_v1 TO test.hits'
+ clickhouse-client --query 'RENAME TABLE datasets.visits_v1 TO test.visits'
+ 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 'INSERT INTO test.hits_s3 SELECT * FROM test.hits SETTINGS enable_filesystem_cache_on_write_operations=0'
+ clickhouse-client --query 'SHOW TABLES FROM test'
hits
hits_s3
visits
+ clickhouse-client --query 'SELECT count() FROM test.hits'
8873898
+ clickhouse-client --query 'SELECT count() FROM test.visits'
1676861
+ export -f run_tests
+ timeout 3240 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ set +e
+ [[ -n '' ]]
+ clickhouse-test -j 2 --testname --shard --zookeeper --check-zookeeper-session --no-stateless --hung-check --print-time --hung-check --print-time ''
+ ts '%Y-%m-%d %H:%M:%S'
+ tee test_output/test_result.txt
2025-05-24 02:54:45 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-05-24 02:54:46 Connecting to ClickHouse server... OK
2025-05-24 02:54:46 Connected to server 24.3.18.10389.altinitystable @ 7a1b53921dfb37a4fe50af3efd7b3b833d32682a HEAD
2025-05-24 02:54:46 Won't run stateless tests because they were manually disabled.
2025-05-24 02:54:46 Found 129 parallel tests and 6 sequential tests
2025-05-24 02:55:00
2025-05-24 02:55:00 Running about 64 stateful tests (ForkPoolWorker-2).
2025-05-24 02:55:00
2025-05-24 02:55:00 00178_quantile_ddsketch: [ OK ] 14.45 sec.
2025-05-24 02:55:00 00176_bson_parallel_parsing: [ SKIPPED ] 0.00 sec. - disabled
2025-05-24 02:55:04 00176_distinct_limit_by_limit_bug_43377: [ OK ] 3.80 sec.
2025-05-24 02:55:10 00175_counting_resources_in_subqueries: [ OK ] 5.61 sec.
2025-05-24 02:55:16
2025-05-24 02:55:16 Running about 64 stateful tests (ForkPoolWorker-3).
2025-05-24 02:55:16
2025-05-24 02:55:16 00177_memory_bound_merging: [ OK ] 30.60 sec.
2025-05-24 02:55:25 00175_obfuscator_schema_inference: [ OK ] 14.93 sec.
2025-05-24 02:55:28 00174_distinct_in_order: [ OK ] 11.51 sec.
2025-05-24 02:55:35 00173_group_by_use_nulls: [ OK ] 9.86 sec.
2025-05-24 02:55:39 00172_early_constant_folding: [ OK ] 3.75 sec.
2025-05-24 02:55:50 00171_grouping_aggregated_transform_bug: [ OK ] 11.37 sec.
2025-05-24 02:56:20 00169_contingency: [ OK ] 29.70 sec.
2025-05-24 02:56:34 00172_hits_joins: [ OK ] 65.59 sec.
2025-05-24 02:56:39 00167_read_bytes_from_fs: [ OK ] 19.21 sec.
2025-05-24 02:56:43 00166_explain_estimate: [ OK ] 4.25 sec.
2025-05-24 02:56:51 00165_jit_aggregate_functions: [ OK ] 7.30 sec.
2025-05-24 02:57:00 00164_quantileBfloat16: [ OK ] 9.08 sec.
2025-05-24 02:58:26 00163_column_oriented_formats: [ OK ] 85.93 sec.
2025-05-24 02:58:55 00162_mmap_compression_none: [ OK ] 29.62 sec.
2025-05-24 02:59:02 00167_parallel_parsing_with_names_and_types: [ OK ] 147.73 sec.
2025-05-24 02:59:06 00160_decode_xml_component: [ OK ] 4.21 sec.
2025-05-24 02:59:59 00161_parallel_parsing_with_names: [ OK ] 64.04 sec.
2025-05-24 03:00:26 00159_parallel_formatting_http: [ OK ] 26.11 sec.
2025-05-24 03:01:11 00159_parallel_formatting_json_and_friends_1: [ OK ] 125.05 sec.
2025-05-24 03:01:37 00159_parallel_formatting_csv_and_friends: [ OK ] 71.79 sec.
2025-05-24 03:02:04 00159_parallel_formatting_tsv_and_friends: [ OK ] 53.27 sec.
2025-05-24 03:02:14 00156_max_execution_speed_sample_merge: [ OK ] 9.58 sec.
2025-05-24 03:02:21 00154_avro: [ OK ] 6.71 sec.
2025-05-24 03:02:58 00153_aggregate_arena_race: [ OK ] 36.92 sec.
2025-05-24 03:03:02 00151_order_by_read_in_order: [ OK ] 3.92 sec.
2025-05-24 03:03:07 00150_quantiles_timing_precision: [ OK ] 5.40 sec.
2025-05-24 03:03:18 00149_quantiles_timing_distributed: [ OK ] 11.25 sec.
2025-05-24 03:03:31 00148_monotonic_functions_and_index: [ OK ] 12.87 sec.
2025-05-24 03:03:41 00147_global_in_aggregate_function: [ OK ] 9.50 sec.
2025-05-24 03:03:51 00146_aggregate_function_uniq: [ OK ] 10.65 sec.
2025-05-24 03:04:04 00145_aggregate_functions_statistics: [ OK ] 12.92 sec.
2025-05-24 03:04:09 00144_functions_of_aggregation_states: [ OK ] 4.16 sec.
2025-05-24 03:04:12 00143_transform_non_const_default: [ OK ] 3.61 sec.
2025-05-24 03:04:16 00142_system_columns: [ OK ] 3.42 sec.
2025-05-24 03:04:20 00141_transform: [ OK ] 3.78 sec.
2025-05-24 03:04:27 00159_parallel_formatting_json_and_friends_2: [ OK ] 169.23 sec.
2025-05-24 03:04:31 00098_primary_key_memory_allocated: [ OK ] 3.86 sec.
2025-05-24 03:04:31 00139_like: [ OK ] 11.82 sec.
2025-05-24 03:04:35 00097_constexpr_in_index: [ OK ] 3.77 sec.
2025-05-24 03:04:35 00095_hyperscan_profiler: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-24 03:04:40 00094_order_by_array_join_limit: [ OK ] 5.42 sec.
2025-05-24 03:04:43 00096_obfuscator_save_load: [ OK ] 11.78 sec.
2025-05-24 03:04:44 00093_prewhere_array_join: [ OK ] 3.83 sec.
2025-05-24 03:04:54 00091_prewhere_two_conditions: [ OK ] 10.36 sec.
2025-05-24 03:04:57 00092_obfuscator: [ OK ] 13.65 sec.
2025-05-24 03:05:10 00089_position_functions_with_non_constant_arg: [ OK ] 12.83 sec.
2025-05-24 03:05:14 00088_global_in_one_shard_and_rows_before_limit: [ OK ] 4.30 sec.
2025-05-24 03:05:18 00087_where_0: [ OK ] 3.67 sec.
2025-05-24 03:05:23 00086_array_reduce: [ OK ] 4.66 sec.
2025-05-24 03:05:26 00085_monotonic_evaluation_segfault: [ OK ] 3.79 sec.
2025-05-24 03:05:43 00090_thread_pool_deadlock: [ OK ] 48.57 sec.
2025-05-24 03:05:49 00083_array_filter: [ OK ] 6.10 sec.
2025-05-24 03:06:05 00084_external_aggregation: [ OK ] 38.52 sec.
2025-05-24 03:06:10 00081_group_by_without_key_and_totals: [ OK ] 5.38 sec.
2025-05-24 03:06:10 00082_quantiles: [ OK ] 21.30 sec.
2025-05-24 03:06:15 00080_array_join_and_union: [ OK ] 4.16 sec.
2025-05-24 03:06:17 00079_array_join_not_used_joined_column: [ OK ] 6.90 sec.
2025-05-24 03:06:32 00077_log_tinylog_stripelog: [ OK ] 14.43 sec.
2025-05-24 03:06:36 00076_system_columns_bytes: [ OK ] 4.00 sec.
2025-05-24 03:06:40 00075_left_array_join: [ OK ] 3.96 sec.
2025-05-24 03:06:51 00074_full_join: [ OK ] 10.71 sec.
2025-05-24 03:06:54 00073_uniq_array: [ OK ] 3.61 sec.
2025-05-24 03:07:08 00072_compare_date_and_string_index: [ OK ] 13.95 sec.
2025-05-24 03:07:17 00071_merge_tree_optimize_aio: [ OK ] 9.02 sec.
2025-05-24 03:07:21 00069_duplicate_aggregation_keys: [ OK ] 3.50 sec.
2025-05-24 03:07:24 00068_subquery_in_prewhere: [ OK ] 3.55 sec.
2025-05-24 03:07:29 00067_union_all: [ OK ] 4.40 sec.
2025-05-24 03:07:30 00066_sorting_distributed_many_replicas: [ OK ] 1.06 sec.
2025-05-24 03:07:37 00065_loyalty_with_storage_join: [ OK ] 7.16 sec.
2025-05-24 03:07:46 00063_loyalty_joins: [ OK ] 8.47 sec.
2025-05-24 03:07:50 00062_loyalty: [ OK ] 3.99 sec.
2025-05-24 03:07:57 00061_storage_buffer: [ OK ] 6.97 sec.
2025-05-24 03:08:00 00060_move_to_prewhere_and_sets: [ OK ] 3.61 sec.
2025-05-24 03:08:04 00059_merge_sorting_empty_array_joined: [ OK ] 3.52 sec.
2025-05-24 03:08:09 00056_view: [ OK ] 4.53 sec.
2025-05-24 03:08:13 00055_index_and_not: [ OK ] 4.41 sec.
2025-05-24 03:08:18 00054_merge_tree_partitions: [ OK ] 5.05 sec.
2025-05-24 03:08:25 00053_replicate_segfault: [ OK ] 7.10 sec.
2025-05-24 03:08:29 00052_group_by_in: [ OK ] 3.68 sec.
2025-05-24 03:08:38 00051_min_max_array: [ OK ] 8.52 sec.
2025-05-24 03:08:42 00050_min_max: [ OK ] 4.51 sec.
2025-05-24 03:08:47 00049_max_string_if: [ OK ] 4.42 sec.
2025-05-24 03:08:50 00048_min_max: [ OK ] 3.30 sec.
2025-05-24 03:08:55 00047_bar: [ OK ] 4.84 sec.
2025-05-24 03:09:09 00046_uniq_upto_distributed: [ OK ] 14.61 sec.
2025-05-24 03:09:22 00045_uniq_upto: [ OK ] 13.00 sec.
2025-05-24 03:10:22 00078_group_by_arrays: [ OK ] 247.21 sec.
2025-05-24 03:10:26 00043_any_left_join: [ OK ] 4.58 sec.
2025-05-24 03:10:30 00042_any_left_join: [ OK ] 3.66 sec.
2025-05-24 03:10:41 00041_aggregating_materialized_view: [ OK ] 10.67 sec.
2025-05-24 03:10:48 00040_aggregating_materialized_view: [ OK ] 6.64 sec.
2025-05-24 03:10:51 00039_primary_key: [ OK ] 3.54 sec.
2025-05-24 03:10:56 00038_uniq_state_merge2: [ OK ] 5.16 sec.
2025-05-24 03:11:02 00037_uniq_state_merge1: [ OK ] 5.89 sec.
2025-05-24 03:11:20 00036_aggregate_hashed: [ OK ] 17.84 sec.
2025-05-24 03:11:37 00035_aggregate_keys128: [ OK ] 16.72 sec.
2025-05-24 03:12:13 00034_aggregate_key_fixed_string: [ OK ] 36.50 sec.
2025-05-24 03:12:23 00033_aggregate_key_string: [ OK ] 9.50 sec.
2025-05-24 03:12:27 00032_aggregate_key64: [ OK ] 3.96 sec.
2025-05-24 03:12:28 00044_any_left_join_string: [ OK ] 185.51 sec.
2025-05-24 03:12:31 00031_array_enumerate_uniq: [ OK ] 3.83 sec.
2025-05-24 03:12:33 00030_array_enumerate_uniq: [ OK ] 5.32 sec.
2025-05-24 03:12:39 00023_totals_limit: [ OK ] 5.98 sec.
2025-05-24 03:12:44 00022_merge_prewhere: [ OK ] 4.88 sec.
2025-05-24 03:12:48 00021_2_select_with_in: [ OK ] 3.56 sec.
2025-05-24 03:12:52 00021_3_select_with_in: [ OK ] 3.63 sec.
2025-05-24 03:12:55 00021_1_select_with_in: [ OK ] 3.51 sec.
2025-05-24 03:13:00 00020_distinct_order_by_distributed: [ OK ] 5.26 sec.
2025-05-24 03:13:04 00017_aggregation_uninitialized_memory: [ OK ] 3.49 sec.
2025-05-24 03:13:09 00016_any_if_distributed_cond_always_false: [ OK ] 4.67 sec.
2025-05-24 03:13:14 00015_totals_and_no_aggregate_functions: [ OK ] 4.80 sec.
2025-05-24 03:13:17 00014_filtering_arrays: [ OK ] 3.53 sec.
2025-05-24 03:13:23 00013_sorting_of_nested: [ OK ] 5.36 sec.
2025-05-24 03:13:26 00012_sorting_distributed: [ OK ] 3.81 sec.
2025-05-24 03:13:30 00011_sorting: [ OK ] 3.57 sec.
2025-05-24 03:13:34 00010_quantiles_segfault: [ OK ] 4.38 sec.
2025-05-24 03:13:38 00009_uniq_distributed: [ OK ] 3.70 sec.
2025-05-24 03:13:42 00008_uniq: [ OK ] 4.25 sec.
2025-05-24 03:13:47 00007_uniq: [ OK ] 4.04 sec.
2025-05-24 03:13:50 00006_agregates: [ OK ] 3.76 sec.
2025-05-24 03:13:54 00005_filtering: [ OK ] 3.55 sec.
2025-05-24 03:13:58 00004_top_counters: [ OK ] 4.12 sec.
2025-05-24 03:14:02 00002_count_visits: [ OK ] 3.54 sec.
2025-05-24 03:14:05 00001_count_hits: [ OK ] 3.47 sec.
2025-05-24 03:14:05
2025-05-24 03:14:05 80 tests passed. 2 tests skipped. 1159.39 s elapsed (ForkPoolWorker-2).
2025-05-24 03:14:30 00024_random_counters: [ OK ] 118.78 sec.
2025-05-24 03:14:30
2025-05-24 03:14:30 47 tests passed. 0 tests skipped. 1183.91 s elapsed (ForkPoolWorker-3).
2025-05-24 03:14:30
2025-05-24 03:14:30 Running 6 stateful tests (MainProcess).
2025-05-24 03:14:30
2025-05-24 03:16:06 00180_no_seek_avoiding_when_reading_from_cache: [ OK ] 96.40 sec.
2025-05-24 03:16:41 00170_s3_cache: [ OK ] 34.52 sec.
2025-05-24 03:17:39 00158_cache_dictionary_has: [ OK ] 58.35 sec.
2025-05-24 03:27:29 00157_cache_dictionary: [ OK ] 590.12 sec.
2025-05-24 03:29:52 00152_insert_different_granularity: [ OK ] 142.79 sec.
2025-05-24 03:29:58 00140_rename: [ OK ] 6.14 sec.
2025-05-24 03:29:58
2025-05-24 03:29:58 6 tests passed. 0 tests skipped. 928.61 s elapsed (MainProcess).
2025-05-24 03:29:58 Checking the hung queries: done
2025-05-24 03:29:58
2025-05-24 03:29:58 No queries hung.
2025-05-24 03:29:58 All tests have finished.
+ set -e
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 137408
drwxr-xr-x 1 root root 4096 May 24 02:44 .
drwxr-xr-x 1 root root 4096 May 24 02:44 ..
-rw-rw-r-- 1 1000 1000 300 May 24 02:40 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 24 02:44 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 May 24 02:44 __azurite_db_blob__.json
-rw-r--r-- 1 root root 51616 May 24 03:29 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 24 02:44 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4003 May 24 02:40 broken_tests.json
-rw-rw-r-- 1 root root 9374 Oct 31 2024 create.sql
drwxr-xr-x 5 root root 340 May 24 02:42 dev
-rwxr-xr-x 1 root root 0 May 24 02:42 .dockerenv
drwxr-xr-x 1 root root 4096 May 24 02:43 etc
drwxr-xr-x 10 1000 1000 4096 Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 May 24 02:43 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 24 02:42 package_folder
dr-xr-xr-x 306 root root 0 May 24 02:42 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 May 24 02:43 root
drwxr-xr-x 1 root root 4096 May 24 02:43 run
-rwxrwxr-x 1 root root 21087 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 24 02:42 sys
drwxrwxr-x 2 1000 1000 4096 May 24 02:54 test_output
drwxrwxrwt 1 root root 4096 May 24 03:29 tmp
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
Files in root directory
+ echo 'Files in root directory'
+ ls -la /
total 137408
drwxr-xr-x 1 root root 4096 May 24 02:44 .
drwxr-xr-x 1 root root 4096 May 24 02:44 ..
-rw-rw-r-- 1 1000 1000 300 May 24 02:40 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 24 02:44 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 May 24 02:44 __azurite_db_blob__.json
-rw-r--r-- 1 root root 51616 May 24 03:29 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 24 02:44 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4003 May 24 02:40 broken_tests.json
-rw-rw-r-- 1 root root 9374 Oct 31 2024 create.sql
drwxr-xr-x 5 root root 340 May 24 02:42 dev
-rwxr-xr-x 1 root root 0 May 24 02:42 .dockerenv
drwxr-xr-x 1 root root 4096 May 24 02:43 etc
drwxr-xr-x 10 1000 1000 4096 Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 May 24 02:43 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 24 02:42 package_folder
dr-xr-xr-x 306 root root 0 May 24 02:42 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 May 24 02:43 root
drwxr-xr-x 1 root root 4096 May 24 02:43 run
-rwxrwxr-x 1 root root 21087 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 24 02:42 sys
drwxrwxr-x 2 1000 1000 4096 May 24 02:54 test_output
drwxrwxrwt 1 root root 4096 May 24 03:29 tmp
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2025-05-24 03:29:59,032 File /analyzer_tech_debt.txt with broken tests found
2025-05-24 03:29:59,032 File /broken_tests.json with broken tests found
2025-05-24 03:29:59,033 Broken tests in the list: 38
2025-05-24 03:29:59,033 Find files in result folder test_result.txt,run.log
2025-05-24 03:29:59,034 Is flaky check: False
2025-05-24 03:29:59,034 Result parsed
2025-05-24 03:29:59,034 Result written
+ sudo clickhouse stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Sent terminate signal to process with pid 390.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 390.
The process with pid = 390 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ zstd --threads=0
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ [[ -n '' ]]