Raúl Cumplido created ARROW-16309:
-------------------------------------
Summary: [CI] [Go] [Flight] Verify release jobs are failing due
to: panic: rpc error: code = NotFound desc = Unknown descriptor
Key: ARROW-16309
URL: https://issues.apache.org/jira/browse/ARROW-16309
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration, FlightRPC, Go
Reporter: Raúl Cumplido
Fix For: 8.0.0
There are two verify release jobs
(verify-rc-source-integration-linux-almalinux-8-amd64 and
verify-rc-source-integration-linux-ubuntu-22.04-amd64) that are failing with
the following error:
Testing file extension
==========================================================
Traceback (most recent call last):
################# FAILURES #################
File "/arrow/dev/archery/archery/integration/util.py", line 139, 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.oA0f2/go/gopath/bin/arrow-flight-integration-client',
'-host', 'localhost', '-port=42937', '-path',
'/tmp/arrow-integration-n3a4l1n_/generated_primitive_no_batches.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:
/tmp/arrow-HEAD.oA0f2/go/gopath/bin/arrow-flight-integration-client -host
localhost -port=42937 -path
/tmp/arrow-integration-n3a4l1n_/generated_primitive_no_batches.json
With output:
--------------
Opening JSON file '
/tmp/arrow-integration-n3a4l1n_/generated_primitive_no_batches.json '
Opening JSON file '
/tmp/arrow-integration-n3a4l1n_/generated_primitive_no_batches.json '
Opening JSON file '
/tmp/arrow-integration-n3a4l1n_/generated_primitive_no_batches.json '
panic: rpc error: code = NotFound desc = Unknown descriptor.
goroutine 1 [running]:
main.main()
/arrow/go/arrow/internal/flight_integration/cmd/arrow-flight-integration-client/main.go:52
+0x31a
See the job failures:
[https://github.com/ursacomputing/crossbow/runs/6147131844?check_suite_focus=true]
[https://github.com/ursacomputing/crossbow/runs/6147124267?check_suite_focus=true]
--
This message was sent by Atlassian Jira
(v8.20.7#820007)