[INFO] fetching crate flashmap 0.1.0...
[INFO] testing flashmap-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate flashmap 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate flashmap 0.1.0
[INFO] finished tweaking crates.io crate flashmap 0.1.0
[INFO] tweaked toml for crates.io crate flashmap 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate flashmap 0.1.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 53 packages to latest compatible versions
[INFO] [stderr]       Adding hashbrown v0.12.3 (available: v0.16.0)
[INFO] [stderr]       Adding loom v0.5.6 (available: v0.7.2)
[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] 56bf29ae234228d691781a6902b3d7ef5af2dc570726206e8b3fa42195fba77b
[INFO] running `Command { std: "docker" "start" "-a" "56bf29ae234228d691781a6902b3d7ef5af2dc570726206e8b3fa42195fba77b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56bf29ae234228d691781a6902b3d7ef5af2dc570726206e8b3fa42195fba77b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56bf29ae234228d691781a6902b3d7ef5af2dc570726206e8b3fa42195fba77b", kill_on_drop: false }`
[INFO] [stdout] 56bf29ae234228d691781a6902b3d7ef5af2dc570726206e8b3fa42195fba77b
[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] 8a23f24c7cb31a267a2c071855ebcda61d35a8aea11898539f49418231e82aa5
[INFO] running `Command { std: "docker" "start" "-a" "8a23f24c7cb31a267a2c071855ebcda61d35a8aea11898539f49418231e82aa5", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling flashmap v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]  --> src/util/loom.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(loom)]
[INFO] [stdout]   |       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]  --> src/util/loom.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(not(loom))]
[INFO] [stdout]   |           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]  --> src/util/loom.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(loom)]
[INFO] [stdout]   |       ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider using a Cargo feature instead
[INFO] [stdout]   = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]            [lints.rust]
[INFO] [stdout]            unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]   = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]   --> src/util/loom.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[cfg(loom)]
[INFO] [stdout]    |       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `loom`
[INFO] [stdout]   --> src/util/loom.rs:85:11
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[cfg(not(loom))]
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(loom)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hint`
[INFO] [stdout]  --> src/util/loom.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use std::{hint, sync, thread};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `A` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:125:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |     {A: ?Sized} (A,),
[INFO] [stdout]     |      -          ^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |      |
[INFO] [stdout]     |      this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A,)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `B` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:126:20
[INFO] [stdout]     |
[INFO] [stdout] 126 |     {A, B: ?Sized} (A, B),
[INFO] [stdout]     |         -          ^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |         |
[INFO] [stdout]     |         this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `C` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:127:23
[INFO] [stdout]     |
[INFO] [stdout] 127 |     {A, B, C: ?Sized} (A, B, C),
[INFO] [stdout]     |            -          ^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |            |
[INFO] [stdout]     |            this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `D` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     {A, B, C, D: ?Sized} (A, B, C, D),
[INFO] [stdout]     |               -          ^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |               |
[INFO] [stdout]     |               this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `E` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:129:29
[INFO] [stdout]     |
[INFO] [stdout] 129 |     {A, B, C, D, E: ?Sized} (A, B, C, D, E),
[INFO] [stdout]     |                  -          ^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `F` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |     {A, B, C, D, E, F: ?Sized} (A, B, C, D, E, F),
[INFO] [stdout]     |                     -          ^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `G` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:131:35
[INFO] [stdout]     |
[INFO] [stdout] 131 |     {A, B, C, D, E, F, G: ?Sized} (A, B, C, D, E, F, G),
[INFO] [stdout]     |                        -          ^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F, G)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `H` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:132:38
[INFO] [stdout]     |
[INFO] [stdout] 132 |     {A, B, C, D, E, F, G, H: ?Sized} (A, B, C, D, E, F, G, H),
[INFO] [stdout]     |                           -          ^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F, G, H)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `I` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:133:41
[INFO] [stdout]     |
[INFO] [stdout] 133 |     {A, B, C, D, E, F, G, H, I: ?Sized} (A, B, C, D, E, F, G, H, I),
[INFO] [stdout]     |                              -          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F, G, H, I)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `J` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:134:44
[INFO] [stdout]     |
[INFO] [stdout] 134 |     {A, B, C, D, E, F, G, H, I, J: ?Sized} (A, B, C, D, E, F, G, H, I, J),
[INFO] [stdout]     |                                 -          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F, G, H, I, J)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `K` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |     {A, B, C, D, E, F, G, H, I, J, K: ?Sized} (A, B, C, D, E, F, G, H, I, J, K),
[INFO] [stdout]     |                                    -          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F, G, H, I, J, K)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the size for values of type `L` cannot be known at compilation time
[INFO] [stdout]    --> src/util/deterministic.rs:136:50
[INFO] [stdout]     |
[INFO] [stdout] 136 |     {A, B, C, D, E, F, G, H, I, J, K, L: ?Sized} (A, B, C, D, E, F, G, H, I, J, K, L),
[INFO] [stdout]     |                                       -          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       this type parameter needs to be `Sized`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `(A, B, C, D, E, F, G, H, I, J, K, L)` to implement `Eq`
[INFO] [stdout] note: required by a bound in `deterministic::TrustedHashEq`
[INFO] [stdout]    --> src/util/deterministic.rs:17:40
[INFO] [stdout]     |
[INFO] [stdout]  17 | pub unsafe trait TrustedHashEq: Hash + Eq {}
[INFO] [stdout]     |                                        ^^ required by this bound in `TrustedHashEq`
[INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized`
[INFO] [stdout]     |
[INFO] [stdout]  44 -             unsafe impl$(<$($a,)*$($T$(:?$Sized)?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]  44 +             unsafe impl$(<$($a,)*$($T$()?,)*>)? TrustedHashEq for $Type
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flashmap` (lib) due to 12 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8a23f24c7cb31a267a2c071855ebcda61d35a8aea11898539f49418231e82aa5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a23f24c7cb31a267a2c071855ebcda61d35a8aea11898539f49418231e82aa5", kill_on_drop: false }`
[INFO] [stdout] 8a23f24c7cb31a267a2c071855ebcda61d35a8aea11898539f49418231e82aa5
