[INFO] fetching crate mister-fpga 0.1.0...
[INFO] testing mister-fpga-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mister-fpga 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate mister-fpga 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mister-fpga 0.1.0
[INFO] tweaked toml for crates.io crate mister-fpga 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mister-fpga 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 294 packages to latest compatible versions
[INFO] [stderr]       Adding bitfield v0.17.0 (available: v0.19.3)
[INFO] [stderr]       Adding glam v0.29.3 (available: v0.30.9)
[INFO] [stderr]       Adding itertools v0.13.0 (available: v0.14.0)
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] [stderr]       Adding nom_locate v4.2.0 (available: v5.0.0)
[INFO] [stderr]       Adding rstest v0.18.2 (available: v0.26.1)
[INFO] [stderr]       Adding sdl3 v0.5.0 (available: v0.16.1)
[INFO] [stderr]       Adding strum v0.26.3 (available: v0.27.2)
[INFO] [stderr]       Adding typed-builder v0.20.1 (available: v0.23.0)
[INFO] [stderr]       Adding validator v0.19.0 (available: v0.20.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 191a1a7c99a5322e5eb715a19fbe469638d617365e1f2e8839616c0dffaf5c1d
[INFO] running `Command { std: "docker" "start" "-a" "191a1a7c99a5322e5eb715a19fbe469638d617365e1f2e8839616c0dffaf5c1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "191a1a7c99a5322e5eb715a19fbe469638d617365e1f2e8839616c0dffaf5c1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "191a1a7c99a5322e5eb715a19fbe469638d617365e1f2e8839616c0dffaf5c1d", kill_on_drop: false }`
[INFO] [stdout] 191a1a7c99a5322e5eb715a19fbe469638d617365e1f2e8839616c0dffaf5c1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c90aeb7716459de0a51769be1e73a8b3b2937ec2247da7f4eab3865776d9c1f
[INFO] running `Command { std: "docker" "start" "-a" "9c90aeb7716459de0a51769be1e73a8b3b2937ec2247da7f4eab3865776d9c1f", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling sdl3-sys v0.0.6+sdl3-dev-2023-07-31
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling bitstream-io v2.6.0
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling pxfm v0.1.25
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling avif-serialize v0.8.6
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]    Compiling bit_field v0.10.3
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling sdl3 v0.5.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling moxcms v0.7.9
[INFO] [stderr]    Compiling embedded-graphics-core v0.4.0
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling bitfield v0.14.0
[INFO] [stderr]    Compiling merg_derive v0.1.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling micromath v2.1.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling cyclone-v v0.1.0
[INFO] [stderr]    Compiling embedded-graphics v0.8.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling merg v0.1.1
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling i2cdev v0.6.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitfield v0.17.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling simple_endian v0.3.3
[INFO] [stderr]    Compiling glam v0.29.3
[INFO] [stderr]    Compiling array_map v0.4.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling profiling v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.19.0
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling fixed-map-derive v0.9.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.15.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling av1-grain v0.2.5
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling typed-builder v0.20.1
[INFO] [stderr]    Compiling serde_with v3.15.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling fixed-map v0.9.5
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling validator v0.19.0
[INFO] [stderr]    Compiling ravif v0.11.20
[INFO] [stderr]    Compiling image v0.25.8
[INFO] [stderr]    Compiling one-fpga v0.1.0
[INFO] [stderr]    Compiling mister-fpga v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/core_info.rs:78:32
[INFO] [stdout]    |
[INFO] [stdout] 78 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout]    |                                ^                      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout] 78 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/core_info.rs:99:32
[INFO] [stdout]    |
[INFO] [stdout] 99 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout]    |                                ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout] 99 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/config/ini.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub fn parse(input: &str) -> Result<Ini, Error> {
[INFO] [stdout]     |                     ^^^^            ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub fn parse(input: &str) -> Result<Ini<'_>, Error> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fpga/spi.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<Self> {
[INFO] [stdout]    |                ^^^^^^^^^ the lifetime is elided here               ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<'_, Self> {
[INFO] [stdout]    |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fpga/spi.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 31 |     ) -> SpiCommandGuard<Self>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     ) -> SpiCommandGuard<'_, Self>;
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fpga/spi.rs:411:9
[INFO] [stdout]     |
[INFO] [stdout] 411 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 414 |     ) -> SpiCommandGuard<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 414 |     ) -> SpiCommandGuard<'_, Self> {
[INFO] [stdout]     |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s
[INFO] running `Command { std: "docker" "inspect" "9c90aeb7716459de0a51769be1e73a8b3b2937ec2247da7f4eab3865776d9c1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c90aeb7716459de0a51769be1e73a8b3b2937ec2247da7f4eab3865776d9c1f", kill_on_drop: false }`
[INFO] [stdout] 9c90aeb7716459de0a51769be1e73a8b3b2937ec2247da7f4eab3865776d9c1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5d2054202ad676778b43fc0dd5dc017acd826a8890a531ca3dab5a1e3695163
[INFO] running `Command { std: "docker" "start" "-a" "a5d2054202ad676778b43fc0dd5dc017acd826a8890a531ca3dab5a1e3695163", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/core_info.rs:78:32
[INFO] [stdout]    |
[INFO] [stdout] 78 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout]    |                                ^                      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout] 78 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/core_info.rs:99:32
[INFO] [stdout]    |
[INFO] [stdout] 99 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout]    |                                ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout] 99 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/config/ini.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub fn parse(input: &str) -> Result<Ini, Error> {
[INFO] [stdout]     |                     ^^^^            ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub fn parse(input: &str) -> Result<Ini<'_>, Error> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fpga/spi.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<Self> {
[INFO] [stdout]    |                ^^^^^^^^^ the lifetime is elided here               ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<'_, Self> {
[INFO] [stdout]    |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fpga/spi.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 31 |     ) -> SpiCommandGuard<Self>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     ) -> SpiCommandGuard<'_, Self>;
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fpga/spi.rs:411:9
[INFO] [stdout]     |
[INFO] [stdout] 411 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 414 |     ) -> SpiCommandGuard<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 414 |     ) -> SpiCommandGuard<'_, Self> {
[INFO] [stdout]     |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rstest v0.18.2
[INFO] [stderr]    Compiling mister-fpga v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/core_info.rs:78:32
[INFO] [stdout]    |
[INFO] [stdout] 78 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout]    |                                ^                      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout] 78 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/core_info.rs:99:32
[INFO] [stdout]    |
[INFO] [stdout] 99 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout]    |                                ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stdout] 99 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/config.rs:934:22
[INFO] [stdout]     |
[INFO] [stdout] 934 |             unsafe { testing::ROOT.clone().unwrap() }
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/config/ini.rs:160:21
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub fn parse(input: &str) -> Result<Ini, Error> {
[INFO] [stdout]     |                     ^^^^            ^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 160 | pub fn parse(input: &str) -> Result<Ini<'_>, Error> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fpga/spi.rs:24:16
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<Self> {
[INFO] [stdout]    |                ^^^^^^^^^ the lifetime is elided here               ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<'_, Self> {
[INFO] [stdout]    |                                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fpga/spi.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 31 |     ) -> SpiCommandGuard<Self>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     ) -> SpiCommandGuard<'_, Self>;
[INFO] [stdout]    |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fpga/spi.rs:411:9
[INFO] [stdout]     |
[INFO] [stdout] 411 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 414 |     ) -> SpiCommandGuard<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 414 |     ) -> SpiCommandGuard<'_, Self> {
[INFO] [stdout]     |                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.07s
[INFO] running `Command { std: "docker" "inspect" "a5d2054202ad676778b43fc0dd5dc017acd826a8890a531ca3dab5a1e3695163", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5d2054202ad676778b43fc0dd5dc017acd826a8890a531ca3dab5a1e3695163", kill_on_drop: false }`
[INFO] [stdout] a5d2054202ad676778b43fc0dd5dc017acd826a8890a531ca3dab5a1e3695163
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 25395989db042aec6b1e25ff2d3546325188adf66a818a57f7fec2347338ad5d
[INFO] running `Command { std: "docker" "start" "-a" "25395989db042aec6b1e25ff2d3546325188adf66a818a57f7fec2347338ad5d", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/core_info.rs:78:32
[INFO] [stderr]    |
[INFO] [stderr] 78 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr]    |                                ^                      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 78 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr] 78 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/core_info.rs:99:32
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr]    |                                ^                      ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 99 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr] 99 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/config/ini.rs:160:21
[INFO] [stderr]     |
[INFO] [stderr] 160 | pub fn parse(input: &str) -> Result<Ini, Error> {
[INFO] [stderr]     |                     ^^^^            ^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 160 | pub fn parse(input: &str) -> Result<Ini<'_>, Error> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/fpga/spi.rs:24:16
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<Self> {
[INFO] [stderr]    |                ^^^^^^^^^ the lifetime is elided here               ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 24 |     fn command(&mut self, command: impl IntoLowLevelSpiCommand) -> SpiCommandGuard<'_, Self> {
[INFO] [stderr]    |                                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/fpga/spi.rs:28:9
[INFO] [stderr]    |
[INFO] [stderr] 28 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 31 |     ) -> SpiCommandGuard<Self>;
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 31 |     ) -> SpiCommandGuard<'_, Self>;
[INFO] [stderr]    |                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/fpga/spi.rs:411:9
[INFO] [stderr]     |
[INFO] [stderr] 411 |         &mut self,
[INFO] [stderr]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 414 |     ) -> SpiCommandGuard<Self> {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 414 |     ) -> SpiCommandGuard<'_, Self> {
[INFO] [stderr]     |                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `mister-fpga` (lib) generated 6 warnings (run `cargo fix --lib -p mister-fpga` to apply 6 suggestions)
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/config.rs:934:22
[INFO] [stderr]     |
[INFO] [stderr] 934 |             unsafe { testing::ROOT.clone().unwrap() }
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mister-fpga` (lib test) generated 7 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mister_fpga-2392543376ef4d57)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test config::examples::works_with_example::p_10_tests_assets_config_raw_githubusercontent_com_MiSTer_DE1_SoC_Mai ... ok
[INFO] [stdout] test config::examples::works_with_example::p_04_tests_assets_config_raw_githubusercontent_com_ArcadeHustle_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_06_tests_assets_config_raw_githubusercontent_com_Frank_Zeyda_MiSTer ... ok
[INFO] [stdout] test config::examples::works_with_example::p_07_tests_assets_config_raw_githubusercontent_com_GACWR_Main_MiSTer_ ... ok
[INFO] [stdout] test config::examples::works_with_example::p_09_tests_assets_config_raw_githubusercontent_com_MiSTeX_devel_Main_ ... ok
[INFO] [stdout] test config::examples::works_with_example::p_11_tests_assets_config_raw_githubusercontent_com_MiSTer_devel_Arcad ... ok
[INFO] [stdout] test config::examples::works_with_example::p_02_tests_assets_config_example_02_ini ... ok
[INFO] [stdout] test config::examples::works_with_example::p_03_tests_assets_config_example_03_ini ... ok
[INFO] [stdout] test config::examples::works_with_example::p_14_tests_assets_config_raw_githubusercontent_com_alanswx_Main_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_01_tests_assets_config_example_01_ini ... ok
[INFO] [stdout] test config::examples::works_with_example::p_12_tests_assets_config_raw_githubusercontent_com_MiSTer_labs_Main_M ... ok
[INFO] [stdout] test config::examples::works_with_example::p_22_tests_assets_config_raw_githubusercontent_com_kowoba_Main_MiSTer ... ok
[INFO] [stdout] test config::examples::works_with_example::p_15_tests_assets_config_raw_githubusercontent_com_amerika13_Main_MiS ... ok
[INFO] [stdout] test config::examples::works_with_example::p_27_tests_assets_config_raw_githubusercontent_com_misteraddons_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_17_tests_assets_config_raw_githubusercontent_com_dholm_Main_MiSTer_ ... ok
[INFO] [stdout] test config::examples::works_with_example::p_05_tests_assets_config_raw_githubusercontent_com_Cwickniss_Main_MiS ... ok
[INFO] [stdout] test config::examples::works_with_example::p_16_tests_assets_config_raw_githubusercontent_com_cscheib_Main_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_20_tests_assets_config_raw_githubusercontent_com_gsherper_Main_MiST ... ok
[INFO] [stdout] test config::examples::works_with_example::p_19_tests_assets_config_raw_githubusercontent_com_georgemarshall_Mai ... ok
[INFO] [stdout] test config::examples::works_with_example::p_21_tests_assets_config_raw_githubusercontent_com_hossamfadeel_Main_ ... ok
[INFO] [stdout] test config::examples::works_with_example::p_13_tests_assets_config_raw_githubusercontent_com_Optiroc_Main_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_18_tests_assets_config_raw_githubusercontent_com_furrtek_Main_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_28_tests_assets_config_raw_githubusercontent_com_misteraddons_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_37_tests_assets_config_raw_githubusercontent_com_wizzomafizzo_Main_ ... ok
[INFO] [stdout] test config::examples::works_with_example::p_33_tests_assets_config_raw_githubusercontent_com_sockitfpga_MiSTer_ ... ok
[INFO] [stdout] test config::examples::works_with_example::p_34_tests_assets_config_raw_githubusercontent_com_symm_Main_MiSTer_5 ... ok
[INFO] [stdout] test config::examples::works_with_example::p_24_tests_assets_config_raw_githubusercontent_com_mikolas_Main_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_36_tests_assets_config_raw_githubusercontent_com_wesclemens_Main_Mi ... ok
[INFO] [stdout] test config::examples::works_with_example::p_35_tests_assets_config_raw_githubusercontent_com_thejpster_Main_MiS ... ok
[INFO] [stdout] test config::examples::works_with_example::p_25_tests_assets_config_raw_githubusercontent_com_misteraddons_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_26_tests_assets_config_raw_githubusercontent_com_misteraddons_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_23_tests_assets_config_raw_githubusercontent_com_landryraccoon_Main ... ok
[INFO] [stdout] test config::examples::works_with_example::p_32_tests_assets_config_raw_githubusercontent_com_rsr_at_mindtwin_Ma ... ok
[INFO] [stdout] test config::examples::works_with_example::p_29_tests_assets_config_raw_githubusercontent_com_misteraddons_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_30_tests_assets_config_raw_githubusercontent_com_misteraddons_MiSTe ... ok
[INFO] [stdout] test config::examples::works_with_example::p_31_tests_assets_config_raw_githubusercontent_com_ronaldosc_Main_MiS ... ok
[INFO] [stdout] test config::video::edid::parse_4k_hdmi_edid ... ignored
[INFO] [stdout] test config::video::resolution::can_deserialize_and_serialize ... ok
[INFO] [stdout] test config::works_with_empty_file ... ok
[INFO] [stdout] test config::video::aspect::works ... ok
[INFO] [stdout] test config::examples::works_with_example::p_08_tests_assets_config_raw_githubusercontent_com_MOnSieurFPGA_MOnSi ... ok
[INFO] [stdout] test config_string::config_string_chess ... ok
[INFO] [stdout] test core::volume::volume ... ok
[INFO] [stdout] test config_string::input_tester ... ok
[INFO] [stdout] test core_info::from_path_works_exact ... ok
[INFO] [stdout] test config_string::config_string_nes_menu ... ok
[INFO] [stdout] test config_string::config_string_ao486 ... ok
[INFO] [stdout] test core_info::from_name_works ... ok
[INFO] [stdout] test config_string::config_string_gba ... ok
[INFO] [stdout] test fpga::spi::user_io::sd_status ... ok
[INFO] [stdout] test core_info::from_path_works ... ok
[INFO] [stdout] test core_info::from_path_works_none ... ok
[INFO] [stdout] test fpga::spi::features_refcount ... ok
[INFO] [stdout] test config_string::config_string_nes ... ok
[INFO] [stdout] test config::examples::works_with_example::p_38_tests_assets_config_terminator2k2_bug_ini ... ok
[INFO] [stdout] test core_info::from_bootcore_config ... ok
[INFO] [stdout] test fpga::spi::user_io::sd_status_1 ... ok
[INFO] [stderr]      Running tests/config_string.rs (/opt/rustwide/target/debug/deps/config_string-4bcb10f13f4ccdff)
[INFO] [stdout] test types::status_bits ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 57 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test load_config_string::root_1_tests_assets_config_string_chess ... ok
[INFO] [stdout] test load_config_string::root_4_tests_assets_config_string_sdram48 ... ok
[INFO] [stdout] test load_config_string::root_3_tests_assets_config_string_nes ... ok
[INFO] [stdout] test load_config_string::root_2_tests_assets_config_string_gba ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mister_fpga
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/core_info.rs:78:32
[INFO] [stderr]    |
[INFO] [stderr] 78 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr]    |                                ^                      ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 78 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr] 78 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/core_info.rs:99:32
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr]    |                                ^                      ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 99 -             Ok(name.map(|name| (Self::new(name, &path))))
[INFO] [stderr] 99 +             Ok(name.map(|name| Self::new(name, &path) ))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[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" "25395989db042aec6b1e25ff2d3546325188adf66a818a57f7fec2347338ad5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25395989db042aec6b1e25ff2d3546325188adf66a818a57f7fec2347338ad5d", kill_on_drop: false }`
[INFO] [stdout] 25395989db042aec6b1e25ff2d3546325188adf66a818a57f7fec2347338ad5d
