alamb opened a new issue, #6577:
URL: https://github.com/apache/arrow-rs/issues/6577

   **Describe the bug**
   archery integration test is failing on main : 
https://github.com/apache/arrow-rs/actions/runs/11363774836/job/31608436255
   
   ```
    ################# FAILURES #################
     FAILED TEST: primitive Rust producing,  C# consuming
     <class 'RuntimeError'>: Command failed: 
/__w/arrow-rs/arrow-rs/csharp/artifacts/Apache.Arrow.Flight.IntegrationTest/Debug/net8.0/Apache.Arrow.Flight.IntegrationTest
 client --port 44909 --path 
/tmp/arrow-integration-hk4dbqi4/generated_primitive.json
     With output:
     --------------
     Unhandled exception: Grpc.Core.RpcException: 
Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", 
DebugException="System.ArgumentException: IPv4 address 0.0.0.0 and IPv6 address 
::0 are unspecified addresses that cannot be used as a target address. 
(Parameter 'hostName')")
      ---> System.ArgumentException: IPv4 address 0.0.0.0 and IPv6 address ::0 
are unspecified addresses that cannot be used as a target address. (Parameter 
'hostName')
        at System.Net.Dns.GetHostEntryOrAddressesCoreAsync(String hostName, 
Boolean justReturnParsedIp, Boolean throwOnIIPAny, Boolean justAddresses, 
AddressFamily family, CancellationToken cancellationToken)
        at System.Net.Dns.GetHostAddressesAsync(String hostNameOrAddress, 
AddressFamily family, CancellationToken cancellationToken)
        at System.Net.Sockets.SocketAsyncEventArgs.DnsConnectAsync(DnsEndPoint 
endPoint, SocketType socketType, ProtocolType protocolType)
        at System.Net.Sockets.Socket.ConnectAsync(SocketAsyncEventArgs e, 
Boolean userSocket, Boolean saeaCancelable)
        at 
System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ConnectAsync(Socket 
socket)
        at System.Net.Sockets.Socket.ConnectAsync(EndPoint remoteEP, 
CancellationToken cancellationToken)
        at 
Grpc.Net.Client.Balancer.Internal.SocketConnectivitySubchannelTransport.OnConnect(Socket
 socket, DnsEndPoint endpoint, CancellationToken cancellationToken)
        at 
Grpc.Net.Client.Balancer.Internal.SocketConnectivitySubchannelTransport.TryConnectAsync(ConnectContext
 context, Int32 attempt)
        --- End of inner exception stack trace ---
        at 
Grpc.Net.Client.Internal.HttpContentClientStreamReader`2.MoveNextCore(CancellationToken
 cancellationToken)
        at 
Apache.Arrow.Flight.Internal.RecordBatchReaderImplementation.ReadSchemaAsync(CancellationToken
 cancellationToken) in 
/__w/arrow-rs/arrow-rs/csharp/src/Apache.Arrow.Flight/Internal/RecordBatchReaderImplementation.cs:line
 74
        at 
Apache.Arrow.Flight.Internal.RecordBatchReaderImplementation.ReadNextRecordBatchAsync(CancellationToken
 cancellationToken) in 
/__w/arrow-rs/arrow-rs/csharp/src/Apache.Arrow.Flight/Internal/RecordBatchReaderImplementation.cs:line
 118
        at 
Apache.Arrow.Flight.FlightRecordBatchStreamReader.MoveNext(CancellationToken 
cancellationToken) in 
/__w/arrow-rs/arrow-rs/csharp/src/Apache.Arrow.Flight/FlightRecordBatchStreamReader.cs:line
 64
        at 
Apache.Arrow.Flight.IntegrationTest.Scenarios.JsonTestScenario.ConsumeFlightLocation(FlightClient
 client, FlightTicket ticket, RecordBatch[] batches) in 
/__w/arrow-rs/arrow-rs/csharp/test/Apache.Arrow.Flight.IntegrationTest/Scenarios/JsonTestScenario.cs:line
 160
        at 
Apache.Arrow.Flight.IntegrationTest.Scenarios.JsonTestScenario.RunClient(Int32 
serverPort) in 
/__w/arrow-rs/arrow-rs/csharp/test/Apache.Arrow.Flight.IntegrationTest/Scenarios/JsonTestScenario.cs:line
 109
        at Apache.Arrow.Flight.IntegrationTest.FlightClientCommand.Execute() in 
/__w/arrow-rs/arrow-rs/csharp/test/Apache.Arrow.Flight.IntegrationTest/FlightClientCommand.cs:line
 45
        at 
Apache.Arrow.Flight.IntegrationTest.Program.<>c.<<Main>b__0_0>d.MoveNext() in 
/__w/arrow-rs/arrow-rs/csharp/test/Apache.Arrow.Flight.IntegrationTest/Program.cs:line
 50
   ```
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   **Expected behavior**
   Should pass
   
   **Additional context**
   Not sure if this is related to 
https://github.com/apache/arrow-rs/issues/6568 or not


-- 
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