Roch Devost

Results 363 comments of Roch Devost

I tried to get the most minimal reproduction that I could, and I ended up with this which reproduces the issue: ```dockerfile FROM arm32v7/ubuntu:16.04 RUN apt-get update && apt-get -y...

For good measure I also tried the same Dockerfile but with Ubuntu 18.04, 20.04 and 22.04 and I see the exact same behaviour across all of them.

@djc I'm not sure it's actually an issue with reqwest though. While it hangs on reqwest when reqwest is used, it still hangs when cURL is used, but at the...

@djc For sure, the more eyes on this the better, but something tells me it might be the same thing that makes both hang 🤔 rustup hangs and reqwest hangs,...

@djc Can you provide more detailed steps on how to capture the additional information you're looking for? I tried using `RUST_LOG=trace` but the output is the same.

> @rochdev would you be able to build your own with `--features otel` and try it with that? @djc Where do I pass `--features`? Assume I know nothing about Rust,...

@djc Was there any change recently in the dev version? I can't seem to be able to reproduce even re-running builds that were clearly failing 100% of the time.

A month later I was never able to reproduce again, so I don't know what was causing the issue for us. It just started working properly one day.

@BridgeAR Is this PR still relevant?