[INFO] fetching crate aflak_cake 0.0.3...
[INFO] checking aflak_cake-0.0.3 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate aflak_cake 0.0.3 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate aflak_cake 0.0.3 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aflak_cake 0.0.3
[INFO] finished tweaking crates.io crate aflak_cake 0.0.3
[INFO] tweaked toml for crates.io crate aflak_cake 0.0.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v0.4.2
[INFO] [stderr]   Downloaded boow v0.1.3
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.5
[INFO] [stderr]   Downloaded ron v0.2.2
[INFO] [stderr]   Downloaded proc-macro2 v0.2.3
[INFO] [stderr]   Downloaded rayon v1.9.0
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.18
[INFO] [stderr]   Downloaded syn v0.12.15
[INFO] [stderr]   Downloaded rayon-core v1.12.1
[INFO] [stderr]   Downloaded variant_name v0.0.1
[INFO] [stderr]   Downloaded variant_name_derive v0.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 639fce315e43909c2ced8258aa41d18c26e71b84378800824b86cf784437ccf6
[INFO] running `Command { std: "docker" "start" "-a" "639fce315e43909c2ced8258aa41d18c26e71b84378800824b86cf784437ccf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "639fce315e43909c2ced8258aa41d18c26e71b84378800824b86cf784437ccf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "639fce315e43909c2ced8258aa41d18c26e71b84378800824b86cf784437ccf6", kill_on_drop: false }`
[INFO] [stdout] 639fce315e43909c2ced8258aa41d18c26e71b84378800824b86cf784437ccf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ad84ccabcc616d8f65ae06dfbe3cbd63a31cb4c9f66a8caf77b5867dbd45dc8
[INFO] running `Command { std: "docker" "start" "-a" "6ad84ccabcc616d8f65ae06dfbe3cbd63a31cb4c9f66a8caf77b5867dbd45dc8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking variant_name v0.0.1
[INFO] [stderr]     Checking boow v0.1.3
[INFO] [stderr]    Compiling proc-macro2 v0.2.3
[INFO] [stderr]    Compiling quote v0.4.2
[INFO] [stderr]    Compiling syn v0.12.15
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]    Compiling variant_name_derive v0.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking ron v0.2.2
[INFO] [stderr]     Checking aflak_cake v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `rayon` is imported redundantly
[INFO] [stdout]  --> src/dst/compute.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rayon;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate rayon;
[INFO] [stdout]   | ------------------- the item `rayon` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> tests/algo.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `VariantName` is imported redundantly
[INFO] [stdout]  --> tests/support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use aflak_cake::*;
[INFO] [stdout]   |         ------------- the item `VariantName` is already imported here
[INFO] [stdout] 2 | use variant_name::VariantName;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> tests/serialize.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `VariantName` is imported redundantly
[INFO] [stdout]  --> tests/support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use aflak_cake::*;
[INFO] [stdout]   |         ------------- the item `VariantName` is already imported here
[INFO] [stdout] 2 | use variant_name::VariantName;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `DeserTransform` is imported redundantly
[INFO] [stdout]   --> tests/serialize.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | use support::*;
[INFO] [stdout]    |     ---------- the item `DeserTransform` is already imported here
[INFO] [stdout] 15 |
[INFO] [stdout] 16 | use aflak_cake::{DeserTransform, SerialTransform};
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SerialTransform` is imported redundantly
[INFO] [stdout]   --> tests/serialize.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | use support::*;
[INFO] [stdout]    |     ---------- the item `SerialTransform` is already imported here
[INFO] [stdout] 15 |
[INFO] [stdout] 16 | use aflak_cake::{DeserTransform, SerialTransform};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> tests/dst.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `VariantName` is imported redundantly
[INFO] [stdout]  --> tests/support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use aflak_cake::*;
[INFO] [stdout]   |         ------------- the item `VariantName` is already imported here
[INFO] [stdout] 2 | use variant_name::VariantName;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `rayon` is imported redundantly
[INFO] [stdout]  --> src/dst/compute.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rayon;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate rayon;
[INFO] [stdout]   | ------------------- the item `rayon` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.12.15
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6ad84ccabcc616d8f65ae06dfbe3cbd63a31cb4c9f66a8caf77b5867dbd45dc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ad84ccabcc616d8f65ae06dfbe3cbd63a31cb4c9f66a8caf77b5867dbd45dc8", kill_on_drop: false }`
[INFO] [stdout] 6ad84ccabcc616d8f65ae06dfbe3cbd63a31cb4c9f66a8caf77b5867dbd45dc8
[INFO] checking aflak_cake-0.0.3 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate aflak_cake 0.0.3 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate aflak_cake 0.0.3 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aflak_cake 0.0.3
[INFO] finished tweaking crates.io crate aflak_cake 0.0.3
[INFO] tweaked toml for crates.io crate aflak_cake 0.0.3 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 521ba23c04544acfe206ae26ff0b534f9cf62b5c4ae0de64f98cff1bbf1b69f3
[INFO] running `Command { std: "docker" "start" "-a" "521ba23c04544acfe206ae26ff0b534f9cf62b5c4ae0de64f98cff1bbf1b69f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "521ba23c04544acfe206ae26ff0b534f9cf62b5c4ae0de64f98cff1bbf1b69f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "521ba23c04544acfe206ae26ff0b534f9cf62b5c4ae0de64f98cff1bbf1b69f3", kill_on_drop: false }`
[INFO] [stdout] 521ba23c04544acfe206ae26ff0b534f9cf62b5c4ae0de64f98cff1bbf1b69f3
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eabde925c8be2c9e2d25d24f7b1f5c6956fd96266786c6a68b3cd242defcadc9
[INFO] running `Command { std: "docker" "start" "-a" "eabde925c8be2c9e2d25d24f7b1f5c6956fd96266786c6a68b3cd242defcadc9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking variant_name v0.0.1
[INFO] [stderr]     Checking boow v0.1.3
[INFO] [stderr]    Compiling proc-macro2 v0.2.3
[INFO] [stderr]    Compiling quote v0.4.2
[INFO] [stderr]    Compiling syn v0.12.15
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]    Compiling variant_name_derive v0.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking ron v0.2.2
[INFO] [stderr]     Checking aflak_cake v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `rayon` is imported redundantly
[INFO] [stdout]  --> src/dst/compute.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rayon;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate rayon;
[INFO] [stdout]   | ------------------- the item `rayon` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> tests/dst.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `VariantName` is imported redundantly
[INFO] [stdout]  --> tests/support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use aflak_cake::*;
[INFO] [stdout]   |         ------------- the item `VariantName` is already imported here
[INFO] [stdout] 2 | use variant_name::VariantName;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> tests/algo.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> tests/serialize.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `VariantName` is imported redundantly
[INFO] [stdout]  --> tests/support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use aflak_cake::*;
[INFO] [stdout]   |         ------------- the item `VariantName` is already imported here
[INFO] [stdout] 2 | use variant_name::VariantName;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `VariantName` is imported redundantly
[INFO] [stdout]  --> tests/support/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use aflak_cake::*;
[INFO] [stdout]   |         ------------- the item `VariantName` is already imported here
[INFO] [stdout] 2 | use variant_name::VariantName;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `DeserTransform` is imported redundantly
[INFO] [stdout]   --> tests/serialize.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | use support::*;
[INFO] [stdout]    |     ---------- the item `DeserTransform` is already imported here
[INFO] [stdout] 15 |
[INFO] [stdout] 16 | use aflak_cake::{DeserTransform, SerialTransform};
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `SerialTransform` is imported redundantly
[INFO] [stdout]   --> tests/serialize.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | use support::*;
[INFO] [stdout]    |     ---------- the item `SerialTransform` is already imported here
[INFO] [stdout] 15 |
[INFO] [stdout] 16 | use aflak_cake::{DeserTransform, SerialTransform};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `rayon` is imported redundantly
[INFO] [stdout]  --> src/dst/compute.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rayon;
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  ::: src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate rayon;
[INFO] [stdout]   | ------------------- the item `rayon` is already imported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.12.15
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "eabde925c8be2c9e2d25d24f7b1f5c6956fd96266786c6a68b3cd242defcadc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eabde925c8be2c9e2d25d24f7b1f5c6956fd96266786c6a68b3cd242defcadc9", kill_on_drop: false }`
[INFO] [stdout] eabde925c8be2c9e2d25d24f7b1f5c6956fd96266786c6a68b3cd242defcadc9
