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.95.0-nightly (a293cc4af 2026-01-30)
# docs.rs version docsrs 0.1.0 (db72ef84 2026-01-29 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/molar_python-1.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/molar_python-1.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260130-1.95.0-nightly-a293cc4af\", \"--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] a032e28b833a2dfd4c7dbe9d2515e768a699914b4923f8772478c3f4f1adde89 [INFO] running `Command { std: "docker" "start" "-a" "a032e28b833a2dfd4c7dbe9d2515e768a699914b4923f8772478c3f4f1adde89", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking molar v1.1.1 [INFO] [stderr] error[E0432]: unresolved import `crate::core` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io/tpr_handler.rs:219:16 [INFO] [stderr] | [INFO] [stderr] 219 | use crate::core::{State, Topology}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | unresolved import [INFO] [stderr] | help: a similar path exists: `compact_str::core` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io.rs:248:90 [INFO] [stderr] | [INFO] [stderr] 248 | TprFileHandler::open(fname).map_err(|e| FileIoError(fname.to_path_buf(), e))?, [INFO] [stderr] | ----------- ^ expected `FileFormatError`, found `TprHandlerError` [INFO] [stderr] | | [INFO] [stderr] | arguments to this struct are incorrect [INFO] [stderr] | [INFO] [stderr] note: tuple struct defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io.rs:587:12 [INFO] [stderr] | [INFO] [stderr] 587 | pub struct FileIoError(pub(crate) PathBuf, #[source] pub(crate) FileFormatError); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] help: try wrapping the expression in `io::FileFormatError::Tpr` [INFO] [stderr] | [INFO] [stderr] 248 | TprFileHandler::open(fname).map_err(|e| FileIoError(fname.to_path_buf(), io::FileFormatError::Tpr(e)))?, [INFO] [stderr] | +++++++++++++++++++++++++ + [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `internal_tpr_disabled::TprFileHandler: io::FileFormatHandler` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io.rs:247:22 [INFO] [stderr] | [INFO] [stderr] 247 | "tpr" => Box::new( [INFO] [stderr] | ______________________^ [INFO] [stderr] 248 | | TprFileHandler::open(fname).map_err(|e| FileIoError(fname.to_path_buf(), e))?, [INFO] [stderr] 249 | | ), [INFO] [stderr] | |_____________^ unsatisfied trait bound [INFO] [stderr] | [INFO] [stderr] help: the trait `io::FileFormatHandler` is not implemented for `internal_tpr_disabled::TprFileHandler` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io/tpr_handler.rs:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | pub struct TprFileHandler {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: the following other types implement trait `io::FileFormatHandler` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io/gro_handler.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | impl FileFormatHandler for GroFileHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `GroFileHandler` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io/itp_handler.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | impl FileFormatHandler for ItpFileHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `ItpFileHandler` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io/vmd_molfile_handler.rs:128:1 [INFO] [stderr] | [INFO] [stderr] 128 | impl FileFormatHandler for VmdMolFileHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `VmdMolFileHandler` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/molar-1.1.1/src/io/xtc_handler.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | impl FileFormatHandler for XtcFileHandler { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `XtcFileHandler` [INFO] [stderr] = note: required for the cast from `Box<internal_tpr_disabled::TprFileHandler>` to `Box<dyn io::FileFormatHandler>` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] warning: molar@1.1.1: "Gromacs support disabled" [INFO] [stderr] error: could not compile `molar` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "a032e28b833a2dfd4c7dbe9d2515e768a699914b4923f8772478c3f4f1adde89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a032e28b833a2dfd4c7dbe9d2515e768a699914b4923f8772478c3f4f1adde89", kill_on_drop: false }` [INFO] [stdout] a032e28b833a2dfd4c7dbe9d2515e768a699914b4923f8772478c3f4f1adde89