nastra commented on PR #748:
URL: https://github.com/apache/iceberg-rust/pull/748#issuecomment-2523569678

   @Fokko you're not alone. Those tests fail for me too using native Docker on 
OSX due to networking:
   
   ```
   test tests::gcs_exists has been running for over 60 seconds
   test tests::gcs_read has been running for over 60 seconds
   test tests::gcs_write has been running for over 60 seconds
   test tests::gcs_read ... FAILED
   test tests::gcs_exists ... FAILED
   test tests::gcs_write ... FAILED
   
   failures:
   
   ---- tests::gcs_read stdout ----
   thread 'tests::gcs_read' panicked at 
crates/iceberg/tests/file_io_gcs_test.rs:67:14:
   called `Result::unwrap()` on an `Err` value: error sending request for url 
(http://172.20.0.2:4443/storage/v1/b)
   
   Caused by:
       0: client error (Connect)
       1: tcp connect error: Operation timed out (os error 60)
       2: Operation timed out (os error 60)
   
   ---- tests::gcs_exists stdout ----
   thread 'tests::gcs_exists' panicked at 
crates/iceberg/tests/file_io_gcs_test.rs:67:14:
   called `Result::unwrap()` on an `Err` value: error sending request for url 
(http://172.20.0.2:4443/storage/v1/b)
   
   Caused by:
       0: client error (Connect)
       1: tcp connect error: Operation timed out (os error 60)
       2: Operation timed out (os error 60)
   
   ---- tests::gcs_write stdout ----
   thread 'tests::gcs_write' panicked at 
crates/iceberg/tests/file_io_gcs_test.rs:67:14:
   called `Result::unwrap()` on an `Err` value: error sending request for url 
(http://172.20.0.2:4443/storage/v1/b)
   
   Caused by:
       0: client error (Connect)
       1: tcp connect error: Operation timed out (os error 60)
       2: Operation timed out (os error 60)
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   
   failures:
       tests::gcs_exists
       tests::gcs_read
       tests::gcs_write
   
   test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered 
out; finished in 75.03s
   ```


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to