westonpace commented on PR #41118:
URL: https://github.com/apache/arrow/pull/41118#issuecomment-2048057312
The `test-conda-cpp-valgrind` error is odd. It looks like the checkout of
the repo failed:
Clone steps:
```
git clone --no-checkout {{ arrow.remote }} arrow
git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
git -C arrow checkout FETCH_HEAD
git -C arrow submodule update --init --recursive
git -C arrow remote add upstream https://github.com/apache/arrow.git
```
Output:
```
Cloning into 'arrow'...
fatal: couldn't find remote ref maint-16.0.0
error: pathspec 'FETCH_HEAD' did not match any file(s) known to git
```
[Link](https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=62987&view=logs&j=50a69d0a-7972-5459-cdae-135ee6ebe312&t=344e7f7d-9526-5715-882a-1f0e8858127b)
--
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]