alamb commented on issue #1579:
URL: https://github.com/apache/arrow-rs/issues/1579#issuecomment-1101731281
For future ease of discussion, the failure mode appears to be:
```
==========================================================
Testing file duration
==========================================================
Traceback (most recent call last):
################# FAILURES #################
FAILED TEST: interval_mdn Go producing, Go consuming
1 failures
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.10/subprocess.py", line 420, in
check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/opt/conda/envs/arrow/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/opt/go/bin/arrow-flight-integration-client', '-host', 'localhost',
'-port=41991', '-path',
'/tmp/arrow-integration-u1u9ty31/generated_interval_mdn.json']' returned
non-zero exit status 2.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/arrow/dev/archery/archery/integration/runner.py", line 379, in
_run_flight_test_case
consumer.flight_request(port, **client_args)
File "/arrow/dev/archery/archery/integration/tester_go.py", line 121, 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: /opt/go/bin/arrow-flight-integration-client
-host localhost -port=41991 -path
/tmp/arrow-integration-u1u9ty31/generated_interval_mdn.json
With output:
--------------
Opening JSON file '
/tmp/arrow-integration-u1u9ty31/generated_interval_mdn.json '
Opening JSON file '
/tmp/arrow-integration-u1u9ty31/generated_interval_mdn.json '
Opening JSON file '
/tmp/arrow-integration-u1u9ty31/generated_interval_mdn.json '
panic: rpc error: code = Unavailable desc = connection error: desc =
"transport: Error while dialing dial tcp 127.0.0.1:41991: connect: connection
refused"
goroutine 1 [running]:
main.main()
/arrow/go/arrow/internal/flight_integration/cmd/arrow-flight-integration-client/main.go:52
+0x31a
--------------
1
Error: `docker-compose --file
/home/runner/work/arrow-rs/arrow-rs/docker-compose.yml run --rm -e
ARCHERY_INTEGRATION_WITH_RUST=1 conda-integration` exited with a non-zero exit
code 1, see the process log above.
The docker-compose command was invoked with the following parameters:
```
--
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]