karldw commented on PR #12849:
URL: https://github.com/apache/arrow/pull/12849#issuecomment-1097448316

   
   There are three categories of failed test here:
   
   1. Test failures I think I understand and can fix. In these first two 
builds, I think the issues is that the build doesn't 
[copy](https://github.com/apache/arrow/blob/d5db0ef78290898a6c64e4a79e8722e5cde6dfd1/r/Makefile#L42)
 files into `tools/` when I expected. That's fine.
       - R / AMD64 Ubuntu 20.04 R 4.1
       - R / rstudio/r-base:4.0-centos7 
       - R / rhub/debian-gcc-devel:latest (This one fails because `wget` isn't 
installed. Surprising, to me, but also fine.)
   2. Test failures I think aren't related to the changes I made, but please 
let me know if that's wrong.
       - Python / AMD64 MacOS 10.15 Python 3: Segfault in pytest.
       - C++ / AMD64 MacOS 10.15 C++: Core dump in `TestS3FS.GetFileInfoRoot`
   3. Test failures I don't understand, and could use help diagnosing. All of 
these fail at 
[`is_wget_available`](https://github.com/apache/arrow/pull/12849/files#diff-85f1f83b021c999b209e5671ed98c291287a3361ae55dcfd57e9380ebff623f2R160-R163),
 but I thought `bash -c 'wget -V'` would run successfully on all of these:
       - R / AMD64 Windows R 3.6 RTools 35
       - R / AMD64 Windows R 4.1 RTools 40
       - R / AMD64 Windows R devel RTools 42 
   
   I can add code to skip the test if `wget` isn't available, but first it 
seems important to track down what's happening in the cases I thought `wget` 
would be available, but isn't. I don't have a Windows system to test on -- any 
tips would be very welcome.


-- 
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]

Reply via email to