graphs_tools 0.2.0

Graphs tools.
Build #1389413 2024-10-12 21:14:54

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.83.0-nightly (1bc403daa 2024-10-11)# docs.rs version
docsrs 0.6.0 (d5a37845 2024-09-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/graphs_tools-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/graphs_tools-0.2.0/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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "full" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241011-1.83.0-nightly-1bc403daa\", \"--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] [stdout] 45001b9fc438590db479b10c78c3d40f7d2ca3e5f0fd24b53d74f66613d81c55
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "45001b9fc438590db479b10c78c3d40f7d2ca3e5f0fd24b53d74f66613d81c55", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: graphs_tools_trivial
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting graphs_tools v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `super`
[INFO] [stderr]   --> src/lib.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | / mod_interface!
[INFO] [stderr] 28 | | {
[INFO] [stderr] 29 | |   /// Abstract layer.
[INFO] [stderr] 30 | |   #[ cfg( not( feature = "no_std" ) ) ]
[INFO] [stderr] ...  |
[INFO] [stderr] 39 | |   own use ::meta_tools::prelude::*;
[INFO] [stderr] 40 | | }
[INFO] [stderr]    | |_^ no `private` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `mod_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super`
[INFO] [stderr]   --> src/abs/mod.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / crate::mod_interface!
[INFO] [stderr] 2  | | {
[INFO] [stderr] 3  | |   /// Edge interface.
[INFO] [stderr] 4  | |   layer edge;
[INFO] [stderr] ...  |
[INFO] [stderr] 16 | |   // layer node_cell;
[INFO] [stderr] 17 | | }
[INFO] [stderr]    | |_^ no `private` in `abs`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `crate::mod_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super`
[INFO] [stderr]   --> src/canonical/mod.rs:1:1
[INFO] [stderr]    |
[INFO] [stderr] 1  | / crate::mod_interface!
[INFO] [stderr] 2  | | {
[INFO] [stderr] 3  | |   // Implements canonical factory where each node in a cell.
[INFO] [stderr] 4  | |   // #[ cfg( feature = "cell_factory" ) ]
[INFO] [stderr] ...  |
[INFO] [stderr] 19 | |   // layer node_cell;
[INFO] [stderr] 20 | | }
[INFO] [stderr]    | |_^ no `private` in `canonical`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `crate::mod_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super`
[INFO] [stderr]  --> src/algo/mod.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | / crate::mod_interface!
[INFO] [stderr] 2 | | {
[INFO] [stderr] 3 | |   /// Depth-first search.
[INFO] [stderr] 4 | |   layer dfs;
[INFO] [stderr] 5 | | }
[INFO] [stderr]   | |_^ no `private` in `algo`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in the macro `crate::mod_interface` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `graphs_tools`
[INFO] running `Command { std: "docker" "inspect" "45001b9fc438590db479b10c78c3d40f7d2ca3e5f0fd24b53d74f66613d81c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45001b9fc438590db479b10c78c3d40f7d2ca3e5f0fd24b53d74f66613d81c55", kill_on_drop: false }`
[INFO] [stdout] 45001b9fc438590db479b10c78c3d40f7d2ca3e5f0fd24b53d74f66613d81c55