-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI][Python][Windows] AppVeyor job failed wihtout error message #39884
Comments
Do we still need AppVeyor? |
https://lists.apache.org/thread/rcqkx19gpfjlkyvrhxfsrckktrdrzm2p |
#13903 (comment) |
It looks like the build timed out. I don't see any error messages in the logs. Can we increase the allowed build time in the short term? |
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. |
The last |
We can transfer the job on GHA. We should at least keep a CI job with Python on Windows. |
OK. Let's do it. |
A PR of mine failed the other day due to an ASAN violation in [1] 419d7df (the violation was in |
Looking at the nightlies it seems we only have TSAN and valgrind builds (and an R specific sanitizer build). We should move the appveyor build to gha. We have the capacity and even M1s now. |
So it's possible that ASAN enabled on AppVeyor could be another factor in the slow down. Again: the reason I believe ASAN is enabled there is seeing this violation on an AppVeyor build. |
I checked the appveyor build and that doesn't have the asan flag set explicitly. But one of the |
It's easy to find out in the C++ CMake build logs. AppVeyor has ASAN off:
|
Can you please give a link? |
I can't find it anymore. It must have been "AMD64 Ubuntu 22.04 C++ ASAN UBSAN" and I am mis-remembering it. |
The AppVeyor timeout is (temporarily?) fixed by #40225 |
Describe the bug, including details regarding any error messages, version, and platform.
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/49065846
GH-39652 may be related.
Component(s)
Continuous Integration, Python
The text was updated successfully, but these errors were encountered: