Experiencing some strange behavior on Launchpad armhf builds triggered via build.snapcraft.io: A couple of days ago I had a build that failed after ~49 hours (!), with no build log available (launchpad link). That same build ran on arm64 in 20 minutes so I figured it must be a one-off glitch, and retried.
The build is currently running (launchpad link), but has been going for 17 hours and appears to have hung. I don’t know to what extent the log tail I can see at the above link is representative of its status. The last couple of lines are the start of the Rust compiler installation:
Executing parts lifecycle: pull rust-deps [24/Jul/2022:10:38:57 +0000] "CONNECT sh.rustup.rs:443 HTTP/1.1" 200 28838 "-" "curl/7.81.0"
[24/Jul/2022:10:39:01 +0000] "CONNECT static.rust-lang.org:443 HTTP/1.1" 200 14959749 "-" "curl/7.81.0"
The Rust install command (snapcraft.yaml link) does work on armhf, so I can’t imagine that being the actual problem, but who knows.
Any ideas?