engula-supreme-unit 0.1.0

Supreme unit manages a universe for Engula.
Build #1543441 2024-11-16T00:51:47.908200+00:00
# rustc version
rustc 1.84.0-nightly (90ab8eaed 2024-11-14)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/engula-supreme-unit-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/engula-supreme-unit-0.1.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241114-1.84.0-nightly-90ab8eaed\", \"--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] 6f1063cb59dbd49218a27b5598e034838a2bec85161d9628c1318c673efa4913
[INFO] running `Command { std: "docker" "start" "-a" "6f1063cb59dbd49218a27b5598e034838a2bec85161d9628c1318c673efa4913", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking microunit v0.1.1
[INFO] [stderr] error[E0432]: unresolved import `clap::Clap`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/node.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use clap::Clap;
[INFO] [stderr]   |     ^^^^^^^^^^ no `Clap` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `clap::Clap`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/unit.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::Clap;
[INFO] [stderr]   |     ^^^^^^^^^^ no `Clap` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/unit.rs:47:7
[INFO] [stderr]    |
[INFO] [stderr] 47 |     #[clap(long, default_value = DEFAULT_URL)]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/unit.rs:49:7
[INFO] [stderr]    |
[INFO] [stderr] 49 |     #[clap(long)]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/unit.rs:31:7
[INFO] [stderr]    |
[INFO] [stderr] 31 |     #[clap(default_value = DEFAULT_URL)]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/unit.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 |     #[clap(subcommand)]
[INFO] [stderr]   |       ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/node.rs:57:7
[INFO] [stderr]    |
[INFO] [stderr] 57 |     #[clap(default_value = DEFAULT_URL)]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/microunit-0.1.1/src/cmd/node.rs:15:7
[INFO] [stderr]    |
[INFO] [stderr] 15 |     #[clap(subcommand)]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `microunit` (lib) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "6f1063cb59dbd49218a27b5598e034838a2bec85161d9628c1318c673efa4913", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f1063cb59dbd49218a27b5598e034838a2bec85161d9628c1318c673efa4913", kill_on_drop: false }`
[INFO] [stdout] 6f1063cb59dbd49218a27b5598e034838a2bec85161d9628c1318c673efa4913