[INFO] cloning repository https://github.com/Talon1024/Glaive
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Talon1024/Glaive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTalon1024%2FGlaive", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTalon1024%2FGlaive'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72c61cc4ef3691857674acf1bf1717c85053fb2b
[INFO] checking Talon1024/Glaive against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTalon1024%2FGlaive" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Talon1024/Glaive
[INFO] finished tweaking git repo https://github.com/Talon1024/Glaive
[INFO] tweaked toml for git repo https://github.com/Talon1024/Glaive written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Talon1024/Glaive on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Talon1024/Glaive 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sctk-adwaita v0.5.3
[INFO] [stderr]   Downloaded tiny-skia-path v0.8.3
[INFO] [stderr]   Downloaded rfd v0.11.1
[INFO] [stderr]   Downloaded system-deps v6.0.3
[INFO] [stderr]   Downloaded cfg-expr v0.11.0
[INFO] [stderr]   Downloaded glow v0.12.0
[INFO] [stderr]   Downloaded tiny-skia v0.8.3
[INFO] [stderr]   Downloaded android-activity v0.4.0
[INFO] [stderr]   Downloaded winit v0.28.1
[INFO] [stderr]   Downloaded orbclient v0.3.42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 09f71dee39cefa1300373b834a3a2f2a61e14cd0e6d650d9320558c1a9bae5a5
[INFO] running `Command { std: "docker" "start" "-a" "09f71dee39cefa1300373b834a3a2f2a61e14cd0e6d650d9320558c1a9bae5a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09f71dee39cefa1300373b834a3a2f2a61e14cd0e6d650d9320558c1a9bae5a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09f71dee39cefa1300373b834a3a2f2a61e14cd0e6d650d9320558c1a9bae5a5", kill_on_drop: false }`
[INFO] [stdout] 09f71dee39cefa1300373b834a3a2f2a61e14cd0e6d650d9320558c1a9bae5a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa37a7de64aeb327731a56ff3f1ccbd0aeb03a103921e41ccb0a45134bc3f27d
[INFO] running `Command { std: "docker" "start" "-a" "fa37a7de64aeb327731a56ff3f1ccbd0aeb03a103921e41ccb0a45134bc3f27d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling cfg-expr v0.11.0
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling futures-core v0.3.26
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking bytemuck v1.13.0
[INFO] [stderr]     Checking ttf-parser v0.18.1
[INFO] [stderr]    Compiling futures-task v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.26
[INFO] [stderr]     Checking strict-num v0.1.0
[INFO] [stderr]     Checking memmap2 v0.5.8
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]     Checking tiny-skia-path v0.8.3
[INFO] [stderr]     Checking futures-sink v0.3.26
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling futures-util v0.3.26
[INFO] [stderr]    Compiling glutin v0.30.6
[INFO] [stderr]     Checking futures-io v0.3.26
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking mio v0.8.5
[INFO] [stderr]    Compiling glutin-winit v0.3.0
[INFO] [stderr]    Compiling rfd v0.11.1
[INFO] [stderr]     Checking glow v0.12.0
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]     Checking png v0.17.7
[INFO] [stderr]    Compiling glutin_egl_sys v0.4.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking tiny-skia v0.8.3
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling winit v0.28.1
[INFO] [stderr]     Checking owned_ttf_parser v0.18.1
[INFO] [stderr]     Checking ab_glyph v0.2.20
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling system-deps v6.0.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling futures-macro v0.3.26
[INFO] [stderr]    Compiling glib-sys v0.16.3
[INFO] [stderr]    Compiling gobject-sys v0.16.3
[INFO] [stderr]    Compiling gdk-sys v0.16.0
[INFO] [stderr]    Compiling gio-sys v0.16.3
[INFO] [stderr]    Compiling atk-sys v0.16.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.16.3
[INFO] [stderr]    Compiling pango-sys v0.16.3
[INFO] [stderr]    Compiling cairo-sys-rs v0.16.3
[INFO] [stderr]    Compiling gtk-sys v0.16.0
[INFO] [stderr]     Checking calloop v0.10.5
[INFO] [stderr]     Checking futures-executor v0.3.26
[INFO] [stderr]     Checking futures v0.3.26
[INFO] [stderr]     Checking sctk-adwaita v0.5.3
[INFO] [stderr]     Checking glaive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `spawn_local` is never used
[INFO] [stdout]   --> src/platform/native.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn spawn_local(f: impl Future<Output = ()> + Send + 'static) {
[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 `init` is never used
[INFO] [stdout]   --> src/platform/native.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn init() {}
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `save_file` is never used
[INFO] [stdout]    --> src/platform/native.rs:105:14
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub async fn save_file(contents: Vec<u8>, fname: &str) {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `spawn_local` is never used
[INFO] [stdout]   --> src/platform/native.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn spawn_local(f: impl Future<Output = ()> + Send + 'static) {
[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 `init` is never used
[INFO] [stdout]   --> src/platform/native.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn init() {}
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `save_file` is never used
[INFO] [stdout]    --> src/platform/native.rs:105:14
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub async fn save_file(contents: Vec<u8>, fname: &str) {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]  --> src/bin/glaive.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn main() {
[INFO] [stdout]   | ^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 2 |     crate::main();
[INFO] [stdout]   |     ------------- recursive call site
[INFO] [stdout]   |
[INFO] [stdout]   = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]   = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]  --> src/bin/glaive.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn main() {
[INFO] [stdout]   | ^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 2 |     crate::main();
[INFO] [stdout]   |     ------------- recursive call site
[INFO] [stdout]   |
[INFO] [stdout]   = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]   = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s
[INFO] running `Command { std: "docker" "inspect" "fa37a7de64aeb327731a56ff3f1ccbd0aeb03a103921e41ccb0a45134bc3f27d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa37a7de64aeb327731a56ff3f1ccbd0aeb03a103921e41ccb0a45134bc3f27d", kill_on_drop: false }`
[INFO] [stdout] fa37a7de64aeb327731a56ff3f1ccbd0aeb03a103921e41ccb0a45134bc3f27d
