arrow: [CI][Python][Windows] AppVeyor job failed wihtout error message
Describe the bug, including details regarding any error messages, version, and platform.
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/49065846
...
[117/126] Building CXX object CMakeFiles\_s3fs.dir\_s3fs.cpp.obj
[118/126] Linking CXX shared module _s3fs.cp310-win_amd64.pyd
[119/126] cmd.exe /c
[120/126] Building CXX object CMakeFiles\_substrait.dir\_substrait.cpp.obj
[121/126] Linking CXX shared module _substrait.cp310-win_amd6
GH-39652 may be related.
Component(s)
Continuous Integration, Python
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 17 (16 by maintainers)
While it indeed times out (after 1h30), it’s a bit suspicious that it does, though. Looking at the last working builds, they completed in about 32 to 36 minutes.
https://github.com/apache/arrow/pull/13903#issuecomment-1223819629 It seems that we kept AppVeyor because GitHub Actions was slow. GitHub Actions isn’t slow now. Can we remove AppVeyor jobs?