[INFO] cloning repository https://github.com/oberien/gvas-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oberien/gvas-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foberien%2Fgvas-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foberien%2Fgvas-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] be793c92ec82bd1140bf90ca82bc94a27fb12a6b
[INFO] checking oberien/gvas-rs/be793c92ec82bd1140bf90ca82bc94a27fb12a6b against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foberien%2Fgvas-rs" "/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/oberien/gvas-rs
[INFO] finished tweaking git repo https://github.com/oberien/gvas-rs
[INFO] tweaked toml for git repo https://github.com/oberien/gvas-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oberien/gvas-rs on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oberien/gvas-rs 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" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `gvas-rs` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byteorder v1.2.3
[INFO] [stderr]   Downloaded serde v1.0.70
[INFO] [stderr]   Downloaded serde_derive v1.0.70
[INFO] [stderr]   Downloaded termcolor v1.0.1
[INFO] [stderr]   Downloaded lazy_static v1.0.2
[INFO] [stderr]   Downloaded quote v0.6.4
[INFO] [stderr]   Downloaded wincolor v1.0.0
[INFO] [stderr]   Downloaded env_logger v0.5.11
[INFO] [stderr]   Downloaded syn v0.14.5
[INFO] [stderr]   Downloaded regex v1.0.2
[INFO] [stderr]   Downloaded encoding_rs v0.8.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0
[INFO] running `Command { std: "docker" "start" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0", 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" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0" "/opt/rustwide/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0", 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" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0" "/opt/rustwide/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `gvas-rs` (manifest) generated 1 warning
[INFO] [stderr]     Checking libc v0.2.42
[INFO] [stderr]    Compiling cc v1.0.18
[INFO] [stderr]     Checking cfg-if v0.1.4
[INFO] [stderr]    Compiling regex v1.0.2
[INFO] [stderr]     Checking ucd-util v0.1.1
[INFO] [stderr]    Compiling serde v1.0.70
[INFO] [stderr]     Checking rustc-demangle v0.1.9
[INFO] [stderr]     Checking lazy_static v1.0.2
[INFO] [stderr]     Checking utf8-ranges v1.0.0
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking termcolor v1.0.1
[INFO] [stderr]     Checking byteorder v1.2.3
[INFO] [stderr]    Compiling proc-macro2 v0.4.9
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]    Compiling synstructure v0.6.1
[INFO] [stderr]     Checking log v0.4.3
[INFO] [stderr]     Checking encoding_rs v0.8.4
[INFO] [stderr]     Checking humantime v1.1.1
[INFO] [stderr]     Checking thread_local v0.3.5
[INFO] [stderr]     Checking regex-syntax v0.6.2
[INFO] [stderr]     Checking memchr v2.0.1
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]    Compiling quote v0.6.4
[INFO] [stderr]     Checking aho-corasick v0.6.6
[INFO] [stderr]    Compiling syn v0.14.5
[INFO] [stderr]    Compiling failure_derive v0.1.1
[INFO] [stderr]    Compiling backtrace-sys v0.1.23
[INFO] [stderr]     Checking backtrace v0.3.9
[INFO] [stderr]     Checking failure v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.70
[INFO] [stderr]     Checking env_logger v0.5.11
[INFO] [stderr]     Checking serde_gvas v0.1.0 (/opt/rustwide/workdir/serde_gvas)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> serde_gvas/src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Cursor`
[INFO] [stdout]  --> serde_gvas/src/de/mod.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::io::{Read, Cursor};
[INFO] [stdout]   |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Encoding`
[INFO] [stdout]  --> serde_gvas/src/de/mod.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | use encoding_rs::{Encoding, WINDOWS_1252, UTF_16LE};
[INFO] [stdout]   |                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `len`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn parse_bool(&mut self, len: Option<u32>) -> Result<bool> {
[INFO] [stdout]    |                              ^^^ help: if this is intentional, prefix it with an underscore: `_len`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:153:35
[INFO] [stdout]     |
[INFO] [stdout] 153 |             PropertyType::Unknown(s) => v.visit_map(MapDeserializer::new(self)),
[INFO] [stdout]     |                                   ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seed`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:184:62
[INFO] [stdout]     |
[INFO] [stdout] 184 |     fn next_element_seed<S: DeserializeSeed<'de>>(&mut self, seed: S) -> Result<Option<S::Value>> {
[INFO] [stdout]     |                                                              ^^^^ help: if this is intentional, prefix it with an underscore: `_seed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `typ`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:185:13
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let typ = self.de.parse_type_in_array()?;
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_typ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `parse_object` is never used
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:134:8
[INFO] [stdout]     |
[INFO] [stdout]  34 | impl<R: Read> Deserializer<R> {
[INFO] [stdout]     | ----------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 134 |     fn parse_object(&mut self, len: Option<u32>) -> Result<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking gvas-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `FileType` and `self`
[INFO] [stdout]  --> src/main.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::fs::{self, File, FileType};
[INFO] [stdout]   |               ^^^^        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/main.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Deserialize, Debug)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FileType` and `self`
[INFO] [stdout]  --> src/main.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::fs::{self, File, FileType};
[INFO] [stdout]   |               ^^^^        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/main.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[derive(Deserialize, Debug)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Deserialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_exact` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]   --> src/main.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |         file.read_exact(&mut head).unwrap();
[INFO] [stdout]    |              ^^^^^^^^^^ method not found in `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: the method `read_exact` exists on the type `File`
[INFO] [stdout]   --> /rustc/018018e881e2db0956f229dbb543e21f058d1ce7/library/alloc/src/io/read.rs:396:4
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `File` value, panicking if the value is a `Result::Err`
[INFO] [stdout]    |
[INFO] [stdout] 36 |         file.expect("REASON").read_exact(&mut head).unwrap();
[INFO] [stdout]    |             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `[u8]` with `&[u8; 4]`
[INFO] [stdout]   --> src/main.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != b"GVAS" || head[26..31] != b"++RedHarvest+Staging" {
[INFO] [stdout]    |                       ^^ no implementation for `[u8] == &[u8; 4]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `PartialEq<&[u8; 4]>` is not implemented for `[u8]`
[INFO] [stdout] help: consider dereferencing here
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != *b"GVAS" || head[26..31] != b"++RedHarvest+Staging" {
[INFO] [stdout]    |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `[u8]` with `&[u8; 20]`
[INFO] [stdout]   --> src/main.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != b"GVAS" || head[26..31] != b"++RedHarvest+Staging" {
[INFO] [stdout]    |                                                  ^^ no implementation for `[u8] == &[u8; 20]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `PartialEq<&[u8; 20]>` is not implemented for `[u8]`
[INFO] [stdout] help: consider dereferencing here
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != b"GVAS" || head[26..31] != *b"++RedHarvest+Staging" {
[INFO] [stdout]    |                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:57
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                           ----------------------------- ^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer::<R>::new`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl<R: Read> Deserializer<R> {
[INFO] [stdout]    |         ^^^^ required by this bound in `Deserializer::<R>::new`
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn new(mut r: R) -> Result<(Deserializer<R>, String)> {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Deserializer<R: Read> {
[INFO] [stdout]    |                            ^^^^ required by this bound in `Deserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Deserializer<R: Read> {
[INFO] [stdout]    |                            ^^^^ required by this bound in `Deserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:63
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                                                               ^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Deserializer<R: Read> {
[INFO] [stdout]    |                            ^^^^ required by this bound in `Deserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:82
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                                                 -------------------------------- ^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer::<'a, T>::new`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl<'a, T: Read + 'a> MapDeserializer<'a, T> {
[INFO] [stdout]     |             ^^^^ required by this bound in `MapDeserializer::<'a, T>::new`
[INFO] [stdout] 195 |     pub fn new(de: &'a mut Deserializer<T>) -> MapDeserializer<'a, T> {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:49
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:22
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:22
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_exact` found for enum `Result<T, E>` in the current scope
[INFO] [stdout]   --> src/main.rs:36:14
[INFO] [stdout]    |
[INFO] [stdout] 36 |         file.read_exact(&mut head).unwrap();
[INFO] [stdout]    |              ^^^^^^^^^^ method not found in `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: the method `read_exact` exists on the type `File`
[INFO] [stdout]   --> /rustc/018018e881e2db0956f229dbb543e21f058d1ce7/library/alloc/src/io/read.rs:396:4
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `File` value, panicking if the value is a `Result::Err`
[INFO] [stdout]    |
[INFO] [stdout] 36 |         file.expect("REASON").read_exact(&mut head).unwrap();
[INFO] [stdout]    |             +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:22
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `[u8]` with `&[u8; 4]`
[INFO] [stdout]   --> src/main.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != b"GVAS" || head[26..31] != b"++RedHarvest+Staging" {
[INFO] [stdout]    |                       ^^ no implementation for `[u8] == &[u8; 4]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `PartialEq<&[u8; 4]>` is not implemented for `[u8]`
[INFO] [stdout] help: consider dereferencing here
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != *b"GVAS" || head[26..31] != b"++RedHarvest+Staging" {
[INFO] [stdout]    |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]     --> src/main.rs:42:36
[INFO] [stdout]      |
[INFO] [stdout]   42 |         let foo = Foo::deserialize(de);
[INFO] [stdout]      |                   ---------------- ^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `serde::Deserializer<'_>` is conditionally implemented for `MapAccessDeserializer<A>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.70/src/de/value.rs:1291:1
[INFO] [stdout]      |
[INFO] [stdout] 1291 | / impl<'de, A> de::Deserializer<'de> for MapAccessDeserializer<A>
[INFO] [stdout] 1292 | | where
[INFO] [stdout] 1293 | |     A: de::MapAccess<'de>,
[INFO] [stdout]      | |________------------------^
[INFO] [stdout]      |          |
[INFO] [stdout]      |          unsatisfied requirement introduced here: `_: MapAccess<'_>`
[INFO] [stdout]      = note: required for `serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>` to implement `MapAccess<'_>`
[INFO] [stdout]      = note: required for `MapAccessDeserializer<serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>>` to implement `serde::Deserializer<'_>`
[INFO] [stdout] note: required by a bound in `serde::Deserialize::deserialize`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.70/src/de/mod.rs:532:12
[INFO] [stdout]      |
[INFO] [stdout]  530 |     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout]      |        ----------- required by a bound in this associated function
[INFO] [stdout]  531 |     where
[INFO] [stdout]  532 |         D: Deserializer<'de>;
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^ required by this bound in `Deserialize::deserialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: can't compare `[u8]` with `&[u8; 20]`
[INFO] [stdout]   --> src/main.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != b"GVAS" || head[26..31] != b"++RedHarvest+Staging" {
[INFO] [stdout]    |                                                  ^^ no implementation for `[u8] == &[u8; 20]`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `PartialEq<&[u8; 20]>` is not implemented for `[u8]`
[INFO] [stdout] help: consider dereferencing here
[INFO] [stdout]    |
[INFO] [stdout] 37 |         if head[0..4] != b"GVAS" || head[26..31] != *b"++RedHarvest+Staging" {
[INFO] [stdout]    |                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]     --> src/main.rs:42:19
[INFO] [stdout]      |
[INFO] [stdout]   42 |         let foo = Foo::deserialize(de);
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `serde::Deserializer<'_>` is conditionally implemented for `MapAccessDeserializer<A>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.70/src/de/value.rs:1291:1
[INFO] [stdout]      |
[INFO] [stdout] 1291 | / impl<'de, A> de::Deserializer<'de> for MapAccessDeserializer<A>
[INFO] [stdout] 1292 | | where
[INFO] [stdout] 1293 | |     A: de::MapAccess<'de>,
[INFO] [stdout]      | |________------------------^
[INFO] [stdout]      |          |
[INFO] [stdout]      |          unsatisfied requirement introduced here: `_: MapAccess<'_>`
[INFO] [stdout]      = note: required for `serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>` to implement `MapAccess<'_>`
[INFO] [stdout]      = note: required for `MapAccessDeserializer<serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>>` to implement `serde::Deserializer<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:57
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                           ----------------------------- ^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           required by a bound introduced by this call
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer::<R>::new`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl<R: Read> Deserializer<R> {
[INFO] [stdout]    |         ^^^^ required by this bound in `Deserializer::<R>::new`
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn new(mut r: R) -> Result<(Deserializer<R>, String)> {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Deserializer<R: Read> {
[INFO] [stdout]    |                            ^^^^ required by this bound in `Deserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:27
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Deserializer<R: Read> {
[INFO] [stdout]    |                            ^^^^ required by this bound in `Deserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]   --> src/main.rs:40:63
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let (mut de, _) = serde_gvas::Deserializer::new(file).unwrap();
[INFO] [stdout]    |                                                               ^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `serde_gvas::Deserializer`
[INFO] [stdout]   --> serde_gvas/src/de/mod.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub struct Deserializer<R: Read> {
[INFO] [stdout]    |                            ^^^^ required by this bound in `Deserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:82
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                                                 -------------------------------- ^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer::<'a, T>::new`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 | impl<'a, T: Read + 'a> MapDeserializer<'a, T> {
[INFO] [stdout]     |             ^^^^ required by this bound in `MapDeserializer::<'a, T>::new`
[INFO] [stdout] 195 |     pub fn new(de: &'a mut Deserializer<T>) -> MapDeserializer<'a, T> {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:49
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:22
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:22
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/main.rs:41:22
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let mut de = MapAccessDeserializer::new(serde_gvas::MapDeserializer::new(&mut de));
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `serde_gvas::MapDeserializer`
[INFO] [stdout]    --> serde_gvas/src/de/mod.rs:190:35
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub struct MapDeserializer<'a, T: Read + 'a> {
[INFO] [stdout]     |                                   ^^^^ required by this bound in `MapDeserializer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `game`
[INFO] [stdout]   --> src/main.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn get_path(game: &'static str) -> PathBuf {
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]     --> src/main.rs:42:36
[INFO] [stdout]      |
[INFO] [stdout]   42 |         let foo = Foo::deserialize(de);
[INFO] [stdout]      |                   ---------------- ^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `serde::Deserializer<'_>` is conditionally implemented for `MapAccessDeserializer<A>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.70/src/de/value.rs:1291:1
[INFO] [stdout]      |
[INFO] [stdout] 1291 | / impl<'de, A> de::Deserializer<'de> for MapAccessDeserializer<A>
[INFO] [stdout] 1292 | | where
[INFO] [stdout] 1293 | |     A: de::MapAccess<'de>,
[INFO] [stdout]      | |________------------------^
[INFO] [stdout]      |          |
[INFO] [stdout]      |          unsatisfied requirement introduced here: `_: MapAccess<'_>`
[INFO] [stdout]      = note: required for `serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>` to implement `MapAccess<'_>`
[INFO] [stdout]      = note: required for `MapAccessDeserializer<serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>>` to implement `serde::Deserializer<'_>`
[INFO] [stdout] note: required by a bound in `serde::Deserialize::deserialize`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.70/src/de/mod.rs:532:12
[INFO] [stdout]      |
[INFO] [stdout]  530 |     fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
[INFO] [stdout]      |        ----------- required by a bound in this associated function
[INFO] [stdout]  531 |     where
[INFO] [stdout]  532 |         D: Deserializer<'de>;
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^ required by this bound in `Deserialize::deserialize`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Result<File, std::io::Error>: std::io::Read` is not satisfied
[INFO] [stdout]     --> src/main.rs:42:19
[INFO] [stdout]      |
[INFO] [stdout]   42 |         let foo = Foo::deserialize(de);
[INFO] [stdout]      |                   ^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Read` is not implemented for `Result<File, std::io::Error>`
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `serde::Deserializer<'_>` is conditionally implemented for `MapAccessDeserializer<A>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.70/src/de/value.rs:1291:1
[INFO] [stdout]      |
[INFO] [stdout] 1291 | / impl<'de, A> de::Deserializer<'de> for MapAccessDeserializer<A>
[INFO] [stdout] 1292 | | where
[INFO] [stdout] 1293 | |     A: de::MapAccess<'de>,
[INFO] [stdout]      | |________------------------^
[INFO] [stdout]      |          |
[INFO] [stdout]      |          unsatisfied requirement introduced here: `_: MapAccess<'_>`
[INFO] [stdout]      = note: required for `serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>` to implement `MapAccess<'_>`
[INFO] [stdout]      = note: required for `MapAccessDeserializer<serde_gvas::MapDeserializer<'_, Result<File, std::io::Error>>>` to implement `serde::Deserializer<'_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `game`
[INFO] [stdout]   --> src/main.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn get_path(game: &'static str) -> PathBuf {
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_game`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gvas-rs` (bin "gvas-rs" test) due to 14 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gvas-rs` (bin "gvas-rs") due to 14 previous errors; 3 warnings emitted
[INFO] [stderr] warning: unused dependency `byteorder`
[INFO] [stderr]  --> Cargo.toml:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | byteorder = "0.5"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `byteorder`
[INFO] [stderr] warning: `gvas-rs` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "inspect" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0", kill_on_drop: false }`
[INFO] [stdout] eff35982247ae3c124c567f6228aef2200f2ee48d961a63e40b2121389351fc0
