[INFO] cloning repository https://github.com/kasaiarashi/forge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kasaiarashi/forge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkasaiarashi%2Fforge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkasaiarashi%2Fforge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 12560fdfee9fc7382330277dc579338a0753936d
[INFO] checking kasaiarashi/forge against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkasaiarashi%2Fforge" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kasaiarashi/forge
[INFO] finished tweaking git repo https://github.com/kasaiarashi/forge
[INFO] tweaked toml for git repo https://github.com/kasaiarashi/forge written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kasaiarashi/forge on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kasaiarashi/forge 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7
[INFO] running `Command { std: "docker" "start" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7", 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" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7", 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" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling fastrand v2.4.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking fastcdc v3.2.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking forge-ignore v0.2.7 (/opt/rustwide/workdir/crates/forge-ignore)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]     Checking rtoolbox v0.0.3
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking linux-raw-sys v0.3.8
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking rpassword v7.4.0
[INFO] [stderr]     Checking self-replace v1.5.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_start(0xf001))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: attributes starting with `rustc` are reserved for use by the `rustc` compiler
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_end(0xffff))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking binread v2.2.0
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_start` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_start(0xf001))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `rustc_layout_scalar_valid_range_end` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.37.28/src/backend/linux_raw/io/errno.rs:29:25
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[cfg_attr(rustc_attrs, rustc_layout_scalar_valid_range_end(0xffff))]
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking forge-unreal v0.2.7 (/opt/rustwide/workdir/crates/forge-unreal)
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/archive.rs:43:33
[INFO] [stdout]    |
[INFO] [stdout] 43 |         let magic: u32 = reader.read_le()?;
[INFO] [stdout]    |                                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]    = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/archive.rs:50:42
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let legacy_version: i32 = reader.read_le()?;
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/archive.rs:56:40
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let _ue3_version: i32 = reader.read_le()?;
[INFO] [stdout]    |                                        ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/archive.rs:58:43
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let raw_ue4_version: i32 = reader.read_le()?;
[INFO] [stdout]    |                                           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/archive.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |             reader.read_le()?
[INFO] [stdout]    |                    ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/archive.rs:66:49
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let file_licensee_version: i32 = reader.read_le()?;
[INFO] [stdout]    |                                                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/serialization/implementations.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |         Ok(reader.read_le()?)
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/serialization/implementations.rs:70:31
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let raw_len: i32 = reader.read_le()?;
[INFO] [stdout]    |                               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]   --> crates/forge-unreal/src/serialization/implementations.rs:88:31
[INFO] [stdout]    |
[INFO] [stdout] 88 |     let raw_len: i32 = reader.read_le()?;
[INFO] [stdout]    |                               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]    = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]    = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]   --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 + #![feature(read_le)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:100:34
[INFO] [stdout]     |
[INFO] [stdout] 100 |             let cu: u16 = reader.read_le()?;
[INFO] [stdout]     |                                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:200:33
[INFO] [stdout]     |
[INFO] [stdout] 200 |         let _hash: u32 = reader.read_le()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:476:33
[INFO] [stdout]     |
[INFO] [stdout] 476 |         let major: u16 = reader.read_le()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:477:33
[INFO] [stdout]     |
[INFO] [stdout] 477 |         let minor: u16 = reader.read_le()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:478:33
[INFO] [stdout]     |
[INFO] [stdout] 478 |         let patch: u16 = reader.read_le()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:479:34
[INFO] [stdout]     |
[INFO] [stdout] 479 |         let raw_cl: u32 = reader.read_le()?;
[INFO] [stdout]     |                                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:510:33
[INFO] [stdout]     |
[INFO] [stdout] 510 |         let index: u32 = reader.read_le()?;
[INFO] [stdout]     |                                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:511:38
[INFO] [stdout]     |
[INFO] [stdout] 511 |         let raw_number: u32 = reader.read_le()?;
[INFO] [stdout]     |                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:542:39
[INFO] [stdout]     |
[INFO] [stdout] 542 |         let class_index: i32 = reader.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:543:39
[INFO] [stdout]     |
[INFO] [stdout] 543 |         let super_index: i32 = reader.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:547:24
[INFO] [stdout]     |
[INFO] [stdout] 547 |                 reader.read_le()?
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:552:39
[INFO] [stdout]     |
[INFO] [stdout] 552 |         let outer_index: i32 = reader.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:554:40
[INFO] [stdout]     |
[INFO] [stdout] 554 |         let object_flags: u32 = reader.read_le()?;
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:558:25
[INFO] [stdout]     |
[INFO] [stdout] 558 |                 (reader.read_le()?, reader.read_le()?)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:558:44
[INFO] [stdout]     |
[INFO] [stdout] 558 |                 (reader.read_le()?, reader.read_le()?)
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:560:37
[INFO] [stdout]     |
[INFO] [stdout] 560 |                 let s: i32 = reader.read_le()?;
[INFO] [stdout]     |                                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:561:37
[INFO] [stdout]     |
[INFO] [stdout] 561 |                 let o: i32 = reader.read_le()?;
[INFO] [stdout]     |                                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:565:36
[INFO] [stdout]     |
[INFO] [stdout] 565 |         let forced_export = reader.read_le::<u32>()? != 0;
[INFO] [stdout]     |                                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:566:37
[INFO] [stdout]     |
[INFO] [stdout] 566 |         let not_for_client = reader.read_le::<u32>()? != 0;
[INFO] [stdout]     |                                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:567:37
[INFO] [stdout]     |
[INFO] [stdout] 567 |         let not_for_server = reader.read_le::<u32>()? != 0;
[INFO] [stdout]     |                                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:576:24
[INFO] [stdout]     |
[INFO] [stdout] 576 |                 reader.read_le::<u32>()? != 0
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:581:41
[INFO] [stdout]     |
[INFO] [stdout] 581 |         let package_flags: u32 = reader.read_le()?;
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:585:24
[INFO] [stdout]     |
[INFO] [stdout] 585 |                 reader.read_le::<u32>()? != 0
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:592:24
[INFO] [stdout]     |
[INFO] [stdout] 592 |                 reader.read_le::<u32>()? != 0
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:599:24
[INFO] [stdout]     |
[INFO] [stdout] 599 |                 reader.read_le::<u32>()? != 0
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:614:24
[INFO] [stdout]     |
[INFO] [stdout] 614 |                 reader.read_le()?,
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:615:24
[INFO] [stdout]     |
[INFO] [stdout] 615 |                 reader.read_le()?,
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:616:24
[INFO] [stdout]     |
[INFO] [stdout] 616 |                 reader.read_le()?,
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:617:24
[INFO] [stdout]     |
[INFO] [stdout] 617 |                 reader.read_le()?,
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:618:24
[INFO] [stdout]     |
[INFO] [stdout] 618 |                 reader.read_le()?,
[INFO] [stdout]     |                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:626:25
[INFO] [stdout]     |
[INFO] [stdout] 626 |                 (reader.read_le()?, reader.read_le()?)
[INFO] [stdout]     |                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:626:44
[INFO] [stdout]     |
[INFO] [stdout] 626 |                 (reader.read_le()?, reader.read_le()?)
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:684:39
[INFO] [stdout]     |
[INFO] [stdout] 684 |         let outer_index: i32 = reader.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:697:20
[INFO] [stdout]     |
[INFO] [stdout] 697 |             reader.read_le::<u32>()? != 0
[INFO] [stdout]     |                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization/implementations.rs:738:39
[INFO] [stdout]     |
[INFO] [stdout] 738 |         let file_offset: i32 = reader.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization.rs:180:31
[INFO] [stdout]     |
[INFO] [stdout] 180 |         let off: i32 = reader.read_le()?;
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization.rs:203:29
[INFO] [stdout]     |
[INFO] [stdout] 203 |         let n: i32 = reader.read_le()?;
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization.rs:225:29
[INFO] [stdout]     |
[INFO] [stdout] 225 |         let n: i32 = reader.read_le()?;
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization.rs:236:29
[INFO] [stdout]     |
[INFO] [stdout] 236 |         let n: i32 = reader.read_le()?;
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/serialization.rs:237:31
[INFO] [stdout]     |
[INFO] [stdout] 237 |         let off: i32 = reader.read_le()?;
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:267:21
[INFO] [stdout]     |
[INFO] [stdout] 267 |             archive.read_le()?
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:292:21
[INFO] [stdout]     |
[INFO] [stdout] 292 |             archive.read_le()?
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:297:42
[INFO] [stdout]     |
[INFO] [stdout] 297 |         let package_flags: u32 = archive.read_le()?;
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:310:26
[INFO] [stdout]     |
[INFO] [stdout] 310 |                 (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:310:46
[INFO] [stdout]     |
[INFO] [stdout] 310 |                 (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                                              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:326:26
[INFO] [stdout]     |
[INFO] [stdout] 326 |                 (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:326:46
[INFO] [stdout]     |
[INFO] [stdout] 326 |                 (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                                              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:337:38
[INFO] [stdout]     |
[INFO] [stdout] 337 |                 let _: i32 = archive.read_le()?;
[INFO] [stdout]     |                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:343:34
[INFO] [stdout]     |
[INFO] [stdout] 343 |             let _: i32 = archive.read_le()?;
[INFO] [stdout]     |                                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:346:43
[INFO] [stdout]     |
[INFO] [stdout] 346 |         let depends_offset: i32 = archive.read_le()?;
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:350:26
[INFO] [stdout]     |
[INFO] [stdout] 350 |                 (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:350:46
[INFO] [stdout]     |
[INFO] [stdout] 350 |                 (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                                              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:357:30
[INFO] [stdout]     |
[INFO] [stdout] 357 |                 Some(archive.read_le()?)
[INFO] [stdout]     |                              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:362:51
[INFO] [stdout]     |
[INFO] [stdout] 362 |         let thumbnail_table_offset: i32 = archive.read_le()?;
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:366:39
[INFO] [stdout]     |
[INFO] [stdout] 366 |             let _count: i32 = archive.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:367:40
[INFO] [stdout]     |
[INFO] [stdout] 367 |             let _offset: i32 = archive.read_le()?;
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:382:44
[INFO] [stdout]     |
[INFO] [stdout] 382 |         let num_generations: i32 = archive.read_le()?;
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:398:35
[INFO] [stdout]     |
[INFO] [stdout] 398 |             let cl: u32 = archive.read_le()?;
[INFO] [stdout]     |                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:410:46
[INFO] [stdout]     |
[INFO] [stdout] 410 |         let compression_flags: u32 = archive.read_le()?;
[INFO] [stdout]     |                                              ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:412:50
[INFO] [stdout]     |
[INFO] [stdout] 412 |         let num_compressed_chunks: i32 = archive.read_le()?;
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:419:43
[INFO] [stdout]     |
[INFO] [stdout] 419 |         let package_source: u32 = archive.read_le()?;
[INFO] [stdout]     |                                           ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:425:26
[INFO] [stdout]     |
[INFO] [stdout] 425 |             Some(archive.read_le()?)
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:430:55
[INFO] [stdout]     |
[INFO] [stdout] 430 |         let asset_registry_data_offset: i32 = archive.read_le()?;
[INFO] [stdout]     |                                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:431:51
[INFO] [stdout]     |
[INFO] [stdout] 431 |         let bulk_data_start_offset: i64 = archive.read_le()?;
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:435:40
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 let off: i32 = archive.read_le()?;
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:456:39
[INFO] [stdout]     |
[INFO] [stdout] 456 |                 let id: i32 = archive.read_le()?;
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:470:22
[INFO] [stdout]     |
[INFO] [stdout] 470 |             (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:470:42
[INFO] [stdout]     |
[INFO] [stdout] 470 |             (archive.read_le()?, archive.read_le()?)
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:478:21
[INFO] [stdout]     |
[INFO] [stdout] 478 |             archive.read_le()?
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:484:21
[INFO] [stdout]     |
[INFO] [stdout] 484 |             archive.read_le()?
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> crates/forge-unreal/src/lib.rs:490:36
[INFO] [stdout]     |
[INFO] [stdout] 490 |             let off: i32 = archive.read_le()?;
[INFO] [stdout]     |                                    ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `binread::BinReaderExt::read_le(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(read_le)]` to the crate attributes to enable `std::io::Read::read_le`
[INFO] [stdout]     |
[INFO] [stdout]  11 + #![feature(read_le)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr] error: could not compile `rustix` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7", kill_on_drop: false }`
[INFO] [stdout] e7e6275c090a061af8dca702e40449db256c6a1069d7b387c4375e73d47ef1a7
