-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo publish timeouts always #4264
Comments
cc @carols10cents do you know if crates.io had any hiccups over the weekend? |
I saw H28 Client Connection Idle errors in the logs around the time that @hasufell reported this in IRC, but I didn't see any systemic hiccups. This sounds similar to the issue we had reported to [email protected] from Dennis April 8/9, but I don't think we ever figured that out. |
I have the same issue. I can't publish anything, although I am on a stable connection (I can browse crates.io without issue, anyway.) I'm using |
As mentioned in rust-lang/rust#43658, my problem vanished when I switched to another wifi. So perhaps it was just a network issue of some sort. |
Problem didn't vanish here. Still the same, reproducible on 2 machines. |
Seen this today and it was clearly problems somewhere between the ISP and S3. On different internet connection it didn't happen. It would help if cargo printed the URLs and addresses it's trying to download from or upload to in verbose mode so one can diagnose it with curl, traceroute and similar tools. |
I get the same error. If I set a larger timeout, the following error is printed:
|
I am on a Dual-Stack Lite Internet connection. Heroku is IPv4-only. I guess this could be the cause as the same laptop can publish on another IPv4 only network. Debugging curl I could see that the upload was fine before the error was printed. |
As there hasn't been any activity here in over 6 months I've marked this as stale and if no further activity happens for 7 days I will close it. I'm a bot so this may be in error! If this issue should remain open, could someone (the author, a team member, or any interested party) please comment to that effect? The team would be especially grateful if such a comment included details such as:
Thank you for contributing! (The cargo team is currently evaluating the use of Stale bot, and using #6035 as the tracking issue to gather feedback.) If you're reading this comment from the distant future, fear not if this was closed automatically. If you believe it's still an issue please leave a comment and a team member can reopen this issue. Opening a new issue is also acceptable! |
As I didn't see any updates in 30 days I'm going to close this. Please see the previous comment for more information! |
Followed all instructions from http://doc.crates.io/crates-io.html and created a token etc.
Cargo version is
cargo 0.21.0-nightly (abf01e1ed 2017-06-25)
. Also tried with stable, fails in the same way.I don't see any useful way to debug this. It basically doesn't tell me anything, where the error happens, why etc.
The text was updated successfully, but these errors were encountered: