+ ln -s /usr/share/clickhouse-test/ci/stress.py /usr/bin/stress + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /usr/share/clickhouse-test/ci/stress_tests.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ OK='\tOK\t\N\t' ++ FAIL='\tFAIL\t\N\t' ++ FAILURE_CONTEXT_LINES=100 ++ FAILURE_CONTEXT_MAX_LINE_WIDTH=300 + install_packages package_folder + dpkg -i package_folder/clickhouse-common-static_23.3.19.34.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 55077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_23.3.19.34.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-common-static (23.3.19.34.altinitystable+tsan) ... Setting up clickhouse-common-static (23.3.19.34.altinitystable+tsan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_23.3.19.34.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 55091 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_23.3.19.34.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-common-static-dbg (23.3.19.34.altinitystable+tsan) ... Setting up clickhouse-common-static-dbg (23.3.19.34.altinitystable+tsan) ... + dpkg -i package_folder/clickhouse-server_23.3.19.34.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 55100 files and directories currently installed.) Preparing to unpack .../clickhouse-server_23.3.19.34.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-server (23.3.19.34.altinitystable+tsan) ... Setting up clickhouse-server (23.3.19.34.altinitystable+tsan) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client Processing triggers for systemd (245.4-4ubuntu3.23) ... + dpkg -i package_folder/clickhouse-client_23.3.19.34.altinitystable+tsan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 55114 files and directories currently installed.) Preparing to unpack .../clickhouse-client_23.3.19.34.altinitystable+tsan_amd64.deb ... Unpacking clickhouse-client (23.3.19.34.altinitystable+tsan) ... Setting up clickhouse-client (23.3.19.34.altinitystable+tsan) ... ++ clickhouse local -q 'select value like '\''% -fsanitize=thread %'\'' from system.build_options where name='\''CXX_FLAGS'\''' + is_tsan_build=1 + '[' 1 -eq 0 ']' + 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 '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + sudo cat /etc/clickhouse-server/config.d/keeper_port.xml + sed 's|100000|10000|' + sudo mv /etc/clickhouse-server/config.d/keeper_port.xml.tmp /etc/clickhouse-server/config.d/keeper_port.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/keeper_port.xml + echo 'ASAN_OPTIONS='\''malloc_context_size=10 verbosity=1 allocator_release_to_os_interval_ms=10000'\''' + export 'ASAN_OPTIONS=malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + ASAN_OPTIONS='malloc_context_size=10 allocator_release_to_os_interval_ms=10000' + sudo chown root: /var/lib/clickhouse + echo '1' + local total_mem ++ awk '/MemTotal/ { print $(NF-1) }' /proc/meminfo + total_mem=32098980 + total_mem=32869355520 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat Setting max_server_memory_usage_to_ram_ratio to 0.5 + local max_users_mem + max_users_mem=9860806656 + echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G + cat + cat + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=(--silent --verbose) + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + 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 trying to connect to minio + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 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 trying to connect to minio + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:33821 http://127.0.0.1:33821 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (33821), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17BD0DACC6AFA82534dde3de-d695-4c46-a64b-9d7775659160 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 254 root 10u IPv6 44306 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl 02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.30 KiB/s b.tsv + 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 `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.62 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: 4.30 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 5.56 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' 127.0.0.1 - - [15/Mar/2024:21:34:39 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:34:39 +0000] "PUT /devstoreaccount1/cont/cxwdsrdfttmrmtjrgmphvefuivjsisvy?blockid=nokslpfboufptmsyhkjjchlzzlpyjodeyfopnyoibvqnabpmykzimqorlasigxda&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:34:39 +0000] "PUT /devstoreaccount1/cont/cxwdsrdfttmrmtjrgmphvefuivjsisvy?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:34:39 +0000] "GET /devstoreaccount1/cont/cxwdsrdfttmrmtjrgmphvefuivjsisvy HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:21:34:39 +0000] "GET /devstoreaccount1/cont/cxwdsrdfttmrmtjrgmphvefuivjsisvy HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:21:34:39 +0000] "DELETE /devstoreaccount1/cont/cxwdsrdfttmrmtjrgmphvefuivjsisvy 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 503 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.658s user 0m0.157s sys 0m0.081s + 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/zhi2yvzr INFO:root:Content length is 1271623680 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/zhi2yvzr to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/zhi2yvzr 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/eu54v_43 INFO:root:Content length is 563968000 bytes INFO:root:Downloading finished INFO:root:Will unpack data from temp path /tmp/eu54v_43 to clickhouse db /var/lib/clickhouse/ INFO:root:Unpack finished INFO:root:Will remove downloaded file /tmp/eu54v_43 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=503 + 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 = 503. The process with pid = 503 is running. Sent terminate signal to process with pid 503. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 503. The process with pid = 503 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 503. The process with pid = 503 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 503. The process with pid = 503 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 503. The process with pid = 503 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 127.0.0.1 - - [15/Mar/2024:21:35:31 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + counter=4 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [15/Mar/2024:21:35:31 +0000] "PUT /devstoreaccount1/cont/nxsxwggxhichqhikrgizrbtqdzjvuoma?blockid=iwjwjkhzgxvwwxoiwsfhegihjkmmzhzealuuokoyathxjdlwjweiamgkofvqjvbr&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:35:31 +0000] "PUT /devstoreaccount1/cont/nxsxwggxhichqhikrgizrbtqdzjvuoma?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:35:31 +0000] "GET /devstoreaccount1/cont/nxsxwggxhichqhikrgizrbtqdzjvuoma HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:21:35:31 +0000] "GET /devstoreaccount1/cont/nxsxwggxhichqhikrgizrbtqdzjvuoma HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:21:35:31 +0000] "DELETE /devstoreaccount1/cont/nxsxwggxhichqhikrgizrbtqdzjvuoma HTTP/1.1" 202 - 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' 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 890 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.558s user 0m0.184s sys 0m0.059s + 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=890 + 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 = 890. The process with pid = 890 is running. Sent terminate signal to process with pid 890. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 890. The process with pid = 890 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 890. The process with pid = 890 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 890. The process with pid = 890 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 890. The process with pid = 890 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 890. The process with pid = 890 is running. Waiting for server to stop Found pid = 890 in the list of running processes. The process with pid = 890 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=0 + sed --follow-symlinks -i 's|true|0|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/users.d/database_ordinary.xml /etc/clickhouse-server/users.d/ + [[ -n 1 ]] + [[ 1 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_by_default.xml /etc/clickhouse-server/config.d/ + ARM=aarch64 ++ uname -m + 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' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/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=32098980 + total_mem=32869355520 + max_server_memory_usage_to_ram_ratio=0.5 + echo 'Setting max_server_memory_usage_to_ram_ratio to 0.5' + cat + local max_users_mem + max_users_mem=9860806656 + echo 'Setting max_memory_usage_for_user=9860806656 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9860806656 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
|
s3
default|' + mv /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml.tmp /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chown clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + sudo chgrp clickhouse /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + start + counter=0 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 0 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=1 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 1 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root 127.0.0.1 - - [15/Mar/2024:21:52:12 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + sleep 0.5 127.0.0.1 - - [15/Mar/2024:21:52:12 +0000] "PUT /devstoreaccount1/cont/qjbxnfaoodiqcqtpxeiipzzgwvlbbwyw?blockid=spgzqrlhuyslgnzjtqutvhpqmbovlqujystqhpnyrdgaawgxdcdmgukuoinyjevk&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:52:12 +0000] "PUT /devstoreaccount1/cont/qjbxnfaoodiqcqtpxeiipzzgwvlbbwyw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:21:52:12 +0000] "GET /devstoreaccount1/cont/qjbxnfaoodiqcqtpxeiipzzgwvlbbwyw HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:21:52:12 +0000] "GET /devstoreaccount1/cont/qjbxnfaoodiqcqtpxeiipzzgwvlbbwyw HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:21:52:12 +0000] "DELETE /devstoreaccount1/cont/qjbxnfaoodiqcqtpxeiipzzgwvlbbwyw HTTP/1.1" 202 - + 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' 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 1513 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.845s user 0m0.193s sys 0m0.085s + stress --hung-check --drop-databases --output-folder test_output --skip-func-tests '' --global-time-limit 1200 2024-03-16 00:52:20,546 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-03-16 00:52:21,048 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-16 00:52:21,550 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 allow_experimental_query_cache=1 use_query_cache=1 --global_time_limit=1200 ' 2024-03-16 00:52:22,053 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:22,556 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:23,059 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_5', 's1', 'r1')" --database=test_5 --client-option allow_experimental_database_replicated=1 join_algorithm='full_sorting_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:23,561 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-16 00:52:24,063 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_7 --client-option join_use_nulls=1 join_algorithm='grace_hash' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:24,565 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-16 00:52:25,068 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_9 --client-option join_algorithm='auto' max_rows_in_join=1000 allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:25,571 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:26,073 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' memory_tracker_fault_probability=0.001 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:26,576 Run func tests '/usr/bin/clickhouse-test --order=random --client-option implicit_transaction=1 throw_on_unsupported_query_inside_transaction=0 --global_time_limit=1200 ' 2024-03-16 00:52:27,078 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_13 --client-option join_use_nulls=1 join_algorithm='partial_merge' group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:27,581 Run func tests '/usr/bin/clickhouse-test --order=random --db-engine="Replicated('/test/db/test_14', 's1', 'r1')" --client-option allow_experimental_database_replicated=1 --global_time_limit=1200 ' 2024-03-16 00:52:28,084 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' allow_experimental_query_cache=1 use_query_cache=1 group_by_use_nulls=1 --global_time_limit=1200 ' 2024-03-16 00:52:28,586 Will wait functests to finish 2024-03-16 00:52:28,587 Finished 0 from 16 processes 2024-03-16 00:52:33,590 Finished 0 from 16 processes 2024-03-16 00:52:38,594 Finished 0 from 16 processes 2024-03-16 00:52:43,598 Finished 0 from 16 processes 2024-03-16 00:52:48,604 Finished 0 from 16 processes 2024-03-16 00:52:53,606 Finished 0 from 16 processes 2024-03-16 00:52:58,611 Finished 0 from 16 processes 2024-03-16 00:53:03,615 Finished 0 from 16 processes 2024-03-16 00:53:08,621 Finished 0 from 16 processes 2024-03-16 00:53:13,622 Finished 0 from 16 processes 2024-03-16 00:53:18,627 Finished 0 from 16 processes 2024-03-16 00:53:23,632 Finished 0 from 16 processes 2024-03-16 00:53:28,635 Finished 0 from 16 processes 2024-03-16 00:53:33,640 Finished 0 from 16 processes 2024-03-16 00:53:38,643 Finished 0 from 16 processes 2024-03-16 00:53:43,647 Finished 0 from 16 processes 2024-03-16 00:53:48,651 Finished 0 from 16 processes 2024-03-16 00:53:53,653 Finished 0 from 16 processes 2024-03-16 00:53:58,658 Finished 0 from 16 processes 2024-03-16 00:54:03,663 Finished 0 from 16 processes 2024-03-16 00:54:08,666 Finished 0 from 16 processes 2024-03-16 00:54:13,670 Finished 0 from 16 processes 2024-03-16 00:54:18,674 Finished 0 from 16 processes 2024-03-16 00:54:23,678 Finished 0 from 16 processes 2024-03-16 00:54:28,683 Finished 0 from 16 processes 2024-03-16 00:54:33,687 Finished 0 from 16 processes 2024-03-16 00:54:38,690 Finished 0 from 16 processes 2024-03-16 00:54:43,694 Finished 0 from 16 processes 2024-03-16 00:54:48,698 Finished 0 from 16 processes 2024-03-16 00:54:53,702 Finished 0 from 16 processes 2024-03-16 00:54:58,706 Finished 0 from 16 processes 2024-03-16 00:55:03,710 Finished 0 from 16 processes 2024-03-16 00:55:08,714 Finished 0 from 16 processes 2024-03-16 00:55:13,718 Finished 0 from 16 processes 2024-03-16 00:55:18,723 Finished 0 from 16 processes 2024-03-16 00:55:23,727 Finished 0 from 16 processes 2024-03-16 00:55:28,733 Finished 0 from 16 processes 2024-03-16 00:55:33,738 Finished 0 from 16 processes 2024-03-16 00:55:38,742 Finished 0 from 16 processes 2024-03-16 00:55:43,748 Finished 0 from 16 processes 2024-03-16 00:55:48,750 Finished 0 from 16 processes 2024-03-16 00:55:53,754 Finished 0 from 16 processes 2024-03-16 00:55:58,758 Finished 0 from 16 processes 2024-03-16 00:56:03,764 Finished 0 from 16 processes 2024-03-16 00:56:08,766 Finished 0 from 16 processes 2024-03-16 00:56:13,770 Finished 0 from 16 processes 2024-03-16 00:56:18,774 Finished 0 from 16 processes 2024-03-16 00:56:23,778 Finished 0 from 16 processes 2024-03-16 00:56:28,781 Finished 0 from 16 processes 2024-03-16 00:56:33,783 Finished 0 from 16 processes 2024-03-16 00:56:38,787 Finished 0 from 16 processes 2024-03-16 00:56:43,790 Finished 0 from 16 processes 2024-03-16 00:56:48,796 Finished 0 from 16 processes 2024-03-16 00:56:53,800 Finished 0 from 16 processes 2024-03-16 00:56:58,802 Finished 0 from 16 processes 2024-03-16 00:57:03,807 Finished 0 from 16 processes 2024-03-16 00:57:08,810 Finished 0 from 16 processes 2024-03-16 00:57:13,814 Finished 0 from 16 processes 2024-03-16 00:57:18,818 Finished 0 from 16 processes 2024-03-16 00:57:23,822 Finished 0 from 16 processes 2024-03-16 00:57:28,828 Finished 0 from 16 processes 2024-03-16 00:57:33,832 Finished 0 from 16 processes 2024-03-16 00:57:38,834 Finished 0 from 16 processes 2024-03-16 00:57:43,840 Finished 0 from 16 processes 2024-03-16 00:57:48,845 Finished 0 from 16 processes 2024-03-16 00:57:53,850 Finished 0 from 16 processes 2024-03-16 00:57:58,855 Finished 0 from 16 processes 2024-03-16 00:58:03,858 Finished 0 from 16 processes 2024-03-16 00:58:08,862 Finished 0 from 16 processes 2024-03-16 00:58:13,867 Finished 0 from 16 processes 2024-03-16 00:58:18,870 Finished 0 from 16 processes 2024-03-16 00:58:23,871 Finished 0 from 16 processes 2024-03-16 00:58:28,876 Finished 0 from 16 processes 2024-03-16 00:58:33,878 Finished 0 from 16 processes 2024-03-16 00:58:38,884 Finished 0 from 16 processes 2024-03-16 00:58:43,887 Finished 0 from 16 processes 2024-03-16 00:58:48,890 Finished 0 from 16 processes 2024-03-16 00:58:53,895 Finished 0 from 16 processes 2024-03-16 00:58:58,901 Finished 0 from 16 processes 2024-03-16 00:59:03,902 Finished 0 from 16 processes 2024-03-16 00:59:08,906 Finished 0 from 16 processes 2024-03-16 00:59:13,910 Finished 0 from 16 processes 2024-03-16 00:59:18,914 Finished 0 from 16 processes 2024-03-16 00:59:23,918 Finished 0 from 16 processes 2024-03-16 00:59:28,924 Finished 0 from 16 processes 2024-03-16 00:59:33,928 Finished 0 from 16 processes 2024-03-16 00:59:38,930 Finished 0 from 16 processes 2024-03-16 00:59:43,934 Finished 0 from 16 processes 2024-03-16 00:59:48,938 Finished 0 from 16 processes 2024-03-16 00:59:53,943 Finished 0 from 16 processes 2024-03-16 00:59:58,946 Finished 0 from 16 processes 2024-03-16 01:00:03,950 Finished 0 from 16 processes 2024-03-16 01:00:08,954 Finished 0 from 16 processes 2024-03-16 01:00:13,959 Finished 0 from 16 processes 2024-03-16 01:00:18,962 Finished 0 from 16 processes 2024-03-16 01:00:23,967 Finished 0 from 16 processes 2024-03-16 01:00:28,970 Finished 0 from 16 processes 2024-03-16 01:00:33,974 Finished 0 from 16 processes 2024-03-16 01:00:38,979 Finished 0 from 16 processes 2024-03-16 01:00:43,982 Finished 0 from 16 processes 2024-03-16 01:00:48,986 Finished 0 from 16 processes 2024-03-16 01:00:53,992 Finished 0 from 16 processes 2024-03-16 01:00:58,994 Finished 0 from 16 processes 2024-03-16 01:01:04,000 Finished 0 from 16 processes 2024-03-16 01:01:09,002 Finished 0 from 16 processes 2024-03-16 01:01:14,006 Finished 0 from 16 processes 2024-03-16 01:01:19,010 Finished 0 from 16 processes 2024-03-16 01:01:24,014 Finished 0 from 16 processes 2024-03-16 01:01:29,018 Finished 0 from 16 processes 2024-03-16 01:01:34,019 Finished 0 from 16 processes 2024-03-16 01:01:39,022 Finished 0 from 16 processes 2024-03-16 01:01:44,026 Finished 0 from 16 processes 2024-03-16 01:01:49,030 Finished 0 from 16 processes 2024-03-16 01:01:54,034 Finished 0 from 16 processes 2024-03-16 01:01:59,038 Finished 0 from 16 processes 2024-03-16 01:02:04,044 Finished 0 from 16 processes 2024-03-16 01:02:09,049 Finished 0 from 16 processes 2024-03-16 01:02:14,054 Finished 0 from 16 processes 2024-03-16 01:02:19,058 Finished 0 from 16 processes 2024-03-16 01:02:24,062 Finished 0 from 16 processes 2024-03-16 01:02:29,067 Finished 0 from 16 processes 2024-03-16 01:02:34,072 Finished 0 from 16 processes 2024-03-16 01:02:39,075 Finished 0 from 16 processes 2024-03-16 01:02:44,080 Finished 0 from 16 processes 2024-03-16 01:02:49,082 Finished 0 from 16 processes 2024-03-16 01:02:54,087 Finished 0 from 16 processes 2024-03-16 01:02:59,092 Finished 0 from 16 processes 2024-03-16 01:03:04,094 Finished 0 from 16 processes 2024-03-16 01:03:09,098 Finished 0 from 16 processes 2024-03-16 01:03:14,102 Finished 0 from 16 processes 2024-03-16 01:03:19,106 Finished 0 from 16 processes 2024-03-16 01:03:24,112 Finished 0 from 16 processes 2024-03-16 01:03:29,114 Finished 0 from 16 processes 2024-03-16 01:03:34,119 Finished 0 from 16 processes 2024-03-16 01:03:39,122 Finished 0 from 16 processes 2024-03-16 01:03:44,127 Finished 0 from 16 processes 2024-03-16 01:03:49,131 Finished 0 from 16 processes 2024-03-16 01:03:54,134 Finished 0 from 16 processes 2024-03-16 01:03:59,138 Finished 0 from 16 processes 2024-03-16 01:04:04,143 Finished 0 from 16 processes 2024-03-16 01:04:09,147 Finished 0 from 16 processes 2024-03-16 01:04:14,150 Finished 0 from 16 processes 2024-03-16 01:04:19,154 Finished 0 from 16 processes 2024-03-16 01:04:24,158 Finished 0 from 16 processes 2024-03-16 01:04:29,164 Finished 0 from 16 processes 2024-03-16 01:04:34,167 Finished 0 from 16 processes 2024-03-16 01:04:39,172 Finished 0 from 16 processes 2024-03-16 01:04:44,174 Finished 0 from 16 processes 2024-03-16 01:04:49,178 Finished 0 from 16 processes 2024-03-16 01:04:54,183 Finished 0 from 16 processes 2024-03-16 01:04:59,188 Finished 0 from 16 processes 2024-03-16 01:05:04,191 Finished 0 from 16 processes 2024-03-16 01:05:09,196 Finished 0 from 16 processes 2024-03-16 01:05:14,199 Finished 0 from 16 processes 2024-03-16 01:05:19,204 Finished 0 from 16 processes 2024-03-16 01:05:24,209 Finished 0 from 16 processes 2024-03-16 01:05:29,210 Finished 0 from 16 processes 2024-03-16 01:05:34,214 Finished 0 from 16 processes 2024-03-16 01:05:39,218 Finished 0 from 16 processes 2024-03-16 01:05:44,222 Finished 0 from 16 processes 2024-03-16 01:05:49,226 Finished 0 from 16 processes 2024-03-16 01:05:54,231 Finished 0 from 16 processes 2024-03-16 01:05:59,234 Finished 0 from 16 processes 2024-03-16 01:06:04,238 Finished 0 from 16 processes 2024-03-16 01:06:09,242 Finished 0 from 16 processes 2024-03-16 01:06:14,247 Finished 0 from 16 processes 2024-03-16 01:06:19,250 Finished 0 from 16 processes 127.0.0.1 - - [15/Mar/2024:22:06:20 +0000] "PUT /devstoreaccount1/cont/bdkcerqikgfifycbefhamadpgrasnghc?blockid=ulupavocxyzfpmiowbfxmfmupmsbdiwkshvjzigfjlhyxxihpwnevhpilhgjdbon&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:20 +0000] "PUT /devstoreaccount1/cont/bdkcerqikgfifycbefhamadpgrasnghc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/vqalcoduqyagluwdkbemtmrhphthgszw?blockid=mkwbcfhbqelcsveondiexcpfvpcyxhsgfwehpaogizjgolydsukjwpcaasyyldsj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/vqalcoduqyagluwdkbemtmrhphthgszw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/rwjlgtwjqweprdexecieomnfuaswbuzh?blockid=klcvizrywuikmapjbavdtdogkzxxnnrilnjultbmqgnatclgvyazlkpczjnchmpn&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/rwjlgtwjqweprdexecieomnfuaswbuzh?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/bikemwscjxyzywzdrblsuoqombxaijyq?blockid=ogjfoxtxombmyjjmwvfpxiupaloatkqojguulfkcbjapscoamtgtdbmbgwihoeeg&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/bikemwscjxyzywzdrblsuoqombxaijyq?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/rychkudzbhmgqwmgfsrmmwbibkbdjpdp?blockid=ohiitvsottpqqlnlogbbcrkdtnnlskbmkebeoffwvqneqbwacreonhsjdqebprlo&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/rychkudzbhmgqwmgfsrmmwbibkbdjpdp?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/bwobfyehnulboqkqohxbunvmewzvdrzs?blockid=knrtlfhpumrezjuzbxeliqjloklnxjmpbcaooeuagyvqqowmeflxfvcqvbkggqyo&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/bwobfyehnulboqkqohxbunvmewzvdrzs?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/mweioqjyittxukrbrkwftzoodpzsvfsx?blockid=towoutdypkfwzrcmuhhpplpvtgizyboazfolukjuoudmgkxowxcqekkwmlwdgbmf&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/mweioqjyittxukrbrkwftzoodpzsvfsx?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/bxqcyydoloobttsdtulxwiofiazcrond?blockid=ykpehbkgxctqwfxzpldswdjvicbfiwsmxvpmgmovlgeawdrycfoadpmcovxbaxmf&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:21 +0000] "PUT /devstoreaccount1/cont/bxqcyydoloobttsdtulxwiofiazcrond?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:06:23 +0000] "GET /devstoreaccount1/cont/rwjlgtwjqweprdexecieomnfuaswbuzh HTTP/1.1" 206 62 127.0.0.1 - - [15/Mar/2024:22:06:23 +0000] "GET /devstoreaccount1/cont/vqalcoduqyagluwdkbemtmrhphthgszw HTTP/1.1" 206 100666 2024-03-16 01:06:24,255 Finished 0 from 16 processes 2024-03-16 01:06:29,257 Finished 0 from 16 processes 2024-03-16 01:06:34,258 Finished 0 from 16 processes 2024-03-16 01:06:39,264 Finished 0 from 16 processes 2024-03-16 01:06:44,266 Finished 0 from 16 processes 2024-03-16 01:06:49,272 Finished 0 from 16 processes 2024-03-16 01:06:54,275 Finished 1 from 16 processes 2024-03-16 01:06:59,278 Finished 1 from 16 processes 2024-03-16 01:07:04,283 Finished 1 from 16 processes 2024-03-16 01:07:09,286 Finished 1 from 16 processes 2024-03-16 01:07:14,291 Finished 1 from 16 processes 2024-03-16 01:07:19,295 Finished 1 from 16 processes 2024-03-16 01:07:24,299 Finished 1 from 16 processes 2024-03-16 01:07:29,303 Finished 1 from 16 processes 2024-03-16 01:07:34,306 Finished 1 from 16 processes 2024-03-16 01:07:39,310 Finished 1 from 16 processes 2024-03-16 01:07:44,315 Finished 1 from 16 processes 2024-03-16 01:07:49,318 Finished 1 from 16 processes 2024-03-16 01:07:54,324 Finished 1 from 16 processes 2024-03-16 01:07:59,329 Finished 1 from 16 processes 2024-03-16 01:08:04,334 Finished 1 from 16 processes 2024-03-16 01:08:09,339 Finished 1 from 16 processes 2024-03-16 01:08:14,342 Finished 1 from 16 processes 2024-03-16 01:08:19,346 Finished 1 from 16 processes 2024-03-16 01:08:24,350 Finished 1 from 16 processes 2024-03-16 01:08:29,355 Finished 1 from 16 processes 2024-03-16 01:08:34,358 Finished 1 from 16 processes 2024-03-16 01:08:39,362 Finished 1 from 16 processes 2024-03-16 01:08:44,366 Finished 1 from 16 processes 2024-03-16 01:08:49,370 Finished 1 from 16 processes 2024-03-16 01:08:54,376 Finished 1 from 16 processes 2024-03-16 01:08:59,379 Finished 1 from 16 processes 2024-03-16 01:09:04,382 Finished 1 from 16 processes 2024-03-16 01:09:09,386 Finished 1 from 16 processes 2024-03-16 01:09:14,391 Finished 1 from 16 processes 2024-03-16 01:09:19,397 Finished 1 from 16 processes 2024-03-16 01:09:24,399 Finished 1 from 16 processes 2024-03-16 01:09:29,404 Finished 1 from 16 processes 2024-03-16 01:09:34,408 Finished 1 from 16 processes 2024-03-16 01:09:39,411 Finished 1 from 16 processes 2024-03-16 01:09:44,414 Finished 1 from 16 processes 2024-03-16 01:09:49,420 Finished 1 from 16 processes 2024-03-16 01:09:54,425 Finished 1 from 16 processes 2024-03-16 01:09:59,430 Finished 1 from 16 processes 2024-03-16 01:10:04,434 Finished 1 from 16 processes 2024-03-16 01:10:09,438 Finished 1 from 16 processes 2024-03-16 01:10:14,442 Finished 1 from 16 processes 2024-03-16 01:10:19,448 Finished 1 from 16 processes 2024-03-16 01:10:24,450 Finished 1 from 16 processes 2024-03-16 01:10:29,455 Finished 1 from 16 processes 2024-03-16 01:10:34,458 Finished 1 from 16 processes 2024-03-16 01:10:39,463 Finished 1 from 16 processes 2024-03-16 01:10:44,466 Finished 1 from 16 processes 2024-03-16 01:10:49,470 Finished 1 from 16 processes 2024-03-16 01:10:54,474 Finished 1 from 16 processes 2024-03-16 01:10:59,478 Finished 1 from 16 processes 2024-03-16 01:11:04,482 Finished 1 from 16 processes 2024-03-16 01:11:09,488 Finished 1 from 16 processes 2024-03-16 01:11:14,490 Finished 1 from 16 processes 2024-03-16 01:11:19,494 Finished 1 from 16 processes 127.0.0.1 - - [15/Mar/2024:22:11:23 +0000] "GET /devstoreaccount1/cont/vqalcoduqyagluwdkbemtmrhphthgszw HTTP/1.1" 206 60483 2024-03-16 01:11:24,499 Finished 1 from 16 processes 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/stqkrjdrsywvwvgputuynpleniosvlvt?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/qhdlplzrbtjmdcyccvomrmvbectsfyns?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/rvucheogfspswaktrrtnreybhshrpmuw?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/hyzxmawsoajvovdgbyqxknwrehvruafs?blockid=rwzfcmcdoxyppgoosxgwdibvyktbpkidimxltmahgtatqlmdnyooylwymecpspow&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/hyzxmawsoajvovdgbyqxknwrehvruafs?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/umrpdmlgygefocczidknnkhdeeqmbuqx?blockid=qrnyydlsoowclwafwxifengjnupoqtwzlgygtrqsbouqxrcfqfdlgtqqxomhgqpp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/umrpdmlgygefocczidknnkhdeeqmbuqx?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/hsagpqqcmfoopugymfdupdwfhrgoxghu?blockid=vgybawbrifnauzwdnwpfmwsvohnqowovcgupyvbnlirlqtamelvlxgwyumdxhymq&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/hsagpqqcmfoopugymfdupdwfhrgoxghu?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/cpzckbygnhhkaadrotqbmqmrpyvwrlae?blockid=edizmzuoghrzdowyyhsmlywsvihkoeexhzzoyhockykmfimjnodopthkjispamta&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:24 +0000] "PUT /devstoreaccount1/cont/cpzckbygnhhkaadrotqbmqmrpyvwrlae?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/bxqcyydoloobttsdtulxwiofiazcrond HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/bwobfyehnulboqkqohxbunvmewzvdrzs HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/rychkudzbhmgqwmgfsrmmwbibkbdjpdp HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/rwjlgtwjqweprdexecieomnfuaswbuzh HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/vqalcoduqyagluwdkbemtmrhphthgszw HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/bikemwscjxyzywzdrblsuoqombxaijyq HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:25 +0000] "DELETE /devstoreaccount1/cont/mweioqjyittxukrbrkwftzoodpzsvfsx HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/rjsclseyahqrdgsrstteinxcedxkjcli?blockid=udqhqummthshqdqghelepgxvxucbntzcwyqcowuhsemeoapoktffdzkjsaghakvg&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/rjsclseyahqrdgsrstteinxcedxkjcli?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/wkstqgqoldleqcnxenntlhovnapndaer?blockid=gizinrfnacdkbzvepxhwlhhebxejasbvyuqtyjzzpeqngwwiivpmwlmwuajwbmby&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/wkstqgqoldleqcnxenntlhovnapndaer?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/axsgfhgtdjjqazzghwemlllznmvoqyix?blockid=vstwyuwbpgjihkfhnwlbvvqjvkxbvhsbdbufpbglsqpwoqhqgviwcxfkuhqvpubz&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/axsgfhgtdjjqazzghwemlllznmvoqyix?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/kivnoifabgjarlzkyvkuklpehkrohgux?blockid=pmuycjbhrunlharsujaoqvoolkuudonfwjnkawreltfuvizykayyarvcplfokmwj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/kivnoifabgjarlzkyvkuklpehkrohgux?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/mhgiytlmibosecrpffakbgetqcdvnsjc?blockid=oqkplzhzszncnvnjgghupbyfqsajouttyvmqapgwcvsyhydwbjbvrcmzicofqstx&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/mhgiytlmibosecrpffakbgetqcdvnsjc?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/axgqatjqyuyrwrqjpavcyhhalxiktssn?blockid=trxiifdotvodhkuaybxkrvagsntkvhunyamxxwiplpqghlnpynyaafjszxzrmnsw&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/axgqatjqyuyrwrqjpavcyhhalxiktssn?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/fvoywpdbbujftbvqlbaxkjhcxahshnoy?blockid=ygddpdiwshirucxxtwlusuvvwdvheuowxadghavixxyjdqttejfjzborrkskpscy&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:11:28 +0000] "PUT /devstoreaccount1/cont/fvoywpdbbujftbvqlbaxkjhcxahshnoy?comp=blocklist HTTP/1.1" 201 - 2024-03-16 01:11:29,502 Finished 1 from 16 processes 2024-03-16 01:11:34,507 Finished 1 from 16 processes 2024-03-16 01:11:39,511 Finished 1 from 16 processes 2024-03-16 01:11:44,515 Finished 1 from 16 processes 2024-03-16 01:11:49,519 Finished 1 from 16 processes 2024-03-16 01:11:54,524 Finished 1 from 16 processes 2024-03-16 01:11:59,527 Finished 1 from 16 processes 2024-03-16 01:12:04,531 Finished 1 from 16 processes 2024-03-16 01:12:09,534 Finished 1 from 16 processes 2024-03-16 01:12:14,539 Finished 1 from 16 processes 2024-03-16 01:12:19,542 Finished 1 from 16 processes 2024-03-16 01:12:24,547 Finished 3 from 16 processes 2024-03-16 01:12:29,553 Finished 4 from 16 processes 2024-03-16 01:12:34,555 Finished 4 from 16 processes 2024-03-16 01:12:39,560 Finished 4 from 16 processes 2024-03-16 01:12:44,565 Finished 4 from 16 processes 2024-03-16 01:12:49,566 Finished 4 from 16 processes 2024-03-16 01:12:54,572 Finished 4 from 16 processes 2024-03-16 01:12:59,576 Finished 5 from 16 processes 2024-03-16 01:13:04,581 Finished 6 from 16 processes 2024-03-16 01:13:09,584 Finished 7 from 16 processes 2024-03-16 01:13:14,586 Finished 7 from 16 processes 2024-03-16 01:13:19,590 Finished 7 from 16 processes 2024-03-16 01:13:24,595 Finished 7 from 16 processes 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/cpzckbygnhhkaadrotqbmqmrpyvwrlae HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/umrpdmlgygefocczidknnkhdeeqmbuqx HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/hyzxmawsoajvovdgbyqxknwrehvruafs HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/qhdlplzrbtjmdcyccvomrmvbectsfyns HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/stqkrjdrsywvwvgputuynpleniosvlvt HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/rvucheogfspswaktrrtnreybhshrpmuw HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:26 +0000] "DELETE /devstoreaccount1/cont/hsagpqqcmfoopugymfdupdwfhrgoxghu HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/fvoywpdbbujftbvqlbaxkjhcxahshnoy HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/mhgiytlmibosecrpffakbgetqcdvnsjc HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/kivnoifabgjarlzkyvkuklpehkrohgux HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/wkstqgqoldleqcnxenntlhovnapndaer HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/rjsclseyahqrdgsrstteinxcedxkjcli HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/axsgfhgtdjjqazzghwemlllznmvoqyix HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/axgqatjqyuyrwrqjpavcyhhalxiktssn HTTP/1.1" 202 - 127.0.0.1 - - [15/Mar/2024:22:13:27 +0000] "DELETE /devstoreaccount1/cont/bdkcerqikgfifycbefhamadpgrasnghc HTTP/1.1" 202 - 2024-03-16 01:13:29,600 Finished 7 from 16 processes 2024-03-16 01:13:34,605 Finished 7 from 16 processes 2024-03-16 01:13:39,610 Finished 7 from 16 processes 2024-03-16 01:13:44,615 Finished 9 from 16 processes 2024-03-16 01:13:49,619 Finished 9 from 16 processes 2024-03-16 01:13:54,623 Finished 9 from 16 processes 2024-03-16 01:13:59,626 Finished 9 from 16 processes 2024-03-16 01:14:04,631 Finished 9 from 16 processes 2024-03-16 01:14:09,635 Finished 9 from 16 processes 2024-03-16 01:14:14,639 Finished 9 from 16 processes 2024-03-16 01:14:19,643 Finished 10 from 16 processes 2024-03-16 01:14:24,648 Finished 10 from 16 processes 2024-03-16 01:14:29,652 Finished 10 from 16 processes 2024-03-16 01:14:34,655 Finished 10 from 16 processes 2024-03-16 01:14:39,658 Finished 10 from 16 processes 2024-03-16 01:14:44,662 Finished 10 from 16 processes 2024-03-16 01:14:49,666 Finished 10 from 16 processes 2024-03-16 01:14:54,671 Finished 12 from 16 processes 2024-03-16 01:14:59,676 Finished 13 from 16 processes 2024-03-16 01:15:04,679 Finished 14 from 16 processes 2024-03-16 01:15:09,682 Finished 14 from 16 processes 2024-03-16 01:15:14,686 Finished 14 from 16 processes 2024-03-16 01:15:19,690 Finished 14 from 16 processes 2024-03-16 01:15:24,695 Finished 14 from 16 processes 2024-03-16 01:15:29,699 Finished 14 from 16 processes 2024-03-16 01:15:34,703 Finished 14 from 16 processes 2024-03-16 01:15:39,707 Finished 14 from 16 processes 2024-03-16 01:15:44,710 Finished 14 from 16 processes 2024-03-16 01:15:49,715 Finished 14 from 16 processes 2024-03-16 01:15:54,718 Finished 14 from 16 processes 2024-03-16 01:15:59,722 Finished 14 from 16 processes 2024-03-16 01:16:04,726 Finished 14 from 16 processes 2024-03-16 01:16:09,731 Finished 14 from 16 processes 2024-03-16 01:16:14,735 Finished 14 from 16 processes 2024-03-16 01:16:19,740 Finished 14 from 16 processes 2024-03-16 01:16:24,745 Finished 14 from 16 processes 2024-03-16 01:16:29,751 Finished 14 from 16 processes 2024-03-16 01:16:34,756 Finished 14 from 16 processes 2024-03-16 01:16:39,761 Finished 15 from 16 processes 2024-03-16 01:16:44,762 Finished 15 from 16 processes 2024-03-16 01:16:49,767 Finished 15 from 16 processes 2024-03-16 01:16:54,772 Finished 15 from 16 processes 2024-03-16 01:16:59,775 Finished 15 from 16 processes 2024-03-16 01:17:04,780 Finished 15 from 16 processes 2024-03-16 01:17:09,782 Finished 15 from 16 processes 2024-03-16 01:17:14,786 Finished 15 from 16 processes 2024-03-16 01:17:19,792 Finished 15 from 16 processes 2024-03-16 01:17:24,797 Finished 15 from 16 processes 2024-03-16 01:17:29,803 Finished 15 from 16 processes 2024-03-16 01:17:34,806 Finished 15 from 16 processes 2024-03-16 01:17:39,812 Finished 15 from 16 processes 2024-03-16 01:17:44,814 Finished 15 from 16 processes 2024-03-16 01:17:49,818 Finished 15 from 16 processes 2024-03-16 01:17:54,823 Finished 15 from 16 processes 2024-03-16 01:17:59,827 Finished 15 from 16 processes 2024-03-16 01:18:04,832 Finished 15 from 16 processes 2024-03-16 01:18:09,837 Finished 15 from 16 processes 2024-03-16 01:18:14,842 Finished 15 from 16 processes 2024-03-16 01:18:19,847 Finished 15 from 16 processes 2024-03-16 01:18:24,852 Finished 15 from 16 processes 2024-03-16 01:18:29,855 Finished 15 from 16 processes 2024-03-16 01:18:34,858 Finished 15 from 16 processes 2024-03-16 01:18:39,864 Finished 15 from 16 processes 2024-03-16 01:18:44,866 Finished 15 from 16 processes 2024-03-16 01:18:49,872 Finished 15 from 16 processes 2024-03-16 01:18:54,874 Finished 15 from 16 processes 2024-03-16 01:18:59,880 Finished 15 from 16 processes 2024-03-16 01:19:04,882 Finished 15 from 16 processes 2024-03-16 01:19:09,888 Finished 15 from 16 processes 2024-03-16 01:19:14,890 Finished 15 from 16 processes 2024-03-16 01:19:19,896 Finished 15 from 16 processes 2024-03-16 01:19:24,901 Finished 15 from 16 processes 2024-03-16 01:19:29,906 Finished 15 from 16 processes 2024-03-16 01:19:34,910 Finished 15 from 16 processes 2024-03-16 01:19:39,916 Finished 15 from 16 processes 2024-03-16 01:19:44,918 Finished 15 from 16 processes 2024-03-16 01:19:49,923 Finished 15 from 16 processes 2024-03-16 01:19:54,928 Finished 15 from 16 processes 2024-03-16 01:19:59,931 Finished 15 from 16 processes 2024-03-16 01:20:04,936 Finished 15 from 16 processes 2024-03-16 01:20:09,938 Finished 15 from 16 processes 2024-03-16 01:20:14,942 Finished 15 from 16 processes 2024-03-16 01:20:19,948 Finished 15 from 16 processes 2024-03-16 01:20:24,951 Finished 15 from 16 processes 2024-03-16 01:20:29,956 Finished 15 from 16 processes 2024-03-16 01:20:34,959 Finished 15 from 16 processes 2024-03-16 01:20:39,964 Finished 15 from 16 processes 2024-03-16 01:20:44,967 Finished 15 from 16 processes 2024-03-16 01:20:49,972 Finished 15 from 16 processes 2024-03-16 01:20:54,977 Finished 15 from 16 processes 2024-03-16 01:20:59,983 Finished 15 from 16 processes 2024-03-16 01:21:04,988 Finished 15 from 16 processes 2024-03-16 01:21:09,990 Finished 15 from 16 processes 2024-03-16 01:21:14,995 All processes finished 2024-03-16 01:21:14,995 Compressing stress logs 2024-03-16 01:21:15,017 Logs compressed 2024-03-16 01:21:15,018 Will terminate gdb (if any) 2024-03-16 01:26:21,680 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. 0.47 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) 110716 0.067 19.54 MiB 0.079 1 1101 ['Test'] 0.07 read() returned {}, sample block {} 95077 0.058 33.91 MiB 0.137 1 1271 ['Test'] 0.109 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: {} 95067 0.058 34.37 MiB 0.139 1 1271 ['Test'] 0.109 Current count: {}, position: {}, read range: {}, file segment: {} 94910 0.058 9.77 MiB 0.04 1 1271 ['Test'] 0.109 Read {} bytes, read type {}, position: {}, offset: {}, remaining read range: {} 88909 0.054 15.74 MiB 0.064 1 1101 ['Test'] 0.046 First reader returned: {}, requested columns: {} 83768 0.051 8.81 MiB 0.036 1 978 ['Test'] 0.219 Read S3 object. Bucket: {}, Key: {}, Version: {}, Range: {}-{} 58381 0.035 5.62 MiB 0.023 5 346 ['Test'] 0.281 Write file: {} 58328 0.035 3.73 MiB 0.015 1 326 ['Trace'] 0.281 Object {} exists after upload 58328 0.035 4.23 MiB 0.017 1 326 ['Trace'] 0.281 Checking object {} exists after upload 58306 0.035 7.06 MiB 0.029 1 98 ['Trace'] 0.559 Single part upload has completed. Bucket: {}, Key: {}, Object size: {}, WithPool: {} 58306 0.035 6.28 MiB 0.025 1 341 ['Trace'] 0.282 Making single part upload. Bucket: {}, Key: {}, Size: {}, WithPool: {} 43926 0.027 3.72 MiB 0.015 1 667 ['Test'] 0 Downloader id: {}, caller id: {} 42411 0.026 3.65 MiB 0.015 1 1271 ['Test'] 0.219 Current file segment: {}, read type: {}, current file offset: {} 38331 0.023 2.44 MiB 0.01 1 1271 ['Test'] 0.242 Having {} file segments to read: {}, current offset: {} 30045 0.018 9.69 MiB 0.039 1 756 ['Test'] 0.013 Completed file segment: {} 30045 0.018 10.58 MiB 0.043 1 756 ['Test'] 0.013 Complete based on current state (is_last_holder: {}, {}) 26723 0.016 7.69 MiB 0.031 1 215 ['Test'] 0.335 Detached file segment: {} 25957 0.016 1.38 MiB 0.006 1 705 ['Test'] 0.002 Updated state from {} to {} 24298 0.015 3.37 MiB 0.014 1 961 ['Test'] 0.149 ReadResult::optimize() before: {} 24298 0.015 3.39 MiB 0.014 1 961 ['Test'] 0.149 ReadResult::optimize() after: {} 24298 0.015 3.23 MiB 0.013 1 961 ['Test'] 0.149 After execute prewhere {} 24286 0.015 1.79 MiB 0.007 1 961 ['Test'] 0.149 Executing prewhere actions on block: {} 21769 0.013 1.09 MiB 0.004 6 221 ['Trace'] 0.001 Access granted: {}{} 17659 0.011 1.68 MiB 0.007 1 186 ['Test'] 0.505 Bypassing cache because `read_from_filesystem_cache_if_exists_otherwise_bypass_cache` option is used 17114 0.01 760.52 KiB 0.003 1 950 ['Test'] 0.002 ReadResult::applyFilter() num_rows after: {} 17114 0.01 796.61 KiB 0.003 1 950 ['Test'] 0.002 ReadResult::applyFilter() num_rows before: {} 16734 0.01 699.92 KiB 0.003 1 684 ['Test'] 0.003 Resetting downloader from {} 13500 0.008 582.91 KiB 0.002 1 153 ['Debug'] 0.069 Peak memory usage{}: {}. 12984 0.008 316.03 KiB 0.001 1 172 ['Trace'] 0.009 {} -> {} 12588 0.008 2.70 MiB 0.011 1 118 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 12530 0.008 1.88 MiB 0.008 3 117 ['Debug'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 11194 0.007 1.03 MiB 0.004 1 1121 ['Trace'] 0.01 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 10662 0.006 3.29 MiB 0.013 1 667 ['Test'] 0 Complete batch. ({}) 10633 0.006 300.36 KiB 0.001 1 117 ['Debug'] 0.001 Processed in {} sec. 10476 0.006 302.88 KiB 0.001 1 1123 ['Trace'] 0.011 Aggregation method: {} 8847 0.005 394.03 KiB 0.002 1 3 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 8490 0.005 91.20 KiB 0 1 1106 ['Trace'] 0.004 Aggregating 8373 0.005 674.72 KiB 0.003 1 98 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 7871 0.005 919.72 KiB 0.004 1 36 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 7801 0.005 387.06 KiB 0.002 1 170 ['Test'] 1 Nothing to clean up from store/ on disk {} 6945 0.004 530.35 KiB 0.002 1 567 ['Test'] 0 Added entry into LRU queue, key: {}, offset: {} 6891 0.004 467.96 KiB 0.002 1 43 ['Debug'] 0.008 Remove from cache. Key: {}, offset: {} 6428 0.004 332.70 KiB 0.001 1 426 ['Test'] 0.559 ReadResult::optimize() combined filter is const False 6355 0.004 498.73 KiB 0.002 1 32 ['Test'] 0.009 Removed entry from LRU queue, key: {}, offset: {} 5715 0.003 178.38 KiB 0.001 1 631 ['Test'] 0 Successfully written {} bytes 5589 0.003 461.46 KiB 0.002 1 1070 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 5574 0.003 454.94 KiB 0.002 4 162 ['Debug'] 0.996 {} Authenticating user \'{}\' from {} 5573 0.003 625.87 KiB 0.002 4 162 ['Debug'] 0.996 {} Authenticated with global context as user {} 5546 0.003 606.59 KiB 0.002 3 142 ['Debug'] 1 {} Creating session context with user_id: {} 5254 0.003 322.74 KiB 0.001 1 591 ['Test'] 0 Current write offset: {}, file offset of buffer end: {} 4636 0.003 553.12 KiB 0.002 254 350 ['Trace'] 0.573 Renaming temporary part {} to {} with tid {}. 4629 0.003 399.45 KiB 0.002 254 344 ['Test'] 0.572 preparePartForCommit: inserting {} into data_parts_indexes 4454 0.003 309.01 KiB 0.001 252 525 ['Trace'] 0.771 Trying to reserve {} using storage policy from min volume index {} 4431 0.003 212.81 KiB 0.001 1 345 ['Trace'] 0.564 filled checksums {} 4404 0.003 715.00 KiB 0.003 1 77 ['Test'] 0.124 Trying to lock removal_tid by {}, table: {}, part: {} 4339 0.003 97.46 KiB 0 1 991 ['Trace'] 0.015 Merging aggregated data 3655 0.002 120.47 KiB 0 1 142 ['Trace'] 1 TCP Request. Address: {} 3654 0.002 333.36 KiB 0.001 1 142 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 3622 0.002 95.50 KiB 0 1 142 ['Debug'] 1 Done processing connection. 3607 0.002 236.57 KiB 0.001 5 417 ['Trace'] 0.703 Reserved {} on remote disk {}, having unreserved {}. 3598 0.002 210.82 KiB 0.001 1 142 ['Test'] 1 Closing connection (open: {}, cancelled: {}, eof: {}) 3597 0.002 341.05 KiB 0.001 1 48 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 3228 0.002 507.48 KiB 0.002 1 76 ['Trace'] 0.089 PREWHERE condition was split into {} steps: {} 3228 0.002 3.81 MiB 0.015 1 76 ['Test'] 0.089 Original PREWHERE DAG:\n{}\nPREWHERE actions:\n{} 2995 0.002 259.73 KiB 0.001 1 85 ['Trace'] 0.001 Reading {} ranges in order from part {}, approx. {} rows starting from {} 2975 0.002 1.85 MiB 0.007 1 143 ['Trace'] 0.956 Objects with paths [{}] were removed from S3 2892 0.002 353.00 KiB 0.001 1 3 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2739 0.002 227.24 KiB 0.001 28 27 ['Test'] 0.996 removePartsFinally: removing {} from data_parts_indexes 2536 0.002 82.74 KiB 0 1 528 ['Test'] 0.006 Completed segment: {} 2536 0.002 174.38 KiB 0.001 1 528 ['Test'] 0.006 Removing file segment: {}, downloader: {}, state: {} 2536 0.002 71.00 KiB 0 1 528 ['Test'] 0.006 New segment: {} 2486 0.002 372.43 KiB 0.001 1 285 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2486 0.002 122.53 KiB 0 1 285 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2481 0.002 113.37 KiB 0 1 29 ['Test'] 0 Resize cell {} to downloaded: {} 2367 0.001 173.23 KiB 0.001 1 260 ['Trace'] 0.576 Reserved {} on local disk {}, having unreserved {}. 2318 0.001 344.43 KiB 0.001 3 42 ['Test'] 0 Caching file `{}` to `{}` with key {} 2192 0.001 77.34 KiB 0 10 23 ['Trace'] 1 Flushed system log up to offset {} 2192 0.001 124.74 KiB 0 10 23 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2056 0.001 403.79 KiB 0.002 2 74 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2055 0.001 1.84 MiB 0.007 2 74 ['Trace'] 1 Request URI: {} 2029 0.001 41.61 KiB 0 2 74 ['Debug'] 0.078 Done processing query 1540 0.001 61.66 KiB 0 1 762 ['Trace'] 0 Converting aggregation data to two-level. 1537 0.001 43.09 KiB 0 213 133 ['Debug'] 0.037 Key condition: {} 1506 0.001 175.77 KiB 0.001 211 133 ['Debug'] 0.038 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 1310 0.001 166.09 KiB 0.001 1 534 ['Test'] 0 {} waiting on: {}, current downloader: {} 1274 0.001 65.94 KiB 0 176 126 ['Trace'] 0.045 Spreading mark ranges among streams (default reading) 1239 0.001 37.30 KiB 0 39 609 ['Trace'] 0 Found {} range in {} steps 1239 0.001 37.54 KiB 0 39 609 ['Trace'] 0 Found (RIGHT) boundary mark: {} 1239 0.001 36.15 KiB 0 39 609 ['Trace'] 0 Found (LEFT) boundary mark: {} 1239 0.001 92.49 KiB 0 39 609 ['Trace'] 0 Running binary search on index range for part {} ({} marks) 1202 0.001 54.90 KiB 0 1 689 ['Debug'] 0 Aggregated. {} to {} rows (from {}) 1173 0.001 22.91 KiB 0 1 687 ['Trace'] 0 Aggregating in order 1169 0.001 37.67 KiB 0 1 41 ['Test'] 0 Parallel formatting is being used 1109 0.001 117.45 KiB 0 243 127 ['Debug'] 0.989 Removing {} parts from filesystem (serially): Parts: [{}] 1072 0.001 62.81 KiB 0 1 33 ['Test'] 0 Writing to temporary file {} 1025 0.001 87.08 KiB 0 1 29 ['Debug'] 0 Writing part of aggregation data into temporary file {} 1021 0.001 46.69 KiB 0 1 25 ['Debug'] 0 Max size of temporary block: {} rows, {}. 1021 0.001 253.34 KiB 0.001 1 25 ['Debug'] 0 Written part in {:.3f} sec., {} rows, {} uncompressed, {} compressed, {:.3f} uncompressed bytes per row, {:.3f} compressed bytes per row, compression rate: {:.3f} ({:.3f} rows/sec., {}/sec. uncompressed, {}/sec. compressed) 976 0.001 35.52 KiB 0 60 97 ['Debug'] 0.018 MinMax index condition: {} 899 0.001 30.71 KiB 0 1 51 ['Debug'] 0 Selected MergeAlgorithm: {} Top messages without format string (fmt::runtime): count pattern runtime_message line UInt64 String String Tuple(String, UInt64) 20 CodeDBExceptionReceivedfromDBExc Code: 241. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Memory tracker (for query): fault injected. Would use 83.59 MiB (attempt to allocate chunk of 1114271 bytes), maximum: 9.31 GiB. Stack trace:\n\n0. ./build_docker/./contrib/llvm-project/l ('/executeQuery.cpp',205) 8 PocoExceptionCodeecodeExceptionC Poco::Exception. Code: 1000, e.code() = 0, Exception: Cannot load time zone qqq (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:55276) (comment: 00921_datetime64_basic.sql) (in query: SELECT CAST(1 as DateTime64(3, \'qqq\'));), Stack trace ( ('/executeQuery.cpp',205) 8 CodeDBExceptionExceptionCannotlo Code: 1000. DB::Exception: Exception: Cannot load time zone qqq. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):\n\n0. ./build_docker/./contrib/llvm-project/libcxx/include/exception:0: Poco::Exception::Exception(Str ('/TCPHandler.cpp',606) 7 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_docker/./contrib/llvm-project/libcxx/include/exception:0: Poco::Exception::Exception(String const&, int ('/Exception.cpp',193) 6 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 8 (\'$\'): $$ab\n. Expected one of: ALL, DISTINCT ON, DISTINCT, TOP, not empty list of expressions, list of expressions, list of elements, expression with optional alias, element of expression with opt ('/executeQuery.cpp',205) 4 CodeDBExceptionParameterscalefor Code: 43. DB::Exception: Parameter #0 \'scale\' for DateTime64 has wrong type: String, expected UInt64 literal: While processing CAST(1, \'DateTime64(\\\'abc\\\')\'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:55276 ('/executeQuery.cpp',205) 4 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_docker/./contrib/llvm-project/libcxx/include/exception:0: Poco::Exception::Exception(S ('/Exception.cpp',193) 2 CodeDBExceptionCodeDBExceptionTi Code: 159. DB::Exception: \n\n\n\nCode: 159. DB::Exception: Timeout exceeded (180 s) while flushing system log \'DB::TextLog\'. (TIMEOUT_EXCEEDED) (version 23.3.19.34.altinitystable (altinity build)). (TIMEOUT_EXCEEDED) (version 23.3.19.34.altinitystable (altini ('/executeQuery.cpp',205) 2 CodeDBErrnoExceptionCannotrename Code: 521. DB::ErrnoException: Cannot rename /var/lib/clickhouse/metadata/test.sql.tmp to /var/lib/clickhouse/metadata/test.sql because the second path already exists, errno: 17, strerror: File exists. (ATOMIC_RENAME_FAIL) (version 23.3.19.34.altinitystabl ('/executeQuery.cpp',205) 2 CodeDBErrnoExceptionCannotopenfi Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/disks/s3/store/94e/94e38d9a-f641-4b71-929a-6971906b3716/all_0_1_1/data.bin, errno: 2, strerror: No such file or directory: While executing MergeTreeInOrder. (FILE_DOESNT_EXIST) (version 23 ('/executeQuery.cpp',205) 2 CodeDBExceptionCannotmodifyoutpu Code: 164. DB::Exception: Cannot modify \'output_format_json_quote_64bit_integers\' setting in readonly mode. (READONLY) (version 23.3.19.34.altinitystable (altinity build)) (from [::1]:46826) (in query: set output_format_json_quote_64bit_integers=0 ;), Stac ('/executeQuery.cpp',205) 2 Cachedhostsnotfoundnonexistingho Cached hosts not found: non.existing.host.name ('/DNSResolver.cpp',353) 1 createsnapshotidxlogterm create snapshot idx 10114 log_term 3 ('/LoggerWrapper.h',42) 1 createsnapshotidxlogtermdoneusel create snapshot idx 10114 log_term 3 done: 7601 us elapsed ('/LoggerWrapper.h',42) 1 creatingasnapshotforindex creating a snapshot for index 10114 ('/LoggerWrapper.h',42) 1 snapshotidxlogtermcreatedcompact snapshot idx 10114 log_term 3 created, compact the log store if needed ('/LoggerWrapper.h',42) 1 DBCheckResultDBReplicatedMergeTr DB::CheckResult DB::ReplicatedMergeTreePartCheckThread::checkPart(const DB::String &): Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/disks/s3/store/94e/94e38d9a-f641-4b71-929a-6971906b3716/all_0_1_1/columns.txt, errno: 2, strerror: No ('/Exception.cpp',193) Failed to get stats about log messages: Request-sent 2024-03-16 01:27:11,482 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=1513 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Sent terminate signal to process with pid 1513. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1513. The process with pid = 1513 does not exist. Server stopped + return + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.stress.log + unset + 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 127.0.0.1 - - [15/Mar/2024:22:27:24 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [15/Mar/2024:22:27:24 +0000] "PUT /devstoreaccount1/cont/emnhsjadptgvqgyezehmipjawnigkzrt?blockid=ejhjhrlsiovtgraqdjtvwicfczmwrjkofjdafblmjlkxkvwvvgcpxdyvgpwvoqie&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:27:24 +0000] "PUT /devstoreaccount1/cont/emnhsjadptgvqgyezehmipjawnigkzrt?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [15/Mar/2024:22:27:24 +0000] "GET /devstoreaccount1/cont/emnhsjadptgvqgyezehmipjawnigkzrt HTTP/1.1" 206 4 127.0.0.1 - - [15/Mar/2024:22:27:24 +0000] "GET /devstoreaccount1/cont/emnhsjadptgvqgyezehmipjawnigkzrt HTTP/1.1" 206 2 127.0.0.1 - - [15/Mar/2024:22:27:24 +0000] "DELETE /devstoreaccount1/cont/emnhsjadptgvqgyezehmipjawnigkzrt HTTP/1.1" 202 - + 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' 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 25195 + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb real 0m0.795s user 0m0.188s sys 0m0.092s + 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=25195 + 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 = 25195. The process with pid = 25195 is running. Sent terminate signal to process with pid 25195. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 25195. The process with pid = 25195 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 25195. The process with pid = 25195 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 25195. The process with pid = 25195 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 25195. The process with pid = 25195 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 25195. The process with pid = 25195 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 25195. The process with pid = 25195 is running. Waiting for server to stop Now there is no clickhouse-server process. Server stopped + return + '[' -f /var/log/clickhouse-server/clickhouse-server.log ']' + '[' -f /var/log/clickhouse-server/stderr.log ']' + mv /var/log/clickhouse-server/clickhouse-server.log /var/log/clickhouse-server/clickhouse-server.final.log + check_logs_for_critical_errors + rg -Fa ================== /var/log/clickhouse-server/stderr.log + rg -v 'in query:' + rg -Fa WARNING /var/log/clickhouse-server/stderr.log + rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp + echo -e 'No sanitizer asserts\tOK\t\N\t' + rm -f /test_output/tmp + rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t' + rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No logical errors\tOK\t\N\t' + '[' -s /test_output/logical_errors.txt ']' + rm /test_output/logical_errors.txt + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No lost s3 keys\tOK\t\N\t' + '[' -s /test_output/no_such_key_errors.txt ']' + rm /test_output/no_such_key_errors.txt + rg -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'Not crashed\tOK\t\N\t' + rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log ++ trim_server_logs fatal_messages.txt ++ head -n 100 /test_output/fatal_messages.txt ++ grep -Eo ' \[ [0-9]+ \] \{.*' ++ escaped ++ clickhouse local -S 's String' --input-format=LineAsString -q 'select substr(s, 1, 300) from table format CustomSeparated settings format_custom_row_after_delimiter='\''\\\\n'\''' + echo -e 'Fatal message in clickhouse-server.log (see fatal_messages.txt)\tFAIL\t\N\t [ 503 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 25195 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 503 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 890 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 1513 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 25195 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 890 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 1513 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n' + '[' -s /test_output/fatal_messages.txt ']' + rg -Fa '########################################' /test_output/fatal_messages.txt /test_output/gdb.log /test_output/stress_run_logs.tar.zst /test_output/test_results.tsv + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + collect_query_and_trace_logs + for table in query_log trace_log + clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + for table in query_log trace_log + clickhouse-local --path /var/lib/clickhouse/ --only-system-tables -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + mv /var/log/clickhouse-server/stderr.log /test_output/ + clickhouse-local --structure 'test String, res String, time Nullable(Float32), desc String' -q 'SELECT '\''failure'\'', test FROM table WHERE res != '\''OK'\'' order by (test like '\''%Sanitizer%'\'') DESC, (test like '\''%Killed by signal%'\'') DESC, (test like '\''%gdb.log%'\'') DESC, (test ilike '\''%possible deadlock%'\'') DESC, (test like '\''%start%'\'') DESC, (test like '\''%dmesg%'\'') DESC, (test like '\''%OOM%'\'') DESC, (test like '\''%Signal 9%'\'') DESC, (test like '\''%Fatal message%'\'') DESC, rowNumberInAllBlocks() LIMIT 1' + '[' -s /test_output/check_status.tsv ']' + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read core