gxi_interface 0.1.2

interface of the gxi-rs project
Build #382926 2021-04-29T13:08:35.546707+00:00
# rustc version
rustc 1.53.0-nightly (42816d61e 2021-04-24)
# docs.rs version
docsrs 0.6.0 (e85bfdf 2021-04-29)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/gxi_interface-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/gxi_interface-0.1.2/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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210424-1.53.0-nightly-42816d61e" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 8e1ceabc3f2cd16c067ae4ab56d417ea5e7ea7246f7caa75edcbeaa65e4e6872
[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" "8e1ceabc3f2cd16c067ae4ab56d417ea5e7ea7246f7caa75edcbeaa65e4e6872", kill_on_drop: false }`
[INFO] [stderr]  Documenting gxi_interface v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `gxi_macro`
[INFO] [stderr]  --> src/lib.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use gxi_macro::gxi;
[INFO] [stderr]   |         ^^^^^^^^^ use of undeclared crate or module `gxi_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gxi_parsers`
[INFO] [stderr]  --> src/lib.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use gxi_parsers::{comp_new, comp_state};
[INFO] [stderr]   |         ^^^^^^^^^^^ use of undeclared crate or module `gxi_parsers`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gxi_update_macro`
[INFO] [stderr]   --> src/lib.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub use gxi_update_macro::update;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ use of undeclared crate or module `gxi_update_macro`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate::NativeWidget`
[INFO] [stderr]  --> src/nodes/components/fake.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::{NativeWidget, Node, NodeRc, WeakNodeRc};
[INFO] [stderr]   |             ^^^^^^^^^^^^ no `NativeWidget` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NativeWidget` in this scope
[INFO] [stderr]    --> src/nodes/node_macros.rs:116:33
[INFO] [stderr]     |
[INFO] [stderr] 116 |         fn get_widget(&self) -> NativeWidget {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/nodes/components/init.rs:16:5
[INFO] [stderr]     |
[INFO] [stderr] 16  |     impl_node_for_component!();
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NativeWidget` in this scope
[INFO] [stderr]    --> src/nodes/node_macros.rs:116:33
[INFO] [stderr]     |
[INFO] [stderr] 116 |         fn get_widget(&self) -> NativeWidget {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/nodes/components/pure.rs:17:5
[INFO] [stderr]     |
[INFO] [stderr] 17  |     impl_node_for_component!();
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NativeWidget` in this scope
[INFO] [stderr]   --> src/nodes/node.rs:46:29
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn get_widget(&self) -> NativeWidget;
[INFO] [stderr]    |                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `gxi_interface`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name gxi_interface src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi -Z unstable-options --emit=invocation-specific --resource-suffix -20210424-1.53.0-nightly-42816d61e --static-root-path / --cap-lints warn --disable-per-crate-search -L dependency=/opt/rustwide/target/debug/deps --crate-version 0.1.2` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "8e1ceabc3f2cd16c067ae4ab56d417ea5e7ea7246f7caa75edcbeaa65e4e6872", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e1ceabc3f2cd16c067ae4ab56d417ea5e7ea7246f7caa75edcbeaa65e4e6872", kill_on_drop: false }`
[INFO] [stdout] 8e1ceabc3f2cd16c067ae4ab56d417ea5e7ea7246f7caa75edcbeaa65e4e6872