tadeja opened a new issue, #50930:
URL: https://github.com/apache/arrow/issues/50930

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Some Linux Conda CI jobs fail on `arrow-filesystem-test` and 
`arrow-s3fs-module-test` since GCC 15.3.0 got picked up from `conda-forge` 
   - `test-conda-cpp-valgrind` nightly job 
https://github.com/ursacomputing/crossbow/actions/runs/32317149927/job/96271748148#step:6:3299
   - `test-conda-cpp` (on PR) 
https://github.com/ursacomputing/crossbow/actions/runs/32375335577/job/96445246692#step:6:5496
   - `AMD64 Conda C++ AVX2` (on PR) 
https://github.com/apache/arrow/actions/runs/32242684590/job/96036487405?pr=50903#step:8:5503
   
   ```console
   [ RUN      ] S3Test.FromUriRejectsUnknownOptions
   /arrow/cpp/src/arrow/filesystem/s3fs_module_test.cc:138: Failure
   Value of: _st.ToStringWithoutContextLines()
   Expected: has substring "Unexpected option"
     Actual: "Invalid: Attempt to initialize S3 after it has been finalized"
   
   [  FAILED  ] S3Test.FromUriRejectsUnknownOptions (0 ms)
   [----------] 1 test from S3Test (0 ms total)
   
   [----------] Global test environment tear-down
   [==========] 4 tests from 2 test suites ran. (106 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 4 tests, listed below:
   [  FAILED  ] S3ModuleTest.FromUri
   [  FAILED  ] S3ModuleTest.FromUriAndOptionsCredentials
   [  FAILED  ] S3ModuleTest.FromUriAndOptionsRetryStrategy
   [  FAILED  ] S3Test.FromUriRejectsUnknownOptions
   ```
   
   ### Component(s)
   
   C++, Continuous Integration


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to