diffusionx 0.4.9

A multi-threaded crate for random number generation and stochastic process simulation.
Build #2573614 2025-10-10 09:03:38

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.92.0-nightly (b925a865e 2025-10-09)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/diffusionx-0.4.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/diffusionx-0.4.9/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251009-1.92.0-nightly-b925a865e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 760e93d192c0b287d666b4ed4978705d83c9a1de542a3a5569c44976d7721608
[INFO] running `Command { std: "docker" "start" "-a" "760e93d192c0b287d666b4ed4978705d83c9a1de542a3a5569c44976d7721608", kill_on_drop: false }`
[INFO] [stderr]     Scraping diffusionx v0.4.9 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting diffusionx v0.4.9 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `j`
[INFO] [stderr]    --> src/utils/functions.rs:333:22
[INFO] [stderr]     |
[INFO] [stderr] 333 | /// corresponds to x[j] for the interval [t[j], t[j+1]).
[INFO] [stderr]     |                      ^ no item named `j` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `j`
[INFO] [stderr]    --> src/utils/functions.rs:333:45
[INFO] [stderr]     |
[INFO] [stderr] 333 | /// corresponds to x[j] for the interval [t[j], t[j+1]).
[INFO] [stderr]     |                                             ^ no item named `j` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr]    --> src/utils/functions.rs:344:47
[INFO] [stderr]     |
[INFO] [stderr] 344 | /// - t_new: evenly spaced time points from t[0] to t[end] with given step
[INFO] [stderr]     |                                               ^ no item named `0` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `end`
[INFO] [stderr]    --> src/utils/functions.rs:344:55
[INFO] [stderr]     |
[INFO] [stderr] 344 | /// - t_new: evenly spaced time points from t[0] to t[end] with given step
[INFO] [stderr]     |                                                       ^^^ no item named `end` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> /opt/rustwide/workdir/README.md:318:70
[INFO] [stderr]     |
[INFO] [stderr] 318 |  * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 318 |  * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
[INFO] [stderr]     |                                                                      +                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> /opt/rustwide/workdir/README.md:319:47
[INFO] [stderr]     |
[INFO] [stderr] 319 |  * MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 319 |  * MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
[INFO] [stderr]     |                                               +                                   +
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (126) panicked at compiler/rustc_span/src/lib.rs:2258:17:
[INFO] [stderr] assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x7f56ccbda893 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h4cd4901ea60ca744
[INFO] [stderr]    1:     0x7f56cd201fbc - core::fmt::write::hfffc10d588eef82f
[INFO] [stderr]    2:     0x7f56ccb8f293 - std::io::Write::write_fmt::h373f05edf041c754
[INFO] [stderr]    3:     0x7f56ccba0852 - std::sys::backtrace::BacktraceLock::print::h19002eb5d444187e
[INFO] [stderr]    4:     0x7f56ccba68c9 - std::panicking::default_hook::{{closure}}::hcb64ff4be5144aa2
[INFO] [stderr]    5:     0x7f56ccba63f3 - std::panicking::default_hook::h88d6d5066625b68d
[INFO] [stderr]    6:     0x7f56cbbbc4f7 - std[514525c025287409]::panicking::update_hook::<alloc[7a4761755ffc81e6]::boxed::Box<rustc_driver_impl[375f871001221962]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    7:     0x7f56ccba6cef - std::panicking::panic_with_hook::h18b314b949ed564b
[INFO] [stderr]    8:     0x7f56ccba6a76 - std::panicking::panic_handler::{{closure}}::h55e2c895bac03882
[INFO] [stderr]    9:     0x7f56ccba0989 - std::sys::backtrace::__rust_end_short_backtrace::h042fb0285ef390a7
[INFO] [stderr]   10:     0x7f56ccb814cd - __rustc[1a8e3ddc0c5c0d1f]::rust_begin_unwind
[INFO] [stderr]   11:     0x7f56c9c080a0 - core::panicking::panic_fmt::h998f7b3050f18365
[INFO] [stderr]   12:     0x7f56c968ddac - core::panicking::panic::hb6f2bf6463cca208
[INFO] [stderr]   13:     0x7f56cd4be5d4 - <rustc_span[d63736cb43d1e89f]::source_map::SourceMap>::lookup_char_pos
[INFO] [stderr]   14:     0x55a5e36202f7 - <rustdoc[fbc41a8e8679567]::clean::types::Span>::cnum
[INFO] [stderr]   15:     0x55a5e359f899 - <rustdoc[fbc41a8e8679567]::html::render::context::Context>::href_from_span
[INFO] [stderr]   16:     0x55a5e3727317 - <&core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::sources::print_src<&mut core[3f6836c43d23f87e]::fmt::Formatter>::{closure#0}> as core[3f6836c43d23f87e]::fmt::Display>::fmt
[INFO] [stderr]   17:     0x7f56cd201fbc - core::fmt::write::hfffc10d588eef82f
[INFO] [stderr]   18:     0x55a5e3727a5b - <&askama[e44c12a0940a25ac]::filters::escape::Safe<&core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::sources::print_src<&mut core[3f6836c43d23f87e]::fmt::Formatter>::{closure#0}>> as core[3f6836c43d23f87e]::fmt::Display>::fmt
[INFO] [stderr]   19:     0x7f56cd201fbc - core::fmt::write::hfffc10d588eef82f
[INFO] [stderr]   20:     0x55a5e35266d3 - rustdoc[fbc41a8e8679567]::html::render::render_call_locations::<&mut core[3f6836c43d23f87e]::fmt::Formatter>::{closure#2}
[INFO] [stderr]   21:     0x55a5e375ccc8 - <core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::render::document_full_inner::{closure#0}> as core[3f6836c43d23f87e]::fmt::Display>::fmt
[INFO] [stderr]   22:     0x55a5e33c4287 - rustdoc[fbc41a8e8679567]::html::render::render_impl::{closure#0}::doc_impl_item::<&mut alloc[7a4761755ffc81e6]::string::String, &mut alloc[7a4761755ffc81e6]::string::String>
[INFO] [stderr]   23:     0x55a5e375a11b - <core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::render::render_impl::{closure#0}> as core[3f6836c43d23f87e]::fmt::Display>::fmt
[INFO] [stderr]   24:     0x55a5e36692c3 - rustdoc[fbc41a8e8679567]::html::render::render_assoc_items_inner
[INFO] [stderr]   25:     0x55a5e375c514 - <core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::render::render_assoc_items::{closure#0}> as core[3f6836c43d23f87e]::fmt::Display>::fmt
[INFO] [stderr]   26:     0x7f56cd201fbc - core::fmt::write::hfffc10d588eef82f
[INFO] [stderr]   27:     0x55a5e337c1e4 - <rustdoc[fbc41a8e8679567]::html::render::print_item::DisplayStruct>::render_into::<core[3f6836c43d23f87e]::fmt::Formatter>
[INFO] [stderr]   28:     0x55a5e3760cb4 - <core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::render::print_item::item_struct::{closure#0}> as core[3f6836c43d23f87e]::fmt::Display>::fmt
[INFO] [stderr]   29:     0x7f56cd201fbc - core::fmt::write::hfffc10d588eef82f
[INFO] [stderr]   30:     0x55a5e345ac25 - rustdoc[fbc41a8e8679567]::html::layout::render::<core[3f6836c43d23f87e]::fmt::builders::FromFn<rustdoc[fbc41a8e8679567]::html::render::print_item::print_item::{closure#0}>, core[3f6836c43d23f87e]::fmt::builders::FromFn<<rustdoc[fbc41a8e8679567]::html::render::context::Context>::render_item::{closure#0}>>
[INFO] [stderr]   31:     0x55a5e359ef32 - <rustdoc[fbc41a8e8679567]::html::render::context::Context>::render_item
[INFO] [stderr]   32:     0x55a5e37420ce - <rustdoc[fbc41a8e8679567]::html::render::context::Context as rustdoc[fbc41a8e8679567]::formats::renderer::FormatRenderer>::item
[INFO] [stderr]   33:     0x55a5e3468285 - rustdoc[fbc41a8e8679567]::formats::renderer::run_format_inner::<rustdoc[fbc41a8e8679567]::html::render::context::Context>
[INFO] [stderr]   34:     0x55a5e3468436 - rustdoc[fbc41a8e8679567]::formats::renderer::run_format_inner::<rustdoc[fbc41a8e8679567]::html::render::context::Context>
[INFO] [stderr]   35:     0x55a5e3468436 - rustdoc[fbc41a8e8679567]::formats::renderer::run_format_inner::<rustdoc[fbc41a8e8679567]::html::render::context::Context>
[INFO] [stderr]   36:     0x55a5e3468436 - rustdoc[fbc41a8e8679567]::formats::renderer::run_format_inner::<rustdoc[fbc41a8e8679567]::html::render::context::Context>
[INFO] [stderr]   37:     0x55a5e352e16f - rustdoc[fbc41a8e8679567]::main_args::{closure#2}::{closure#0}
[INFO] [stderr]   38:     0x55a5e3521d33 - rustc_interface[594ab145599e911]::interface::run_compiler::<(), rustdoc[fbc41a8e8679567]::main_args::{closure#2}>::{closure#1}
[INFO] [stderr]   39:     0x55a5e3469218 - std[514525c025287409]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[594ab145599e911]::util::run_in_thread_with_globals<rustc_interface[594ab145599e911]::util::run_in_thread_pool_with_globals<rustc_interface[594ab145599e911]::interface::run_compiler<(), rustdoc[fbc41a8e8679567]::main_args::{closure#2}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   40:     0x55a5e35541ed - <<std[514525c025287409]::thread::Builder>::spawn_unchecked_<rustc_interface[594ab145599e911]::util::run_in_thread_with_globals<rustc_interface[594ab145599e911]::util::run_in_thread_pool_with_globals<rustc_interface[594ab145599e911]::interface::run_compiler<(), rustdoc[fbc41a8e8679567]::main_args::{closure#2}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[3f6836c43d23f87e]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   41:     0x7f56ce336fcd - std::sys::thread::unix::Thread::new::thread_start::hd03cacc3621ece21
[INFO] [stderr]   42:     0x7f56c7e8aaa4 - <unknown>
[INFO] [stderr]   43:     0x7f56c7f17a34 - clone
[INFO] [stderr]   44:                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-2025-10-10T09_03_38-125.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.92.0-nightly (b925a865e 2025-10-09) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -Z unstable-options -Z unstable-options -Z unstable-options
[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] warning: `diffusionx` (lib doc) generated 6 warnings (run `cargo fix --lib -p diffusionx` to apply 2 suggestions)
[INFO] [stderr] error: could not document `diffusionx`
[INFO] running `Command { std: "docker" "inspect" "760e93d192c0b287d666b4ed4978705d83c9a1de542a3a5569c44976d7721608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "760e93d192c0b287d666b4ed4978705d83c9a1de542a3a5569c44976d7721608", kill_on_drop: false }`
[INFO] [stdout] 760e93d192c0b287d666b4ed4978705d83c9a1de542a3a5569c44976d7721608