[INFO] fetching crate blackjack 0.1.1...
[INFO] checking blackjack-0.1.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate blackjack 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate blackjack 0.1.1 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 blackjack 0.1.1
[INFO] finished tweaking crates.io crate blackjack 0.1.1
[INFO] tweaked toml for crates.io crate blackjack 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate blackjack 0.1.1 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 245f9fc54371e3648f89f088a3bc3bcd0f321beb0a265546950f54053625d006
[INFO] running `Command { std: "docker" "start" "-a" "245f9fc54371e3648f89f088a3bc3bcd0f321beb0a265546950f54053625d006", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "245f9fc54371e3648f89f088a3bc3bcd0f321beb0a265546950f54053625d006", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "245f9fc54371e3648f89f088a3bc3bcd0f321beb0a265546950f54053625d006", kill_on_drop: false }`
[INFO] [stdout] 245f9fc54371e3648f89f088a3bc3bcd0f321beb0a265546950f54053625d006
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] f511c25e14403dadb815bbc29aab138f92edd9c203851db70cc52171143cbad0
[INFO] running `Command { std: "docker" "start" "-a" "f511c25e14403dadb815bbc29aab138f92edd9c203851db70cc52171143cbad0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.72
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking blackjack v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> lib/bridge.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use std::vec::Vec;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> lib/bridge.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use std::vec::Vec;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/card.rs:37:2
[INFO] [stdout]    |
[INFO] [stdout] 37 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 38 |       #[repr(C)]
[INFO] [stdout] 39 | /     pub struct Deck {
[INFO] [stdout] 40 | |         cards: Vec<Card>,
[INFO] [stdout] 41 | |         deck_count: usize,
[INFO] [stdout] 42 | |         card_index: usize
[INFO] [stdout] 43 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:20:2
[INFO] [stdout]    |
[INFO] [stdout] 20 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 21 |       #[derive(Clone)]
[INFO] [stdout] 22 | /     pub struct Player {
[INFO] [stdout] 23 | |         name: String,
[INFO] [stdout] 24 | |         is_dealer: bool,
[INFO] [stdout] 25 | |         hands: Vec<Hand>,
[INFO] [stdout] 26 | |         balance: i32,
[INFO] [stdout] 27 | |         standing: i32
[INFO] [stdout] 28 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/card.rs:37:2
[INFO] [stdout]    |
[INFO] [stdout] 37 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 38 |       #[repr(C)]
[INFO] [stdout] 39 | /     pub struct Deck {
[INFO] [stdout] 40 | |         cards: Vec<Card>,
[INFO] [stdout] 41 | |         deck_count: usize,
[INFO] [stdout] 42 | |         card_index: usize
[INFO] [stdout] 43 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:30:2
[INFO] [stdout]    |
[INFO] [stdout] 30 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 31 |       #[derive(Clone)]
[INFO] [stdout] 32 | /     pub struct Hand {
[INFO] [stdout] 33 | |         cards: Vec<Card>,
[INFO] [stdout] 34 | |         can_surrender: bool,
[INFO] [stdout] 35 | |         surrendered: bool,
[INFO] [stdout] 36 | |         is_set: bool,
[INFO] [stdout] 37 | |         wager: i32
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:20:2
[INFO] [stdout]    |
[INFO] [stdout] 20 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 21 |       #[derive(Clone)]
[INFO] [stdout] 22 | /     pub struct Player {
[INFO] [stdout] 23 | |         name: String,
[INFO] [stdout] 24 | |         is_dealer: bool,
[INFO] [stdout] 25 | |         hands: Vec<Hand>,
[INFO] [stdout] 26 | |         balance: i32,
[INFO] [stdout] 27 | |         standing: i32
[INFO] [stdout] 28 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:30:2
[INFO] [stdout]    |
[INFO] [stdout] 30 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 31 |       #[derive(Clone)]
[INFO] [stdout] 32 | /     pub struct Hand {
[INFO] [stdout] 33 | |         cards: Vec<Card>,
[INFO] [stdout] 34 | |         can_surrender: bool,
[INFO] [stdout] 35 | |         surrendered: bool,
[INFO] [stdout] 36 | |         is_set: bool,
[INFO] [stdout] 37 | |         wager: i32
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_dealer` is never read
[INFO] [stdout]   --> lib/player.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub struct Player {
[INFO] [stdout]    |                ------ field in this struct
[INFO] [stdout] 23 |         name: String,
[INFO] [stdout] 24 |         is_dealer: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Player` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_dealer` is never read
[INFO] [stdout]   --> lib/player.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub struct Player {
[INFO] [stdout]    |                ------ field in this struct
[INFO] [stdout] 23 |         name: String,
[INFO] [stdout] 24 |         is_dealer: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Player` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] running `Command { std: "docker" "inspect" "f511c25e14403dadb815bbc29aab138f92edd9c203851db70cc52171143cbad0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f511c25e14403dadb815bbc29aab138f92edd9c203851db70cc52171143cbad0", kill_on_drop: false }`
[INFO] [stdout] f511c25e14403dadb815bbc29aab138f92edd9c203851db70cc52171143cbad0
[INFO] checking blackjack-0.1.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate blackjack 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate blackjack 0.1.1 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 blackjack 0.1.1
[INFO] finished tweaking crates.io crate blackjack 0.1.1
[INFO] tweaked toml for crates.io crate blackjack 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate blackjack 0.1.1 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a6e15fc2940dd1fc5cf8fdd630a82de760bb413f6b66e7ae8ecacb51e26c02e4
[INFO] running `Command { std: "docker" "start" "-a" "a6e15fc2940dd1fc5cf8fdd630a82de760bb413f6b66e7ae8ecacb51e26c02e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6e15fc2940dd1fc5cf8fdd630a82de760bb413f6b66e7ae8ecacb51e26c02e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6e15fc2940dd1fc5cf8fdd630a82de760bb413f6b66e7ae8ecacb51e26c02e4", kill_on_drop: false }`
[INFO] [stdout] a6e15fc2940dd1fc5cf8fdd630a82de760bb413f6b66e7ae8ecacb51e26c02e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 832541c417c7195c5f6bf321a665c7faacbd28d79cf9daa3f2de87f653608989
[INFO] running `Command { std: "docker" "start" "-a" "832541c417c7195c5f6bf321a665c7faacbd28d79cf9daa3f2de87f653608989", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.72
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking blackjack v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> lib/bridge.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use std::vec::Vec;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/card.rs:37:2
[INFO] [stdout]    |
[INFO] [stdout] 37 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 38 |       #[repr(C)]
[INFO] [stdout] 39 | /     pub struct Deck {
[INFO] [stdout] 40 | |         cards: Vec<Card>,
[INFO] [stdout] 41 | |         deck_count: usize,
[INFO] [stdout] 42 | |         card_index: usize
[INFO] [stdout] 43 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:20:2
[INFO] [stdout]    |
[INFO] [stdout] 20 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 21 |       #[derive(Clone)]
[INFO] [stdout] 22 | /     pub struct Player {
[INFO] [stdout] 23 | |         name: String,
[INFO] [stdout] 24 | |         is_dealer: bool,
[INFO] [stdout] 25 | |         hands: Vec<Hand>,
[INFO] [stdout] 26 | |         balance: i32,
[INFO] [stdout] 27 | |         standing: i32
[INFO] [stdout] 28 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:30:2
[INFO] [stdout]    |
[INFO] [stdout] 30 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 31 |       #[derive(Clone)]
[INFO] [stdout] 32 | /     pub struct Hand {
[INFO] [stdout] 33 | |         cards: Vec<Card>,
[INFO] [stdout] 34 | |         can_surrender: bool,
[INFO] [stdout] 35 | |         surrendered: bool,
[INFO] [stdout] 36 | |         is_set: bool,
[INFO] [stdout] 37 | |         wager: i32
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Vec` is imported redundantly
[INFO] [stdout]   --> lib/bridge.rs:21:6
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use std::vec::Vec;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/prelude/mod.rs:115:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Vec` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/card.rs:37:2
[INFO] [stdout]    |
[INFO] [stdout] 37 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 38 |       #[repr(C)]
[INFO] [stdout] 39 | /     pub struct Deck {
[INFO] [stdout] 40 | |         cards: Vec<Card>,
[INFO] [stdout] 41 | |         deck_count: usize,
[INFO] [stdout] 42 | |         card_index: usize
[INFO] [stdout] 43 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:20:2
[INFO] [stdout]    |
[INFO] [stdout] 20 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 21 |       #[derive(Clone)]
[INFO] [stdout] 22 | /     pub struct Player {
[INFO] [stdout] 23 | |         name: String,
[INFO] [stdout] 24 | |         is_dealer: bool,
[INFO] [stdout] 25 | |         hands: Vec<Hand>,
[INFO] [stdout] 26 | |         balance: i32,
[INFO] [stdout] 27 | |         standing: i32
[INFO] [stdout] 28 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: attribute should be applied to a free function, impl method or static
[INFO] [stdout]   --> lib/player.rs:30:2
[INFO] [stdout]    |
[INFO] [stdout] 30 |       #[no_mangle]
[INFO] [stdout]    |       ^^^^^^^^^^^^
[INFO] [stdout] 31 |       #[derive(Clone)]
[INFO] [stdout] 32 | /     pub struct Hand {
[INFO] [stdout] 33 | |         cards: Vec<Card>,
[INFO] [stdout] 34 | |         can_surrender: bool,
[INFO] [stdout] 35 | |         surrendered: bool,
[INFO] [stdout] 36 | |         is_set: bool,
[INFO] [stdout] 37 | |         wager: i32
[INFO] [stdout] 38 | |     }
[INFO] [stdout]    | |_____- not a free function, impl method or static
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_dealer` is never read
[INFO] [stdout]   --> lib/player.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub struct Player {
[INFO] [stdout]    |                ------ field in this struct
[INFO] [stdout] 23 |         name: String,
[INFO] [stdout] 24 |         is_dealer: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Player` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_dealer` is never read
[INFO] [stdout]   --> lib/player.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub struct Player {
[INFO] [stdout]    |                ------ field in this struct
[INFO] [stdout] 23 |         name: String,
[INFO] [stdout] 24 |         is_dealer: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Player` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "832541c417c7195c5f6bf321a665c7faacbd28d79cf9daa3f2de87f653608989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "832541c417c7195c5f6bf321a665c7faacbd28d79cf9daa3f2de87f653608989", kill_on_drop: false }`
[INFO] [stdout] 832541c417c7195c5f6bf321a665c7faacbd28d79cf9daa3f2de87f653608989
