[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#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[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] validating manifest of git repo https://github.com/frfole/map_analysis on toolchain 1bd50d4315eb15970d395b6be5823f9384707693
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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] 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" "+1bd50d4315eb15970d395b6be5823f9384707693" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d5c43c0ad789271ef4f000cc42e0eeefb26c14479b5885adcfd06e9062cf220
[INFO] running `Command { std: "docker" "start" "-a" "1d5c43c0ad789271ef4f000cc42e0eeefb26c14479b5885adcfd06e9062cf220", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d5c43c0ad789271ef4f000cc42e0eeefb26c14479b5885adcfd06e9062cf220", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d5c43c0ad789271ef4f000cc42e0eeefb26c14479b5885adcfd06e9062cf220", kill_on_drop: false }`
[INFO] [stdout] 1d5c43c0ad789271ef4f000cc42e0eeefb26c14479b5885adcfd06e9062cf220
[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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd9af17f4a27f30b215bdc3939ad64e459b3f0bfe3b4d756e8f0292d1a015725
[INFO] running `Command { std: "docker" "start" "-a" "fd9af17f4a27f30b215bdc3939ad64e459b3f0bfe3b4d756e8f0292d1a015725", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling protobuf v3.7.1
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking i_tree v0.8.3
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]     Checking i_key_sort v0.2.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking pub-iterator-type v0.1.1
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking geographiclib-rs v0.2.4
[INFO] [stderr]     Checking self_cell v1.1.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking par-map v0.1.4
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking ctrlc v3.4.5
[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 protobuf-support v3.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling regex v1.11.1
[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 i_float v1.6.0
[INFO] [stderr]     Checking rstar v0.12.2
[INFO] [stderr]     Checking flat_map v0.0.10
[INFO] [stderr]     Checking bincode v1.3.3
[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]    Compiling protobuf-codegen v3.7.1
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking geo v0.29.3
[INFO] [stderr]     Checking geojson v0.24.1
[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)]` 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)]` 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 25.62s
[INFO] running `Command { std: "docker" "inspect" "fd9af17f4a27f30b215bdc3939ad64e459b3f0bfe3b4d756e8f0292d1a015725", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd9af17f4a27f30b215bdc3939ad64e459b3f0bfe3b4d756e8f0292d1a015725", kill_on_drop: false }`
[INFO] [stdout] fd9af17f4a27f30b215bdc3939ad64e459b3f0bfe3b4d756e8f0292d1a015725
