[INFO] fetching crate quantity 0.13.0...
[INFO] documenting quantity-0.13.0 against try#a394c9cd9ec93787f09a7ac445b14cc674a94549 for pr-151918
[INFO] extracting crate quantity 0.13.0 into /workspace/builds/worker-5-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-5-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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f891088cbaddecabeb28b521bd67744680107f7d834ef25263edc082faef702
[INFO] running `Command { std: "docker" "start" "-a" "4f891088cbaddecabeb28b521bd67744680107f7d834ef25263edc082faef702", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f891088cbaddecabeb28b521bd67744680107f7d834ef25263edc082faef702", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f891088cbaddecabeb28b521bd67744680107f7d834ef25263edc082faef702", kill_on_drop: false }`
[INFO] [stdout] 4f891088cbaddecabeb28b521bd67744680107f7d834ef25263edc082faef702
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e2a39526e15fd7d1fdc14d21ccf067dd9adc170d68ce84cf453b143bdfc1dc1
[INFO] running `Command { std: "docker" "start" "-a" "0e2a39526e15fd7d1fdc14d21ccf067dd9adc170d68ce84cf453b143bdfc1dc1", kill_on_drop: false }`
[INFO] [stderr]    Compiling quantity v0.13.0 (/opt/rustwide/workdir)
[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' (55) 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:     0x75b785646d9b - <<std[6281e874092a0dfc]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x75b785c0ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]    2:     0x75b78565dc36 - <std[6281e874092a0dfc]::sys::stdio::unix::Stderr as std[6281e874092a0dfc]::io::Write>::write_fmt
[INFO] [stderr]    3:     0x75b78561ce48 - std[6281e874092a0dfc]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x75b78563a163 - std[6281e874092a0dfc]::panicking::default_hook
[INFO] [stderr]    5:     0x75b78460ff8d - std[6281e874092a0dfc]::panicking::update_hook::<alloc[56313f94ec8c6695]::boxed::Box<rustc_driver_impl[3f098eb6bc26bcd1]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x75b78563a442 - std[6281e874092a0dfc]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x75b78561cf08 - std[6281e874092a0dfc]::panicking::panic_handler::{closure#0}
[INFO] [stderr]    8:     0x75b785611479 - std[6281e874092a0dfc]::sys::backtrace::__rust_end_short_backtrace::<std[6281e874092a0dfc]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]    9:     0x75b78561e96d - __rustc[670611b3f56fc7d7]::rust_begin_unwind
[INFO] [stderr]   10:     0x75b7822ce58c - core[37ab4a9f28f6fd13]::panicking::panic_fmt
[INFO] [stderr]   11:     0x75b781f88b72 - core[37ab4a9f28f6fd13]::result::unwrap_failed
[INFO] [stderr]   12:     0x629b1c41151e - <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:     0x629b1c3a7c16 - <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:     0x629b1c20d493 - <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:     0x629b1c05cb80 - <rustdoc[7f40747ea455e46f]::html::markdown::Markdown>::write_into::<&mut core[37ab4a9f28f6fd13]::fmt::Formatter>
[INFO] [stderr]   16:     0x629b1c400521 - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::render_markdown::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   17:     0x75b785c0ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   18:     0x629b1c40155a - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::document_full_inner::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   19:     0x75b785c0ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   20:     0x629b1c4025a5 - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::document::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   21:     0x75b785c0ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   22:     0x629b1c403424 - <core[37ab4a9f28f6fd13]::fmt::builders::FromFn<rustdoc[7f40747ea455e46f]::html::render::print_item::item_module::{closure#0}> as core[37ab4a9f28f6fd13]::fmt::Display>::fmt
[INFO] [stderr]   23:     0x75b785c0ef88 - core[37ab4a9f28f6fd13]::fmt::write
[INFO] [stderr]   24:     0x629b1c0f8e0c - 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:     0x629b1c24cb85 - <rustdoc[7f40747ea455e46f]::html::render::context::Context>::render_item
[INFO] [stderr]   26:     0x629b1c3e5108 - <rustdoc[7f40747ea455e46f]::html::render::context::Context as rustdoc[7f40747ea455e46f]::formats::renderer::FormatRenderer>::mod_item_in
[INFO] [stderr]   27:     0x629b1c101c1b - rustdoc[7f40747ea455e46f]::formats::renderer::run_format_inner::<rustdoc[7f40747ea455e46f]::html::render::context::Context>
[INFO] [stderr]   28:     0x629b1c1ca39f - rustdoc[7f40747ea455e46f]::main_args::{closure#2}::{closure#0}
[INFO] [stderr]   29:     0x629b1c1be100 - rustc_interface[7c235db06cadd779]::interface::run_compiler::<(), rustdoc[7f40747ea455e46f]::main_args::{closure#2}>::{closure#1}
[INFO] [stderr]   30:     0x629b1c0f7078 - 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:     0x629b1c1f0df7 - <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:     0x75b786e1dbac - <std[6281e874092a0dfc]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   33:     0x75b78088aaa4 - <unknown>
[INFO] [stderr]   34:     0x75b780917a64 - 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-07T22_34_58-54.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" "0e2a39526e15fd7d1fdc14d21ccf067dd9adc170d68ce84cf453b143bdfc1dc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e2a39526e15fd7d1fdc14d21ccf067dd9adc170d68ce84cf453b143bdfc1dc1", kill_on_drop: false }`
[INFO] [stdout] 0e2a39526e15fd7d1fdc14d21ccf067dd9adc170d68ce84cf453b143bdfc1dc1
