[INFO] fetching crate single_use_seals 0.12.0... [INFO] checking single_use_seals-0.12.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate single_use_seals 0.12.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate single_use_seals 0.12.0 [INFO] finished tweaking crates.io crate single_use_seals 0.12.0 [INFO] tweaked toml for crates.io crate single_use_seals 0.12.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate single_use_seals 0.12.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate single_use_seals 0.12.0 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strict_encoding v2.9.1 [INFO] [stderr] Downloaded strict_encoding_derive v2.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae8f09b7daca712e9fa19fae0a7cb9a592dbb3f3eef90e5051bf79f2abdb8986 [INFO] running `Command { std: "docker" "start" "-a" "ae8f09b7daca712e9fa19fae0a7cb9a592dbb3f3eef90e5051bf79f2abdb8986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae8f09b7daca712e9fa19fae0a7cb9a592dbb3f3eef90e5051bf79f2abdb8986", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae8f09b7daca712e9fa19fae0a7cb9a592dbb3f3eef90e5051bf79f2abdb8986", kill_on_drop: false }` [INFO] [stdout] ae8f09b7daca712e9fa19fae0a7cb9a592dbb3f3eef90e5051bf79f2abdb8986 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f033da233953b14bb42d88ca78ce79935c2c31ef1ea11d95437d3e8c9bfbf51 [INFO] running `Command { std: "docker" "start" "-a" "1f033da233953b14bb42d88ca78ce79935c2c31ef1ea11d95437d3e8c9bfbf51", kill_on_drop: false }` [INFO] [stderr] Checking single_use_seals v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `StrictDumb` is more private than the item `SingleUseSeal` [INFO] [stdout] --> src/lib.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / pub trait SingleUseSeal: [INFO] [stdout] 156 | | Clone + Debug + Display + StrictDumb + StrictEncode + StrictDecode [INFO] [stdout] | |______________________________________________________________________^ trait `SingleUseSeal` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictDumb` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | trait StrictDumb {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(private_bounds)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictEncode` is more private than the item `SingleUseSeal` [INFO] [stdout] --> src/lib.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / pub trait SingleUseSeal: [INFO] [stdout] 156 | | Clone + Debug + Display + StrictDumb + StrictEncode + StrictDecode [INFO] [stdout] | |______________________________________________________________________^ trait `SingleUseSeal` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictEncode` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | trait StrictEncode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictDecode` is more private than the item `SingleUseSeal` [INFO] [stdout] --> src/lib.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | / pub trait SingleUseSeal: [INFO] [stdout] 156 | | Clone + Debug + Display + StrictDumb + StrictEncode + StrictDecode [INFO] [stdout] | |______________________________________________________________________^ trait `SingleUseSeal` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictDecode` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | trait StrictDecode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictDumb` is more private than the item `SingleUseSeal::PubWitness` [INFO] [stdout] --> src/lib.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | type PubWitness: PublishedWitness + StrictDumb + StrictEncode + StrictDecode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `SingleUseSeal::PubWitness` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictDumb` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | trait StrictDumb {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictEncode` is more private than the item `SingleUseSeal::PubWitness` [INFO] [stdout] --> src/lib.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | type PubWitness: PublishedWitness + StrictDumb + StrictEncode + StrictDecode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `SingleUseSeal::PubWitness` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictEncode` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | trait StrictEncode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictDecode` is more private than the item `SingleUseSeal::PubWitness` [INFO] [stdout] --> src/lib.rs:162:5 [INFO] [stdout] | [INFO] [stdout] 162 | type PubWitness: PublishedWitness + StrictDumb + StrictEncode + StrictDecode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `SingleUseSeal::PubWitness` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictDecode` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | trait StrictDecode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictDumb` is more private than the item `SingleUseSeal::CliWitness` [INFO] [stdout] --> src/lib.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | type CliWitness: ClientSideWitness + StrictDumb + StrictEncode + StrictDecode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `SingleUseSeal::CliWitness` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictDumb` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:134:1 [INFO] [stdout] | [INFO] [stdout] 134 | trait StrictDumb {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictEncode` is more private than the item `SingleUseSeal::CliWitness` [INFO] [stdout] --> src/lib.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | type CliWitness: ClientSideWitness + StrictDumb + StrictEncode + StrictDecode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `SingleUseSeal::CliWitness` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictEncode` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | trait StrictEncode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `StrictDecode` is more private than the item `SingleUseSeal::CliWitness` [INFO] [stdout] --> src/lib.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | type CliWitness: ClientSideWitness + StrictDumb + StrictEncode + StrictDecode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ associated type `SingleUseSeal::CliWitness` is reachable at visibility `pub` [INFO] [stdout] | [INFO] [stdout] note: but trait `StrictDecode` is only usable at visibility `pub(crate)` [INFO] [stdout] --> src/lib.rs:144:1 [INFO] [stdout] | [INFO] [stdout] 144 | trait StrictDecode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictType` in this scope [INFO] [stdout] --> src/lib.rs:458:14 [INFO] [stdout] | [INFO] [stdout] 458 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictEncode` in this scope [INFO] [stdout] --> src/lib.rs:458:26 [INFO] [stdout] | [INFO] [stdout] 458 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictEncode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictDecode` in this scope [INFO] [stdout] --> src/lib.rs:458:40 [INFO] [stdout] | [INFO] [stdout] 458 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictDecode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_type` in this scope [INFO] [stdout] --> src/lib.rs:459:7 [INFO] [stdout] | [INFO] [stdout] 459 | #[strict_type(lib = LIB_NAME)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictType` in this scope [INFO] [stdout] --> src/lib.rs:477:14 [INFO] [stdout] | [INFO] [stdout] 477 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictEncode` in this scope [INFO] [stdout] --> src/lib.rs:477:26 [INFO] [stdout] | [INFO] [stdout] 477 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictEncode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictDecode` in this scope [INFO] [stdout] --> src/lib.rs:477:40 [INFO] [stdout] | [INFO] [stdout] 477 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictDecode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_type` in this scope [INFO] [stdout] --> src/lib.rs:478:7 [INFO] [stdout] | [INFO] [stdout] 478 | #[strict_type(lib = LIB_NAME)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictType` in this scope [INFO] [stdout] --> src/lib.rs:515:14 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictEncode` in this scope [INFO] [stdout] --> src/lib.rs:515:26 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictEncode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictDecode` in this scope [INFO] [stdout] --> src/lib.rs:515:40 [INFO] [stdout] | [INFO] [stdout] 515 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictDecode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_type` in this scope [INFO] [stdout] --> src/lib.rs:516:7 [INFO] [stdout] | [INFO] [stdout] 516 | #[strict_type(lib = LIB_NAME)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictType` in this scope [INFO] [stdout] --> src/lib.rs:534:14 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictEncode` in this scope [INFO] [stdout] --> src/lib.rs:534:26 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictEncode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `StrictDecode` in this scope [INFO] [stdout] --> src/lib.rs:534:40 [INFO] [stdout] | [INFO] [stdout] 534 | #[derive(StrictType, StrictEncode, StrictDecode)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StrictDecode` is imported here, but it is only a trait, without a derive macro [INFO] [stdout] --> src/lib.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `strict_type` in this scope [INFO] [stdout] --> src/lib.rs:535:7 [INFO] [stdout] | [INFO] [stdout] 535 | #[strict_type(lib = LIB_NAME)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `eprintln` in this scope [INFO] [stdout] --> src/lib.rs:582:30 [INFO] [stdout] | [INFO] [stdout] 582 | .inspect_err(|e| eprintln!("{e}")) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `println` in this scope [INFO] [stdout] --> src/lib.rs:598:9 [INFO] [stdout] | [INFO] [stdout] 598 | println!("{res}"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `println` in this scope [INFO] [stdout] --> src/lib.rs:599:9 [INFO] [stdout] | [INFO] [stdout] 599 | println!("{res:?}"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `println` in this scope [INFO] [stdout] --> src/lib.rs:618:9 [INFO] [stdout] | [INFO] [stdout] 618 | println!("{res}"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `println` in this scope [INFO] [stdout] --> src/lib.rs:619:9 [INFO] [stdout] | [INFO] [stdout] 619 | println!("{res:?}"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `println` in this scope [INFO] [stdout] --> src/lib.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | println!("{res}"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `println` in this scope [INFO] [stdout] --> src/lib.rs:634:9 [INFO] [stdout] | [INFO] [stdout] 634 | println!("{res:?}"); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `single_use_seals` (lib test) due to 23 previous errors [INFO] running `Command { std: "docker" "inspect" "1f033da233953b14bb42d88ca78ce79935c2c31ef1ea11d95437d3e8c9bfbf51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f033da233953b14bb42d88ca78ce79935c2c31ef1ea11d95437d3e8c9bfbf51", kill_on_drop: false }` [INFO] [stdout] 1f033da233953b14bb42d88ca78ce79935c2c31ef1ea11d95437d3e8c9bfbf51