[INFO] cloning repository https://github.com/iwereth/AoC-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iwereth/AoC-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiwereth%2FAoC-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiwereth%2FAoC-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f152cbd111cfa121c025b2304d705af36eb7286 [INFO] testing iwereth/AoC-2023 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiwereth%2FAoC-2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/iwereth/AoC-2023 [INFO] finished tweaking git repo https://github.com/iwereth/AoC-2023 [INFO] tweaked toml for git repo https://github.com/iwereth/AoC-2023 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/iwereth/AoC-2023 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/iwereth/AoC-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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ed6855a435241e1a19133d533d39d5c99037de35020b26dbdd5afa955be10fe [INFO] running `Command { std: "docker" "start" "-a" "0ed6855a435241e1a19133d533d39d5c99037de35020b26dbdd5afa955be10fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ed6855a435241e1a19133d533d39d5c99037de35020b26dbdd5afa955be10fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ed6855a435241e1a19133d533d39d5c99037de35020b26dbdd5afa955be10fe", kill_on_drop: false }` [INFO] [stdout] 0ed6855a435241e1a19133d533d39d5c99037de35020b26dbdd5afa955be10fe [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 319ea564767e2a8a3951228556fc1c9b009ac187717f7b4b833e138e6b435328 [INFO] running `Command { std: "docker" "start" "-a" "319ea564767e2a8a3951228556fc1c9b009ac187717f7b4b833e138e6b435328", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling AoC v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0599]: no method named `key_value` found for struct `std::collections::btree_map::Cursor<'a, K, V>` in the current scope [INFO] [stdout] --> Day5/src/part2.rs:12:55 [INFO] [stdout] | [INFO] [stdout] 12 | let kv = map.lower_bound(Bound::Included(&start)).key_value(); [INFO] [stdout] | ^^^^^^^^^ method not found in `std::collections::btree_map::Cursor<'_, i64, (i64, i64)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `key_value` found for struct `std::collections::btree_map::Cursor<'a, K, V>` in the current scope [INFO] [stdout] --> Day5/src/part2.rs:32:56 [INFO] [stdout] | [INFO] [stdout] 32 | let kv = map.upper_bound(Bound::Included(& start)).key_value().unwrap(); [INFO] [stdout] | ^^^^^^^^^ method not found in `std::collections::btree_map::Cursor<'_, i64, (i64, i64)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `key_value` found for struct `std::collections::btree_map::Cursor<'a, K, V>` in the current scope [INFO] [stdout] --> Day5/src/part2.rs:46:55 [INFO] [stdout] | [INFO] [stdout] 46 | let kv = map.upper_bound(Bound::Included(&start)).key_value(); [INFO] [stdout] | ^^^^^^^^^ method not found in `std::collections::btree_map::Cursor<'_, i64, (i64, i64)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `key_value` found for struct `std::collections::btree_map::Cursor<'a, K, V>` in the current scope [INFO] [stdout] --> Day5/src/part1.rs:51:68 [INFO] [stdout] | [INFO] [stdout] 51 | let kv = map.upper_bound(Bound::Included(&so_far)).key_value(); [INFO] [stdout] | ^^^^^^^^^ method not found in `std::collections::btree_map::Cursor<'_, usize, (usize, usize)>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `AoC` (bin "day5-part1") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `AoC` (bin "day5-part2") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "319ea564767e2a8a3951228556fc1c9b009ac187717f7b4b833e138e6b435328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "319ea564767e2a8a3951228556fc1c9b009ac187717f7b4b833e138e6b435328", kill_on_drop: false }` [INFO] [stdout] 319ea564767e2a8a3951228556fc1c9b009ac187717f7b4b833e138e6b435328