[INFO] cloning repository https://github.com/kevin-lesenechal/freebj [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kevin-lesenechal/freebj" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevin-lesenechal%2Ffreebj", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevin-lesenechal%2Ffreebj'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f4e025861ab1e74a26d201dfbf9b9928f2a31e8 [INFO] testing kevin-lesenechal/freebj against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkevin-lesenechal%2Ffreebj" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kevin-lesenechal/freebj on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kevin-lesenechal/freebj [INFO] finished tweaking git repo https://github.com/kevin-lesenechal/freebj [INFO] tweaked toml for git repo https://github.com/kevin-lesenechal/freebj written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/kevin-lesenechal/freebj already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f948912d159dadc022199c7d6315d0ce1cf150e336410775e673f1d3cacbb97 [INFO] running `Command { std: "docker" "start" "-a" "6f948912d159dadc022199c7d6315d0ce1cf150e336410775e673f1d3cacbb97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f948912d159dadc022199c7d6315d0ce1cf150e336410775e673f1d3cacbb97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f948912d159dadc022199c7d6315d0ce1cf150e336410775e673f1d3cacbb97", kill_on_drop: false }` [INFO] [stdout] 6f948912d159dadc022199c7d6315d0ce1cf150e336410775e673f1d3cacbb97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f9f0d7640566f5d4d38808168b4f079d95192cb50d35bc8997939a801ab520a [INFO] running `Command { std: "docker" "start" "-a" "7f9f0d7640566f5d4d38808168b4f079d95192cb50d35bc8997939a801ab520a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.27.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam v0.8.0 [INFO] [stderr] Compiling freebj v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` 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] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:32:3 [INFO] [stdout] | [INFO] [stdout] 32 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 33 | #[derive(Debug, PartialEq, Copy, Clone, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.33s [INFO] running `Command { std: "docker" "inspect" "7f9f0d7640566f5d4d38808168b4f079d95192cb50d35bc8997939a801ab520a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f9f0d7640566f5d4d38808168b4f079d95192cb50d35bc8997939a801ab520a", kill_on_drop: false }` [INFO] [stdout] 7f9f0d7640566f5d4d38808168b4f079d95192cb50d35bc8997939a801ab520a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d29c7f8d7c48099150447580358b4f73f855a5ef592dd5ffed68f2780b3c5e58 [INFO] running `Command { std: "docker" "start" "-a" "d29c7f8d7c48099150447580358b4f73f855a5ef592dd5ffed68f2780b3c5e58", kill_on_drop: false }` [INFO] [stderr] Compiling freebj v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` 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] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:32:3 [INFO] [stdout] | [INFO] [stdout] 32 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 33 | #[derive(Debug, PartialEq, Copy, Clone, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 4 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` 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] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:12:3 [INFO] [stdout] | [INFO] [stdout] 12 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 13 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/game_rules.rs:32:3 [INFO] [stdout] | [INFO] [stdout] 32 | #[serde(rename_all = "snake_case")] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 33 | #[derive(Debug, PartialEq, Copy, Clone, Serialize)] [INFO] [stdout] | --------- the attribute is introduced here [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: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "d29c7f8d7c48099150447580358b4f73f855a5ef592dd5ffed68f2780b3c5e58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d29c7f8d7c48099150447580358b4f73f855a5ef592dd5ffed68f2780b3c5e58", kill_on_drop: false }` [INFO] [stdout] d29c7f8d7c48099150447580358b4f73f855a5ef592dd5ffed68f2780b3c5e58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6f19937f1903178b076a59abf9453c28ad09a57b02d9bd643c6c2e1a841fa650 [INFO] running `Command { std: "docker" "start" "-a" "6f19937f1903178b076a59abf9453c28ad09a57b02d9bd643c6c2e1a841fa650", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/game_rules.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | #[serde(rename_all = "snake_case")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 4 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/game_rules.rs:12:3 [INFO] [stderr] | [INFO] [stderr] 12 | #[serde(rename_all = "snake_case")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 13 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/game_rules.rs:21:3 [INFO] [stderr] | [INFO] [stderr] 21 | #[serde(rename_all = "snake_case")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 22 | #[derive(Debug, PartialEq, Serialize)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> src/game_rules.rs:32:3 [INFO] [stderr] | [INFO] [stderr] 32 | #[serde(rename_all = "snake_case")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] 33 | #[derive(Debug, PartialEq, Copy, Clone, Serialize)] [INFO] [stderr] | --------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: `freebj` (lib) generated 4 warnings [INFO] [stderr] warning: `freebj` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.63s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/freebj-c96a9b102005ef4b) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test basic_strategy::tests::it_plays_hard_hands ... ok [INFO] [stdout] test basic_strategy::tests::it_plays_soft_hands ... ok [INFO] [stdout] test basic_strategy::tests::it_plays_surrenders ... ok [INFO] [stdout] test betting::tests::it_stops_increasing_on_a_maximum_tc ... ok [INFO] [stdout] test betting::tests::it_uses_a_fixed_bet ... ok [INFO] [stdout] test basic_strategy::tests::it_plays_pairs ... ok [INFO] [stdout] test betting::tests::it_uses_a_specific_bet_on_negative_or_zero_counts ... ok [INFO] [stdout] test betting::tests::it_uses_hilo_betting ... ok [INFO] [stdout] test betting::tests::it_wongouts_under_a_specific_tc ... ok [INFO] [stdout] test betting::tests::it_uses_hilo_betting_with_all_options ... ok [INFO] [stdout] test card::tests::it_converts_from_str ... ok [INFO] [stdout] test hand::tests::it_can_be_indexed ... ok [INFO] [stdout] test hand::tests::it_can_be_iterated_over ... ok [INFO] [stdout] test hand::tests::it_detects_busted_hands ... ok [INFO] [stdout] test hand::tests::it_handles_hard_hands_with_aces ... ok [INFO] [stdout] test hand::tests::it_detects_blackjacks ... ok [INFO] [stdout] test hand::tests::it_handles_soft_hands ... ok [INFO] [stdout] test hand::tests::it_returns_the_number_of_cards ... ok [INFO] [stdout] test hand::tests::it_returns_the_value_of_hard_hands ... ok [INFO] [stdout] test hand_logic::tests::it_determines_whether_it_can_double_down ... ok [INFO] [stdout] test hand_logic::tests::it_returns_the_hand_result ... ok [INFO] [stdout] test hand_stats::tests::it_update_hand_stats ... ok [INFO] [stdout] test round::tests::it_doubles_down ... ok [INFO] [stdout] test round::tests::it_busts_a_hand ... ok [INFO] [stdout] test round::tests::it_loses_a_hand ... ok [INFO] [stdout] test round::tests::it_insures ... ok [INFO] [stdout] test round::tests::it_split_pairs ... ok [INFO] [stdout] test round::tests::it_wins_a_hand ... ok [INFO] [stdout] test running_stats::tests::it_is_empty ... ok [INFO] [stdout] test running_stats::tests::it_pushes_100_values ... ok [INFO] [stdout] test running_stats::tests::it_sums_assign_running_stats ... ok [INFO] [stdout] test running_stats::tests::it_sums_running_stats ... ok [INFO] [stdout] test running_stats::tests::it_pushes_one_value ... ok [INFO] [stdout] test shoe::queued_shoe::tests::it_picks_a_card_in_queued_shoe ... ok [INFO] [stdout] test shoe::file_shoe::tests::it_loads_a_file_shoe ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_can_be_reshuffled ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_creates_a_one_deck_shoe ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_forces_a_specific_true_count ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_needs_reshuffling_because_of_penetration ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_picks_a_card ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_removes_low_high_cards_single_deck ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_removes_all_high_cards_single_deck ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_returns_the_running_count ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_tries_to_pick_a_specific_card ... ok [INFO] [stdout] test basic_strategy::tests::it_plays_specific_deviations ... ok [INFO] [stdout] test basic_strategy::tests::it_parses_dev_override ... ok [INFO] [stdout] test hand::tests::it_panicks_when_adding_17_cards - should panic ... ok [INFO] [stdout] test round::tests::it_overrides_surrender ... FAILED [INFO] [stdout] test round::tests::it_panics_when_doubling_split_pairs_with_no_das - should panic ... ok [INFO] [stdout] test round::tests::it_panics_when_splitting_above_max - should panic ... ok [INFO] [stdout] test round::tests::it_panics_when_splitting_non_pairs - should panic ... ok [INFO] [stdout] test round::tests::it_panics_when_splitting_with_three_cards - should panic ... ok [INFO] [stdout] test shoe::queued_shoe::tests::it_panics_when_picking_too_many_cards - should panic ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_panics_trying_to_remove_too_much_high_cards - should panic ... ok [INFO] [stdout] test shoe::standard_shoe::tests::it_panics_trying_to_remove_too_much_low_cards - should panic ... ok [INFO] [stdout] test basic_strategy::tests::it_parses_deviation ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- round::tests::it_overrides_surrender stdout ---- [INFO] [stdout] thread 'round::tests::it_overrides_surrender' panicked at 'not implemented', src/round.rs:458:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56433f6df22d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56433f6df22d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56433f6df22d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56433f6df22d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56433f70632c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56433f6dab28 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56433f6e1507 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56433f6e1507 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56433f6e1507 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56433f6e123c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56433f6e1c59 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56433f6e1909 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:586:13 [INFO] [stdout] 12: 0x56433f6df6f4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56433f6e1659 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56433f4a8673 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56433f4a853d - core::panicking::panic::h4241c5ccea17faca [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x56433f4da75d - freebj::round::tests::it_overrides_surrender::h97d2a302a18a11af [INFO] [stdout] at /opt/rustwide/workdir/src/round.rs:458:9 [INFO] [stdout] 17: 0x56433f4da72a - freebj::round::tests::it_overrides_surrender::{{closure}}::h28a16c08cba74ac2 [INFO] [stdout] at /opt/rustwide/workdir/src/round.rs:457:5 [INFO] [stdout] 18: 0x56433f4c3d7e - core::ops::function::FnOnce::call_once::h7c0530e5667b7058 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x56433f506873 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56433f506873 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 21: 0x56433f505554 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 22: 0x56433f505554 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x56433f505554 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 24: 0x56433f505554 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 25: 0x56433f505554 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 26: 0x56433f505554 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 27: 0x56433f505554 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 28: 0x56433f50ee71 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 29: 0x56433f50ee71 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 30: 0x56433f4db4ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 31: 0x56433f4db4ef - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x56433f4db4ef - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 33: 0x56433f4db4ef - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 34: 0x56433f4db4ef - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 35: 0x56433f4db4ef - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 36: 0x56433f4db4ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x56433f6e7943 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 38: 0x56433f6e7943 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56433f6e7943 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7fa7bbcda609 - start_thread [INFO] [stdout] 41: 0x7fa7bbf63163 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] round::tests::it_overrides_surrender [INFO] [stdout] [INFO] [stdout] test result: FAILED. 55 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "6f19937f1903178b076a59abf9453c28ad09a57b02d9bd643c6c2e1a841fa650", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f19937f1903178b076a59abf9453c28ad09a57b02d9bd643c6c2e1a841fa650", kill_on_drop: false }` [INFO] [stdout] 6f19937f1903178b076a59abf9453c28ad09a57b02d9bd643c6c2e1a841fa650