docs.rs fails to build docs for a crate due to internal compiler error #119137
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This ICE caused docs.rs to fail to build docs for the crate zalgo-codec.
I am unfortunately not able to reproduce this bug as
cargo doc --all-features
runs without issue on all local machines I have tested it on in both stable and nightly, but the docs.rs build log can be found here: https://docs.rs/crate/zalgo-codec/0.9.6/builds/1066812. This means that I am unfortunately not able to provide a lot of the information needed in the template, but will do my best.Code
The error seems to have occurred due to something to do with wayland when compiling
gdk-pixbuf-sys v0.18.0
, which is a dependency ofgtk-sys v0.18.0
which is a dependency of the craterfd v0.12.1
when compiled on linux.zalgo-codec
depends onrfd
when itsbinary
and/orgui
features are enabled.Meta
The build log starts with:
Error output
The ICE part of the build log is pasted below with 8 previous lines of context:
I am unfortunately unable to provide a backtrace as I can not modify the docs.rs environment or rerun things manually, but I have posted this also as an issue for docs.rs (rust-lang/docs.rs#2367) in case someone there is able to rerun with a backtrace.
The text was updated successfully, but these errors were encountered: