[INFO] fetching crate onehot 0.1.0...
[INFO] checking onehot-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate onehot 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate onehot 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate onehot 0.1.0
[INFO] finished tweaking crates.io crate onehot 0.1.0
[INFO] tweaked toml for crates.io crate onehot 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded onehot-derive v0.1.0
[INFO] [stderr]   Downloaded bitmatrix v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad019315727dbee2d3e1d20f6c94b2235f2636fb295b045390ca126680e177f2
[INFO] running `Command { std: "docker" "start" "-a" "ad019315727dbee2d3e1d20f6c94b2235f2636fb295b045390ca126680e177f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad019315727dbee2d3e1d20f6c94b2235f2636fb295b045390ca126680e177f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad019315727dbee2d3e1d20f6c94b2235f2636fb295b045390ca126680e177f2", kill_on_drop: false }`
[INFO] [stdout] ad019315727dbee2d3e1d20f6c94b2235f2636fb295b045390ca126680e177f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 566f60aa7bb12071d3a5b9d7128ac8c04dfdea389cec28faf7cafc1050801350
[INFO] running `Command { std: "docker" "start" "-a" "566f60aa7bb12071d3a5b9d7128ac8c04dfdea389cec28faf7cafc1050801350", kill_on_drop: false }`
[INFO] [stderr]     Checking onehot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling onehot-derive v0.1.0
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]  --> src/tests/structs.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(OneHot)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/tests/structs.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::OneHot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use onehot_derive::OneHot;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/structs.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/structs.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout] 5  | use crate::OneHot;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/structs.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/structs.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout] 5  | use crate::OneHot;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/structs.rs:25:4
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]  --> src/tests/enums.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(OneHot)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/tests/enums.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use onehot_derive::OneHot;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]  --> src/tests/enums.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[onehot(ignore)]
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/enums.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout] 1  | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:15:4
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/enums.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout] 1  | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleStruct: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |     test_size::<T>(4);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleStruct`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleStruct: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:40:16
[INFO] [stdout]    |
[INFO] [stdout] 40 |     test_labels::<T>(&[
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleStruct`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleStruct: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:48:3
[INFO] [stdout]    |
[INFO] [stdout] 47 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 48 | /         &[
[INFO] [stdout] 49 | |             (T { f1: SimpleEnum::First,  f2: SimpleEnum::Second }, &[true, false, false, true]),
[INFO] [stdout] 50 | |             (T { f1: SimpleEnum::Second, f2: SimpleEnum::Third },  &[false, true, false, false]),
[INFO] [stdout] 51 | |             (T { f1: SimpleEnum::Third,  f2: SimpleEnum::First },  &[false, false, true, false]),
[INFO] [stdout] 52 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleStruct`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericStruct<bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 |     test_size::<T>(3);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleGenericStruct<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericStruct<bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     test_labels::<T>(&["SimpleEnum::First", "SimpleEnum::Second", "bool"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleGenericStruct<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericStruct<bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 65 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 66 | /         &[
[INFO] [stdout] 67 | |             (SimpleGenericStruct(SimpleEnum::First, false), &[true, false, false]),
[INFO] [stdout] 68 | |             (SimpleGenericStruct(SimpleEnum::Second, true), &[false, true, true]),
[INFO] [stdout] 69 | |             (SimpleGenericStruct(SimpleEnum::Third, true), &[false, false, true]),
[INFO] [stdout] 70 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleGenericStruct<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericStruct<'_, '_, bool, bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 79 |     test_size::<T>(5);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `ComplexGenericStruct<'_, '_, bool, bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericStruct<'_, '_, bool, bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 |     test_labels::<T>(&[
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `ComplexGenericStruct<'_, '_, bool, bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericStruct<'_, '_, bool, bool>: OneHot` is not satisfied
[INFO] [stdout]    --> src/tests/structs.rs:90:3
[INFO] [stdout]     |
[INFO] [stdout] 89  |       test_variants(
[INFO] [stdout]     |       ------------- required by a bound introduced by this call
[INFO] [stdout] 90  | /         &[
[INFO] [stdout] 91  | |             (
[INFO] [stdout] 92  | |                 T {
[INFO] [stdout] 93  | |                     _f1: SimpleEnum::First,
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |             ),
[INFO] [stdout] 121 | |         ]
[INFO] [stdout]     | |_________^ the trait `OneHot` is not implemented for `ComplexGenericStruct<'_, '_, bool, bool>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `OneHot`:
[INFO] [stdout]               bool
[INFO] [stdout]               &T
[INFO] [stdout]               &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]    --> src/tests/mod.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout] 23  | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]     |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleEnum: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     test_size::<T>(2);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleEnum: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 |     test_labels::<T>(&["SimpleEnum::First", "SimpleEnum::Second"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleEnum: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 44 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 45 | /         &[
[INFO] [stdout] 46 | |             (T::First, &[true, false]),
[INFO] [stdout] 47 | |             (T::Second, &[false, true]),
[INFO] [stdout] 48 | |             (T::Third, &[false, false]),
[INFO] [stdout] 49 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericEnum<()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:58:14
[INFO] [stdout]    |
[INFO] [stdout] 58 |     test_size::<T>(2);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleGenericEnum<()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericEnum<()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:60:16
[INFO] [stdout]    |
[INFO] [stdout] 60 |     test_labels::<T>(&["SimpleGenericEnum::Second", "SimpleGenericEnum::Third"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleGenericEnum<()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericEnum<()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 62 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 63 | /         &[
[INFO] [stdout] 64 | |             (T::First(()), &[false, false]),
[INFO] [stdout] 65 | |             (T::Second, &[true, false]),
[INFO] [stdout] 66 | |             (T::Third, &[false, true]),
[INFO] [stdout] 67 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleGenericEnum<()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericEnum<'_, '_, (), ()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |     test_size::<T>(1);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `ComplexGenericEnum<'_, '_, (), ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericEnum<'_, '_, (), ()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:78:16
[INFO] [stdout]    |
[INFO] [stdout] 78 |     test_labels::<T>(&["ComplexGenericEnum::Third"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `ComplexGenericEnum<'_, '_, (), ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericEnum<'_, '_, (), ()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 80 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 81 | /         &[
[INFO] [stdout] 82 | |             (T::First(&()), &[false]),
[INFO] [stdout] 83 | |             (T::Second { _field: &() }, &[false]),
[INFO] [stdout] 84 | |             (T::Third, &[true]),
[INFO] [stdout] 85 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `ComplexGenericEnum<'_, '_, (), ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `onehot` (lib test) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "566f60aa7bb12071d3a5b9d7128ac8c04dfdea389cec28faf7cafc1050801350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "566f60aa7bb12071d3a5b9d7128ac8c04dfdea389cec28faf7cafc1050801350", kill_on_drop: false }`
[INFO] [stdout] 566f60aa7bb12071d3a5b9d7128ac8c04dfdea389cec28faf7cafc1050801350
[INFO] checking onehot-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate onehot 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate onehot 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate onehot 0.1.0
[INFO] finished tweaking crates.io crate onehot 0.1.0
[INFO] tweaked toml for crates.io crate onehot 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d0ceeaea7d2f706b4369d191f4edac8ee5528c8ea9fc6ada1b81459bd215ccf1
[INFO] running `Command { std: "docker" "start" "-a" "d0ceeaea7d2f706b4369d191f4edac8ee5528c8ea9fc6ada1b81459bd215ccf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0ceeaea7d2f706b4369d191f4edac8ee5528c8ea9fc6ada1b81459bd215ccf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0ceeaea7d2f706b4369d191f4edac8ee5528c8ea9fc6ada1b81459bd215ccf1", kill_on_drop: false }`
[INFO] [stdout] d0ceeaea7d2f706b4369d191f4edac8ee5528c8ea9fc6ada1b81459bd215ccf1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 288fe15518a173bf38a4268b315e46d7299c86dac311dfaafbedefd241a52f3f
[INFO] running `Command { std: "docker" "start" "-a" "288fe15518a173bf38a4268b315e46d7299c86dac311dfaafbedefd241a52f3f", kill_on_drop: false }`
[INFO] [stderr]     Checking onehot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling onehot-derive v0.1.0
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]  --> src/tests/structs.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(OneHot)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/tests/structs.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::OneHot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use onehot_derive::OneHot;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/structs.rs:15:10
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/structs.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout] 5  | use crate::OneHot;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/structs.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/structs.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout] 5  | use crate::OneHot;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/structs.rs:25:4
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]  --> src/tests/enums.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(OneHot)]
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> src/tests/enums.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 1 + use onehot_derive::OneHot;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]  --> src/tests/enums.rs:8:4
[INFO] [stdout]   |
[INFO] [stdout] 8 |     #[onehot(ignore)]
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/enums.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout] 1  | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:15:4
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `OneHot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(OneHot)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `OneHot` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> src/tests/enums.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout] 1  | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 1  + use onehot_derive::OneHot;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `onehot` in this scope
[INFO] [stdout]   --> src/tests/enums.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[onehot(ignore)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleStruct: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:38:14
[INFO] [stdout]    |
[INFO] [stdout] 38 |     test_size::<T>(4);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleStruct`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleStruct: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:40:16
[INFO] [stdout]    |
[INFO] [stdout] 40 |     test_labels::<T>(&[
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleStruct`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleStruct: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:48:3
[INFO] [stdout]    |
[INFO] [stdout] 47 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 48 | /         &[
[INFO] [stdout] 49 | |             (T { f1: SimpleEnum::First,  f2: SimpleEnum::Second }, &[true, false, false, true]),
[INFO] [stdout] 50 | |             (T { f1: SimpleEnum::Second, f2: SimpleEnum::Third },  &[false, true, false, false]),
[INFO] [stdout] 51 | |             (T { f1: SimpleEnum::Third,  f2: SimpleEnum::First },  &[false, false, true, false]),
[INFO] [stdout] 52 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleStruct`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericStruct<bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:61:14
[INFO] [stdout]    |
[INFO] [stdout] 61 |     test_size::<T>(3);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleGenericStruct<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericStruct<bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     test_labels::<T>(&["SimpleEnum::First", "SimpleEnum::Second", "bool"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleGenericStruct<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericStruct<bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:66:3
[INFO] [stdout]    |
[INFO] [stdout] 65 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 66 | /         &[
[INFO] [stdout] 67 | |             (SimpleGenericStruct(SimpleEnum::First, false), &[true, false, false]),
[INFO] [stdout] 68 | |             (SimpleGenericStruct(SimpleEnum::Second, true), &[false, true, true]),
[INFO] [stdout] 69 | |             (SimpleGenericStruct(SimpleEnum::Third, true), &[false, false, true]),
[INFO] [stdout] 70 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleGenericStruct<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericStruct<'_, '_, bool, bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 79 |     test_size::<T>(5);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `ComplexGenericStruct<'_, '_, bool, bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericStruct<'_, '_, bool, bool>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/structs.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 |     test_labels::<T>(&[
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `ComplexGenericStruct<'_, '_, bool, bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericStruct<'_, '_, bool, bool>: OneHot` is not satisfied
[INFO] [stdout]    --> src/tests/structs.rs:90:3
[INFO] [stdout]     |
[INFO] [stdout] 89  |       test_variants(
[INFO] [stdout]     |       ------------- required by a bound introduced by this call
[INFO] [stdout] 90  | /         &[
[INFO] [stdout] 91  | |             (
[INFO] [stdout] 92  | |                 T {
[INFO] [stdout] 93  | |                     _f1: SimpleEnum::First,
[INFO] [stdout] ...   |
[INFO] [stdout] 120 | |             ),
[INFO] [stdout] 121 | |         ]
[INFO] [stdout]     | |_________^ the trait `OneHot` is not implemented for `ComplexGenericStruct<'_, '_, bool, bool>`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `OneHot`:
[INFO] [stdout]               bool
[INFO] [stdout]               &T
[INFO] [stdout]               &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]    --> src/tests/mod.rs:23:21
[INFO] [stdout]     |
[INFO] [stdout] 23  | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]     |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleEnum: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     test_size::<T>(2);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleEnum: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:42:16
[INFO] [stdout]    |
[INFO] [stdout] 42 |     test_labels::<T>(&["SimpleEnum::First", "SimpleEnum::Second"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleEnum: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 44 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 45 | /         &[
[INFO] [stdout] 46 | |             (T::First, &[true, false]),
[INFO] [stdout] 47 | |             (T::Second, &[false, true]),
[INFO] [stdout] 48 | |             (T::Third, &[false, false]),
[INFO] [stdout] 49 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleEnum`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericEnum<()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:58:14
[INFO] [stdout]    |
[INFO] [stdout] 58 |     test_size::<T>(2);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `SimpleGenericEnum<()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericEnum<()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:60:16
[INFO] [stdout]    |
[INFO] [stdout] 60 |     test_labels::<T>(&["SimpleGenericEnum::Second", "SimpleGenericEnum::Third"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `SimpleGenericEnum<()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleGenericEnum<()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 62 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 63 | /         &[
[INFO] [stdout] 64 | |             (T::First(()), &[false, false]),
[INFO] [stdout] 65 | |             (T::Second, &[true, false]),
[INFO] [stdout] 66 | |             (T::Third, &[false, true]),
[INFO] [stdout] 67 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `SimpleGenericEnum<()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericEnum<'_, '_, (), ()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:76:14
[INFO] [stdout]    |
[INFO] [stdout] 76 |     test_size::<T>(1);
[INFO] [stdout]    |                 ^ the trait `OneHot` is not implemented for `ComplexGenericEnum<'_, '_, (), ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_size`
[INFO] [stdout]   --> src/tests/mod.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout] 7  | fn test_size<T: OneHot>(size: usize) {
[INFO] [stdout]    |                 ^^^^^^ required by this bound in `test_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericEnum<'_, '_, (), ()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:78:16
[INFO] [stdout]    |
[INFO] [stdout] 78 |     test_labels::<T>(&["ComplexGenericEnum::Third"]);
[INFO] [stdout]    |                   ^ the trait `OneHot` is not implemented for `ComplexGenericEnum<'_, '_, (), ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_labels`
[INFO] [stdout]   --> src/tests/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 | fn test_labels<T: OneHot>(labels: &[&str]) {
[INFO] [stdout]    |                   ^^^^^^ required by this bound in `test_labels`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `ComplexGenericEnum<'_, '_, (), ()>: OneHot` is not satisfied
[INFO] [stdout]   --> src/tests/enums.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 80 |       test_variants(
[INFO] [stdout]    |       ------------- required by a bound introduced by this call
[INFO] [stdout] 81 | /         &[
[INFO] [stdout] 82 | |             (T::First(&()), &[false]),
[INFO] [stdout] 83 | |             (T::Second { _field: &() }, &[false]),
[INFO] [stdout] 84 | |             (T::Third, &[true]),
[INFO] [stdout] 85 | |         ]
[INFO] [stdout]    | |_________^ the trait `OneHot` is not implemented for `ComplexGenericEnum<'_, '_, (), ()>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the following other types implement trait `OneHot`:
[INFO] [stdout]              bool
[INFO] [stdout]              &T
[INFO] [stdout]              &mut T
[INFO] [stdout] note: required by a bound in `tests::test_variants`
[INFO] [stdout]   --> src/tests/mod.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn test_variants<T: OneHot>(variants: &[(T, &[bool])]) {
[INFO] [stdout]    |                     ^^^^^^ required by this bound in `test_variants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 29 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `onehot` (lib test) due to 30 previous errors
[INFO] running `Command { std: "docker" "inspect" "288fe15518a173bf38a4268b315e46d7299c86dac311dfaafbedefd241a52f3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "288fe15518a173bf38a4268b315e46d7299c86dac311dfaafbedefd241a52f3f", kill_on_drop: false }`
[INFO] [stdout] 288fe15518a173bf38a4268b315e46d7299c86dac311dfaafbedefd241a52f3f
