[INFO] fetching crate marjapussi 0.1.2... [INFO] testing marjapussi-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate marjapussi 0.1.2 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate marjapussi 0.1.2 [INFO] finished tweaking crates.io crate marjapussi 0.1.2 [INFO] tweaked toml for crates.io crate marjapussi 0.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate marjapussi 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate marjapussi 0.1.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3931e9cd4bf263eeed9035bfe46f4b9d4e0394ecf35cb72685359bfe4eb32d41 [INFO] running `Command { std: "docker" "start" "-a" "3931e9cd4bf263eeed9035bfe46f4b9d4e0394ecf35cb72685359bfe4eb32d41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3931e9cd4bf263eeed9035bfe46f4b9d4e0394ecf35cb72685359bfe4eb32d41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3931e9cd4bf263eeed9035bfe46f4b9d4e0394ecf35cb72685359bfe4eb32d41", kill_on_drop: false }` [INFO] [stdout] 3931e9cd4bf263eeed9035bfe46f4b9d4e0394ecf35cb72685359bfe4eb32d41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8dbb82831374ebc7165a5fe141030e4b29c7215994f02c5ba6518aeacd956e7 [INFO] running `Command { std: "docker" "start" "-a" "c8dbb82831374ebc7165a5fe141030e4b29c7215994f02c5ba6518aeacd956e7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling zerocopy v0.8.23 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling serde_json v1.0.99 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling strum v0.27.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling clap_builder v4.5.32 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stderr] Compiling darling_core v0.20.3 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling darling_macro v0.20.3 [INFO] [stderr] Compiling darling v0.20.3 [INFO] [stderr] Compiling serde_with_macros v3.12.0 [INFO] [stderr] Compiling serde_with v3.12.0 [INFO] [stderr] Compiling marjapussi v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `id`, `game_value`, `players_sup`, `players_points`, `tricks`, and `schwarz_game` are never read [INFO] [stdout] --> src/game/parse.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct LegacyGameFormat { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 59 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 66 | game_value: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 67 | actions: Vec, [INFO] [stdout] 68 | players_sup: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 69 | players_points: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 70 | tricks: Vec>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 71 | #[serde(default)] [INFO] [stdout] 72 | schwarz_game: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LegacyGameFormat` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.41s [INFO] running `Command { std: "docker" "inspect" "c8dbb82831374ebc7165a5fe141030e4b29c7215994f02c5ba6518aeacd956e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8dbb82831374ebc7165a5fe141030e4b29c7215994f02c5ba6518aeacd956e7", kill_on_drop: false }` [INFO] [stdout] c8dbb82831374ebc7165a5fe141030e4b29c7215994f02c5ba6518aeacd956e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 863243725cc16886b1351a8f1deb73c5450c25f8b15319b780f9caf31760c586 [INFO] running `Command { std: "docker" "start" "-a" "863243725cc16886b1351a8f1deb73c5450c25f8b15319b780f9caf31760c586", kill_on_drop: false }` [INFO] [stdout] warning: fields `id`, `game_value`, `players_sup`, `players_points`, `tricks`, and `schwarz_game` are never read [INFO] [stdout] --> src/game/parse.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct LegacyGameFormat { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 59 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 66 | game_value: i32, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 67 | actions: Vec, [INFO] [stdout] 68 | players_sup: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 69 | players_points: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 70 | tricks: Vec>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 71 | #[serde(default)] [INFO] [stdout] 72 | schwarz_game: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LegacyGameFormat` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling marjapussi v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `id`, `players_sup`, `players_points`, `tricks`, and `schwarz_game` are never read [INFO] [stdout] --> src/game/parse.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 56 | pub struct LegacyGameFormat { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 59 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 68 | players_sup: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 69 | players_points: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 70 | tricks: Vec>, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 71 | #[serde(default)] [INFO] [stdout] 72 | schwarz_game: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LegacyGameFormat` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.91s [INFO] running `Command { std: "docker" "inspect" "863243725cc16886b1351a8f1deb73c5450c25f8b15319b780f9caf31760c586", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "863243725cc16886b1351a8f1deb73c5450c25f8b15319b780f9caf31760c586", kill_on_drop: false }` [INFO] [stdout] 863243725cc16886b1351a8f1deb73c5450c25f8b15319b780f9caf31760c586 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c8d546dca52cda4081f130ba5822102b218f0c3617ce27f177722ad06820ce54 [INFO] running `Command { std: "docker" "start" "-a" "c8d546dca52cda4081f130ba5822102b218f0c3617ce27f177722ad06820ce54", kill_on_drop: false }` [INFO] [stderr] warning: fields `id`, `game_value`, `players_sup`, `players_points`, `tricks`, and `schwarz_game` are never read [INFO] [stderr] --> src/game/parse.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 56 | pub struct LegacyGameFormat { [INFO] [stderr] | ---------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 59 | id: String, [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 66 | game_value: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 67 | actions: Vec, [INFO] [stderr] 68 | players_sup: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 69 | players_points: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 70 | tricks: Vec>, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 71 | #[serde(default)] [INFO] [stderr] 72 | schwarz_game: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `LegacyGameFormat` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `id`, `players_sup`, `players_points`, `tricks`, and `schwarz_game` are never read [INFO] [stderr] --> src/game/parse.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 56 | pub struct LegacyGameFormat { [INFO] [stderr] | ---------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 59 | id: String, [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 68 | players_sup: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 69 | players_points: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 70 | tricks: Vec>, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 71 | #[serde(default)] [INFO] [stderr] 72 | schwarz_game: bool, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `LegacyGameFormat` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `marjapussi` (lib) generated 1 warning [INFO] [stderr] warning: `marjapussi` (lib test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/marjapussi-c8cc94b2f25e42cb) [INFO] [stdout] running 12 tests [INFO] [stdout] test game::cards::tests::test_allowed_first ... ok [INFO] [stdout] test game::cards::tests::test_higher_cards ... ok [INFO] [stdout] test game::parse::tests::test_parse_card ... ok [INFO] [stdout] test game::cards::tests::test_allowed_cards ... ok [INFO] [stdout] test game::cards::tests::test_high_card ... ok [INFO] [stdout] test game::cards::tests::test_is_higher_card ... ok [INFO] [stdout] test game::tests::test_time_creation ... ok [INFO] [stdout] test game::tests::test_starting ... ok [INFO] [stdout] test game::tests::test_creating ... ok [INFO] [stdout] test game::parse::tests::test_parse_python_game ... ok [INFO] [stdout] test game::tests::test_random_game_controlled ... ok [INFO] [stdout] test game::tests::test_random_game_multi ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/interactive.rs (/opt/rustwide/target/debug/deps/interactive-acb58dd6ed93a466) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/parse_legacy.rs (/opt/rustwide/target/debug/deps/parse-80495583f90366dd) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests marjapussi [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c8d546dca52cda4081f130ba5822102b218f0c3617ce27f177722ad06820ce54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8d546dca52cda4081f130ba5822102b218f0c3617ce27f177722ad06820ce54", kill_on_drop: false }` [INFO] [stdout] c8d546dca52cda4081f130ba5822102b218f0c3617ce27f177722ad06820ce54