[INFO] fetching crate brstm 0.4.2... [INFO] checking brstm-0.4.2 against try#f82303294ca6add47eea966608ce02688928f965 for pr-107123-1 [INFO] extracting crate brstm 0.4.2 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate brstm 0.4.2 on toolchain f82303294ca6add47eea966608ce02688928f965 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate brstm 0.4.2 [INFO] finished tweaking crates.io crate brstm 0.4.2 [INFO] tweaked toml for crates.io crate brstm 0.4.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate crates.io crate brstm 0.4.2 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" "+f82303294ca6add47eea966608ce02688928f965" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6f6f23bdc911b230c16d085e3742a471d80cc7a38bebca632fd36aa4649ce3f [INFO] running `Command { std: "docker" "start" "-a" "f6f6f23bdc911b230c16d085e3742a471d80cc7a38bebca632fd36aa4649ce3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6f6f23bdc911b230c16d085e3742a471d80cc7a38bebca632fd36aa4649ce3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6f6f23bdc911b230c16d085e3742a471d80cc7a38bebca632fd36aa4649ce3f", kill_on_drop: false }` [INFO] [stdout] f6f6f23bdc911b230c16d085e3742a471d80cc7a38bebca632fd36aa4649ce3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+f82303294ca6add47eea966608ce02688928f965" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2513cd861a719c100d63fed953af42234e4e8d7940efcfc30594065ba9fc165 [INFO] running `Command { std: "docker" "start" "-a" "d2513cd861a719c100d63fed953af42234e4e8d7940efcfc30594065ba9fc165", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.52 [INFO] [stderr] Compiling unicode-ident v1.0.4 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling binrw_derive v0.11.1 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling binrw v0.11.1 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Checking array-init v2.0.1 [INFO] [stderr] Checking bytemuck v1.12.1 [INFO] [stderr] Compiling syn v2.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0631]: type mismatch in function arguments [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/impls.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | BinRead::read_options(reader, endian, args.clone())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected due to this [INFO] [stdout] ... [INFO] [stdout] 235 | / binread_tuple_impl!( [INFO] [stdout] 236 | | b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15, b16, b17, b18, b19, b20, b21, [INFO] [stdout] 237 | | b22, b23, b24, b25, b26, b27, b28, b29, b30, b31, b32 [INFO] [stdout] 238 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/binrw-0.11.1/src/binread/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | / fn read_options( [INFO] [stdout] 159 | | reader: &mut R, [INFO] [stdout] 160 | | endian: Endian, [INFO] [stdout] 161 | | args: Self::Args<'_>, [INFO] [stdout] 162 | | ) -> BinResult; [INFO] [stdout] | |_________________________- found signature defined here [INFO] [stdout] | [INFO] [stdout] = note: expected function signature `fn((&mut R, Endian, Args)) -> _` [INFO] [stdout] found function signature `for<'a, 'b> fn((&'a mut R, Endian, <_ as binread::BinRead>::Args<'b>)) -> _` [INFO] [stdout] = note: this error originates in the macro `binread_tuple_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0631`. [INFO] [stdout] [INFO] [stderr] error: could not compile `binrw` (lib) due to 33 previous errors [INFO] running `Command { std: "docker" "inspect" "d2513cd861a719c100d63fed953af42234e4e8d7940efcfc30594065ba9fc165", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2513cd861a719c100d63fed953af42234e4e8d7940efcfc30594065ba9fc165", kill_on_drop: false }` [INFO] [stdout] d2513cd861a719c100d63fed953af42234e4e8d7940efcfc30594065ba9fc165