[INFO] fetching crate blackjack 0.1.1... [INFO] checking blackjack-0.1.1 against beta for pr-78714 [INFO] extracting crate blackjack 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate blackjack 0.1.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-13/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: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9fbb1cabe550f4dcc9f2fc7986bb1a2224a107e2fd8dab34b9efd55ba7bd0a4c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9fbb1cabe550f4dcc9f2fc7986bb1a2224a107e2fd8dab34b9efd55ba7bd0a4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fbb1cabe550f4dcc9f2fc7986bb1a2224a107e2fd8dab34b9efd55ba7bd0a4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fbb1cabe550f4dcc9f2fc7986bb1a2224a107e2fd8dab34b9efd55ba7bd0a4c", kill_on_drop: false }` [INFO] [stdout] 9fbb1cabe550f4dcc9f2fc7986bb1a2224a107e2fd8dab34b9efd55ba7bd0a4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a845c21e6b283d84f36245255c48247fbe6dbe7b35387513a16e999fecd7c668 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a845c21e6b283d84f36245255c48247fbe6dbe7b35387513a16e999fecd7c668", kill_on_drop: false }` [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: attribute should be applied to a function 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] | _____- [INFO] [stdout] 40 | | cards: Vec, [INFO] [stdout] 41 | | deck_count: usize, [INFO] [stdout] 42 | | card_index: usize [INFO] [stdout] 43 | | } [INFO] [stdout] | |_____- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [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 function 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] | _____- [INFO] [stdout] 23 | | name: String, [INFO] [stdout] 24 | | is_dealer: bool, [INFO] [stdout] 25 | | hands: Vec, [INFO] [stdout] 26 | | balance: i32, [INFO] [stdout] 27 | | standing: i32 [INFO] [stdout] 28 | | } [INFO] [stdout] | |_____- not a function 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 function 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] | _____- [INFO] [stdout] 33 | | cards: Vec, [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 function 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 function 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] | _____- [INFO] [stdout] 40 | | cards: Vec, [INFO] [stdout] 41 | | deck_count: usize, [INFO] [stdout] 42 | | card_index: usize [INFO] [stdout] 43 | | } [INFO] [stdout] | |_____- not a function or static [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [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 function 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] | _____- [INFO] [stdout] 23 | | name: String, [INFO] [stdout] 24 | | is_dealer: bool, [INFO] [stdout] 25 | | hands: Vec, [INFO] [stdout] 26 | | balance: i32, [INFO] [stdout] 27 | | standing: i32 [INFO] [stdout] 28 | | } [INFO] [stdout] | |_____- not a function 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 function 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] | _____- [INFO] [stdout] 33 | | cards: Vec, [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 function 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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.49s [INFO] running `Command { std: "docker" "inspect" "a845c21e6b283d84f36245255c48247fbe6dbe7b35387513a16e999fecd7c668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a845c21e6b283d84f36245255c48247fbe6dbe7b35387513a16e999fecd7c668", kill_on_drop: false }` [INFO] [stdout] a845c21e6b283d84f36245255c48247fbe6dbe7b35387513a16e999fecd7c668