mod_interface 0.56.0

Protocol of modularity unifying interface of a module and introducing layers.
Build #2842431 2026-01-22 19:55:06

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 (eda76d9d1 2026-01-21)# docs.rs version
docsrs 0.1.0 (07f7a059 2026-01-22 )# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/mod_interface-0.56.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/mod_interface-0.56.0/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/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\", \"-20260121-1.95.0-nightly-eda76d9d1\", \"--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] 24616d7491f55a884a9f0e6a86d5d9c73f9d510a12041241e8c28e0a7ae59135
[INFO] running `Command { std: "docker" "start" "-a" "24616d7491f55a884a9f0e6a86d5d9c73f9d510a12041241e8c28e0a7ae59135", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]    Compiling mod_interface_meta v0.54.0
[INFO] [stderr] error[E0425]: cannot find type `Pair` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/impls.rs:252:13
[INFO] [stderr]     |
[INFO] [stderr] 252 |   element: &Pair< AttributesOuter, syn ::Path >,
[INFO] [stderr]     |             ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use crate::impls::private::quantifier::Pair;
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use crate::impls::private::syn::punctuated::Pair;
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use macro_tools::Pair;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `AttributesOuter` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/impls.rs:252:19
[INFO] [stderr]     |
[INFO] [stderr] 252 |   element: &Pair< AttributesOuter, syn ::Path >,
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use crate::impls::private::attr::AttributesOuter;
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use macro_tools::AttributesOuter;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `Pair` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/impls.rs:292:46
[INFO] [stderr]     |
[INFO] [stderr] 292 |   fn record_layer(record: &Record, element: &Pair< AttributesOuter, syn ::Path >, c: &'_ mut RecordContext< '_ >) -> syn ::Result< ...
[INFO] [stderr]     |                                              ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use crate::impls::private::quantifier::Pair;
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use crate::impls::private::syn::punctuated::Pair;
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use macro_tools::Pair;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `AttributesOuter` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/impls.rs:292:52
[INFO] [stderr]     |
[INFO] [stderr] 292 |   fn record_layer(record: &Record, element: &Pair< AttributesOuter, syn ::Path >, c: &'_ mut RecordContext< '_ >) -> syn ::Result< ...
[INFO] [stderr]     |                                                    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use crate::impls::private::attr::AttributesOuter;
[INFO] [stderr]     |
[INFO] [stderr]   5 +   use macro_tools::AttributesOuter;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `AttributesOuter` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:63:16
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub attrs: AttributesOuter,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::attr::AttributesOuter;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use macro_tools::AttributesOuter;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `Pair` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:66:47
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub elements: syn::punctuated::Punctuated<Pair<AttributesOuter, syn::Path>, syn::token::Comma>,
[INFO] [stderr]    |                                               ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::quantifier::Pair;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::syn::punctuated::Pair;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use macro_tools::Pair;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `AttributesOuter` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:66:52
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub elements: syn::punctuated::Punctuated<Pair<AttributesOuter, syn::Path>, syn::token::Comma>,
[INFO] [stderr]    |                                                    ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::attr::AttributesOuter;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use macro_tools::AttributesOuter;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pair`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:94:27
[INFO] [stderr]    |
[INFO] [stderr] 94 |             elements.push(Pair::new(AttributesOuter::default(), ident));
[INFO] [stderr]    |                           ^^^^ use of undeclared type `Pair`
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::quantifier::Pair;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::syn::punctuated::Pair;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use macro_tools::Pair;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `AttributesOuter`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:94:37
[INFO] [stderr]    |
[INFO] [stderr] 94 |             elements.push(Pair::new(AttributesOuter::default(), ident));
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ use of undeclared type `AttributesOuter`
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use crate::record::private::attr::AttributesOuter;
[INFO] [stderr]    |
[INFO] [stderr]  4 +   use macro_tools::AttributesOuter;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `Many` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:131:22
[INFO] [stderr]     |
[INFO] [stderr] 131 |   pub type Records = Many<Record>;
[INFO] [stderr]     |                      ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]     |
[INFO] [stderr]   4 +   use crate::record::private::quantifier::Many;
[INFO] [stderr]     |
[INFO] [stderr]   4 +   use macro_tools::Many;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find type `AttributesInner` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:140:15
[INFO] [stderr]     |
[INFO] [stderr] 140 |     pub head: AttributesInner,
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these structs
[INFO] [stderr]     |
[INFO] [stderr]   4 +   use crate::record::private::attr::AttributesInner;
[INFO] [stderr]     |
[INFO] [stderr]   4 +   use macro_tools::AttributesInner;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:150:38
[INFO] [stderr]     |
[INFO] [stderr] 150 |       self.head.iter().try_for_each(|attr| {
[INFO] [stderr]     |                                      ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 155 |         let good = code_to_str!( attr.path() ) == "debug"
[INFO] [stderr]     |                                  ---- type must be known at this point
[INFO] [stderr]     |
[INFO] [stderr] help: consider giving this closure parameter an explicit type
[INFO] [stderr]     |
[INFO] [stderr] 150 |       self.head.iter().try_for_each(|attr: /* Type */| {
[INFO] [stderr]     |                                          ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0282]: type annotations needed
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mod_interface_meta-0.54.0/src/record.rs:170:29
[INFO] [stderr]     |
[INFO] [stderr] 170 |       self.head.iter().any(|attr| code_to_str!(attr.path()) == "debug")
[INFO] [stderr]     |                             ^^^^               ---- type must be known at this point
[INFO] [stderr]     |
[INFO] [stderr] help: consider giving this closure parameter an explicit type
[INFO] [stderr]     |
[INFO] [stderr] 170 |       self.head.iter().any(|attr: /* Type */| code_to_str!(attr.path()) == "debug")
[INFO] [stderr]     |                                 ++++++++++++
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0282, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0282`.
[INFO] [stderr] error: could not compile `mod_interface_meta` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "24616d7491f55a884a9f0e6a86d5d9c73f9d510a12041241e8c28e0a7ae59135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24616d7491f55a884a9f0e6a86d5d9c73f9d510a12041241e8c28e0a7ae59135", kill_on_drop: false }`
[INFO] [stdout] 24616d7491f55a884a9f0e6a86d5d9c73f9d510a12041241e8c28e0a7ae59135