seddonm1 commented on pull request #9654:
URL: https://github.com/apache/arrow/pull/9654#issuecomment-796178701
@alamb hitting some CICD issues - nothing to do with this change.
```==========================================================
Testing file auth:basic_proto
==========================================================
################# FAILURES #################
FAILED TEST: auth:basic_proto Rust producing, C++ consuming
1 failures
Traceback (most recent call last):
File "/arrow/dev/archery/archery/integration/util.py", line 139, in run_cmd
output = subprocess.check_output(cmd, stderr=subprocess.STDOUT)
File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 415, in
check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/opt/conda/envs/arrow/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/build/cpp/debug/flight-test-integration-client', '-host', 'localhost',
'-port=43311', '-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=43311
-scenario auth:basic_proto
With output:
--------------
-- Arrow Fatal Error --
Invalid: Expected UNAUTHENTICATED but got Unavailable
```
----------------------------------------------------------------
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:
[email protected]