[INFO] fetching crate quantity 0.13.0...
[INFO] documenting quantity-0.13.0 against try#a394c9cd9ec93787f09a7ac445b14cc674a94549 for pr-151918-2
[INFO] extracting crate quantity 0.13.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate quantity 0.13.0
[INFO] finished tweaking crates.io crate quantity 0.13.0
[INFO] tweaked toml for crates.io crate quantity 0.13.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate quantity 0.13.0 on toolchain a394c9cd9ec93787f09a7ac445b14cc674a94549
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate quantity 0.13.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e2d8b6894795c382381af73659f4d3f381f700c51bc72ad62b2d918a22d65c0
[INFO] running `Command { std: "docker" "start" "-a" "1e2d8b6894795c382381af73659f4d3f381f700c51bc72ad62b2d918a22d65c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e2d8b6894795c382381af73659f4d3f381f700c51bc72ad62b2d918a22d65c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e2d8b6894795c382381af73659f4d3f381f700c51bc72ad62b2d918a22d65c0", kill_on_drop: false }`
[INFO] [stdout] 1e2d8b6894795c382381af73659f4d3f381f700c51bc72ad62b2d918a22d65c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 79dad192fcb85db09542f6153e457556aae4b87ceed54acce11250cbbb1a113c
[INFO] running `Command { std: "docker" "start" "-a" "79dad192fcb85db09542f6153e457556aae4b87ceed54acce11250cbbb1a113c", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling quantity v0.13.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]  Documenting quantity v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `ndarray`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provides utilities for vector valued quantities, based on the [ndarray] crate, where all entries share the same unit.
[INFO] [stdout]                                                                                                                                                                                                  ^^^^^^^
[INFO] [stdout]     = note: no item named `ndarray` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ndarray`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             * **`ndarray`** —  Use N-dimensional arrays from the [ndarray] crate as value of a quantity.
[INFO] [stdout]                                                                     ^^^^^^^
[INFO] [stdout]     = note: no item named `ndarray` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `nalgebra`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             * **`nalgebra`** —  Use dynamic or static arrays from the [nalgebra] crate as value of a quantity.
[INFO] [stdout]                                                                          ^^^^^^^^
[INFO] [stdout]     = note: no item named `nalgebra` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `pyo3`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             * **`python`** —  Directly use (scalar) quantities in Python interfaces through [pyo3] and the [si-units](https://pypi.org/project/si-units/) package.
[INFO] [stdout]                                                                                                ^^^^
[INFO] [stdout]     = note: no item named `pyo3` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `pyo3`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             * **`python_numpy`** —  Use scalar and array quantities in Python interfaces through [pyo3], [numpy], and the [si-units](https://pypi.org/project/si-units/) package.
[INFO] [stdout]                                                                                                     ^^^^
[INFO] [stdout]     = note: no item named `pyo3` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `numpy`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             * **`python_numpy`** —  Use scalar and array quantities in Python interfaces through [pyo3], [numpy], and the [si-units](https://pypi.org/project/si-units/) package.
[INFO] [stdout]                                                                                                             ^^^^^
[INFO] [stdout]     = note: no item named `numpy` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `approx`
[INFO] [stdout]    --> src/lib.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Representation of quantites, i.e. of unit valued scalars and arrays.
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! The units are checked at compile time and can be arbitrarily complex. Additional to simple scalar quantities, it also provide...
[INFO] [stdout]   4 | | //!
[INFO] [stdout] ...   |
[INFO] [stdout] 139 | | //! Interoperability with other crates can be achieved by activating the following features:
[INFO] [stdout] 140 | | #![doc = document_features::document_features!()]
[INFO] [stdout]     | |________________________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the link appears in this line:
[INFO] [stdout]             
[INFO] [stdout]             * **`approx`** —  Enable approximate comparisons through the [approx] crate.
[INFO] [stdout]                                                                             ^^^^^^
[INFO] [stdout]     = note: no item named `approx` in scope
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (151) panicked at src/librustdoc/html/markdown.rs:534:22:
[INFO] [stderr] a production-ready version of this should handle the error somehow: LatexError(6, UnknownCommand("\\"))
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7bfa63c46d9b - <<std[6281e874092a0dfc]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x7bfa6420ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]    2:     0x7bfa63c5dc36 - <std[6281e874092a0dfc]::sys::stdio::unix::Stderr as std[6281e874092a0dfc]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x7bfa63c1ce48 - std[6281e874092a0dfc]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x7bfa63c3a163 - std[6281e874092a0dfc]::panicking::default_hook
[INFO] [stderr]    5:     0x7bfa62c0ff8d - std[6281e874092a0dfc]::panicking::update_hook::<alloc[56313f94ec8c6695]::boxed::Box<rustc_driver_impl[3f098eb6bc26bcd1]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x7bfa63c3a442 - std[6281e874092a0dfc]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x7bfa63c1cf08 - std[6281e874092a0dfc]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x7bfa63c11479 - std[6281e874092a0dfc]::sys::backtrace::__rust_end_short_backtrace::<std[6281e874092a0dfc]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x7bfa63c1e96d - __rustc[670611b3f56fc7d7]::rust_begin_unwind
[INFO] [stderr]   10:     0x7bfa608ce58c - core[37ab4a9f28f6fd13]::panicking::panic_fmt
[INFO] [stderr]   11:     0x7bfa60588b72 - core[37ab4a9f28f6fd13]::result::unwrap_failed
[INFO] [stderr]   12:     0x60fdfe20151e - <rustdoc[7f40747ea455e46f]::html::markdown::Math<rustdoc[7f40747ea455e46f]::html::markdown::TableWrapper<core[37ab4a9f28f6fd13]::iter::adapters::map::Map<rustdoc[7f40747ea455e46f]::html::markdown::footnotes::Footnotes<rustdoc[7f40747ea455e46f]::html::markdown::SpannedLinkReplacer<rustdoc[7f40747ea455e46f]::html::markdown::HeadingLinks<pulldown_cmark[baa249b750500f7c]::parse::OffsetIter<<rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::into_iter::{closure#0}>>>>, <rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::into_iter::{closure#1}::{closure#0}>>> as core[37ab4a9f28f6fd13]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   13:     0x60fdfe197c16 - <rustdoc[7f40747ea455e46f]::html::markdown::CodeBlocks<rustdoc[7f40747ea455e46f]::html::markdown::Math<rustdoc[7f40747ea455e46f]::html::markdown::TableWrapper<core[37ab4a9f28f6fd13]::iter::adapters::map::Map<rustdoc[7f40747ea455e46f]::html::markdown::footnotes::Footnotes<rustdoc[7f40747ea455e46f]::html::markdown::SpannedLinkReplacer<rustdoc[7f40747ea455e46f]::html::markdown::HeadingLinks<pulldown_cmark[baa249b750500f7c]::parse::OffsetIter<<rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::into_iter::{closure#0}>>>>, <rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::into_iter::{closure#1}::{closure#0}>>>> as core[37ab4a9f28f6fd13]::iter::traits::iterator::Iterator>::next
[INFO] [stderr]   14:     0x60fdfdffd493 - <pulldown_cmark[baa249b750500f7c]::html::HtmlWriter<rustdoc[7f40747ea455e46f]::html::markdown::CodeBlocks<rustdoc[7f40747ea455e46f]::html::markdown::Math<rustdoc[7f40747ea455e46f]::html::markdown::TableWrapper<core[37ab4a9f28f6fd13]::iter::adapters::map::Map<rustdoc[7f40747ea455e46f]::html::markdown::footnotes::Footnotes<rustdoc[7f40747ea455e46f]::html::markdown::SpannedLinkReplacer<rustdoc[7f40747ea455e46f]::html::markdown::HeadingLinks<pulldown_cmark[baa249b750500f7c]::parse::OffsetIter<<rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::into_iter::{closure#0}>>>>, <rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::into_iter::{closure#1}::{closure#0}>>>>, pulldown_cmark_escape[cb8658d251f4e39e]::FmtWriter<&mut core[37ab4a9f28f6fd13]::fmt::Formatter>>>::run
[INFO] [stderr]   15:     0x60fdfde4cb80 - <rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::write_into::<&mut core[37ab4a9f28f6fd13]::fmt::Formatter>
[INFO] [stderr]   16:     0x60fdfe1f0521 - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::render_markdown::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   17:     0x7bfa6420ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   18:     0x60fdfe1f155a - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::document_full_inner::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   19:     0x7bfa6420ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   20:     0x60fdfe1f25a5 - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::document::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   21:     0x7bfa6420ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   22:     0x60fdfe1f3424 - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::print_item::item_module::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   23:     0x7bfa6420ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   24:     0x60fdfdee8e0c - rustdoc[7f40747ea455e46f]::html::layout::render::<core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::print_item::print_item::{closure#0}>, core[37ab4a9f28f6fd13]::fmt::builders::FromFn<<rustdoc[7f40747ea455e46f]::html::render::context::Context>::render_item::{closure#1}>>
[INFO] [stderr]   25:     0x60fdfe03cb85 - <rustdoc[7f40747ea455e46f]::html::render::context::Context>::render_item
[INFO] [stderr]   26:     0x60fdfe1d5108 - <rustdoc[7f40747ea455e46f]::html::render::context::Context as rustdoc[7f40747ea455e46f]::formats::renderer::FormatRenderer>::mod_item_in
[INFO] [stderr]   27:     0x60fdfdef1c1b - rustdoc[7f40747ea455e46f]::formats::renderer::run_format_inner::<rustdoc[7f40747ea455e46f]::html::render::context::Context>
[INFO] [stderr]   28:     0x60fdfdfba39f - rustdoc[7f40747ea455e46f]::main_args::{closure#2}::{closure#0}
[INFO] [stderr]   29:     0x60fdfdfae100 - rustc_interface[7c235db06cadd779]::interface::run_compiler::<(), rustdoc[7f40747ea455e46f]::main_args::{closure#2}>::{closure#1}
[INFO] [stderr]   30:     0x60fdfdee7078 - std[6281e874092a0dfc]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[7c235db06cadd779]::util::run_in_thread_with_globals<rustc_interface[7c235db06cadd779]::util::run_in_thread_pool_with_globals<rustc_interface[7c235db06cadd779]::interface::run_compiler<(), rustdoc[7f40747ea455e46f]::main_args::{closure#2}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   31:     0x60fdfdfe0df7 - <std[6281e874092a0dfc]::thread::lifecycle::spawn_unchecked<rustc_interface[7c235db06cadd779]::util::run_in_thread_with_globals<rustc_interface[7c235db06cadd779]::util::run_in_thread_pool_with_globals<rustc_interface[7c235db06cadd779]::interface::run_compiler<(), rustdoc[7f40747ea455e46f]::main_args::{closure#2}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[37ab4a9f28f6fd13]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   32:     0x7bfa6541dbac - <std[6281e874092a0dfc]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   33:     0x7bfa5ee8aaa4 - <unknown>
[INFO] [stderr]   34:     0x7bfa5ef17a64 - clone
[INFO] [stderr]   35:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug.
[INFO] [stderr] 
[INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-rustdoc&template=ice.md
[INFO] [stderr] 
[INFO] [stderr] note: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2026-02-09T21_34_54-150.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.95.0-nightly (a394c9cd9 2026-01-31) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not document `quantity`
[INFO] running `Command { std: "docker" "inspect" "79dad192fcb85db09542f6153e457556aae4b87ceed54acce11250cbbb1a113c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79dad192fcb85db09542f6153e457556aae4b87ceed54acce11250cbbb1a113c", kill_on_drop: false }`
[INFO] [stdout] 79dad192fcb85db09542f6153e457556aae4b87ceed54acce11250cbbb1a113c
