[INFO] cloning repository https://github.com/nerdo/advent-of-code-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nerdo/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerdo%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerdo%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c1ebff5529303dfcced50b61b33850d34ab1cdfc [INFO] testing nerdo/advent-of-code-2023 against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerdo%2Fadvent-of-code-2023" "/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/nerdo/advent-of-code-2023 on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nerdo/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/nerdo/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/nerdo/advent-of-code-2023 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nerdo/advent-of-code-2023 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" "+beta-2025-01-12" "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-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c16fe94f9d6e9571d1b75cbe3ee4b18dd4363701ab1c264a5d4d084452e61f5f [INFO] running `Command { std: "docker" "start" "-a" "c16fe94f9d6e9571d1b75cbe3ee4b18dd4363701ab1c264a5d4d084452e61f5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c16fe94f9d6e9571d1b75cbe3ee4b18dd4363701ab1c264a5d4d084452e61f5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c16fe94f9d6e9571d1b75cbe3ee4b18dd4363701ab1c264a5d4d084452e61f5f", kill_on_drop: false }` [INFO] [stdout] c16fe94f9d6e9571d1b75cbe3ee4b18dd4363701ab1c264a5d4d084452e61f5f [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=warn" "-e" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 588e5ba4d454c85cdaa8101a99df197570f6e9446e2f4bb524e43a1538c007d8 [INFO] running `Command { std: "docker" "start" "-a" "588e5ba4d454c85cdaa8101a99df197570f6e9446e2f4bb524e43a1538c007d8", kill_on_drop: false }` [INFO] [stderr] Compiling day1 v0.1.0 (/opt/rustwide/workdir/day1) [INFO] [stderr] Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2) [INFO] [stderr] Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3) [INFO] [stderr] Compiling day4 v0.1.0 (/opt/rustwide/workdir/day4) [INFO] [stderr] Compiling day5 v0.1.0 (/opt/rustwide/workdir/day5) [INFO] [stdout] warning: function `get_possible_game_ids_sum` is never used [INFO] [stdout] --> day2/src/cube_game.rs:77:8 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_possible_game_ids_sum(game_records: &str, max_cubes: CubeSet) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_total_scratch_card_points` is never used [INFO] [stdout] --> day4/src/scratch_cards.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn get_total_scratch_card_points(scratch_card_table: &str) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_total_points` is never used [INFO] [stdout] --> day4/src/scratch_cards.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 60 | impl ScratchCardData { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] 61 | fn get_total_points(&self) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_points` is never used [INFO] [stdout] --> day4/src/scratch_cards.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 108 | impl CardData { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 116 | fn get_points(&self) -> u64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> day2/src/cube_game.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 92 | struct Game { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 93 | /// ID of the game. [INFO] [stdout] 94 | id: u32, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Game` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_possible_with_cubes` is never used [INFO] [stdout] --> day2/src/cube_game.rs:149:12 [INFO] [stdout] | [INFO] [stdout] 147 | impl Games { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] 148 | /// Returns the possible games if the bag contained only the given cubes. [INFO] [stdout] 149 | pub fn get_possible_with_cubes(&self, max_cubes: CubeSet) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | Header(String), [INFO] [stdout] | ------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 128 | Header(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | Contents(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 129 | Contents(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Position` is never used [INFO] [stdout] --> day1/src/trebuchet_calibration.rs:37:6 [INFO] [stdout] | [INFO] [stdout] 37 | enum Position { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_digit` is never used [INFO] [stdout] --> day1/src/trebuchet_calibration.rs:42:4 [INFO] [stdout] | [INFO] [stdout] 42 | fn get_digit(line: &str, starting_from: Position) -> &str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_calibration_sum_from_spelled_out_digits` is never used [INFO] [stdout] --> day1/src/trebuchet_calibration.rs:100:8 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn get_calibration_sum_from_spelled_out_digits(calibration_document: &str) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | Header(String), [INFO] [stdout] | ------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` 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] 128 | Header(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | Contents(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 129 | Contents(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_sum_of_all_engine_gear_ratios` is never used [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn get_sum_of_all_engine_gear_ratios(lift_engine_schematic: &str) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `width`, `height`, and `buffer` are never read [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 57 | struct EngineSchematics { [INFO] [stdout] | ---------------- fields in this struct [INFO] [stdout] 58 | /// Width of the schematic. [INFO] [stdout] 59 | width: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | height: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | buffer: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_thing`, `get_start`, `get_numbers_adjacent_to`, and `get_number` are never used [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:69:8 [INFO] [stdout] | [INFO] [stdout] 68 | impl EngineSchematics { [INFO] [stdout] | --------------------- methods in this implementation [INFO] [stdout] 69 | fn get_thing(&self, x: usize, y: usize) -> Option<&str> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 76 | fn get_start(&self, x: usize, y: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | fn get_numbers_adjacent_to(&self, x: usize, y: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | fn get_number(&self, x: usize, y: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Number` is never constructed [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:191:8 [INFO] [stdout] | [INFO] [stdout] 191 | struct Number { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_gear_ratios` is never used [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:216:4 [INFO] [stdout] | [INFO] [stdout] 216 | fn get_gear_ratios(schematics: &EngineSchematics) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_sum_of_all_engine_part_numbers` is never used [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn get_sum_of_all_engine_part_numbers(lift_engine_schematic: &str) -> u64 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `possible_parts` is never read [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 265 | struct GondolaLiftEngine { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 266 | /// All the parts in the engine. [INFO] [stdout] 267 | possible_parts: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_possible_parts` is never used [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:272:8 [INFO] [stdout] | [INFO] [stdout] 270 | impl GondolaLiftEngine { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] 271 | /// Gets possible parts. [INFO] [stdout] 272 | fn get_possible_parts(&self) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `number` and `adjacent_things` are never read [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 415 | struct Part { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 416 | /// The part number. [INFO] [stdout] 417 | number: u64, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 420 | adjacent_things: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Part` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_adjacent_symbols` is never used [INFO] [stdout] --> day3/src/gondola_lift_engine.rs:425:8 [INFO] [stdout] | [INFO] [stdout] 423 | impl Part { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] 424 | /// Gets adjacent symbols for the possible part. [INFO] [stdout] 425 | fn get_adjacent_symbols(&self) -> Vec<&str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_power` is never used [INFO] [stdout] --> day2/src/cube_game.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 60 | impl CubeSet { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] 61 | pub fn get_power(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_minimum_cube_set` is never used [INFO] [stdout] --> day2/src/cube_game.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 100 | impl Game { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] 101 | pub fn get_minimum_cube_set(&self) -> CubeSet { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get_sum_of_power_of_minimum_cube_sets` is never used [INFO] [stdout] --> day2/src/cube_game.rs:238:8 [INFO] [stdout] | [INFO] [stdout] 238 | pub fn get_sum_of_power_of_minimum_cube_sets(game_records: &str) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "588e5ba4d454c85cdaa8101a99df197570f6e9446e2f4bb524e43a1538c007d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "588e5ba4d454c85cdaa8101a99df197570f6e9446e2f4bb524e43a1538c007d8", kill_on_drop: false }` [INFO] [stdout] 588e5ba4d454c85cdaa8101a99df197570f6e9446e2f4bb524e43a1538c007d8 [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=warn" "-e" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee8c846130e59c5bdb4667fe8acc4b0a491436cfda5bc43194bce14406812c76 [INFO] running `Command { std: "docker" "start" "-a" "ee8c846130e59c5bdb4667fe8acc4b0a491436cfda5bc43194bce14406812c76", kill_on_drop: false }` [INFO] [stderr] Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2) [INFO] [stderr] Compiling day1 v0.1.0 (/opt/rustwide/workdir/day1) [INFO] [stderr] Compiling day4 v0.1.0 (/opt/rustwide/workdir/day4) [INFO] [stderr] Compiling day5 v0.1.0 (/opt/rustwide/workdir/day5) [INFO] [stderr] Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | Header(String), [INFO] [stdout] | ------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` 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] 128 | Header(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | Contents(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 129 | Contents(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | Header(String), [INFO] [stdout] | ------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` 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] 128 | Header(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> day4/src/scratch_cards.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | Contents(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [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] 129 | Contents(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "ee8c846130e59c5bdb4667fe8acc4b0a491436cfda5bc43194bce14406812c76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee8c846130e59c5bdb4667fe8acc4b0a491436cfda5bc43194bce14406812c76", kill_on_drop: false }` [INFO] [stdout] ee8c846130e59c5bdb4667fe8acc4b0a491436cfda5bc43194bce14406812c76 [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=warn" "-e" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4553288f4c4a013350cf80764c5cfe083ba50cdef51e9a4a2e330e5f292ec036 [INFO] running `Command { std: "docker" "start" "-a" "4553288f4c4a013350cf80764c5cfe083ba50cdef51e9a4a2e330e5f292ec036", kill_on_drop: false }` [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> day4/src/scratch_cards.rs:128:12 [INFO] [stderr] | [INFO] [stderr] 128 | Header(String), [INFO] [stderr] | ------ ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 128 | Header(()), [INFO] [stderr] | ~~ [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> day4/src/scratch_cards.rs:129:14 [INFO] [stderr] | [INFO] [stderr] 129 | Contents(String), [INFO] [stderr] | -------- ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 129 | Contents(()), [INFO] [stderr] | ~~ [INFO] [stderr] [INFO] [stderr] warning: `day4` (bin "day4_part2" test) generated 2 warnings [INFO] [stderr] warning: `day4` (bin "day4_part1" test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/day1_part1.rs (/opt/rustwide/target/debug/deps/day1_part1-e4b5ed08ba85e73c) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test trebuchet_calibration::tests::get_calibration_sum_returns_the_correct_value ... ok [INFO] [stdout] test trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value' panicked at day1/src/trebuchet_calibration.rs:46:43: [INFO] [stdout] attempt to subtract with overflow [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x596591b9666a - std::backtrace_rs::backtrace::libunwind::trace::ha13ab8a94fd3bb92 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x596591b9666a - std::backtrace_rs::backtrace::trace_unsynchronized::h2a4c556e569d314b [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x596591b9666a - std::sys::backtrace::_print_fmt::hf52186dec7bdf1bb [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x596591b9666a - ::fmt::hb5c3379828c15690 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x596591bbc073 - core::fmt::rt::Argument::fmt::h8220db795cd6f76c [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x596591bbc073 - core::fmt::write::hd20c41beeec2e8c0 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x596591b93783 - std::io::Write::write_fmt::hf276ec928345bea3 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x596591b964b2 - std::sys::backtrace::BacktraceLock::print::h4fa77b65bb5ed2ec [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x596591b97ba0 - std::panicking::default_hook::{{closure}}::hd3560f93167cf51e [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x596591b9793d - std::panicking::default_hook::h361b8e3c5cbb2501 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x596591b616c3 - as core::ops::function::Fn>::call::h52b4c42c9dce8b0e [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x596591b616c3 - test::test_main::{{closure}}::h1a9dc25180417899 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x596591b983d3 - as core::ops::function::Fn>::call::h080867abcafb687f [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x596591b983d3 - std::panicking::rust_panic_with_hook::h7e187ba6ef3a8505 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x596591b98076 - std::panicking::begin_panic_handler::{{closure}}::h2160aaedd30b4698 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x596591b96b69 - std::sys::backtrace::__rust_end_short_backtrace::h2544fe16c7a2009f [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x596591b97d3d - rust_begin_unwind [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x596591b1ec50 - core::panicking::panic_fmt::h55d7693adb8e1cee [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x596591b1f197 - core::panicking::panic_const::panic_const_sub_overflow::h9623e7687f2c6dea [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/panicking.rs:178:21 [INFO] [stdout] 19: 0x596591b2399b - day1_part1::trebuchet_calibration::get_digit::he0d65b8ed8c80980 [INFO] [stdout] at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:46:43 [INFO] [stdout] 20: 0x596591b2424d - day1_part1::trebuchet_calibration::get_calibration_sum_from_spelled_out_digits::{{closure}}::h0441ace470bd4c89 [INFO] [stdout] at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:105:30 [INFO] [stdout] 21: 0x596591b2096a - core::ops::function::impls:: for &mut F>::call_once::h175906ca925106b2 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:305:13 [INFO] [stdout] 22: 0x596591b1f461 - core::option::Option::map::hc1a73db96a671cfc [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/option.rs:1119:29 [INFO] [stdout] 23: 0x596591b1f461 - as core::iter::traits::iterator::Iterator>::next::hc7fc4bd247c96990 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/iter/adapters/map.rs:107:26 [INFO] [stdout] 24: 0x596591b1f82d - as alloc::vec::spec_from_iter_nested::SpecFromIterNested>::from_iter::h96fb0f81e3cea442 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/vec/spec_from_iter_nested.rs:25:32 [INFO] [stdout] 25: 0x596591b238ad - as alloc::vec::spec_from_iter::SpecFromIter>::from_iter::h7b9aa689cff1d924 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/vec/spec_from_iter.rs:34:9 [INFO] [stdout] 26: 0x596591b237c1 - as core::iter::traits::collect::FromIterator>::from_iter::hf9fc3ee89e46ccc7 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/vec/mod.rs:3427:9 [INFO] [stdout] 27: 0x596591b214d4 - core::iter::traits::iterator::Iterator::collect::h6b656773c9352fe7 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/iter/traits/iterator.rs:1971:9 [INFO] [stdout] 28: 0x596591b240e7 - day1_part1::trebuchet_calibration::get_calibration_sum_from_spelled_out_digits::h700b1d099edd4602 [INFO] [stdout] at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:101:44 [INFO] [stdout] 29: 0x596591b2485a - day1_part1::trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value::hbf8fbc92bef26a2b [INFO] [stdout] at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:31:22 [INFO] [stdout] 30: 0x596591b24817 - day1_part1::trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value::{{closure}}::h92dcb084f47bdb7d [INFO] [stdout] at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:20:79 [INFO] [stdout] 31: 0x596591b20a46 - core::ops::function::FnOnce::call_once::h8fd771314e68596b [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 32: 0x596591b66f1b - core::ops::function::FnOnce::call_once::h42df3dc9a56fb705 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 33: 0x596591b66f1b - test::__rust_begin_short_backtrace::hf2ff4d4d12dd75b0 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:632:18 [INFO] [stdout] 34: 0x596591b65da3 - test::run_test_in_process::{{closure}}::h8461a23c6c0ac10c [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:655:60 [INFO] [stdout] 35: 0x596591b65da3 - as core::ops::function::FnOnce<()>>::call_once::hefab1bfcb42baf2e [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x596591b65da3 - std::panicking::try::do_call::h75c82cb1133d19f1 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:584:40 [INFO] [stdout] 37: 0x596591b65da3 - std::panicking::try::h41d68fc63841231a [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:547:19 [INFO] [stdout] 38: 0x596591b65da3 - std::panic::catch_unwind::h7a7ff6adf9e0c698 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panic.rs:358:14 [INFO] [stdout] 39: 0x596591b65da3 - test::run_test_in_process::hcd527530689ec177 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:655:27 [INFO] [stdout] 40: 0x596591b65da3 - test::run_test::{{closure}}::h51ba581aac56ca21 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:576:43 [INFO] [stdout] 41: 0x596591b29aa5 - test::run_test::{{closure}}::h9d0d2581742c4e6c [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:606:41 [INFO] [stdout] 42: 0x596591b29aa5 - std::sys::backtrace::__rust_begin_short_backtrace::h94b953e0285eca69 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 43: 0x596591b2d536 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hac891bfe52f0501a [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 44: 0x596591b2d536 - as core::ops::function::FnOnce<()>>::call_once::hd4f76b3ef0615394 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 45: 0x596591b2d536 - std::panicking::try::do_call::h31b1a419f4fa670c [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:584:40 [INFO] [stdout] 46: 0x596591b2d536 - std::panicking::try::h277e348adef7f0af [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:547:19 [INFO] [stdout] 47: 0x596591b2d536 - std::panic::catch_unwind::h06db5059e51a109d [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panic.rs:358:14 [INFO] [stdout] 48: 0x596591b2d536 - std::thread::Builder::spawn_unchecked_::{{closure}}::h048aed1b5c822396 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 49: 0x596591b2d536 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9f03098da71d0b51 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 50: 0x596591b9c23b - as core::ops::function::FnOnce>::call_once::hcc221cc1d8cbbdc7 [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 51: 0x596591b9c23b - as core::ops::function::FnOnce>::call_once::he5e5264a0dcd6e5f [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 52: 0x596591b9c23b - std::sys::pal::unix::thread::Thread::new::thread_start::h307a072356a0dfca [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 53: 0x7c92d2700ac3 - [INFO] [stdout] 54: 0x7c92d2791a04 - clone [INFO] [stdout] 55: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `-p day1 --bin day1_part1` [INFO] running `Command { std: "docker" "inspect" "4553288f4c4a013350cf80764c5cfe083ba50cdef51e9a4a2e330e5f292ec036", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4553288f4c4a013350cf80764c5cfe083ba50cdef51e9a4a2e330e5f292ec036", kill_on_drop: false }` [INFO] [stdout] 4553288f4c4a013350cf80764c5cfe083ba50cdef51e9a4a2e330e5f292ec036