[INFO] cloning repository https://github.com/antoniocorbi/mapper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/antoniocorbi/mapper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniocorbi%2Fmapper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniocorbi%2Fmapper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 045f62bfcf046e05b16ccbc98e0049afdfa7b87e
[INFO] checking antoniocorbi/mapper against try#5d96fa0e954d77528204a1ba3b8847ec083c779b for pr-153457
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantoniocorbi%2Fmapper" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/antoniocorbi/mapper
[INFO] finished tweaking git repo https://github.com/antoniocorbi/mapper
[INFO] tweaked toml for git repo https://github.com/antoniocorbi/mapper written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/antoniocorbi/mapper on toolchain 5d96fa0e954d77528204a1ba3b8847ec083c779b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/antoniocorbi/mapper 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" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe167fa47a76f9206b0573928f273e31066d7cf822e60f812ae50d94a359dca4
[INFO] running `Command { std: "docker" "start" "-a" "fe167fa47a76f9206b0573928f273e31066d7cf822e60f812ae50d94a359dca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe167fa47a76f9206b0573928f273e31066d7cf822e60f812ae50d94a359dca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe167fa47a76f9206b0573928f273e31066d7cf822e60f812ae50d94a359dca4", kill_on_drop: false }`
[INFO] [stdout] fe167fa47a76f9206b0573928f273e31066d7cf822e60f812ae50d94a359dca4
[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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c733e93f2a2ad66956256a9b97b928b2cb34fee025c2969449c2f975683e72c1
[INFO] running `Command { std: "docker" "start" "-a" "c733e93f2a2ad66956256a9b97b928b2cb34fee025c2969449c2f975683e72c1", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling wayland-client v0.31.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling wayland-sys v0.31.8
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.8
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]    Compiling wayland-backend v0.3.12
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking webbrowser v1.0.6
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking calloop v0.14.3
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking wayland-protocols v0.32.10
[INFO] [stderr]     Checking wayland-cursor v0.31.12
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking ron v0.11.0
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.10
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.10
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.10
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stderr]     Checking mapper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `egui::color_picker::color_edit_button_srgba`
[INFO] [stdout]   --> src/app.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use egui::color_picker::color_edit_button_srgba;
[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: `Alpha`
[INFO] [stdout]   --> src/app.rs:19:59
[INFO] [stdout]    |
[INFO] [stdout] 19 | use egui::widgets::color_picker::{color_edit_button_srgb, Alpha};
[INFO] [stdout]    |                                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `remap`
[INFO] [stdout]   --> src/app.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | use egui::{pos2, remap, Color32, Pos2, Rect, Stroke};
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::Vec2`
[INFO] [stdout]    --> src/app.rs:197:13
[INFO] [stdout]     |
[INFO] [stdout] 197 |         use egui::Vec2;
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::color_picker::color_edit_button_srgba`
[INFO] [stdout]   --> src/app.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use egui::color_picker::color_edit_button_srgba;
[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: `Alpha`
[INFO] [stdout]   --> src/app.rs:19:59
[INFO] [stdout]    |
[INFO] [stdout] 19 | use egui::widgets::color_picker::{color_edit_button_srgb, Alpha};
[INFO] [stdout]    |                                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `remap`
[INFO] [stdout]   --> src/app.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | use egui::{pos2, remap, Color32, Pos2, Rect, Stroke};
[INFO] [stdout]    |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::Vec2`
[INFO] [stdout]    --> src/app.rs:197:13
[INFO] [stdout]     |
[INFO] [stdout] 197 |         use egui::Vec2;
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/app.rs:238:47
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn update(&mut self, ctx: &egui::Context, frame: &mut eframe::Frame) {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/app.rs:238:47
[INFO] [stdout]     |
[INFO] [stdout] 238 |     fn update(&mut self, ctx: &egui::Context, frame: &mut eframe::Frame) {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pw1`
[INFO] [stdout]    --> src/app.rs:383:13
[INFO] [stdout]     |
[INFO] [stdout] 383 |         let pw1 = Point2D { x: -7.3, y: -0.1 };
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_pw1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pw1`
[INFO] [stdout]    --> src/app.rs:384:13
[INFO] [stdout]     |
[INFO] [stdout] 384 |         let pw1 = Point2D { x: 6.7, y: 17.4 };
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_pw1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cc`
[INFO] [stdout]   --> src/main.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |             let cc = cc;
[INFO] [stdout]    |                 ^^ help: if this is intentional, prefix it with an underscore: `_cc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cc`
[INFO] [stdout]   --> src/main.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |             let cc = cc;
[INFO] [stdout]    |                 ^^ help: if this is intentional, prefix it with an underscore: `_cc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `draw_lines` is never used
[INFO] [stdout]    --> src/app.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout]  64 | impl AppMap {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 111 |     fn draw_lines(lines: &Vec<Pos2>, line_width: f32, color: Color32, painter: &egui::Painter) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_face` is never used
[INFO] [stdout]   --> src/files.rs:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn parse_face(line: &str) -> Vec<usize> {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `draw_lines` is never used
[INFO] [stdout]    --> src/app.rs:111:8
[INFO] [stdout]     |
[INFO] [stdout]  64 | impl AppMap {
[INFO] [stdout]     | ----------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 111 |     fn draw_lines(lines: &Vec<Pos2>, line_width: f32, color: Color32, painter: &egui::Painter) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_face` is never used
[INFO] [stdout]   --> src/files.rs:40:4
[INFO] [stdout]    |
[INFO] [stdout] 40 | fn parse_face(line: &str) -> Vec<usize> {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
[INFO] running `Command { std: "docker" "inspect" "c733e93f2a2ad66956256a9b97b928b2cb34fee025c2969449c2f975683e72c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c733e93f2a2ad66956256a9b97b928b2cb34fee025c2969449c2f975683e72c1", kill_on_drop: false }`
[INFO] [stdout] c733e93f2a2ad66956256a9b97b928b2cb34fee025c2969449c2f975683e72c1
