[INFO] fetching crate cs-utils 0.21.1... [INFO] testing cs-utils-0.21.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate cs-utils 0.21.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate cs-utils 0.21.1 [INFO] finished tweaking crates.io crate cs-utils 0.21.1 [INFO] tweaked toml for crates.io crate cs-utils 0.21.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cs-utils 0.21.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cs-utils 0.21.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 245b75f03c9e8453454f940d48c5913ca03f7affd3324170e711a775fadcff30 [INFO] running `Command { std: "docker" "start" "-a" "245b75f03c9e8453454f940d48c5913ca03f7affd3324170e711a775fadcff30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "245b75f03c9e8453454f940d48c5913ca03f7affd3324170e711a775fadcff30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "245b75f03c9e8453454f940d48c5913ca03f7affd3324170e711a775fadcff30", kill_on_drop: false }` [INFO] [stdout] 245b75f03c9e8453454f940d48c5913ca03f7affd3324170e711a775fadcff30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64800853f5659fbed4de7f97dc95ebfe2eec7f6c77d303df9f1be203d4856d28 [INFO] running `Command { std: "docker" "start" "-a" "64800853f5659fbed4de7f97dc95ebfe2eec7f6c77d303df9f1be203d4856d28", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling cs-utils v0.21.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 187 | "\n{ident}{: >width$}{caption}\n\n", [INFO] [stdout] | ----------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 188 | ident = "", [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 187 | "\n{ident}{ident: >width$}{caption}\n\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 246 | "{ident}{caption}{:>width$}\n", [INFO] [stdout] | ---------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 247 | ident = &self.ident, [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 246 | "{ident}{caption}{ident:>width$}\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 278 | "{ident}{:->width$}\n", [INFO] [stdout] | ----------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 279 | ident = &self.ident, [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 278 | "{ident}{ident:->width$}\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s [INFO] running `Command { std: "docker" "inspect" "64800853f5659fbed4de7f97dc95ebfe2eec7f6c77d303df9f1be203d4856d28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64800853f5659fbed4de7f97dc95ebfe2eec7f6c77d303df9f1be203d4856d28", kill_on_drop: false }` [INFO] [stdout] 64800853f5659fbed4de7f97dc95ebfe2eec7f6c77d303df9f1be203d4856d28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b5a242868f5a77efa15f0d662484530f9940479ce6622084aad931c0f72b0bf [INFO] running `Command { std: "docker" "start" "-a" "6b5a242868f5a77efa15f0d662484530f9940479ce6622084aad931c0f72b0bf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 187 | "\n{ident}{: >width$}{caption}\n\n", [INFO] [stdout] | ----------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 188 | ident = "", [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 187 | "\n{ident}{ident: >width$}{caption}\n\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 246 | "{ident}{caption}{:>width$}\n", [INFO] [stdout] | ---------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 247 | ident = &self.ident, [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 246 | "{ident}{caption}{ident:>width$}\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 278 | "{ident}{:->width$}\n", [INFO] [stdout] | ----------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 279 | ident = &self.ident, [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 278 | "{ident}{ident:->width$}\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest v0.12.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling k9 v0.11.1 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling cs-utils v0.21.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `cs_utils::futures` [INFO] [stdout] --> examples/generic_codec.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use cs_utils::futures::GenericCodec; [INFO] [stdout] | ^^^^^^^ could not find `futures` in `cs_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures` [INFO] [stdout] --> examples/generic_codec.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use futures::{StreamExt, SinkExt}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `futures` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> examples/generic_codec.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::{io::duplex, try_join}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> examples/generic_codec.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use serde::{Serialize, Deserialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio_util` [INFO] [stdout] --> examples/generic_codec.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio_util::codec::Framed; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tokio_util` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio_util`, use `cargo add tokio_util` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio` [INFO] [stdout] --> examples/generic_codec.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::{io::duplex, try_join}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> examples/generic_codec.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[tokio::main] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `cs_utils::constants` [INFO] [stdout] --> examples/constants.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use cs_utils::constants::time; [INFO] [stdout] | ^^^^^^^^^ could not find `constants` in `cs_utils` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(any(feature = "constants", test))] [INFO] [stdout] | ----------------------------- the item is gated here [INFO] [stdout] 11 | pub mod constants; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cs-utils` (example "constants") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `cs_utils::futures` [INFO] [stdout] --> examples/generic_codec_string.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use cs_utils::futures::GenericCodec; [INFO] [stdout] | ^^^^^^^ could not find `futures` in `cs_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures` [INFO] [stdout] --> examples/generic_codec_string.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use futures::{StreamExt, SinkExt}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `futures` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `futures`, use `cargo add futures` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> examples/generic_codec_string.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::{io::duplex, try_join}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> examples/generic_codec_string.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use serde::{Serialize, Deserialize}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `serde` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio_util` [INFO] [stdout] --> examples/generic_codec_string.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use tokio_util::codec::Framed; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `tokio_util` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio_util`, use `cargo add tokio_util` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio` [INFO] [stdout] --> examples/generic_codec_string.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use tokio::{io::duplex, try_join}; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> examples/generic_codec_string.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[tokio::main] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:188:13 [INFO] [stdout] | [INFO] [stdout] 187 | "\n{ident}{: >width$}{caption}\n\n", [INFO] [stdout] | ----------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 188 | ident = "", [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 187 | "\n{ident}{ident: >width$}{caption}\n\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0752]: `main` function is not allowed to be `async` [INFO] [stdout] --> examples/generic_codec.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | async fn main() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0752]: `main` function is not allowed to be `async` [INFO] [stdout] --> examples/generic_codec_string.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | async fn main() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 246 | "{ident}{caption}{:>width$}\n", [INFO] [stdout] | ---------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 247 | ident = &self.ident, [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 246 | "{ident}{caption}{ident:>width$}\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `ident` is not used by name [INFO] [stdout] --> src/utils/log_formatter.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 278 | "{ident}{:->width$}\n", [INFO] [stdout] | ----------- this formatting argument uses named argument `ident` by position [INFO] [stdout] 279 | ident = &self.ident, [INFO] [stdout] | ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 278 | "{ident}{ident:->width$}\n", [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0752. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0752. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cs-utils` (example "generic_codec") due to 8 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> examples/test_async_stream.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio::io::duplex; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio` [INFO] [stdout] --> examples/test_async_stream.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[tokio::main] [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0752]: `main` function is not allowed to be `async` [INFO] [stdout] --> examples/test_async_stream.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | async fn main() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0752. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `cs_utils::traits`, `cs_utils::test` [INFO] [stdout] --> examples/random_vec.rs:1:28 [INFO] [stdout] | [INFO] [stdout] 1 | use cs_utils::{random_str, traits::Random, random_number, test::{random_vec, random_vec_rg}}; [INFO] [stdout] | ^^^^^^ ^^^^ could not find `test` in `cs_utils` [INFO] [stdout] | | [INFO] [stdout] | could not find `traits` in `cs_utils` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(any(feature = "traits", test))] [INFO] [stdout] | -------------------------- the item is gated here [INFO] [stdout] 5 | pub mod traits; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 8 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cs-utils` (example "generic_codec_string") due to 8 previous errors [INFO] [stderr] error: could not compile `cs-utils` (example "test_async_stream") due to 3 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cs-utils` (example "random_vec") due to 1 previous error [INFO] [stderr] error: could not compile `cs-utils` (example "pick_random") due to 1 previous error [INFO] [stdout] error[E0432]: unresolved import `cs_utils::test` [INFO] [stdout] --> examples/pick_random.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | use cs_utils::{test::pick_random, random_number}; [INFO] [stdout] | ^^^^ could not find `test` in `cs_utils` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 7 | #[cfg(any(feature = "test", test))] [INFO] [stdout] | ------------------------ the item is gated here [INFO] [stdout] 8 | pub mod test; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6b5a242868f5a77efa15f0d662484530f9940479ce6622084aad931c0f72b0bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b5a242868f5a77efa15f0d662484530f9940479ce6622084aad931c0f72b0bf", kill_on_drop: false }` [INFO] [stdout] 6b5a242868f5a77efa15f0d662484530f9940479ce6622084aad931c0f72b0bf