[INFO] cloning repository https://github.com/pflanze/phobia
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pflanze/phobia" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpflanze%2Fphobia", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpflanze%2Fphobia'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d16c47b90c289347ff36160f7ac51aca69aa0f2b
[INFO] testing pflanze/phobia against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpflanze%2Fphobia" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pflanze/phobia
[INFO] finished tweaking git repo https://github.com/pflanze/phobia
[INFO] tweaked toml for git repo https://github.com/pflanze/phobia written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pflanze/phobia 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 git repo https://github.com/pflanze/phobia 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 404013299ddf0664b9380c656049dd5c6249ed9b9461c16f76d98497154495bc
[INFO] running `Command { std: "docker" "start" "-a" "404013299ddf0664b9380c656049dd5c6249ed9b9461c16f76d98497154495bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "404013299ddf0664b9380c656049dd5c6249ed9b9461c16f76d98497154495bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "404013299ddf0664b9380c656049dd5c6249ed9b9461c16f76d98497154495bc", kill_on_drop: false }`
[INFO] [stdout] 404013299ddf0664b9380c656049dd5c6249ed9b9461c16f76d98497154495bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f570c0a4f2ed554a632e1375f34d26f5d5b37858542fb222e787d1ec7bc849e9
[INFO] running `Command { std: "docker" "start" "-a" "f570c0a4f2ed554a632e1375f34d26f5d5b37858542fb222e787d1ec7bc849e9", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.133
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling ttf-parser v0.18.1
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling miniquad v0.3.15
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling webbrowser v0.5.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling quad-url v0.1.1
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling genawaiter-macro v0.99.1
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.18.1
[INFO] [stderr]    Compiling ab_glyph v0.2.20
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex v1.4.6
[INFO] [stderr]    Compiling genawaiter v0.99.1
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling bstr_parse v0.1.0
[INFO] [stderr]    Compiling bytemuck_derive v1.4.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling emath v0.19.0
[INFO] [stderr]    Compiling epaint v0.19.0
[INFO] [stderr]    Compiling csv v1.2.1
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling egui v0.19.0
[INFO] [stderr]    Compiling egui-miniquad v0.12.0
[INFO] [stderr]    Compiling phobia v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]   --> src/main.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     .show(ui, |ui| {
[INFO] [stdout]    |                                ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0501]: cannot borrow `self.egui_mq` as mutable because previous closure requires unique access
[INFO] [stdout]   --> src/main.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let runner = |_mq_ctx, egui_ctx| {
[INFO] [stdout]    |                      ------------------- closure construction occurs here
[INFO] [stdout] ...
[INFO] [stdout] 48 |                         egui::Slider::new(&mut self.pixels_per_point, 0.75..=3.0)
[INFO] [stdout]    |                                                --------------------- first borrow occurs due to use of `self` in closure
[INFO] [stdout] ...
[INFO] [stdout] 82 |         self.egui_mq.run(mq_ctx, runner);
[INFO] [stdout]    |         ^^^^^^^^^^^^             ------ first borrow later used here
[INFO] [stdout]    |         |
[INFO] [stdout]    |         second borrow occurs here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implementation of `FnOnce` is not general enough
[INFO] [stdout]   --> src/main.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         self.egui_mq.run(mq_ctx, runner);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `FnOnce` is not general enough
[INFO] [stdout]    |
[INFO] [stdout]    = note: closure with signature `fn(&'2 mut GraphicsContext, &egui::Context)` must implement `FnOnce<(&'1 mut GraphicsContext, &egui::Context)>`, for any lifetime `'1`...
[INFO] [stdout]    = note: ...but it actually implements `FnOnce<(&'2 mut GraphicsContext, &egui::Context)>`, for some specific lifetime `'2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implementation of `FnOnce` is not general enough
[INFO] [stdout]   --> src/main.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         self.egui_mq.run(mq_ctx, runner);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ implementation of `FnOnce` is not general enough
[INFO] [stdout]    |
[INFO] [stdout]    = note: closure with signature `fn(&mut GraphicsContext, &'2 egui::Context)` must implement `FnOnce<(&mut GraphicsContext, &'1 egui::Context)>`, for any lifetime `'1`...
[INFO] [stdout]    = note: ...but it actually implements `FnOnce<(&mut GraphicsContext, &'2 egui::Context)>`, for some specific lifetime `'2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0501`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `phobia` (bin "phobia") due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "f570c0a4f2ed554a632e1375f34d26f5d5b37858542fb222e787d1ec7bc849e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f570c0a4f2ed554a632e1375f34d26f5d5b37858542fb222e787d1ec7bc849e9", kill_on_drop: false }`
[INFO] [stdout] f570c0a4f2ed554a632e1375f34d26f5d5b37858542fb222e787d1ec7bc849e9
