[INFO] fetching crate starnav 0.2.2... [INFO] testing starnav-0.2.2 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate starnav 0.2.2 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate starnav 0.2.2 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d222d0b2c50aa812588ccf06a3b67f1a01663fa946548ee8525ecfba8990764 [INFO] running `Command { std: "docker" "start" "-a" "5d222d0b2c50aa812588ccf06a3b67f1a01663fa946548ee8525ecfba8990764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d222d0b2c50aa812588ccf06a3b67f1a01663fa946548ee8525ecfba8990764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d222d0b2c50aa812588ccf06a3b67f1a01663fa946548ee8525ecfba8990764", kill_on_drop: false }` [INFO] [stdout] 5d222d0b2c50aa812588ccf06a3b67f1a01663fa946548ee8525ecfba8990764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d52660cdc98689ac0df229e2226565a73c591605403140b303f2b04755905e6b [INFO] running `Command { std: "docker" "start" "-a" "d52660cdc98689ac0df229e2226565a73c591605403140b303f2b04755905e6b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.9.3 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling serde_json v1.0.139 [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 18.52s [INFO] running `Command { std: "docker" "inspect" "d52660cdc98689ac0df229e2226565a73c591605403140b303f2b04755905e6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d52660cdc98689ac0df229e2226565a73c591605403140b303f2b04755905e6b", kill_on_drop: false }` [INFO] [stdout] d52660cdc98689ac0df229e2226565a73c591605403140b303f2b04755905e6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d37a652d2bba9e5bfbaa9f9d27bd7ddd90002e0dfe3909c6d77d28282670254 [INFO] running `Command { std: "docker" "start" "-a" "5d37a652d2bba9e5bfbaa9f9d27bd7ddd90002e0dfe3909c6d77d28282670254", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [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 5.58s [INFO] running `Command { std: "docker" "inspect" "5d37a652d2bba9e5bfbaa9f9d27bd7ddd90002e0dfe3909c6d77d28282670254", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d37a652d2bba9e5bfbaa9f9d27bd7ddd90002e0dfe3909c6d77d28282670254", kill_on_drop: false }` [INFO] [stdout] 5d37a652d2bba9e5bfbaa9f9d27bd7ddd90002e0dfe3909c6d77d28282670254 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d234a7a6d368f60e3d4a35a0952cc14d2808a1a9b86b6f4746ecf7321a8f66e3 [INFO] running `Command { std: "docker" "start" "-a" "d234a7a6d368f60e3d4a35a0952cc14d2808a1a9b86b6f4746ecf7321a8f66e3", 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.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/starnav-72954028dd8800a5) [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.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nav_system_cli-ce6a1ef2ba5dfd12) [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" "d234a7a6d368f60e3d4a35a0952cc14d2808a1a9b86b6f4746ecf7321a8f66e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d234a7a6d368f60e3d4a35a0952cc14d2808a1a9b86b6f4746ecf7321a8f66e3", kill_on_drop: false }` [INFO] [stdout] d234a7a6d368f60e3d4a35a0952cc14d2808a1a9b86b6f4746ecf7321a8f66e3