Correct tips.
There are objects that have not been deleted.
root@rustfs:~# rc rb local/mytest/ --debug
2026-04-29T08:33:10.047891Z DEBUG aws_runtime::fs_util: loaded home directory src="HOME"
2026-04-29T08:33:10.048151Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: performing home directory substitution home="/root" path="~/.aws/config"
2026-04-29T08:33:10.048211Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: home directory expanded before="~/.aws/config" after="/root/.aws/config"
2026-04-29T08:33:10.048305Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: config file not found path=~/.aws/config
2026-04-29T08:33:10.048323Z DEBUG load_config_file{file=Default(Config)}: aws_runtime::env_config::source: config file loaded path=Some("/root/.aws/config") size=0
2026-04-29T08:33:10.048373Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: performing home directory substitution home="/root" path="~/.aws/credentials"
2026-04-29T08:33:10.048398Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: home directory expanded before="~/.aws/credentials" after="/root/.aws/credentials"
2026-04-29T08:33:10.048429Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: config file not found path=~/.aws/credentials
2026-04-29T08:33:10.048443Z DEBUG load_config_file{file=Default(Credentials)}: aws_runtime::env_config::source: config file loaded path=Some("/root/.aws/credentials") size=0
2026-04-29T08:33:10.048944Z DEBUG aws_sdk_s3::endpoint_lib: loading default partitions
2026-04-29T08:33:10.076855Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:apply_configuration: aws_smithy_runtime::client::orchestrator: timeout settings for this operation: TimeoutConfig { connect_timeout: Set(3.1s), read_timeout: Disabled, operation_timeout: Disabled, operation_attempt_timeout: Disabled }
2026-04-29T08:33:10.076967Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: entering 'serialization' phase
2026-04-29T08:33:10.077028Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: entering 'before transmit' phase
2026-04-29T08:33:10.077076Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: no client rate limiter configured, so no token is required for the initial request.
2026-04-29T08:33:10.077102Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: retry strategy has OKed initial request
2026-04-29T08:33:10.077135Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: beginning attempt #1
2026-04-29T08:33:10.077174Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_sdk_s3::endpoint_auth: resolving endpoint for auth scheme selection endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { bucket: Some("mytest"), region: Some("us-east-1"), use_fips: false, use_dual_stack: false, endpoint: Some("https://play.rustfs.com"), force_path_style: true, accelerate: false, use_global_endpoint: false, use_object_lambda_endpoint: None, key: None, prefix: None, copy_source: None, disable_access_points: None, disable_multi_region_access_points: false, use_arn_region: None, use_s3_express_control_endpoint: None, disable_s3_express_session_auth: None }, property: {} }
2026-04-29T08:33:10.077435Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:lazy_load_identity: aws_smithy_runtime::client::identity::cache::lazy: identity cache miss occurred; added new identity (took 12.069µs) new_expiration=2026-04-29T08:48:10.077413Z valid_for=899.999979665s partition=IdentityCachePartition(0)
2026-04-29T08:33:10.077570Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::identity::cache::lazy: loaded identity
2026-04-29T08:33:10.077602Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { bucket: Some("mytest"), region: Some("us-east-1"), use_fips: false, use_dual_stack: false, endpoint: Some("https://play.rustfs.com"), force_path_style: true, accelerate: false, use_global_endpoint: false, use_object_lambda_endpoint: None, key: None, prefix: None, copy_source: None, disable_access_points: None, disable_multi_region_access_points: false, use_arn_region: None, use_s3_express_control_endpoint: None, disable_s3_express_session_auth: None }, property: {TypeId(0xbde369f52fa11f53c18a3c8a0ee901f1): TypeErasedBox[!Clone]:Identity { data: Credentials { provider_name: "rc-static-credentials", access_key_id: "rustfsadmin", secret_access_key: "** redacted **", expires_after: "never" }, expiration: None }} }
2026-04-29T08:33:10.077826Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: will apply endpoint Endpoint { url: "https://play.rustfs.com/mytest", headers: {}, properties: {"authSchemes": Array([Object({"signingRegion": String("us-east-1"), "name": String("sigv4"), "signingName": String("s3"), "disableDoubleEncoding": Bool(true)})])} } endpoint_prefix=None
2026-04-29T08:33:10.078229Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'transmit' phase
2026-04-29T08:33:10.078830Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_http_client::client: new connector created in 560.538µs
2026-04-29T08:33:10.164097Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::connect::http: connecting to 163.181.201.188:443
2026-04-29T08:33:10.520104Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::connect::http: connected to 163.181.201.188:443
2026-04-29T08:33:11.860458Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::pool: pooling idle connection for ("https", play.rustfs.com)
2026-04-29T08:33:11.860661Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'before deserialization' phase
2026-04-29T08:33:11.860754Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'deserialization' phase
2026-04-29T08:33:11.860809Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:deserialization:deserialize_nonstreaming: aws_sdk_s3::operation::head_bucket: extended_request_id=None
2026-04-29T08:33:11.860836Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:deserialization:deserialize_nonstreaming: aws_sdk_s3::operation::head_bucket: request_id=None
2026-04-29T08:33:11.860867Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'after deserialization' phase
2026-04-29T08:33:11.860966Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: attempt #1 classified as NoActionIndicated, not retrying
2026-04-29T08:33:11.860994Z DEBUG S3.HeadBucket{rpc.service="S3" rpc.method="HeadBucket" sdk_invocation_id=2987395 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: a retry is either unnecessary or not possible, exiting attempt loop
2026-04-29T08:33:11.861241Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:apply_configuration: aws_smithy_runtime::client::orchestrator: timeout settings for this operation: TimeoutConfig { connect_timeout: Set(3.1s), read_timeout: Disabled, operation_timeout: Disabled, operation_attempt_timeout: Disabled }
2026-04-29T08:33:11.861311Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: entering 'serialization' phase
2026-04-29T08:33:11.861347Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime_api::client::interceptors::context: entering 'before transmit' phase
2026-04-29T08:33:11.861382Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: no client rate limiter configured, so no token is required for the initial request.
2026-04-29T08:33:11.861406Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: retry strategy has OKed initial request
2026-04-29T08:33:11.861422Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: beginning attempt #1
2026-04-29T08:33:11.861456Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_sdk_s3::endpoint_auth: resolving endpoint for auth scheme selection endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { bucket: Some("mytest"), region: Some("us-east-1"), use_fips: false, use_dual_stack: false, endpoint: Some("https://play.rustfs.com"), force_path_style: true, accelerate: false, use_global_endpoint: false, use_object_lambda_endpoint: None, key: None, prefix: None, copy_source: None, disable_access_points: None, disable_multi_region_access_points: false, use_arn_region: None, use_s3_express_control_endpoint: Some(true), disable_s3_express_session_auth: None }, property: {} }
2026-04-29T08:33:11.861591Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime::client::identity::cache::lazy: loaded identity from cache buffer_time=10s cached_expiration=None now=SystemTime { tv_sec: 1777451591, tv_nsec: 861585219 }
2026-04-29T08:33:11.861639Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: resolving endpoint endpoint_params=EndpointResolverParams { inner: TypeErasedBox[!Clone]:Params { bucket: Some("mytest"), region: Some("us-east-1"), use_fips: false, use_dual_stack: false, endpoint: Some("https://play.rustfs.com"), force_path_style: true, accelerate: false, use_global_endpoint: false, use_object_lambda_endpoint: None, key: None, prefix: None, copy_source: None, disable_access_points: None, disable_multi_region_access_points: false, use_arn_region: None, use_s3_express_control_endpoint: Some(true), disable_s3_express_session_auth: None }, property: {TypeId(0xbde369f52fa11f53c18a3c8a0ee901f1): TypeErasedBox[!Clone]:Identity { data: Credentials { provider_name: "rc-static-credentials", access_key_id: "rustfsadmin", secret_access_key: "** redacted **", expires_after: "never" }, expiration: None }} }
2026-04-29T08:33:11.861736Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:orchestrate_endpoint: aws_smithy_runtime::client::orchestrator::endpoints: will apply endpoint Endpoint { url: "https://play.rustfs.com/mytest", headers: {}, properties: {"authSchemes": Array([Object({"signingRegion": String("us-east-1"), "disableDoubleEncoding": Bool(true), "signingName": String("s3"), "name": String("sigv4")})])} } endpoint_prefix=None
2026-04-29T08:33:11.861969Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'transmit' phase
2026-04-29T08:33:11.862077Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::pool: reuse idle connection for ("https", play.rustfs.com)
2026-04-29T08:33:12.345171Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: hyper_util::client::legacy::pool: pooling idle connection for ("https", play.rustfs.com)
2026-04-29T08:33:12.345298Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'before deserialization' phase
2026-04-29T08:33:12.345362Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'deserialization' phase
2026-04-29T08:33:12.345438Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:deserialization:deserialize_nonstreaming: aws_sdk_s3::operation::delete_bucket: extended_request_id=None
2026-04-29T08:33:12.345535Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}:deserialization:deserialize_nonstreaming: aws_sdk_s3::operation::delete_bucket: request_id=None
2026-04-29T08:33:12.345581Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op:try_attempt{attempt=1}: aws_smithy_runtime_api::client::interceptors::context: entering 'after deserialization' phase
2026-04-29T08:33:12.345637Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::retries::strategy::standard: attempt #1 classified as NoActionIndicated, not retrying
2026-04-29T08:33:12.345664Z DEBUG S3.DeleteBucket{rpc.service="S3" rpc.method="DeleteBucket" sdk_invocation_id=4693194 rpc.system="aws-api"}:try_op: aws_smithy_runtime::client::orchestrator: a retry is either unnecessary or not possible, exiting attempt loop
✗ Failed to remove bucket: Network error: service error
Error tips:
Failed to remove bucket: Network error: service errorExpected
Correct tips.
There are objects that have not been deleted.
Logs