alamb opened a new issue, #395: URL: https://github.com/apache/arrow-rs-object-store/issues/395
**Describe the bug** - After https://github.com/apache/arrow-rs-object-store/pull/383 is merged, the emulator CI tests are broken **To Reproduce** Here is a failure on main: https://github.com/apache/arrow-rs-object-store/actions/runs/15319692559/job/43100487313 ``` --- gcp::builder::tests::gcs_test_proxy_url stdout ---- thread 'gcp::builder::tests::gcs_test_proxy_url' panicked at src/gcp/builder.rs:[679](https://github.com/apache/arrow-rs-object-store/actions/runs/15319692559/job/43100487313#step:8:680):14: called `Result::unwrap_err()` on an `Ok` value: GoogleCloudStorage { client: GoogleCloudStorageClient { config: GoogleCloudStorageConfig { base_url: "https://storage.googleapis.com", credentials: StaticCredentialProvider { credential: GcpCredential { bearer: "" } }, signing_credentials: StaticCredentialProvider { credential: GcpSigningCredential { email: "", private_key: None } }, bucket_name: "foo", retry_config: RetryConfig { backoff: BackoffConfig { init_backoff: 100ms, max_backoff: 15s, base: 2.0 }, max_retries: 10, retry_timeout: 180s }, client_options: ClientOptions { user_agent: None, root_certificates: [], content_type_map: {}, default_content_type: None, default_headers: None, proxy_url: Some("asdf://example.com"), proxy_ca_certificate: None, proxy_excludes: None, allow_http: Parsed(true), allow_insecure: Parsed(false), timeout: Some(Parsed(30s)), connect_timeout: Some(Parsed(5s)), pool_idle_timeout: None, pool_max_idle_per_host: None, http2_keep_alive_interval: None, htt p2_keep_alive_timeout: None, http2_keep_alive_while_idle: Parsed(false), http2_max_frame_size: None, http1_only: Parsed(true), http2_only: Parsed(false), randomize_addresses: Parsed(true) }, skip_signature: false }, client: HttpClient(Client { accepts: Accepts { gzip: false }, proxies: [Matcher], referer: true, default_headers: {"accept": "*/*", "user-agent": "object_store/0.12.1"}, reqwest::config::RequestTimeout: 30s }), bucket_name_encoded: "foo", max_list_results: None } } stack backtrace: 0: __rustc::rust_begin_unwind at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/panicking.rs:697:5 1: core::panicking::panic_fmt at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/panicking.rs:75:14 2: core::result::unwrap_failed at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/result.rs:1704:5 3: core::result::Result<T,E>::unwrap_err at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/result.rs:1203:22 4: object_store::gcp::builder::tests::gcs_test_proxy_url::{{closure}} at ./src/gcp/builder.rs:674:19 5: <core::pin::Pin<P> as core::future::future::Future>::poll at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9 6: <core::pin::Pin<P> as core::future::future::Future>::poll at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/future/future.rs:124:9 7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:54 8: tokio::task::coop::with_budget at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5 9: tokio::task::coop::budget at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5 10: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25 11: tokio::runtime::scheduler::current_thread::Context::enter at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19 12: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:36 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68 14: tokio::runtime::context::scoped::Scoped<T>::set at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9 15: tokio::runtime::context::set_scheduler::{{closure}} at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:26 16: std::thread::local::LocalKey<T>::try_with at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:311:12 17: std::thread::local::LocalKey<T>::with at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/std/src/thread/local.rs:275:15 18: tokio::runtime::context::set_scheduler at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:9 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:19 21: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:28 22: tokio::runtime::context::runtime::enter_runtime at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16 23: tokio::runtime::scheduler::current_thread::CurrentThread::block_on at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9 24: tokio::runtime::runtime::Runtime::block_on_inner at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:47 25: tokio::runtime::runtime::Runtime::block_on at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:13 26: object_store::gcp::builder::tests::gcs_test_proxy_url at ./src/gcp/builder.rs:[682](https://github.com/apache/arrow-rs-object-store/actions/runs/15319692559/job/43100487313#step:8:683):9 27: object_store::gcp::builder::tests::gcs_test_proxy_url::{{closure}} at ./src/gcp/builder.rs:663:34 28: core::ops::function::FnOnce::call_once at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5 29: core::ops::function::FnOnce::call_once at /rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359/library/core/src/ops/function.rs:250:5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. failures: aws::builder::tests::s3_test_proxy_url client::retry::tests::test_retry gcp::builder::tests::gcs_test_proxy_url ``` **Expected behavior** The tests should pass **Additional context** Given the errors, it looks to me like maybe the retry logic has made some tests pass when then were expecting failures. However, it might be unrelated to https://github.com/apache/arrow-rs-object-store/pull/383 (for example, maybe the emulator has changed) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org