alamb commented on pull request #9523: URL: https://github.com/apache/arrow/pull/9523#issuecomment-782079905
https://github.com/apache/arrow/pull/9523/checks?check_run_id=1930131314 seems to have failed with something related to authentication. I am going re-run that check to see if it was an intermittent failure ``` ========================================================== Testing file auth:basic_proto ========================================================== Traceback (most recent call last): ################# FAILURES ################# File "/arrow/dev/archery/archery/integration/util.py", line 139, in run_cmd FAILED TEST: auth:basic_proto Rust producing, C++ consuming output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 411, in check_output 1 failures return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/build/cpp/debug/flight-test-integration-client', '-host', 'localhost', '-port=38301', '-scenario', 'auth:basic_proto']' died with <Signals.SIGABRT: 6>. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/arrow/dev/archery/archery/integration/runner.py", line 308, in _run_flight_test_case consumer.flight_request(port, **client_args) File "/arrow/dev/archery/archery/integration/tester_cpp.py", line 116, in flight_request run_cmd(cmd) File "/arrow/dev/archery/archery/integration/util.py", line 148, in run_cmd raise RuntimeError(sio.getvalue()) RuntimeError: Command failed: /build/cpp/debug/flight-test-integration-client -host localhost -port=38301 -scenario auth:basic_proto With output: ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org