[INFO] cloning repository https://github.com/artemkovalyov/onrecord
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/artemkovalyov/onrecord" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartemkovalyov%2Fonrecord", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartemkovalyov%2Fonrecord'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ca3a63e32a7bd99cbc6e7324b39d1282fa85f19
[INFO] checking artemkovalyov/onrecord against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartemkovalyov%2Fonrecord" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/artemkovalyov/onrecord
[INFO] finished tweaking git repo https://github.com/artemkovalyov/onrecord
[INFO] tweaked toml for git repo https://github.com/artemkovalyov/onrecord written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/artemkovalyov/onrecord on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/artemkovalyov/onrecord 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d
[INFO] running `Command { std: "docker" "start" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling cfg-expr v0.20.7
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]    Compiling system-deps v7.0.8
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling glib-sys v0.22.3
[INFO] [stderr]    Compiling gobject-sys v0.22.0
[INFO] [stderr]    Compiling gio-sys v0.22.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.22.0
[INFO] [stderr]    Compiling pango-sys v0.22.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.22.0
[INFO] [stderr]    Compiling gdk4-sys v0.11.2
[INFO] [stderr]    Compiling graphene-sys v0.22.0
[INFO] [stderr]    Compiling gsk4-sys v0.11.1
[INFO] [stderr]    Compiling gdk4-x11-sys v0.11.0
[INFO] [stderr]    Compiling gtk4-sys v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling glib-macros v0.22.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling gtk4-macros v0.11.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking glib v0.22.4
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking gio v0.22.4
[INFO] [stderr]     Checking cairo-rs v0.22.0
[INFO] [stderr]     Checking graphene-rs v0.22.0
[INFO] [stderr]     Checking pango v0.22.4
[INFO] [stderr]     Checking gdk-pixbuf v0.22.0
[INFO] [stderr]     Checking gdk4 v0.11.2
[INFO] [stderr]     Checking gsk4 v0.11.1
[INFO] [stderr]     Checking gdk4-x11 v0.11.0
[INFO] [stderr]     Checking gtk4 v0.11.2
[INFO] [stderr]     Checking annotations v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `x11rb::connection::Connection`
[INFO] [stdout]   --> src/platform.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     use x11rb::connection::Connection;
[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: `gdk4::prelude::*`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use gdk4::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `x11rb::connection::Connection`
[INFO] [stdout]   --> src/platform.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |     use x11rb::connection::Connection;
[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: `gdk4::prelude::*`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use gdk4::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `green`, `blue`, `yellow`, `white`, and `black` are never used
[INFO] [stdout]   --> src/state.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Color {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub fn green() -> Self   { Self::new(0.1, 0.8, 0.1, 1.0) }
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 17 |     pub fn blue() -> Self    { Self::new(0.1, 0.4, 0.9, 1.0) }
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 18 |     pub fn yellow() -> Self  { Self::new(1.0, 0.9, 0.0, 1.0) }
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 19 |     pub fn white() -> Self   { Self::new(1.0, 1.0, 1.0, 1.0) }
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 20 |     pub fn black() -> Self   { Self::new(0.0, 0.0, 0.0, 1.0) }
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `toolbar_visible` is never read
[INFO] [stdout]   --> src/state.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub toolbar_visible: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `green`, `blue`, `yellow`, `white`, and `black` are never used
[INFO] [stdout]   --> src/state.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Color {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 16 |     pub fn green() -> Self   { Self::new(0.1, 0.8, 0.1, 1.0) }
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 17 |     pub fn blue() -> Self    { Self::new(0.1, 0.4, 0.9, 1.0) }
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 18 |     pub fn yellow() -> Self  { Self::new(1.0, 0.9, 0.0, 1.0) }
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 19 |     pub fn white() -> Self   { Self::new(1.0, 1.0, 1.0, 1.0) }
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 20 |     pub fn black() -> Self   { Self::new(0.0, 0.0, 0.0, 1.0) }
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `toolbar_visible` is never read
[INFO] [stdout]   --> src/state.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub struct AppState {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub toolbar_visible: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d", kill_on_drop: false }`
[INFO] [stdout] b716b37699009d8326a09fee285792f0ce3f8d877ad79d203acfd7ea69382c2d
