raulcd opened a new issue, #36476: URL: https://github.com/apache/arrow/issues/36476
### Describe the bug, including details regarding any error messages, version, and platform. Some of our nightly verification tasks for integration tests are currently failing: * [verify-rc-source-integration-linux-almalinux-8-amd64](https://github.com/ursacomputing/crossbow/actions/runs/5454949796/jobs/9925735698) * [verify-rc-source-integration-linux-ubuntu-22.04-amd64](https://github.com/ursacomputing/crossbow/actions/runs/5454953723/jobs/9925743768) * [verify-rc-source-integration-macos-amd64](https://github.com/ursacomputing/crossbow/actions/runs/5454948201/jobs/9925731645) On ` Testing file flight_sql:extension`. Part of the extract of the log: ``` Testing file flight_sql:extension ========================================================== Traceback (most recent call last): File "/arrow/dev/archery/archery/integration/util.py", line 133, in run_cmd output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python3.10/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client', '-host', 'localhost', '-port=46229', '-path', '/tmp/arrow-integration-4wqpenif/generated_primitive.json']' 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 376, in _run_flight_test_case consumer.flight_request(port, **client_args) File "/arrow/dev/archery/archery/integration/tester_cpp.py", line 135, in flight_request run_cmd(cmd) File "/arrow/dev/archery/archery/integration/util.py", line 142, in run_cmd raise RuntimeError(sio.getvalue()) RuntimeError: Command failed: /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client -host localhost -port=46229 -path /tmp/arrow-integration-4wqpenif/generated_primitive.json With output: -------------- Opening JSON file '/tmp/arrow-integration-4wqpenif/generated_primitive.json' /arrow/cpp/src/arrow/result.cc:28: ValueOrDie called on an error: NotImplemented: Flight returned unimplemented error, with message: No message returned for unary request /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x5f860b)[0x55cb8540060b] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x5f872d)[0x55cb8540072d] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x51b776)[0x55cb85323776] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x51b8e0)[0x55cb853238e0] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f855b)[0x55cb8500055b] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f4d46)[0x55cb84ffcd46] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1d5248)[0x55cb84fdd248] /lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f1952385d90] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f1952385e40] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f24b5)[0x55cb84ffa4b5] -------------- Traceback (most recent call last): File "/arrow/dev/archery/archery/integration/util.py", line 133, in run_cmd output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python3.10/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client', '-host', 'localhost', '-port=39267', '-path', '/tmp/arrow-integration-4wqpenif/generated_primitive_zerolength.json']' 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 376, in _run_flight_test_case consumer.flight_request(port, **client_args) File "/arrow/dev/archery/archery/integration/tester_cpp.py", line 135, in flight_request run_cmd(cmd) File "/arrow/dev/archery/archery/integration/util.py", line 142, in run_cmd raise RuntimeError(sio.getvalue()) RuntimeError: Command failed: /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client -host localhost -port=39267 -path /tmp/arrow-integration-4wqpenif/generated_primitive_zerolength.json With output: -------------- Opening JSON file '/tmp/arrow-integration-4wqpenif/generated_primitive_zerolength.json' /arrow/cpp/src/arrow/result.cc:28: ValueOrDie called on an error: NotImplemented: Flight returned unimplemented error, with message: No message returned for unary request /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x5f860b)[0x5639bcbcd60b] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x5f872d)[0x5639bcbcd72d] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x51b776)[0x5639bcaf0776] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x51b8e0)[0x5639bcaf08e0] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f855b)[0x5639bc7cd55b] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f4d46)[0x5639bc7c9d46] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1d5248)[0x5639bc7aa248] /lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f9d23309d90] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f9d23309e40] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f24b5)[0x5639bc7c74b5] -------------- Traceback (most recent call last): File "/arrow/dev/archery/archery/integration/util.py", line 133, in run_cmd output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python3.10/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client', '-host', 'localhost', '-port=40325', '-path', '/tmp/arrow-integration-4wqpenif/generated_primitive_large_offsets.json']' 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 376, in _run_flight_test_case consumer.flight_request(port, **client_args) File "/arrow/dev/archery/archery/integration/tester_cpp.py", line 135, in flight_request run_cmd(cmd) File "/arrow/dev/archery/archery/integration/util.py", line 142, in run_cmd raise RuntimeError(sio.getvalue()) RuntimeError: Command failed: /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client -host localhost -port=40325 -path /tmp/arrow-integration-4wqpenif/generated_primitive_large_offsets.json With output: -------------- Opening JSON file '/tmp/arrow-integration-4wqpenif/generated_primitive_large_offsets.json' /arrow/cpp/src/arrow/result.cc:28: ValueOrDie called on an error: NotImplemented: Flight returned unimplemented error, with message: No message returned for unary request /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x5f860b)[0x55d94629360b] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x5f872d)[0x55d94629372d] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x51b776)[0x55d9461b6776] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x51b8e0)[0x55d9461b68e0] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f855b)[0x55d945e9355b] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f4d46)[0x55d945e8fd46] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1d5248)[0x55d945e70248] /lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f01cdad5d90] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f01cdad5e40] /tmp/arrow-HEAD.yQTKg/cpp-build/release/flight-test-integration-client(+0x1f24b5)[0x55d945e8d4b5] ``` ### Component(s) Continuous Integration, FlightRPC -- 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]
