[INFO] fetching crate portable-hash 0.3.0... [INFO] checking portable-hash-0.3.0 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate portable-hash 0.3.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate portable-hash 0.3.0 [INFO] finished tweaking crates.io crate portable-hash 0.3.0 [INFO] tweaked toml for crates.io crate portable-hash 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate portable-hash 0.3.0 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate portable-hash 0.3.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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 980775e752863f012c032de577bbcdd86c576bb6593cbceb6ecb71b3d5893cc9 [INFO] running `Command { std: "docker" "start" "-a" "980775e752863f012c032de577bbcdd86c576bb6593cbceb6ecb71b3d5893cc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "980775e752863f012c032de577bbcdd86c576bb6593cbceb6ecb71b3d5893cc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "980775e752863f012c032de577bbcdd86c576bb6593cbceb6ecb71b3d5893cc9", kill_on_drop: false }` [INFO] [stdout] 980775e752863f012c032de577bbcdd86c576bb6593cbceb6ecb71b3d5893cc9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4f6ff639a46b32542e1613fb677e46758975ec60d84073feb953219866c1899 [INFO] running `Command { std: "docker" "start" "-a" "b4f6ff639a46b32542e1613fb677e46758975ec60d84073feb953219866c1899", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling portable-hash-macros v0.1.1 [INFO] [stderr] Checking portable-hash v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time [INFO] [stdout] --> src/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 69 | impl_hash_tuple! { (T TO) } [INFO] [stdout] | --------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T,)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 70 | impl_hash_tuple! { (T TO) (B BO) } [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 71 | impl_hash_tuple! { (T TO) (B BO) (C CO) } [INFO] [stdout] | ----------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 72 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) } [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 73 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) } [INFO] [stdout] | ------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 74 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) } [INFO] [stdout] | -------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 75 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) } [INFO] [stdout] | --------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 76 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) } [INFO] [stdout] | ---------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 77 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) } [INFO] [stdout] | ----------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 78 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) (J JO) } [INFO] [stdout] | ------------------------------------------------------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I, J)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 79 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) (J JO) (K KO) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I, J, K)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 80 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) (J JO) (K KO) (L LO) } [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I, J, K, L)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `T` cannot be known at compilation time [INFO] [stdout] --> src/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 69 | impl_hash_tuple! { (T TO) } [INFO] [stdout] | --------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T,)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 70 | impl_hash_tuple! { (T TO) (B BO) } [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 71 | impl_hash_tuple! { (T TO) (B BO) (C CO) } [INFO] [stdout] | ----------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 72 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) } [INFO] [stdout] | ------------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 73 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) } [INFO] [stdout] | ------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 74 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) } [INFO] [stdout] | -------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 75 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) } [INFO] [stdout] | --------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 76 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) } [INFO] [stdout] | ---------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 77 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) } [INFO] [stdout] | ----------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 78 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) (J JO) } [INFO] [stdout] | ------------------------------------------------------------------------------------------ [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I, J)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 79 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) (J JO) (K KO) } [INFO] [stdout] | ------------------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I, J, K)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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/ord_impls/primitives.rs:44:59 [INFO] [stdout] | [INFO] [stdout] 44 | impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] ... [INFO] [stdout] 80 | impl_hash_tuple! { (T TO) (B BO) (C CO) (D DO) (E EO) (F FO) (G GO) (H HO) (I IO) (J JO) (K KO) (L LO) } [INFO] [stdout] | -------------------------------------------------------------------------------------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | this type parameter needs to be `Sized` [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: required for `(T, B, C, D, E, F, G, H, I, J, K, L)` to implement `Ord` [INFO] [stdout] note: required by a bound in `PortableOrd` [INFO] [stdout] --> src/lib.rs:84:24 [INFO] [stdout] | [INFO] [stdout] 84 | pub trait PortableOrd: Ord { [INFO] [stdout] | ^^^ required by this bound in `PortableOrd` [INFO] [stdout] = note: this error originates in the macro `impl_hash_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the `?Sized` bound to make the type parameter `Sized` [INFO] [stdout] | [INFO] [stdout] 44 - impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) where last_type!($($name,)+): ?Sized { [INFO] [stdout] 44 + impl<$($name: PortableOrd),+> PortableOrd for ($($name,)+) { [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 `portable-hash` (lib test) due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `portable-hash` (lib) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "b4f6ff639a46b32542e1613fb677e46758975ec60d84073feb953219866c1899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4f6ff639a46b32542e1613fb677e46758975ec60d84073feb953219866c1899", kill_on_drop: false }` [INFO] [stdout] b4f6ff639a46b32542e1613fb677e46758975ec60d84073feb953219866c1899