[INFO] cloning repository https://github.com/o7Moon/Crustacean
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/o7Moon/Crustacean" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fo7Moon%2FCrustacean", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fo7Moon%2FCrustacean'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 783e3bb3a73dd892fe8cf2b27cb699a55bcd526b
[INFO] testing o7Moon/Crustacean against 1.80.0 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fo7Moon%2FCrustacean" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/o7Moon/Crustacean on toolchain 1.80.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/o7Moon/Crustacean
[INFO] finished tweaking git repo https://github.com/o7Moon/Crustacean
[INFO] tweaked toml for git repo https://github.com/o7Moon/Crustacean written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/o7Moon/Crustacean 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.80.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/o7Moon/system_uri`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ffi_utils v0.17.0
[INFO] [stderr]   Downloaded zip-extensions v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d81c2594aa14fe595a7960d3c1d8864f34a3f32d8e213efe264f47cc84484129
[INFO] running `Command { std: "docker" "start" "-a" "d81c2594aa14fe595a7960d3c1d8864f34a3f32d8e213efe264f47cc84484129", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d81c2594aa14fe595a7960d3c1d8864f34a3f32d8e213efe264f47cc84484129", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d81c2594aa14fe595a7960d3c1d8864f34a3f32d8e213efe264f47cc84484129", kill_on_drop: false }`
[INFO] [stdout] d81c2594aa14fe595a7960d3c1d8864f34a3f32d8e213efe264f47cc84484129
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a84ea969a705e633c7fe8d6cdee3d7465076befd5c6981008125576925fe244
[INFO] running `Command { std: "docker" "start" "-a" "3a84ea969a705e633c7fe8d6cdee3d7465076befd5c6981008125576925fe244", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling cc v1.0.74
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling cmake v0.1.49
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling crossfont v0.5.1
[INFO] [stderr]    Compiling x11-dl v2.20.0
[INFO] [stderr]    Compiling ahash v0.8.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling ttf-parser v0.17.1
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.7
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling memmap2 v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling servo-fontconfig v0.5.1
[INFO] [stderr]    Compiling freetype-rs v0.26.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling owned_ttf_parser v0.17.0
[INFO] [stderr]    Compiling ab_glyph v0.2.18
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling raw-window-handle v0.5.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling ucd-util v0.1.9
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling webbrowser v0.7.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling glow v0.11.2
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling unwrap v1.2.1
[INFO] [stderr]    Compiling dirs-next v1.0.2
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling xdg-basedir v1.0.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling platform-dirs v0.3.0
[INFO] [stderr]    Compiling bytemuck_derive v1.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling foreign-types-macros v0.2.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling x11rb v0.9.0
[INFO] [stderr]    Compiling wayland-egl v0.29.5
[INFO] [stderr]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling bytemuck v1.12.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling safe_arch v0.5.2
[INFO] [stderr]    Compiling tiny-skia-path v0.7.0
[INFO] [stderr]    Compiling emath v0.19.0
[INFO] [stderr]    Compiling epaint v0.19.0
[INFO] [stderr]    Compiling calloop v0.10.1
[INFO] [stderr]    Compiling tiny-skia v0.7.0
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling native-dialog v0.6.3
[INFO] [stderr]    Compiling zip-extensions v0.6.1
[INFO] [stderr]    Compiling egui v0.19.0
[INFO] [stderr]    Compiling hyper v0.14.22
[INFO] [stderr]    Compiling ffi_utils v0.17.0
[INFO] [stderr]    Compiling system_uri v0.4.0 (https://github.com/o7Moon/system_uri#ca1e2543)
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling arboard v2.1.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling egui_glow v0.19.0
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling sctk-adwaita v0.4.3
[INFO] [stderr]    Compiling smithay-clipboard v0.6.6
[INFO] [stderr]    Compiling winit v0.27.5
[INFO] [stderr]    Compiling glutin v0.29.1
[INFO] [stderr]    Compiling egui-winit v0.19.0
[INFO] [stderr]    Compiling eframe v0.19.0
[INFO] [stderr]    Compiling CrustaceanInstaller v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Align`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Align,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::blocking`
[INFO] [stdout]   --> src/main.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use reqwest::blocking;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `zip_extensions::read`
[INFO] [stdout]   --> src/main.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use zip_extensions::read;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OpenOptions`
[INFO] [stdout]   --> src/main.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 | use std::fs::{File,create_dir,OpenOptions,create_dir_all,write};
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]   --> src/main.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |             if let Some(home_dir) = home {
[INFO] [stdout]    |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]    --> src/main.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |             if let Some(home_dir) = home {
[INFO] [stdout]     |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let mut app = ModInstaller::new(url,filename);
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let mut app = BepInstaller::new();
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:342:17
[INFO] [stdout]     |
[INFO] [stdout] 342 |             let mut title_bar_rect = {
[INFO] [stdout]     |                 ----^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `bepinexUrl` should have an upper case name
[INFO] [stdout]   --> src/main.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | const bepinexUrl: &str = "https://builds.bepinex.dev/projects/bepinex_be/577/BepInEx_UnityIL2CPP_x64_ec79ad0_6.0.0-be.577.zip";
[INFO] [stdout]    |       ^^^^^^^^^^ help: convert the identifier to upper case: `BEPINEX_URL`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `installPathText` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     installPathText: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_path_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `officialModNames` should have a snake case name
[INFO] [stdout]   --> src/main.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     officialModNames: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mod_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `officialModUrls` should have a snake case name
[INFO] [stdout]   --> src/main.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     officialModUrls: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mod_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `officialModsChecked` should have a snake case name
[INFO] [stdout]   --> src/main.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     officialModsChecked: Vec<bool>
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mods_checked`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getSavedInstallPath` should have a snake case name
[INFO] [stdout]   --> src/main.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn getSavedInstallPath()->String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_saved_install_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setSavedInstallPath` should have a snake case name
[INFO] [stdout]   --> src/main.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn setSavedInstallPath(path: String){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_saved_install_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `configFolder` should have a snake case name
[INFO] [stdout]   --> src/main.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let configFolder = dirs::config_dir().unwrap().join("Crustacean");
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `config_folder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     create_dir_all(&configFolder);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let _ = create_dir_all(&configFolder);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     write(configFolder.join("installPath.cfg"),path);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let _ = write(configFolder.join("installPath.cfg"),path);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readConfigFile` should have a snake case name
[INFO] [stdout]   --> src/main.rs:65:4
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn readConfigFile()->String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `read_config_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `installPathText` should have a snake case name
[INFO] [stdout]    --> src/main.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     installPathText: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_path_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `installModUI` should have a snake case name
[INFO] [stdout]    --> src/main.rs:149:4
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn installModUI(url: &str, filename: &str){
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `install_mod_ui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `installBepinexUI` should have a snake case name
[INFO] [stdout]    --> src/main.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn installBepinexUI(){
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_bepinex_ui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dialogResult` should have a snake case name
[INFO] [stdout]    --> src/main.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |                     let dialogResult = FileDialog::new()
[INFO] [stdout]     |                         ^^^^^^^^^^^^ help: convert the identifier to snake case: `dialog_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `pluginsPath` should have a snake case name
[INFO] [stdout]    --> src/main.rs:235:33
[INFO] [stdout]     |
[INFO] [stdout] 235 | ...   let pluginsPath: PathBuf = [self.installPathText.to_owned(), "BepInEx".to_owned(), "plugins".to_owned()].iter().collect();
[INFO] [stdout]     |           ^^^^^^^^^^^ help: convert the identifier to snake case: `plugins_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:236:29
[INFO] [stdout]     |
[INFO] [stdout] 236 | ...                   create_dir(pluginsPath);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 236 |                             let _ = create_dir(pluginsPath);
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `downloadAndInstallMod` should have a snake case name
[INFO] [stdout]    --> src/main.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn downloadAndInstallMod(gamePath: String, url: String, filename: String){
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `download_and_install_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `gamePath` should have a snake case name
[INFO] [stdout]    --> src/main.rs:277:26
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn downloadAndInstallMod(gamePath: String, url: String, filename: String){
[INFO] [stdout]     |                          ^^^^^^^^ help: convert the identifier to snake case: `game_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 |     response.read_to_end(&mut content);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 282 |     let _ = response.read_to_end(&mut content);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |             file.write_all(&content);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 289 |             let _ = file.write_all(&content);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:294:13
[INFO] [stdout]     |
[INFO] [stdout] 294 |             archive.extract(path);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 294 |             let _ = archive.extract(path);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `installBepinex` should have a snake case name
[INFO] [stdout]    --> src/main.rs:302:4
[INFO] [stdout]     |
[INFO] [stdout] 302 | fn installBepinex(path: &String) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_bepinex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:311:5
[INFO] [stdout]     |
[INFO] [stdout] 311 |     response.read_to_end(&mut content);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 311 |     let _ = response.read_to_end(&mut content);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 313 |     archive.extract(path);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 313 |     let _ = archive.extract(path);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.76s
[INFO] running `Command { std: "docker" "inspect" "3a84ea969a705e633c7fe8d6cdee3d7465076befd5c6981008125576925fe244", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a84ea969a705e633c7fe8d6cdee3d7465076befd5c6981008125576925fe244", kill_on_drop: false }`
[INFO] [stdout] 3a84ea969a705e633c7fe8d6cdee3d7465076befd5c6981008125576925fe244
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 274d802ec991381d6dbc1eeb6b6e969cff970e58c7ae343d4d6bd9b70b5059f8
[INFO] running `Command { std: "docker" "start" "-a" "274d802ec991381d6dbc1eeb6b6e969cff970e58c7ae343d4d6bd9b70b5059f8", kill_on_drop: false }`
[INFO] [stderr]    Compiling CrustaceanInstaller v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Align`
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Align,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::blocking`
[INFO] [stdout]   --> src/main.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use reqwest::blocking;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `zip_extensions::read`
[INFO] [stdout]   --> src/main.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | use zip_extensions::read;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `OpenOptions`
[INFO] [stdout]   --> src/main.rs:29:31
[INFO] [stdout]    |
[INFO] [stdout] 29 | use std::fs::{File,create_dir,OpenOptions,create_dir_all,write};
[INFO] [stdout]    |                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]   --> src/main.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |             if let Some(home_dir) = home {
[INFO] [stdout]    |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `home_dir`
[INFO] [stdout]    --> src/main.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |             if let Some(home_dir) = home {
[INFO] [stdout]     |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let mut app = ModInstaller::new(url,filename);
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     let mut app = BepInstaller::new();
[INFO] [stdout]     |         ----^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/main.rs:342:17
[INFO] [stdout]     |
[INFO] [stdout] 342 |             let mut title_bar_rect = {
[INFO] [stdout]     |                 ----^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `bepinexUrl` should have an upper case name
[INFO] [stdout]   --> src/main.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | const bepinexUrl: &str = "https://builds.bepinex.dev/projects/bepinex_be/577/BepInEx_UnityIL2CPP_x64_ec79ad0_6.0.0-be.577.zip";
[INFO] [stdout]    |       ^^^^^^^^^^ help: convert the identifier to upper case: `BEPINEX_URL`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `installPathText` should have a snake case name
[INFO] [stdout]   --> src/main.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     installPathText: String,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_path_text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `officialModNames` should have a snake case name
[INFO] [stdout]   --> src/main.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     officialModNames: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mod_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `officialModUrls` should have a snake case name
[INFO] [stdout]   --> src/main.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     officialModUrls: Vec<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mod_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `officialModsChecked` should have a snake case name
[INFO] [stdout]   --> src/main.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     officialModsChecked: Vec<bool>
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mods_checked`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `getSavedInstallPath` should have a snake case name
[INFO] [stdout]   --> src/main.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn getSavedInstallPath()->String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_saved_install_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `setSavedInstallPath` should have a snake case name
[INFO] [stdout]   --> src/main.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn setSavedInstallPath(path: String){
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_saved_install_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `configFolder` should have a snake case name
[INFO] [stdout]   --> src/main.rs:60:9
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let configFolder = dirs::config_dir().unwrap().join("Crustacean");
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `config_folder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     create_dir_all(&configFolder);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let _ = create_dir_all(&configFolder);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     write(configFolder.join("installPath.cfg"),path);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let _ = write(configFolder.join("installPath.cfg"),path);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `readConfigFile` should have a snake case name
[INFO] [stdout]   --> src/main.rs:65:4
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn readConfigFile()->String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `read_config_file`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `installPathText` should have a snake case name
[INFO] [stdout]    --> src/main.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     installPathText: String,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_path_text`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `installModUI` should have a snake case name
[INFO] [stdout]    --> src/main.rs:149:4
[INFO] [stdout]     |
[INFO] [stdout] 149 | fn installModUI(url: &str, filename: &str){
[INFO] [stdout]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `install_mod_ui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `installBepinexUI` should have a snake case name
[INFO] [stdout]    --> src/main.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 | fn installBepinexUI(){
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_bepinex_ui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `dialogResult` should have a snake case name
[INFO] [stdout]    --> src/main.rs:212:25
[INFO] [stdout]     |
[INFO] [stdout] 212 |                     let dialogResult = FileDialog::new()
[INFO] [stdout]     |                         ^^^^^^^^^^^^ help: convert the identifier to snake case: `dialog_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `pluginsPath` should have a snake case name
[INFO] [stdout]    --> src/main.rs:235:33
[INFO] [stdout]     |
[INFO] [stdout] 235 | ...   let pluginsPath: PathBuf = [self.installPathText.to_owned(), "BepInEx".to_owned(), "plugins".to_owned()].iter().collect();
[INFO] [stdout]     |           ^^^^^^^^^^^ help: convert the identifier to snake case: `plugins_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:236:29
[INFO] [stdout]     |
[INFO] [stdout] 236 | ...                   create_dir(pluginsPath);
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 236 |                             let _ = create_dir(pluginsPath);
[INFO] [stdout]     |                             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `downloadAndInstallMod` should have a snake case name
[INFO] [stdout]    --> src/main.rs:277:4
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn downloadAndInstallMod(gamePath: String, url: String, filename: String){
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `download_and_install_mod`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `gamePath` should have a snake case name
[INFO] [stdout]    --> src/main.rs:277:26
[INFO] [stdout]     |
[INFO] [stdout] 277 | fn downloadAndInstallMod(gamePath: String, url: String, filename: String){
[INFO] [stdout]     |                          ^^^^^^^^ help: convert the identifier to snake case: `game_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:282:5
[INFO] [stdout]     |
[INFO] [stdout] 282 |     response.read_to_end(&mut content);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 282 |     let _ = response.read_to_end(&mut content);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:289:13
[INFO] [stdout]     |
[INFO] [stdout] 289 |             file.write_all(&content);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 289 |             let _ = file.write_all(&content);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:294:13
[INFO] [stdout]     |
[INFO] [stdout] 294 |             archive.extract(path);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 294 |             let _ = archive.extract(path);
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `installBepinex` should have a snake case name
[INFO] [stdout]    --> src/main.rs:302:4
[INFO] [stdout]     |
[INFO] [stdout] 302 | fn installBepinex(path: &String) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_bepinex`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:311:5
[INFO] [stdout]     |
[INFO] [stdout] 311 |     response.read_to_end(&mut content);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 311 |     let _ = response.read_to_end(&mut content);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/main.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 313 |     archive.extract(path);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 313 |     let _ = archive.extract(path);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 34 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "274d802ec991381d6dbc1eeb6b6e969cff970e58c7ae343d4d6bd9b70b5059f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "274d802ec991381d6dbc1eeb6b6e969cff970e58c7ae343d4d6bd9b70b5059f8", kill_on_drop: false }`
[INFO] [stdout] 274d802ec991381d6dbc1eeb6b6e969cff970e58c7ae343d4d6bd9b70b5059f8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3adbfc7e82c5df380f5d19e90c1b0cf4eec2e3eb8c4f616e838a302188c9f631
[INFO] running `Command { std: "docker" "start" "-a" "3adbfc7e82c5df380f5d19e90c1b0cf4eec2e3eb8c4f616e838a302188c9f631", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Align`
[INFO] [stderr]  --> src/main.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     Align,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `reqwest::blocking`
[INFO] [stderr]   --> src/main.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | use reqwest::blocking;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `zip_extensions::read`
[INFO] [stderr]   --> src/main.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 | use zip_extensions::read;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `OpenOptions`
[INFO] [stderr]   --> src/main.rs:29:31
[INFO] [stderr]    |
[INFO] [stderr] 29 | use std::fs::{File,create_dir,OpenOptions,create_dir_all,write};
[INFO] [stderr]    |                               ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `home_dir`
[INFO] [stderr]   --> src/main.rs:75:25
[INFO] [stderr]    |
[INFO] [stderr] 75 |             if let Some(home_dir) = home {
[INFO] [stderr]    |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `home_dir`
[INFO] [stderr]    --> src/main.rs:114:25
[INFO] [stderr]     |
[INFO] [stderr] 114 |             if let Some(home_dir) = home {
[INFO] [stderr]     |                         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_home_dir`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main.rs:162:9
[INFO] [stderr]     |
[INFO] [stderr] 162 |     let mut app = ModInstaller::new(url,filename);
[INFO] [stderr]     |         ----^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main.rs:192:9
[INFO] [stderr]     |
[INFO] [stderr] 192 |     let mut app = BepInstaller::new();
[INFO] [stderr]     |         ----^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/main.rs:342:17
[INFO] [stderr]     |
[INFO] [stderr] 342 |             let mut title_bar_rect = {
[INFO] [stderr]     |                 ----^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `bepinexUrl` should have an upper case name
[INFO] [stderr]   --> src/main.rs:32:7
[INFO] [stderr]    |
[INFO] [stderr] 32 | const bepinexUrl: &str = "https://builds.bepinex.dev/projects/bepinex_be/577/BepInEx_UnityIL2CPP_x64_ec79ad0_6.0.0-be.577.zip";
[INFO] [stderr]    |       ^^^^^^^^^^ help: convert the identifier to upper case: `BEPINEX_URL`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `installPathText` should have a snake case name
[INFO] [stderr]   --> src/main.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr] 35 |     installPathText: String,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_path_text`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `officialModNames` should have a snake case name
[INFO] [stderr]   --> src/main.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 |     officialModNames: Vec<String>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mod_names`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `officialModUrls` should have a snake case name
[INFO] [stderr]   --> src/main.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 37 |     officialModUrls: Vec<String>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mod_urls`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `officialModsChecked` should have a snake case name
[INFO] [stderr]   --> src/main.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 |     officialModsChecked: Vec<bool>
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `official_mods_checked`
[INFO] [stderr] 
[INFO] [stderr] warning: function `getSavedInstallPath` should have a snake case name
[INFO] [stderr]   --> src/main.rs:41:4
[INFO] [stderr]    |
[INFO] [stderr] 41 | fn getSavedInstallPath()->String {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_saved_install_path`
[INFO] [stderr] 
[INFO] [stderr] warning: function `setSavedInstallPath` should have a snake case name
[INFO] [stderr]   --> src/main.rs:59:4
[INFO] [stderr]    |
[INFO] [stderr] 59 | fn setSavedInstallPath(path: String){
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `set_saved_install_path`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `configFolder` should have a snake case name
[INFO] [stderr]   --> src/main.rs:60:9
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let configFolder = dirs::config_dir().unwrap().join("Crustacean");
[INFO] [stderr]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `config_folder`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/main.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 61 |     create_dir_all(&configFolder);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let _ = create_dir_all(&configFolder);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/main.rs:62:5
[INFO] [stderr]    |
[INFO] [stderr] 62 |     write(configFolder.join("installPath.cfg"),path);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 62 |     let _ = write(configFolder.join("installPath.cfg"),path);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: function `readConfigFile` should have a snake case name
[INFO] [stderr]   --> src/main.rs:65:4
[INFO] [stderr]    |
[INFO] [stderr] 65 | fn readConfigFile()->String {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `read_config_file`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `installPathText` should have a snake case name
[INFO] [stderr]    --> src/main.rs:103:5
[INFO] [stderr]     |
[INFO] [stderr] 103 |     installPathText: String,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_path_text`
[INFO] [stderr] 
[INFO] [stderr] warning: function `installModUI` should have a snake case name
[INFO] [stderr]    --> src/main.rs:149:4
[INFO] [stderr]     |
[INFO] [stderr] 149 | fn installModUI(url: &str, filename: &str){
[INFO] [stderr]     |    ^^^^^^^^^^^^ help: convert the identifier to snake case: `install_mod_ui`
[INFO] [stderr] 
[INFO] [stderr] warning: function `installBepinexUI` should have a snake case name
[INFO] [stderr]    --> src/main.rs:169:4
[INFO] [stderr]     |
[INFO] [stderr] 169 | fn installBepinexUI(){
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_bepinex_ui`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `dialogResult` should have a snake case name
[INFO] [stderr]    --> src/main.rs:212:25
[INFO] [stderr]     |
[INFO] [stderr] 212 |                     let dialogResult = FileDialog::new()
[INFO] [stderr]     |                         ^^^^^^^^^^^^ help: convert the identifier to snake case: `dialog_result`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `pluginsPath` should have a snake case name
[INFO] [stderr]    --> src/main.rs:235:33
[INFO] [stderr]     |
[INFO] [stderr] 235 | ...   let pluginsPath: PathBuf = [self.installPathText.to_owned(), "BepInEx".to_owned(), "plugins".to_owned()].iter().collect();
[INFO] [stderr]     |           ^^^^^^^^^^^ help: convert the identifier to snake case: `plugins_path`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:236:29
[INFO] [stderr]     |
[INFO] [stderr] 236 | ...                   create_dir(pluginsPath);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 236 |                             let _ = create_dir(pluginsPath);
[INFO] [stderr]     |                             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: function `downloadAndInstallMod` should have a snake case name
[INFO] [stderr]    --> src/main.rs:277:4
[INFO] [stderr]     |
[INFO] [stderr] 277 | fn downloadAndInstallMod(gamePath: String, url: String, filename: String){
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `download_and_install_mod`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `gamePath` should have a snake case name
[INFO] [stderr]    --> src/main.rs:277:26
[INFO] [stderr]     |
[INFO] [stderr] 277 | fn downloadAndInstallMod(gamePath: String, url: String, filename: String){
[INFO] [stderr]     |                          ^^^^^^^^ help: convert the identifier to snake case: `game_path`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:282:5
[INFO] [stderr]     |
[INFO] [stderr] 282 |     response.read_to_end(&mut content);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 282 |     let _ = response.read_to_end(&mut content);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:289:13
[INFO] [stderr]     |
[INFO] [stderr] 289 |             file.write_all(&content);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 289 |             let _ = file.write_all(&content);
[INFO] [stderr]     |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:294:13
[INFO] [stderr]     |
[INFO] [stderr] 294 |             archive.extract(path);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 294 |             let _ = archive.extract(path);
[INFO] [stderr]     |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: function `installBepinex` should have a snake case name
[INFO] [stderr]    --> src/main.rs:302:4
[INFO] [stderr]     |
[INFO] [stderr] 302 | fn installBepinex(path: &String) {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `install_bepinex`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:311:5
[INFO] [stderr]     |
[INFO] [stderr] 311 |     response.read_to_end(&mut content);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 311 |     let _ = response.read_to_end(&mut content);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/main.rs:313:5
[INFO] [stderr]     |
[INFO] [stderr] 313 |     archive.extract(path);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 313 |     let _ = archive.extract(path);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `CrustaceanInstaller` (bin "CrustaceanInstaller" test) generated 34 warnings (run `cargo fix --bin "CrustaceanInstaller" --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/CrustaceanInstaller-efb11b716c065a89)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3adbfc7e82c5df380f5d19e90c1b0cf4eec2e3eb8c4f616e838a302188c9f631", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3adbfc7e82c5df380f5d19e90c1b0cf4eec2e3eb8c4f616e838a302188c9f631", kill_on_drop: false }`
[INFO] [stdout] 3adbfc7e82c5df380f5d19e90c1b0cf4eec2e3eb8c4f616e838a302188c9f631
[INFO] testing o7Moon/Crustacean against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fo7Moon%2FCrustacean" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/o7Moon/Crustacean on toolchain beta-2024-07-26
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/o7Moon/Crustacean
[INFO] finished tweaking git repo https://github.com/o7Moon/Crustacean
[INFO] tweaked toml for git repo https://github.com/o7Moon/Crustacean written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/o7Moon/Crustacean 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-2024-07-26" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 74c0895bccfbca79f865af238524104918ec017a3a56e4d3e480fb5107a3f632
[INFO] running `Command { std: "docker" "start" "-a" "74c0895bccfbca79f865af238524104918ec017a3a56e4d3e480fb5107a3f632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74c0895bccfbca79f865af238524104918ec017a3a56e4d3e480fb5107a3f632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74c0895bccfbca79f865af238524104918ec017a3a56e4d3e480fb5107a3f632", kill_on_drop: false }`
[INFO] [stdout] 74c0895bccfbca79f865af238524104918ec017a3a56e4d3e480fb5107a3f632
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-07-26" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d061097ac0f90ae3b6e5bf23f3a00767aa7a32633bcfe929cf9acc97c5b1d4b2
[INFO] running `Command { std: "docker" "start" "-a" "d061097ac0f90ae3b6e5bf23f3a00767aa7a32633bcfe929cf9acc97c5b1d4b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling cc v1.0.74
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling libloading v0.7.3
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling cmake v0.1.49
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]    Compiling openssl-sys v0.9.77
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling x11-dl v2.20.0
[INFO] [stderr]    Compiling crossfont v0.5.1
[INFO] [stderr]    Compiling ahash v0.8.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling ttf-parser v0.17.1
[INFO] [stderr]    Compiling cty v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling memmap2 v0.5.7
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling servo-fontconfig v0.5.1
[INFO] [stderr]    Compiling freetype-rs v0.26.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.7
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling raw-window-handle v0.4.3
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-io v0.3.25
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling nix v0.22.3
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling owned_ttf_parser v0.17.0
[INFO] [stderr]    Compiling ab_glyph v0.2.18
[INFO] [stderr]    Compiling raw-window-handle v0.5.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling ucd-util v0.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling webbrowser v0.7.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling glow v0.11.2
[INFO] [stderr]    Compiling unwrap v1.2.1
[INFO] [stderr]    Compiling which v4.3.0
[INFO] [stderr]    Compiling dirs-next v1.0.2
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling xdg-basedir v1.0.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling platform-dirs v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling bytemuck_derive v1.2.1
[INFO] [stderr]    Compiling foreign-types-macros v0.2.2
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling h2 v0.3.15
[INFO] [stderr]    Compiling wayland-cursor v0.29.5
[INFO] [stderr]    Compiling wayland-egl v0.29.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling x11rb v0.9.0
[INFO] [stderr]    Compiling foreign-types v0.5.0
[INFO] [stderr]    Compiling bytemuck v1.12.2
[INFO] [stderr]    Compiling tiny-skia-path v0.7.0
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "memchr", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "stats", "sync", "test-util", "time", "tokio-macros", "tracing", "winapi"))' -C metadata=9d8aea1374ed8483 -C extra-filename=-9d8aea1374ed8483 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-f67657259700e1e6.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-acfe84869d5640c5.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-33d05ae5bba76030.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-9e2d322ae5d1b727.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-c8d299e67ec7667a.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-2bf93d566738d750.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-58bbf3a14fe5309f.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `nix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-07-26-x86_64-unknown-linux-gnu/bin/rustc --crate-name nix --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/nix-0.22.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ddee0847666c7e17 -C extra-filename=-ddee0847666c7e17 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-85e13ed1e0c6d910.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-a3e7e701fcd1f47b.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-acfe84869d5640c5.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-3b8b6c5d2cb3d911.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d061097ac0f90ae3b6e5bf23f3a00767aa7a32633bcfe929cf9acc97c5b1d4b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d061097ac0f90ae3b6e5bf23f3a00767aa7a32633bcfe929cf9acc97c5b1d4b2", kill_on_drop: false }`
[INFO] [stdout] d061097ac0f90ae3b6e5bf23f3a00767aa7a32633bcfe929cf9acc97c5b1d4b2