Teapot

Results 12 comments of Teapot

Try extracting the appimage with --appimage-extract as a flag, and see if the issue persists outside of the appimage. Also had unexpected issues with my Linux install, but didn't even...

Can you please provide the rust code (or project) that causes this issue? As well as rustc version.

It does look like it is failing in reqwest, but I can't seem to reproduce it on 1.{72,73,74}. If you were to clone the reqwest library from git and compile...

looks like CI is back! (EDIT: ah, how fun, wanted to be helpful and requeue all the timed out bors runs but...) @bors retry

LGTM (please don't take my word for it, I've only messed with this section of the compiler twice :D ). I am qualified enough to ask for a squash though.

Not exactly as suggested in the original issue, however based on this [zulip discussion](https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/Comparing.20dates.20in.20bootstrap/near/416647587) it seems like putting it under `download_http_with_retries` is a better choice.

fixed, did some thinking and it doesn't really make sense to check for commits not by the current user in `origin/master..HEAD` any more, nor does it make sense to be...

Needed to take a break, but hopefully I understood the changes you wanted to be done.