avantgardnerio commented on PR #2031:
URL: https://github.com/apache/arrow-rs/pull/2031#issuecomment-1182016546

   Could anyone help me with reproducing this locally, or understanding what 
went wrong?
   
   ```
   ==========================================================
   Testing file duration
   ==========================================================
   Traceback (most recent call last):
     File "/arrow/dev/archery/archery/integration/runner.py", line 246, in 
_run_ipc_test_case
       run_binaries(producer, consumer, test_case)
     File "/arrow/dev/archery/archery/integration/runner.py", line 286, in 
_produce_consume
       consumer.stream_to_file(producer_stream_path, consumer_file_path)
     File "/arrow/dev/archery/archery/integration/tester_csharp.py", line 63, 
in stream_to_file
       self.run_shell_command(cmd)
     File "/arrow/dev/archery/archery/integration/tester.py", line 49, in 
run_shell_command
       subprocess.check_call(cmd, shell=True)
     File "/opt/conda/envs/arrow/lib/python3.10/subprocess.py", line 369, in 
check_call
       raise CalledProcessError(retcode, cmd)
   subprocess.CalledProcessError: Command 
'/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net6.0/Apache.Arrow.IntegrationTest
 --mode stream-to-file -a 
/tmp/tmpzg7b26id/29338ab4_generated_datetime.consumer_stream_as_file < 
/tmp/tmpzg7b26id/29338ab4_generated_datetime.producer_file_as_stream' returned 
non-zero exit status 1.
   ################# FAILURES #################
   Traceback (most recent call last):
   FAILED TEST: datetime Java producing,  C# consuming
     File "/arrow/dev/archery/archery/integration/runner.py", line 246, in 
_run_ipc_test_case
       run_binaries(producer, consumer, test_case)
     File "/arrow/dev/archery/archery/integration/runner.py", line 286, in 
_produce_consume
       consumer.stream_to_file(producer_stream_path, consumer_file_path)
     File "/arrow/dev/archery/archery/integration/tester_csharp.py", line 63, 
in stream_to_file
       self.run_shell_command(cmd)
     File "/arrow/dev/archery/archery/integration/tester.py", line 49, in 
run_shell_command
       subprocess.check_call(cmd, shell=True)
     File "/opt/conda/envs/arrow/lib/python3.10/subprocess.py", line 369, in 
check_call
       raise CalledProcessError(retcode, cmd)
   subprocess.CalledProcessError: Command 
'/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net6.0/Apache.Arrow.IntegrationTest
 --mode stream-to-file -a 
/tmp/tmpzg7b26id/4b457ee3_generated_datetime.consumer_stream_as_file < 
/tmp/tmpzg7b26id/4b457ee3_generated_datetime.producer_file_as_stream' returned 
non-zero exit status 1.
   FAILED TEST: datetime Rust producing,  C# consuming
   ```
   
   Thanks!


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