[INFO] fetching crate single_use_seals 0.12.0...
[INFO] testing single_use_seals-0.12.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate single_use_seals 0.12.0 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate single_use_seals 0.12.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded amplify v4.9.0
[INFO] [stderr]   Downloaded bitflags v2.9.1
[INFO] [stderr]   Downloaded amplify_derive v4.0.1
[INFO] [stderr]   Downloaded amplify_num v0.5.3
[INFO] [stderr]   Downloaded strict_encoding v2.9.1
[INFO] [stderr]   Downloaded ascii v1.1.0
[INFO] [stderr]   Downloaded strict_encoding_derive v2.8.0
[INFO] [stderr]   Downloaded r-efi v5.2.0
[INFO] [stderr]   Downloaded amplify_syn v2.0.1
[INFO] [stderr]   Downloaded libc v0.2.172
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fceaa4a4b42e90009251e7c362d4301081acf0a06b4666a6081ff7071b28ef2a
[INFO] running `Command { std: "docker" "start" "-a" "fceaa4a4b42e90009251e7c362d4301081acf0a06b4666a6081ff7071b28ef2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fceaa4a4b42e90009251e7c362d4301081acf0a06b4666a6081ff7071b28ef2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fceaa4a4b42e90009251e7c362d4301081acf0a06b4666a6081ff7071b28ef2a", kill_on_drop: false }`
[INFO] [stdout] fceaa4a4b42e90009251e7c362d4301081acf0a06b4666a6081ff7071b28ef2a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b7fd3c5166018647635ccfb0fd6ce790b3966d817506b371f71acd7cb9c9fef3
[INFO] running `Command { std: "docker" "start" "-a" "b7fd3c5166018647635ccfb0fd6ce790b3966d817506b371f71acd7cb9c9fef3", 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<Self> + 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<Self> + 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<Self> + 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<Seal = Self> + 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<Seal = Self> + 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<Seal = Self> + 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.23s
[INFO] running `Command { std: "docker" "inspect" "b7fd3c5166018647635ccfb0fd6ce790b3966d817506b371f71acd7cb9c9fef3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7fd3c5166018647635ccfb0fd6ce790b3966d817506b371f71acd7cb9c9fef3", kill_on_drop: false }`
[INFO] [stdout] b7fd3c5166018647635ccfb0fd6ce790b3966d817506b371f71acd7cb9c9fef3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a9ba6311b2ef2376c8d4ba404f3438ddd0d3e0d2fb0605ff8f3c6fd576ad377
[INFO] running `Command { std: "docker" "start" "-a" "2a9ba6311b2ef2376c8d4ba404f3438ddd0d3e0d2fb0605ff8f3c6fd576ad377", 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] [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<Self> + 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] [stderr]    Compiling single_use_seals v0.12.0 (/opt/rustwide/workdir)
[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<Self> + 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<Self> + 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<Seal = Self> + 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<Seal = Self> + 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<Seal = Self> + 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" "2a9ba6311b2ef2376c8d4ba404f3438ddd0d3e0d2fb0605ff8f3c6fd576ad377", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a9ba6311b2ef2376c8d4ba404f3438ddd0d3e0d2fb0605ff8f3c6fd576ad377", kill_on_drop: false }`
[INFO] [stdout] 2a9ba6311b2ef2376c8d4ba404f3438ddd0d3e0d2fb0605ff8f3c6fd576ad377
