kou opened a new issue, #42107: URL: https://github.com/apache/arrow/issues/42107
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/ursacomputing/crossbow/actions/runs/9457528593/job/26051505607#step:7:6283 ```text [ RUN ] TestAzuriteGeneric.CopyFile ==17973== Conditional jump or move depends on uninitialised value(s) ==17973== at 0x4AF55F9: Azure::Storage::Sas::BlobSasBuilder::GenerateSasToken[abi:cxx11](Azure::Storage::StorageSharedKeyCredential const&) (in /opt/conda/envs/arrow/lib/libazure-storage-blobs.so) ==17973== by 0x5D8DF06: arrow::fs::AzureOptions::GenerateSASToken[abi:cxx11](Azure::Storage::Sas::BlobSasBuilder*, Azure::Storage::Blobs::BlobServiceClient*) const (azurefs.cc:422) ==17973== by 0x5D9AE3B: arrow::fs::AzureFileSystem::Impl::CopyFile(arrow::fs::(anonymous namespace)::AzureLocation const&, arrow::fs::(anonymous namespace)::AzureLocation const&) (azurefs.cc:2924) ==17973== by 0x5D9B386: arrow::fs::AzureFileSystem::CopyFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (azurefs.cc:3154) ==17973== by 0x5D3D5BE: arrow::fs::SubTreeFileSystem::CopyFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (filesystem.cc:437) ==17973== by 0x4959AD6: arrow::fs::GenericFileSystemTest::TestCopyFile(arrow::fs::FileSystem*) (test_util.cc:529) ==17973== by 0x495B517: arrow::fs::GenericFileSystemTest::TestCopyFile() (test_util.cc:1210) ==17973== by 0x14D057: arrow::fs::TestAzuriteGeneric_CopyFile_Test::TestBody() (azurefs_test.cc:470) ==17973== by 0x669A8F9: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2607) ==17973== by 0x66A4F4D: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2643) ==17973== by 0x66A510D: testing::Test::Run() (gtest.cc:2682) ==17973== by 0x66A53D6: testing::TestInfo::Run() (gtest.cc:2861) ==17973== by 0x66A5656: testing::TestSuite::Run() (gtest.cc:3015) ==17973== by 0x66AEBC7: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:5855) ==17973== by 0x669ADE8: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2607) ==17973== by 0x66A5794: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2643) ==17973== by 0x66A58F9: testing::UnitTest::Run() (gtest.cc:5438) ==17973== by 0x49B7938: RUN_ALL_TESTS() (gtest.h:2490) ==17973== by 0x49B7975: main (gtest_main.cc:52) ==17973== { <insert_a_suppression_name_here> Memcheck:Cond fun:_ZN5Azure7Storage3Sas14BlobSasBuilder16GenerateSasTokenB5cxx11ERKNS0_26StorageSharedKeyCredentialE fun:_ZNK5arrow2fs12AzureOptions16GenerateSASTokenB5cxx11EPN5Azure7Storage3Sas14BlobSasBuilderEPNS3_5Blobs17BlobServiceClientE fun:_ZN5arrow2fs15AzureFileSystem4Impl8CopyFileERKNS0_12_GLOBAL__N_113AzureLocationES6_ fun:_ZN5arrow2fs15AzureFileSystem8CopyFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_ fun:_ZN5arrow2fs17SubTreeFileSystem8CopyFileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_ fun:_ZN5arrow2fs21GenericFileSystemTest12TestCopyFileEPNS0_10FileSystemE fun:_ZN5arrow2fs21GenericFileSystemTest12TestCopyFileEv fun:_ZN5arrow2fs32TestAzuriteGeneric_CopyFile_Test8TestBodyEv fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc fun:_ZN7testing4Test3RunEv fun:_ZN7testing8TestInfo3RunEv fun:_ZN7testing9TestSuite3RunEv fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc fun:_ZN7testing8UnitTest3RunEv fun:_Z13RUN_ALL_TESTSv fun:main } [ OK ] TestAzuriteGeneric.CopyFile (721 ms) ``` ### 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]
