[INFO] cloning repository https://github.com/ArneBouillon/hj [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ArneBouillon/hj" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArneBouillon%2Fhj", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArneBouillon%2Fhj'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d8c8b10d33f139ded5824743f659cecb95ea4095 [INFO] checking ArneBouillon/hj against master#2e6fc425411280c658d852813de01c5157255088 for pr-128013 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArneBouillon%2Fhj" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ArneBouillon/hj on toolchain 2e6fc425411280c658d852813de01c5157255088 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ArneBouillon/hj [INFO] finished tweaking git repo https://github.com/ArneBouillon/hj [INFO] tweaked toml for git repo https://github.com/ArneBouillon/hj written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ArneBouillon/hj 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" "+2e6fc425411280c658d852813de01c5157255088" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iter_fixed v0.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ef9572151f7ce80e648606a1c9fbb290762f315f21c220fef7844ec38a5e7a6 [INFO] running `Command { std: "docker" "start" "-a" "9ef9572151f7ce80e648606a1c9fbb290762f315f21c220fef7844ec38a5e7a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ef9572151f7ce80e648606a1c9fbb290762f315f21c220fef7844ec38a5e7a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ef9572151f7ce80e648606a1c9fbb290762f315f21c220fef7844ec38a5e7a6", kill_on_drop: false }` [INFO] [stdout] 9ef9572151f7ce80e648606a1c9fbb290762f315f21c220fef7844ec38a5e7a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+2e6fc425411280c658d852813de01c5157255088" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20a638914077f628c1c54034a487f61e6471df56635299d64c07b05fc93ef1a0 [INFO] running `Command { std: "docker" "start" "-a" "20a638914077f628c1c54034a487f61e6471df56635299d64c07b05fc93ef1a0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling libc v0.2.131 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Checking either v1.7.0 [INFO] [stderr] Checking iter_fixed v0.3.1 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking num-iter v0.1.43 [INFO] [stderr] Checking num-rational v0.4.1 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking hj v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::internal::hj_validator::HJValidator` [INFO] [stdout] --> src/game/game_info.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::internal::hj_validator::HJValidator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_human::ActorHuman` [INFO] [stdout] --> src/game/game_info.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::rust_actors::actor_human::ActorHuman; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Card`, `Rank`, and `Suit` [INFO] [stdout] --> src/internal/game.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::game::data::{Card, Hand, PassDirection, Rank, Suit}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `determinize_v1` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::rust_actors::determinize::{Determinize, determinize_v1}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::game::actor::Actor` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::game::actor::Actor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::deck::find_winner_pidx` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::util::deck::find_winner_pidx; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ActorRuleV1`, `ExtendedPlayerState`, `Rank`, and `Suit` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::{Card, Rank, ActorRuleV1, Suit, ExtendedPlayerState, DefaultPlayerState}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_dummy::ActorDummy` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::rust_actors::actor_dummy::ActorDummy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::determinize::determinize_v1::DeterminizeV1` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::rust_actors::determinize::determinize_v1::DeterminizeV1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::internal::hj_validator::HJValidator` [INFO] [stdout] --> src/game/game_info.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::internal::hj_validator::HJValidator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `determinize_v1` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::rust_actors::determinize::{Determinize, determinize_v1}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::game::actor::Actor` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::game::actor::Actor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_human::ActorHuman` [INFO] [stdout] --> src/game/game_info.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::rust_actors::actor_human::ActorHuman; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ActorRuleV1`, `EvalRoundV1`, `EvalStateV1`, `ExtendedPlayerState`, `Rank`, and `Suit` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{Card, Rank, ActorRuleV1, Suit, ExtendedPlayerState, DefaultPlayerState, EvalStateV1, EvalRoundV1}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Card`, `Rank`, and `Suit` [INFO] [stdout] --> src/internal/game.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::game::data::{Card, Hand, PassDirection, Rank, Suit}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::player_state::DefaultPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::rust_actors::player_state::DefaultPlayerStateInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::deck::find_winner_pidx` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::util::deck::find_winner_pidx; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `determinize_v1` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::rust_actors::determinize::{Determinize, determinize_v1}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `iter_fixed::IntoIteratorFixed` [INFO] [stdout] --> src/rust_actors/determinize/determinize_v1.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use iter_fixed::IntoIteratorFixed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::game::actor::Actor` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::game::actor::Actor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ActorRuleV1` [INFO] [stdout] --> src/rust_actors/eval_state/eval_state_v1.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Card, Rank, ActorRuleV1, Suit}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::deck::find_winner_pidx` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::util::deck::find_winner_pidx; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ExtendedPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/eval_state/eval_state_v1.rs:8:69 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::rust_actors::player_state::{DefaultPlayerStateInterface, ExtendedPlayerStateInterface}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ActorRuleV1`, `ExtendedPlayerState`, `Rank`, and `Suit` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::{Card, Rank, ActorRuleV1, Suit, ExtendedPlayerState, DefaultPlayerState}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_mcts_v1::ActorMCTSV1` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::rust_actors::actor_mcts_v1::ActorMCTSV1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_mcts_mod_v1::ActorMCTSModV1` [INFO] [stdout] --> src/main.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::rust_actors::actor_mcts_mod_v1::ActorMCTSModV1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_dummy::ActorDummy` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::rust_actors::actor_dummy::ActorDummy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::determinize::determinize_v1::DeterminizeV1` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::rust_actors::determinize::determinize_v1::DeterminizeV1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `determinize_v1` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1.rs:9:52 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::rust_actors::determinize::{Determinize, determinize_v1}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::game::actor::Actor` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::game::actor::Actor; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ActorRuleV1`, `EvalRoundV1`, `EvalStateV1`, `ExtendedPlayerState`, `Rank`, and `Suit` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{Card, Rank, ActorRuleV1, Suit, ExtendedPlayerState, DefaultPlayerState, EvalStateV1, EvalRoundV1}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::player_state::DefaultPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::rust_actors::player_state::DefaultPlayerStateInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::deck::find_winner_pidx` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use crate::util::deck::find_winner_pidx; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `iter_fixed::IntoIteratorFixed` [INFO] [stdout] --> src/rust_actors/determinize/determinize_v1.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use iter_fixed::IntoIteratorFixed; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ActorRuleV1` [INFO] [stdout] --> src/rust_actors/eval_state/eval_state_v1.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Card, Rank, ActorRuleV1, Suit}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ExtendedPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/eval_state/eval_state_v1.rs:8:69 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::rust_actors::player_state::{DefaultPlayerStateInterface, ExtendedPlayerStateInterface}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_mcts_v1::ActorMCTSV1` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use crate::rust_actors::actor_mcts_v1::ActorMCTSV1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::actor_mcts_mod_v1::ActorMCTSModV1` [INFO] [stdout] --> src/main.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::rust_actors::actor_mcts_mod_v1::ActorMCTSModV1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::player_state::BasicPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::rust_actors::player_state::BasicPlayerStateInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::player_state::BasicPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::rust_actors::player_state::BasicPlayerStateInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::player_state::BasicPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use crate::rust_actors::player_state::BasicPlayerStateInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::rust_actors::player_state::BasicPlayerStateInterface` [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::rust_actors::player_state::BasicPlayerStateInterface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `own_pidx` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:85:109 [INFO] [stdout] | [INFO] [stdout] 85 | fn play_randomly>(game_info: &mut GameInfo, actors: &mut [&mut S; 4], own_pidx: usize) -> [isize; 4] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_own_pidx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `own_pidx` [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:85:109 [INFO] [stdout] | [INFO] [stdout] 85 | fn play_randomly>(game_info: &mut GameInfo, actors: &mut [&mut S; 4], own_pidx: usize) -> [isize; 4] { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_own_pidx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 137 | let (mut game_info, mut player_states) = D::determinize(pidx, player_state, played_moves); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/rust_actors/actor_mcts_mod_v1/mcts_mod.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 137 | let (mut game_info, mut player_states) = D::determinize(pidx, player_state, played_moves); [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `card` [INFO] [stdout] --> src/rust_actors/actor_random.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | fn add_dummy(&mut self, card: Card) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_card` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `card` [INFO] [stdout] --> src/rust_actors/actor_random.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | fn add_dummy(&mut self, card: Card) { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_card` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_state` [INFO] [stdout] --> src/rust_actors/eval_state/eval_state_v1.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | >(player_state: &PS, cards: &Vec) -> (f32, f32, Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_state` [INFO] [stdout] --> src/rust_actors/eval_state/eval_state_v1.rs:66:7 [INFO] [stdout] | [INFO] [stdout] 66 | >(player_state: &PS, cards: &Vec) -> (f32, f32, Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/game/errors.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | InvalidCardError(String), [INFO] [stdout] | ---------------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `HJError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 3 | InvalidCardError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `game_info_mut` is never used [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 26 | impl Node { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn game_info_mut(&mut self) -> &mut GameInfo { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `still_has_mut` and `final_scores` are never used [INFO] [stdout] --> src/rust_actors/player_state.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub trait DefaultPlayerStateInterface: BasicPlayerStateInterface { [INFO] [stdout] | --------------------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 31 | fn still_has_mut(&mut self) -> &mut [[bool; 4]; 4]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 32 | [INFO] [stdout] 33 | fn final_scores(&self) -> [isize; 4]; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cards_in_game_by_suit` and `opponent_cards_in_game_by_suit` are never used [INFO] [stdout] --> src/rust_actors/player_state.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub trait ExtendedPlayerStateInterface: DefaultPlayerStateInterface { [INFO] [stdout] | ---------------------------- methods in this trait [INFO] [stdout] 37 | fn cards_in_game_by_suit(&self) -> &[usize; 4]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 38 | fn opponent_cards_in_game(&self) -> &[[bool; 13]; 4]; [INFO] [stdout] 39 | fn opponent_cards_in_game_by_suit(&self) -> &[usize; 4]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/game/errors.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | InvalidCardError(String), [INFO] [stdout] | ---------------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `HJError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 3 | InvalidCardError(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `game_info_mut` is never used [INFO] [stdout] --> src/rust_actors/actor_mcts_v1/mcts.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 26 | impl Node { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn game_info_mut(&mut self) -> &mut GameInfo { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `still_has_mut` and `final_scores` are never used [INFO] [stdout] --> src/rust_actors/player_state.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 26 | pub trait DefaultPlayerStateInterface: BasicPlayerStateInterface { [INFO] [stdout] | --------------------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 31 | fn still_has_mut(&mut self) -> &mut [[bool; 4]; 4]; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 32 | [INFO] [stdout] 33 | fn final_scores(&self) -> [isize; 4]; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `cards_in_game_by_suit` and `opponent_cards_in_game_by_suit` are never used [INFO] [stdout] --> src/rust_actors/player_state.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 36 | pub trait ExtendedPlayerStateInterface: DefaultPlayerStateInterface { [INFO] [stdout] | ---------------------------- methods in this trait [INFO] [stdout] 37 | fn cards_in_game_by_suit(&self) -> &[usize; 4]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 38 | fn opponent_cards_in_game(&self) -> &[[bool; 13]; 4]; [INFO] [stdout] 39 | fn opponent_cards_in_game_by_suit(&self) -> &[usize; 4]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s [INFO] running `Command { std: "docker" "inspect" "20a638914077f628c1c54034a487f61e6471df56635299d64c07b05fc93ef1a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20a638914077f628c1c54034a487f61e6471df56635299d64c07b05fc93ef1a0", kill_on_drop: false }` [INFO] [stdout] 20a638914077f628c1c54034a487f61e6471df56635299d64c07b05fc93ef1a0 [INFO] checking ArneBouillon/hj against try#d856f2da3433420b7077c0dc7ee9441455bc1302 for pr-128013 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArneBouillon%2Fhj" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ArneBouillon/hj on toolchain d856f2da3433420b7077c0dc7ee9441455bc1302 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ArneBouillon/hj [INFO] finished tweaking git repo https://github.com/ArneBouillon/hj [INFO] tweaked toml for git repo https://github.com/ArneBouillon/hj written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ArneBouillon/hj 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" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 074d2edba05c45b5773b767353bd6fc8f94ef91af12e4ea6952963d6d9e44a80 [INFO] running `Command { std: "docker" "start" "-a" "074d2edba05c45b5773b767353bd6fc8f94ef91af12e4ea6952963d6d9e44a80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "074d2edba05c45b5773b767353bd6fc8f94ef91af12e4ea6952963d6d9e44a80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "074d2edba05c45b5773b767353bd6fc8f94ef91af12e4ea6952963d6d9e44a80", kill_on_drop: false }` [INFO] [stdout] 074d2edba05c45b5773b767353bd6fc8f94ef91af12e4ea6952963d6d9e44a80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+d856f2da3433420b7077c0dc7ee9441455bc1302" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ebe8d0be81067c5c75cb81cb4ea165ffb220eb107483de3ebb3988e76ed5086 [INFO] running `Command { std: "docker" "start" "-a" "5ebe8d0be81067c5c75cb81cb4ea165ffb220eb107483de3ebb3988e76ed5086", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling libc v0.2.131 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Checking either v1.7.0 [INFO] [stderr] Checking iter_fixed v0.3.1 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking num-integer v0.1.45 [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs:479:41 [INFO] [stdout] | [INFO] [stdout] 479 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 825 | impl_integer_for_isize!(i8, test_integer_i8); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs:479:41 [INFO] [stdout] | [INFO] [stdout] 479 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 826 | impl_integer_for_isize!(i16, test_integer_i16); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs:479:41 [INFO] [stdout] | [INFO] [stdout] 479 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 827 | impl_integer_for_isize!(i32, test_integer_i32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs:479:41 [INFO] [stdout] | [INFO] [stdout] 479 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 828 | impl_integer_for_isize!(i64, test_integer_i64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs:479:41 [INFO] [stdout] | [INFO] [stdout] 479 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 829 | impl_integer_for_isize!(isize, test_integer_isize); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs:479:41 [INFO] [stdout] | [INFO] [stdout] 479 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ multiple `abs` found [INFO] [stdout] ... [INFO] [stdout] 831 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl for the type `i128` [INFO] [stdout] = note: candidate #2 is defined in an impl for the type `i16` [INFO] [stdout] = note: candidate #3 is defined in an impl for the type `i32` [INFO] [stdout] = note: candidate #4 is defined in an impl for the type `i64` [INFO] [stdout] = note: and 2 others [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `num-integer` (lib) due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5ebe8d0be81067c5c75cb81cb4ea165ffb220eb107483de3ebb3988e76ed5086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ebe8d0be81067c5c75cb81cb4ea165ffb220eb107483de3ebb3988e76ed5086", kill_on_drop: false }` [INFO] [stdout] 5ebe8d0be81067c5c75cb81cb4ea165ffb220eb107483de3ebb3988e76ed5086