[INFO] cloning repository https://github.com/maishuji/rust-monitoring-gui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maishuji/rust-monitoring-gui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaishuji%2Frust-monitoring-gui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaishuji%2Frust-monitoring-gui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 56906fbb7c52d5d7fdd0e54d718be68c57a873a4
[INFO] checking maishuji/rust-monitoring-gui against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaishuji%2Frust-monitoring-gui" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maishuji/rust-monitoring-gui
[INFO] finished tweaking git repo https://github.com/maishuji/rust-monitoring-gui
[INFO] tweaked toml for git repo https://github.com/maishuji/rust-monitoring-gui written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maishuji/rust-monitoring-gui on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maishuji/rust-monitoring-gui 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_gui_monitor_sys` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../rust_gui_monitor_sys
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rust-gui-monitor-sys`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 - name = "rust_gui_monitor_sys"
[INFO] [stderr] 12 + name = "rust-gui-monitor-sys"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-gui-monitor-sys`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:13:19
[INFO] [stderr]    |
[INFO] [stderr] 13 ~ version = "0.1.0"
[INFO] [stderr] 14 + [[bin]]
[INFO] [stderr] 15 + name = "rust-gui-monitor-sys"
[INFO] [stderr] 16 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_gui_monitor_sys` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded eframe v0.18.0
[INFO] [stderr]   Downloaded sysinfo v0.24.7
[INFO] [stderr]   Downloaded cc v1.2.3
[INFO] [stderr]   Downloaded egui_glow v0.18.1
[INFO] [stderr]   Downloaded webbrowser v0.7.1
[INFO] [stderr]   Downloaded egui-winit v0.18.0
[INFO] [stderr]   Downloaded arboard v2.1.1
[INFO] [stderr]   Downloaded x11rb v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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] 698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523
[INFO] running `Command { std: "docker" "start" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523", 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" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523", 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" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rust_gui_monitor_sys` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../rust_gui_monitor_sys
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rust-gui-monitor-sys`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 - name = "rust_gui_monitor_sys"
[INFO] [stderr] 12 + name = "rust-gui-monitor-sys"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rust-gui-monitor-sys`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:13:19
[INFO] [stderr]    |
[INFO] [stderr] 13 ~ version = "0.1.0"
[INFO] [stderr] 14 + [[bin]]
[INFO] [stderr] 15 + name = "rust-gui-monitor-sys"
[INFO] [stderr] 16 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rust_gui_monitor_sys` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling xml-rs v0.8.24
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling sysinfo v0.24.7
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking x11rb v0.9.0
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling bytemuck_derive v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking emath v0.18.0
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking epaint v0.18.1
[INFO] [stderr]     Checking egui v0.18.1
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking arboard v2.1.1
[INFO] [stderr]     Checking egui_glow v0.18.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking webbrowser v0.7.1
[INFO] [stderr]     Checking egui-winit v0.18.0
[INFO] [stderr]     Checking glutin v0.28.0
[INFO] [stderr]     Checking eframe v0.18.0
[INFO] [stderr]     Checking rust_gui_monitor_sys v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 .stroke(Stroke::new(1.0, egui::Color32::BLACK))
[INFO] [stdout]    |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:17:45
[INFO] [stdout]    |
[INFO] [stdout] 17 |                         .stroke(Stroke::new(1.0, egui::Color32::DARK_GRAY))
[INFO] [stdout]    |                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:65:41
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     .stroke(Stroke::new(1.0, egui::Color32::DARK_GRAY))
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:80:41
[INFO] [stdout]    |
[INFO] [stdout] 80 |                     .stroke(Stroke::new(1.0, egui::Color32::DARK_GRAY))
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:13:37
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 .stroke(Stroke::new(1.0, egui::Color32::BLACK))
[INFO] [stdout]    |                                     ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:17:45
[INFO] [stdout]    |
[INFO] [stdout] 17 |                         .stroke(Stroke::new(1.0, egui::Color32::DARK_GRAY))
[INFO] [stdout]    |                                             ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:65:41
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     .stroke(Stroke::new(1.0, egui::Color32::DARK_GRAY))
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/ui.rs:80:41
[INFO] [stdout]    |
[INFO] [stdout] 80 |                     .stroke(Stroke::new(1.0, egui::Color32::DARK_GRAY))
[INFO] [stdout]    |                                         ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/app.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl CpuMonitorApp {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(system: Arc<Mutex<System>>, app_sys_info: Arc<Mutex<AppSystemInfo>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/app.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl CpuMonitorApp {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 18 |     pub fn new(system: Arc<Mutex<System>>, app_sys_info: Arc<Mutex<AppSystemInfo>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.34s
[INFO] running `Command { std: "docker" "inspect" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523", kill_on_drop: false }`
[INFO] [stdout] 698d10a71688909252db6a9c0d2be3062724ac0b11f245c53e692fa1bd26d523
