Skip to content
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

curl: (28) Failed to connect to sourceware.org port 443: Operation timed out #276

Closed
hugovk opened this issue Apr 1, 2022 · 4 comments
Closed
Labels

Comments

@hugovk
Copy link
Member

hugovk commented Apr 1, 2022

There's been some timeouts, such as this on linux / 3.10 musllinux x86_64:

    0     0    0     0    0     0      0      0 --:--:--  0:02:04 --:--:--     0
    0     0    0     0    0     0      0      0 --:--:--  0:02:05 --:--:--     0Still building...
  
    0     0    0     0    0     0      0      0 --:--:--  0:02:06 --:--:--     0
    0     0    0     0    0     0      0      0 --:--:--  0:02:07 --:--:--     0
    0     0    0     0    0     0      0      0 --:--:--  0:02:08 --:--:--     0
    0     0    0     0    0     0      0      0 --:--:--  0:02:09 --:--:--     0
    0     0    0     0    0     0      0      0 --:--:--  0:02:10 --:--:--     0
  curl: (28) Failed to connect to sourceware.org port 443 after 130355 ms: Operation timed out
  Error: Process completed with exit code 28.

(Full logs)

Here's another:

Can we make this more robust?

https://sourceware.org/mirrors.html says:

These sites mirror the free software ftp directory directly. The master sourceware.org server itself is usually overloaded.

@radarhere
Copy link
Member

sourceware.org is being used to try and download bzip2.

I've uploaded that file to pillow-depends, so pillow-wheels should no longer try and download it from sourceware.org.

@hugovk
Copy link
Member Author

hugovk commented Apr 2, 2022

Thanks, I've also made a PR to multibuild to use a mirror, that should be more reliable, help others, and not need us to keep our own pillow-depends mirror updated.

multi-build/multibuild#467

@radarhere
Copy link
Member

Have we done everything there is to do here?

@hugovk
Copy link
Member Author

hugovk commented Apr 3, 2022

Yes, thanks!

@hugovk hugovk closed this as completed Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants