[INFO] fetching crate single_use_seals 0.12.0...
[INFO] testing single_use_seals-0.12.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate single_use_seals 0.12.0 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate single_use_seals 0.12.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a7c5edd372b4ce29832b4f3cd029c504e60e6ebbdd17b679c53827cc9c5acb06
[INFO] running `Command { std: "docker" "start" "-a" "a7c5edd372b4ce29832b4f3cd029c504e60e6ebbdd17b679c53827cc9c5acb06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7c5edd372b4ce29832b4f3cd029c504e60e6ebbdd17b679c53827cc9c5acb06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7c5edd372b4ce29832b4f3cd029c504e60e6ebbdd17b679c53827cc9c5acb06", kill_on_drop: false }`
[INFO] [stdout] a7c5edd372b4ce29832b4f3cd029c504e60e6ebbdd17b679c53827cc9c5acb06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 559174855d116411932c229bef8d0d2217bc8aa92af1a7db05b27d3d59c48e14
[INFO] running `Command { std: "docker" "start" "-a" "559174855d116411932c229bef8d0d2217bc8aa92af1a7db05b27d3d59c48e14", 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.12s
[INFO] running `Command { std: "docker" "inspect" "559174855d116411932c229bef8d0d2217bc8aa92af1a7db05b27d3d59c48e14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "559174855d116411932c229bef8d0d2217bc8aa92af1a7db05b27d3d59c48e14", kill_on_drop: false }`
[INFO] [stdout] 559174855d116411932c229bef8d0d2217bc8aa92af1a7db05b27d3d59c48e14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ece8c75d0f233817fc0cf2866ab107bc0538504b0927cd1d6058fc9c1cd1165b
[INFO] running `Command { std: "docker" "start" "-a" "ece8c75d0f233817fc0cf2866ab107bc0538504b0927cd1d6058fc9c1cd1165b", 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] [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] [stderr]    Compiling single_use_seals v0.12.0 (/opt/rustwide/workdir)
[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" "ece8c75d0f233817fc0cf2866ab107bc0538504b0927cd1d6058fc9c1cd1165b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ece8c75d0f233817fc0cf2866ab107bc0538504b0927cd1d6058fc9c1cd1165b", kill_on_drop: false }`
[INFO] [stdout] ece8c75d0f233817fc0cf2866ab107bc0538504b0927cd1d6058fc9c1cd1165b
