[INFO] fetching crate starnav 0.2.2... [INFO] testing starnav-0.2.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate starnav 0.2.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate starnav 0.2.2 [INFO] finished tweaking crates.io crate starnav 0.2.2 [INFO] tweaked toml for crates.io crate starnav 0.2.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate starnav 0.2.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate starnav 0.2.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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1edad9088cc59e82418cb24c4610332da03a20ab48e00ed9710bba41665349b3 [INFO] running `Command { std: "docker" "start" "-a" "1edad9088cc59e82418cb24c4610332da03a20ab48e00ed9710bba41665349b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1edad9088cc59e82418cb24c4610332da03a20ab48e00ed9710bba41665349b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1edad9088cc59e82418cb24c4610332da03a20ab48e00ed9710bba41665349b3", kill_on_drop: false }` [INFO] [stdout] 1edad9088cc59e82418cb24c4610332da03a20ab48e00ed9710bba41665349b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c09f27253372678be2c854fa797120c8752aaffb847dbb13dd7aa554c128caf [INFO] running `Command { std: "docker" "start" "-a" "4c09f27253372678be2c854fa797120c8752aaffb847dbb13dd7aa554c128caf", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling starnav v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `find_visible_markers_in_system` is never used [INFO] [stdout] --> src/nav_planner.rs:298:8 [INFO] [stdout] | [INFO] [stdout] 31 | impl NavigationPlanner { [INFO] [stdout] | ------------------------------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 298 | fn find_visible_markers_in_system( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/nav_core.rs:691:16 [INFO] [stdout] | [INFO] [stdout] 691 | if TRIGRAM_CACHE.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/nav_core.rs:712:34 [INFO] [stdout] | [INFO] [stdout] 712 | if let Some(cache) = &TRIGRAM_CACHE { [INFO] [stdout] | ^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 712 | if let Some(cache) = &raw const TRIGRAM_CACHE { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `destination_pos` [INFO] [stdout] --> src/main.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | let destination_pos = &last_segment.to.position; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s [INFO] running `Command { std: "docker" "inspect" "4c09f27253372678be2c854fa797120c8752aaffb847dbb13dd7aa554c128caf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c09f27253372678be2c854fa797120c8752aaffb847dbb13dd7aa554c128caf", kill_on_drop: false }` [INFO] [stdout] 4c09f27253372678be2c854fa797120c8752aaffb847dbb13dd7aa554c128caf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5add9d0479a3711f611ede2d1eb19314c8fdd110fe212cf92b46210e0d97d72e [INFO] running `Command { std: "docker" "start" "-a" "5add9d0479a3711f611ede2d1eb19314c8fdd110fe212cf92b46210e0d97d72e", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stdout] warning: method `find_visible_markers_in_system` is never used [INFO] [stdout] --> src/nav_planner.rs:298:8 [INFO] [stdout] | [INFO] [stdout] 31 | impl NavigationPlanner { [INFO] [stdout] | ------------------------------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 298 | fn find_visible_markers_in_system( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/nav_core.rs:691:16 [INFO] [stdout] | [INFO] [stdout] 691 | if TRIGRAM_CACHE.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/nav_core.rs:712:34 [INFO] [stdout] | [INFO] [stdout] 712 | if let Some(cache) = &TRIGRAM_CACHE { [INFO] [stdout] | ^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 712 | if let Some(cache) = &raw const TRIGRAM_CACHE { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling starnav v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `destination_pos` [INFO] [stdout] --> src/main.rs:163:25 [INFO] [stdout] | [INFO] [stdout] 163 | let destination_pos = &last_segment.to.position; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `find_visible_markers_in_system` is never used [INFO] [stdout] --> src/nav_planner.rs:298:8 [INFO] [stdout] | [INFO] [stdout] 31 | impl NavigationPlanner { [INFO] [stdout] | ------------------------------------------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 298 | fn find_visible_markers_in_system( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/nav_core.rs:691:16 [INFO] [stdout] | [INFO] [stdout] 691 | if TRIGRAM_CACHE.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/nav_core.rs:712:34 [INFO] [stdout] | [INFO] [stdout] 712 | if let Some(cache) = &TRIGRAM_CACHE { [INFO] [stdout] | ^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 712 | if let Some(cache) = &raw const TRIGRAM_CACHE { [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.90s [INFO] running `Command { std: "docker" "inspect" "5add9d0479a3711f611ede2d1eb19314c8fdd110fe212cf92b46210e0d97d72e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5add9d0479a3711f611ede2d1eb19314c8fdd110fe212cf92b46210e0d97d72e", kill_on_drop: false }` [INFO] [stdout] 5add9d0479a3711f611ede2d1eb19314c8fdd110fe212cf92b46210e0d97d72e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f98fe675c6451fb27399e25a7d64d392a52ed51cb4732eb64d37c19ced7a477c [INFO] running `Command { std: "docker" "start" "-a" "f98fe675c6451fb27399e25a7d64d392a52ed51cb4732eb64d37c19ced7a477c", kill_on_drop: false }` [INFO] [stderr] warning: method `find_visible_markers_in_system` is never used [INFO] [stderr] --> src/nav_planner.rs:298:8 [INFO] [stderr] | [INFO] [stderr] 31 | impl NavigationPlanner { [INFO] [stderr] | ------------------------------------------------------ method in this implementation [INFO] [stderr] ... [INFO] [stderr] 298 | fn find_visible_markers_in_system( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/nav_core.rs:691:16 [INFO] [stderr] | [INFO] [stderr] 691 | if TRIGRAM_CACHE.is_none() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: creating a shared reference to mutable static [INFO] [stderr] --> src/nav_core.rs:712:34 [INFO] [stderr] | [INFO] [stderr] 712 | if let Some(cache) = &TRIGRAM_CACHE { [INFO] [stderr] | ^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stderr] | [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stderr] help: use `&raw const` instead to create a raw pointer [INFO] [stderr] | [INFO] [stderr] 712 | if let Some(cache) = &raw const TRIGRAM_CACHE { [INFO] [stderr] | +++++++++ [INFO] [stderr] [INFO] [stderr] warning: `starnav` (lib) generated 3 warnings [INFO] [stderr] warning: `starnav` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] warning: unused variable: `destination_pos` [INFO] [stderr] --> src/main.rs:163:25 [INFO] [stderr] | [INFO] [stderr] 163 | let destination_pos = &last_segment.to.position; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_destination_pos` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `starnav` (bin "nav_system_cli" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/starnav-c463742344d36060) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_navigation_plan ... ok [INFO] [stdout] test data_loader::tests::test_load_containers ... ok [INFO] [stdout] test data_loader::tests::test_load_pois ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nav_system_cli-e4988fac3fec4050) [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 starnav [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" "f98fe675c6451fb27399e25a7d64d392a52ed51cb4732eb64d37c19ced7a477c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f98fe675c6451fb27399e25a7d64d392a52ed51cb4732eb64d37c19ced7a477c", kill_on_drop: false }` [INFO] [stdout] f98fe675c6451fb27399e25a7d64d392a52ed51cb4732eb64d37c19ced7a477c