[INFO] fetching crate single_use_seals 0.12.0... [INFO] testing single_use_seals-0.12.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate single_use_seals 0.12.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate single_use_seals 0.12.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded amplify_derive v4.0.1 [INFO] [stderr] Downloaded amplify v4.9.0 [INFO] [stderr] Downloaded strict_encoding_derive v2.8.0 [INFO] [stderr] Downloaded amplify_num v0.5.3 [INFO] [stderr] Downloaded strict_encoding v2.9.1 [INFO] [stderr] Downloaded amplify_syn v2.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9bd7514e6a4c6e1e5d6aa6fa6bab18c5de7ff4cd0f49ae8eefd98a6cca280ade [INFO] running `Command { std: "docker" "start" "-a" "9bd7514e6a4c6e1e5d6aa6fa6bab18c5de7ff4cd0f49ae8eefd98a6cca280ade", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9bd7514e6a4c6e1e5d6aa6fa6bab18c5de7ff4cd0f49ae8eefd98a6cca280ade", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bd7514e6a4c6e1e5d6aa6fa6bab18c5de7ff4cd0f49ae8eefd98a6cca280ade", kill_on_drop: false }` [INFO] [stdout] 9bd7514e6a4c6e1e5d6aa6fa6bab18c5de7ff4cd0f49ae8eefd98a6cca280ade [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fde45484426f75de99e1a8ab78d647e2bf350bd51f428acfd950c26b4f71acfe [INFO] running `Command { std: "docker" "start" "-a" "fde45484426f75de99e1a8ab78d647e2bf350bd51f428acfd950c26b4f71acfe", kill_on_drop: false }` [INFO] [stderr] Compiling 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "fde45484426f75de99e1a8ab78d647e2bf350bd51f428acfd950c26b4f71acfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fde45484426f75de99e1a8ab78d647e2bf350bd51f428acfd950c26b4f71acfe", kill_on_drop: false }` [INFO] [stdout] fde45484426f75de99e1a8ab78d647e2bf350bd51f428acfd950c26b4f71acfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8586fe2fa87ff5d95e5a7daa2f1fe1e2fae87fd4e90f6823d573d775dbaf23b5 [INFO] running `Command { std: "docker" "start" "-a" "8586fe2fa87ff5d95e5a7daa2f1fe1e2fae87fd4e90f6823d573d775dbaf23b5", kill_on_drop: false }` [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] [stderr] Compiling single_use_seals v0.12.0 (/opt/rustwide/workdir) [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" "8586fe2fa87ff5d95e5a7daa2f1fe1e2fae87fd4e90f6823d573d775dbaf23b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8586fe2fa87ff5d95e5a7daa2f1fe1e2fae87fd4e90f6823d573d775dbaf23b5", kill_on_drop: false }` [INFO] [stdout] 8586fe2fa87ff5d95e5a7daa2f1fe1e2fae87fd4e90f6823d573d775dbaf23b5