[INFO] cloning repository https://github.com/frfole/map_analysis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frfole/map_analysis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrfole%2Fmap_analysis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrfole%2Fmap_analysis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7862d4ed73d3754ea6f338e8d4bfc344bc3ab94c
[INFO] checking frfole/map_analysis against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrfole%2Fmap_analysis" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/frfole/map_analysis
[INFO] finished tweaking git repo https://github.com/frfole/map_analysis
[INFO] tweaked toml for git repo https://github.com/frfole/map_analysis written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/frfole/map_analysis on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/frfole/map_analysis 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b20d66d3372d25dbc76101506d4590495d52fef9e911c967e35d749eebb19f7
[INFO] running `Command { std: "docker" "start" "-a" "6b20d66d3372d25dbc76101506d4590495d52fef9e911c967e35d749eebb19f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b20d66d3372d25dbc76101506d4590495d52fef9e911c967e35d749eebb19f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b20d66d3372d25dbc76101506d4590495d52fef9e911c967e35d749eebb19f7", kill_on_drop: false }`
[INFO] [stdout] 6b20d66d3372d25dbc76101506d4590495d52fef9e911c967e35d749eebb19f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 64e971d9a73e151e309ba6779bb7020877a1251f8ea26779e239f5df277bc04d
[INFO] running `Command { std: "docker" "start" "-a" "64e971d9a73e151e309ba6779bb7020877a1251f8ea26779e239f5df277bc04d", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling protobuf v3.7.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking i_tree v0.8.3
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking i_key_sort v0.2.0
[INFO] [stderr]     Checking par-map v0.1.4
[INFO] [stderr]     Checking geographiclib-rs v0.2.4
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking ctrlc v3.4.5
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling protobuf-support v3.7.1
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking spade v2.12.1
[INFO] [stderr]    Compiling protobuf-parse v3.7.1
[INFO] [stderr]     Checking rstar v0.12.2
[INFO] [stderr]     Checking i_float v1.6.0
[INFO] [stderr]     Checking flat_map v0.0.10
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling protobuf-codegen v3.7.1
[INFO] [stderr]     Checking i_shape v1.6.0
[INFO] [stderr]     Checking i_overlay v1.9.4
[INFO] [stderr]     Checking geo-types v0.7.15
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking geojson v0.24.1
[INFO] [stderr]     Checking geo v0.29.3
[INFO] [stderr]    Compiling osmpbfreader v0.17.0
[INFO] [stderr]     Checking straight_line v0.1.0 (/opt/rustwide/workdir/straight_line)
[INFO] [stdout] warning: unused imports: `GeoFloat` and `Geodesic`
[INFO] [stdout]  --> straight_line/src/utils.rs:1:60
[INFO] [stdout]   |
[INFO] [stdout] 1 | use geo::{polygon, Closest, ClosestPoint, Coord, Distance, GeoFloat, Geodesic, Line, Polygon};
[INFO] [stdout]   |                                                            ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::FromPrimitive`
[INFO] [stdout]  --> straight_line/src/utils.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_traits::FromPrimitive;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GeoFloat` and `Geodesic`
[INFO] [stdout]  --> straight_line/src/utils.rs:1:60
[INFO] [stdout]   |
[INFO] [stdout] 1 | use geo::{polygon, Closest, ClosestPoint, Coord, Distance, GeoFloat, Geodesic, Line, Polygon};
[INFO] [stdout]   |                                                            ^^^^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::FromPrimitive`
[INFO] [stdout]  --> straight_line/src/utils.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_traits::FromPrimitive;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s
[INFO] running `Command { std: "docker" "inspect" "64e971d9a73e151e309ba6779bb7020877a1251f8ea26779e239f5df277bc04d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64e971d9a73e151e309ba6779bb7020877a1251f8ea26779e239f5df277bc04d", kill_on_drop: false }`
[INFO] [stdout] 64e971d9a73e151e309ba6779bb7020877a1251f8ea26779e239f5df277bc04d
