-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
appveyor fails pkg test suspiciously often #13436
Comments
It relates to handling a HTTP requests. It could be just appveyor glitch. |
If it happened as often on 64 bit as 32 bit I would agree with you. It feels like there may be a datatype size bug hiding somewhere. |
It's WinHttpReceiveResponse call error. |
Ah, interesting. So maybe this falls under the category of "try to reproduce in C, report upstream" if we can get the same issue to show up in a standalone case. |
It looks like https response decryption failed. |
we might be the first users to heavily exercise the winhttp functionality (edit: in libgit2) with mingw compiler, it's possible i or the original author had a bug in the pr upstream that first got that working. |
Not likely, it's WinAPI. It could be solved by proper OS/IIS settings. I could not find any particulars, an error message is too vague and quite common. |
This hasn't happened for a few days, maybe it was a transient network thing. I'll reopen if it starts coming back frequently. |
example: https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.9756/job/2iqu8xwxflr4225e
This has been happening a lot, and while it might just be connection issues, the fact that it only seems to happen on 32 bit leads me to believe it might be a bug in integer sizes or something similar.
The text was updated successfully, but these errors were encountered: