Hey all,

It's very possible that I'm the problem, but I'm trying to debug my
integration test failures on https://github.com/apache/arrow-rs/pull/6788,
where C++ related integration tests are failing, and I'm struggling to
understand how to build the C++ flight integration tests, because when I
follow the instructions here
https://github.com/apache/arrow-rs/tree/main/arrow-integration-testing#build-the-c-binaries,
I successfully build, but this is what my debug directory looks like:

$ ls -la
-rwxr-xr-x@ 1 brancz  staff     87080 Nov 26 17:56 arrow-file-to-stream
-rwxr-xr-x@ 1 brancz  staff   2375912 Nov 26 17:56
arrow-json-integration-test
-rwxr-xr-x@ 1 brancz  staff     90568 Nov 26 17:56 arrow-stream-to-file
-rwxr-xr-x@ 1 brancz  staff  57903880 Nov 26 17:56 libarrow.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        23 Nov 26 17:56 libarrow.1900.dylib ->
libarrow.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        19 Nov 26 17:56 libarrow.dylib ->
libarrow.1900.dylib
-rwxr-xr-x@ 1 brancz  staff   8878848 Nov 26 17:56
libarrow_flight.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        30 Nov 26 17:56
libarrow_flight.1900.dylib -> libarrow_flight.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        26 Nov 26 17:56 libarrow_flight.dylib ->
libarrow_flight.1900.dylib
-rwxr-xr-x@ 1 brancz  staff   3160712 Nov 26 17:56
libarrow_flight_testing.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        38 Nov 26 17:56
libarrow_flight_testing.1900.dylib -> libarrow_flight_testing.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        34 Nov 26 17:56
libarrow_flight_testing.dylib -> libarrow_flight_testing.1900.dylib
-rwxr-xr-x@ 1 brancz  staff   5279424 Nov 26 17:56
libarrow_testing.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        31 Nov 26 17:56
libarrow_testing.1900.dylib -> libarrow_testing.1900.0.0.dylib
lrwxr-xr-x@ 1 brancz  staff        27 Nov 26 17:56 libarrow_testing.dylib
-> libarrow_testing.1900.dylib

Any ideas what I might be doing wrong?

(I'm of course pretty sure something about my rust changes is the problem,
not with the C++ tests, but I'd like to be able to run these locally for
faster feedback cycles)

Best,
Frederic

Reply via email to