[INFO] fetching crate mosekcomodel 0.4.3... [INFO] documenting mosekcomodel-0.4.3 against try#a394c9cd9ec93787f09a7ac445b14cc674a94549 for pr-151918 [INFO] extracting crate mosekcomodel 0.4.3 into /workspace/builds/worker-2-tc2/source [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate mosekcomodel 0.4.3 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mosekcomodel 0.4.3 [INFO] tweaked toml for crates.io crate mosekcomodel 0.4.3 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate mosekcomodel 0.4.3 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 mosekcomodel 0.4.3 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1892574c5ad92d30ad73f5cfcf2d8dab0a19398ab3984e1fbe6e6b5522ec66b2 [INFO] running `Command { std: "docker" "start" "-a" "1892574c5ad92d30ad73f5cfcf2d8dab0a19398ab3984e1fbe6e6b5522ec66b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1892574c5ad92d30ad73f5cfcf2d8dab0a19398ab3984e1fbe6e6b5522ec66b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1892574c5ad92d30ad73f5cfcf2d8dab0a19398ab3984e1fbe6e6b5522ec66b2", kill_on_drop: false }` [INFO] [stdout] 1892574c5ad92d30ad73f5cfcf2d8dab0a19398ab3984e1fbe6e6b5522ec66b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 7729ceb453abf6265b69ff5afd318673e42dd12d4ec6a30e6b9be9de650ee1fa [INFO] running `Command { std: "docker" "start" "-a" "7729ceb453abf6265b69ff5afd318673e42dd12d4ec6a30e6b9be9de650ee1fa", kill_on_drop: false }` [INFO] [stderr] Compiling mosek v11.0.16 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Documenting mosekcomodel v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/domain/mod.rs:267:45 [INFO] [stdout] | [INFO] [stdout] 267 | *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))? [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 267 - *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))? [INFO] [stdout] 267 + *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())? [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 49 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 46 | (((!anti) && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 47 | ((!anti) && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 48 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 49 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:58:36 [INFO] [stdout] | [INFO] [stdout] 58 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 58 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 59 | ((!anti && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 60 | (!anti && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 61 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 62 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/expr/eval.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | .filter(|(&i,_,_)| (i < last && [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | ( anti && index < 0 && d-i%d + absidx == i/d)))) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 74 ~ .filter(|(&i,_,_)| i < last && [INFO] [stdout] 75 | ((!anti && index >= 0 && i%d == i/d + absidx) || [INFO] [stdout] 76 | (!anti && index < 0 && i%d - absidx == i/d) || [INFO] [stdout] 77 | ( anti && index >= 0 && d-i%d - absidx == i/d) || [INFO] [stdout] 78 ~ ( anti && index < 0 && d-i%d + absidx == i/d))) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | //! The [Model] object encapsulates a model of the form [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [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 `Model` [INFO] [stdout] --> src/lib.rs:150:56 [INFO] [stdout] | [INFO] [stdout] 150 | //! Variables and constraints are created through the [Model] object. Functions creating variables [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:152:68 [INFO] [stdout] | [INFO] [stdout] 152 | //! [Result::Err] whenever an error was encountered that left the [Model] in a consistent state. [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model::variable` [INFO] [stdout] --> src/lib.rs:157:49 [INFO] [stdout] | [INFO] [stdout] 157 | //! When a [Variable] is created in a model as [Model::variable], the [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Model` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:164:41 [INFO] [stdout] | [INFO] [stdout] 164 | //! solution it represents through the [Model] object. [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:168:35 [INFO] [stdout] | [INFO] [stdout] 168 | //! A constraint is created in a [Model] from an expression (something implementing [ExprTrait]) [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model::constraint` [INFO] [stdout] --> src/lib.rs:169:25 [INFO] [stdout] | [INFO] [stdout] 169 | //! and a domain using [Model::constraint]. The sparsity pattern of the domain is ignored, and a [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Model` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/lib.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | //! through the [Model] object. [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Model` [INFO] [stdout] --> src/variable/mod.rs:20:80 [INFO] [stdout] | [INFO] [stdout] 20 | /// list with a shape and a sparsity pattern. It contains no reference to the [Model] object it [INFO] [stdout] | ^^^^^ no item named `Model` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model` [INFO] [stdout] --> src/domain/mod.rs:205:6 [INFO] [stdout] | [INFO] [stdout] 205 | /// [crate::Model] object it is turned into a [VectorDomain] and consistency is checked. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model::constraint` [INFO] [stdout] --> src/domain/mod.rs:661:34 [INFO] [stdout] | [INFO] [stdout] 661 | /// Define a range for use with [crate::Model::constraint] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Model::variable` [INFO] [stdout] --> src/domain/mod.rs:662:6 [INFO] [stdout] | [INFO] [stdout] 662 | /// [crate::Model::variable] to create ranged variables and constraints. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `Model` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ConicProtoDomain` [INFO] [stdout] --> src/model/mod.rs:443:34 [INFO] [stdout] | [INFO] [stdout] 443 | /// - [LinearProtoDomain], [ConicProtoDomain], [PSDProtoDomain] for example from [zeros], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `ConicProtoDomain` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ScalableConicDomain` [INFO] [stdout] --> src/model/mod.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | /// - [ScalableConicDomain], [ScalablePSDDomain] will fail as they define no meaningful shape. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `ScalableConicDomain` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ConicProtoDomain` [INFO] [stdout] --> src/model/mod.rs:505:34 [INFO] [stdout] | [INFO] [stdout] 505 | /// - [LinearProtoDomain], [ConicProtoDomain], [PSDProtoDomain] for example from [zeros], [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `ConicProtoDomain` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ScalableConicDomain` [INFO] [stdout] --> src/model/mod.rs:507:37 [INFO] [stdout] | [INFO] [stdout] 507 | /// - [ScalableLinearDomain], [ScalableConicDomain] will be expanded to match the shape of the [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `ScalableConicDomain` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `constr` [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] Each \\(A_ix+b_i\\) is called a _term_ (see [constr]). A term can be composed if multiple _clauses_: [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `constr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::ConicDomain` [INFO] [stdout] --> src/disjunction.rs:130:57 [INFO] [stdout] | [INFO] [stdout] 130 | /// - `domain` Something that can be turned into a [crate::ConicDomain]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `ConicDomain` in module `mosekcomodel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/optserver/mod.rs:555:13 [INFO] [stdout] | [INFO] [stdout] 555 | /// See https://docs.mosek.com/latest/capi/json-format.html [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] help: use an automatic link instead [INFO] [stdout] | [INFO] [stdout] 555 | /// See [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (56) panicked at src/librustdoc/html/markdown.rs:541:22: [INFO] [stderr] a production-ready version of this should handle the error somehow: LatexError(153, UnclosedGroup(End)) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x706145646d9b - <::print::DisplayBacktrace as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 1: 0x706145c0ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 2: 0x70614565dc36 - ::write_fmt [INFO] [stderr] 3: 0x70614561ce48 - std[6281e874092a0dfc]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x70614563a163 - std[6281e874092a0dfc]::panicking::default_hook [INFO] [stderr] 5: 0x70614460ff8d - std[6281e874092a0dfc]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x70614563a442 - std[6281e874092a0dfc]::panicking::panic_with_hook [INFO] [stderr] 7: 0x70614561cf08 - std[6281e874092a0dfc]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x706145611479 - std[6281e874092a0dfc]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x70614561e96d - __rustc[670611b3f56fc7d7]::rust_begin_unwind [INFO] [stderr] 10: 0x7061422ce58c - core[37ab4a9f28f6fd13]::panicking::panic_fmt [INFO] [stderr] 11: 0x706141f88b72 - core[37ab4a9f28f6fd13]::result::unwrap_failed [INFO] [stderr] 12: 0x56803080a4e7 - ::into_iter::{closure#0}>>>>, ::into_iter::{closure#1}::{closure#0}>>> as core[37ab4a9f28f6fd13]::iter::traits::iterator::Iterator>::next [INFO] [stderr] 13: 0x5680307a0c16 - ::into_iter::{closure#0}>>>>, ::into_iter::{closure#1}::{closure#0}>>>> as core[37ab4a9f28f6fd13]::iter::traits::iterator::Iterator>::next [INFO] [stderr] 14: 0x568030606493 - ::into_iter::{closure#0}>>>>, ::into_iter::{closure#1}::{closure#0}>>>>, pulldown_cmark_escape[cb8658d251f4e39e]::FmtWriter<&mut core[37ab4a9f28f6fd13]::fmt::Formatter>>>::run [INFO] [stderr] 15: 0x568030455b80 - ::write_into::<&mut core[37ab4a9f28f6fd13]::fmt::Formatter> [INFO] [stderr] 16: 0x5680307f9521 - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 17: 0x706145c0ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 18: 0x5680307fa55a - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 19: 0x706145c0ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 20: 0x5680307fb5a5 - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 21: 0x706145c0ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 22: 0x5680307fc424 - as core[37ab4a9f28f6fd13]::fmt::Display>::fmt [INFO] [stderr] 23: 0x706145c0ef88 - core[37ab4a9f28f6fd13]::fmt::write [INFO] [stderr] 24: 0x5680304f1e0c - rustdoc[7f40747ea455e46f]::html::layout::render::, core[37ab4a9f28f6fd13]::fmt::builders::FromFn<::render_item::{closure#1}>> [INFO] [stderr] 25: 0x568030645b85 - ::render_item [INFO] [stderr] 26: 0x5680307de108 - ::mod_item_in [INFO] [stderr] 27: 0x5680304fac1b - rustdoc[7f40747ea455e46f]::formats::renderer::run_format_inner:: [INFO] [stderr] 28: 0x5680305c339f - rustdoc[7f40747ea455e46f]::main_args::{closure#2}::{closure#0} [INFO] [stderr] 29: 0x5680305b7100 - rustc_interface[7c235db06cadd779]::interface::run_compiler::<(), rustdoc[7f40747ea455e46f]::main_args::{closure#2}>::{closure#1} [INFO] [stderr] 30: 0x5680304f0078 - std[6281e874092a0dfc]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 31: 0x5680305e9df7 - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[37ab4a9f28f6fd13]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 32: 0x706146e1dbac - ::new::thread_start [INFO] [stderr] 33: 0x70614088aaa4 - [INFO] [stderr] 34: 0x706140917a64 - clone [INFO] [stderr] 35: 0x0 - [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-07T21_34_22-55.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 `mosekcomodel` [INFO] running `Command { std: "docker" "inspect" "7729ceb453abf6265b69ff5afd318673e42dd12d4ec6a30e6b9be9de650ee1fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7729ceb453abf6265b69ff5afd318673e42dd12d4ec6a30e6b9be9de650ee1fa", kill_on_drop: false }` [INFO] [stdout] 7729ceb453abf6265b69ff5afd318673e42dd12d4ec6a30e6b9be9de650ee1fa