[INFO] fetching crate pstream 0.1.1... [INFO] testing pstream-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate pstream 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate pstream 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate pstream 0.1.1 [INFO] tweaked toml for crates.io crate pstream 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pstream 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding crc32fast v1.3.2 (available: v1.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 024f1b328e85717f08400e3e09407af0da924fa244140181b14033589a256c29 [INFO] running `Command { std: "docker" "start" "-a" "024f1b328e85717f08400e3e09407af0da924fa244140181b14033589a256c29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "024f1b328e85717f08400e3e09407af0da924fa244140181b14033589a256c29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "024f1b328e85717f08400e3e09407af0da924fa244140181b14033589a256c29", kill_on_drop: false }` [INFO] [stdout] 024f1b328e85717f08400e3e09407af0da924fa244140181b14033589a256c29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9608cb9728e4ca3720fa3003383dcbc96da838ccb9df374d52fe3e4b24c3989 [INFO] running `Command { std: "docker" "start" "-a" "b9608cb9728e4ca3720fa3003383dcbc96da838ccb9df374d52fe3e4b24c3989", kill_on_drop: false }` [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling vlock v0.2.2 [INFO] [stderr] Compiling pstream v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1115:5 [INFO] [stdout] | [INFO] [stdout] 1115 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1693:5 [INFO] [stdout] | [INFO] [stdout] 1693 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1701:5 [INFO] [stdout] | [INFO] [stdout] 1701 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1718:5 [INFO] [stdout] | [INFO] [stdout] 1718 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 360 | &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:595:23 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:595:23 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (&mut (*self.data_buffer.get()))[current..ending_position] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:652:32 [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:652:32 [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(&(*self.data_buffer.get()))[current..end] }); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:682:51 [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:682:51 [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(&(*self.data_buffer.get()))[start..end] }); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:878:27 [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:878:27 [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 900 | &mut (&mut (*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:904:22 [INFO] [stdout] | [INFO] [stdout] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:904:22 [INFO] [stdout] | [INFO] [stdout] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 904 | &mut (&mut (*self.data_buffer.get()))[data_section!(self.block_shift(), block)] [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 955 | &(&(*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 964 | &(&(*self.data_buffer.get()))[data_range] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1048:19 [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1048:19 [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(&(*self.data_buffer.get()))[self.data_range()] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1065:19 [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1065:19 [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(&(*self.data_buffer.get()))[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1088:23 [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1088:23 [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(&(*self.data_buffer.get()))[trail..] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1251:31 [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1251:31 [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(&(*self.meta_buffer.get()))[meta_about_section!(block)]) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1268:13 [INFO] [stdout] | [INFO] [stdout] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1268:13 [INFO] [stdout] | [INFO] [stdout] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1268 | (&(*self.meta_buffer.get()))[meta_parity_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1287:13 [INFO] [stdout] | [INFO] [stdout] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1287:13 [INFO] [stdout] | [INFO] [stdout] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | (&(*self.meta_buffer.get()))[meta_crc32_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(&(*self.data_buffer.get()))[self.capacity()..] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "b9608cb9728e4ca3720fa3003383dcbc96da838ccb9df374d52fe3e4b24c3989", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9608cb9728e4ca3720fa3003383dcbc96da838ccb9df374d52fe3e4b24c3989", kill_on_drop: false }` [INFO] [stdout] b9608cb9728e4ca3720fa3003383dcbc96da838ccb9df374d52fe3e4b24c3989 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b11dbf0d92e147f2ee1280a3d66214cafd39893a278dc65a2eedc6682455c086 [INFO] running `Command { std: "docker" "start" "-a" "b11dbf0d92e147f2ee1280a3d66214cafd39893a278dc65a2eedc6682455c086", kill_on_drop: false }` [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1115:5 [INFO] [stdout] | [INFO] [stdout] 1115 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1693:5 [INFO] [stdout] | [INFO] [stdout] 1693 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1701:5 [INFO] [stdout] | [INFO] [stdout] 1701 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1718:5 [INFO] [stdout] | [INFO] [stdout] 1718 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 360 | &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:595:23 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:595:23 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (&mut (*self.data_buffer.get()))[current..ending_position] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pstream v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:652:32 [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:652:32 [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(&(*self.data_buffer.get()))[current..end] }); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:682:51 [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:682:51 [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(&(*self.data_buffer.get()))[start..end] }); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:878:27 [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:878:27 [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 900 | &mut (&mut (*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:904:22 [INFO] [stdout] | [INFO] [stdout] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:904:22 [INFO] [stdout] | [INFO] [stdout] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 904 | &mut (&mut (*self.data_buffer.get()))[data_section!(self.block_shift(), block)] [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 955 | &(&(*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 964 | &(&(*self.data_buffer.get()))[data_range] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1048:19 [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1048:19 [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(&(*self.data_buffer.get()))[self.data_range()] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1065:19 [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1065:19 [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(&(*self.data_buffer.get()))[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1088:23 [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1088:23 [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(&(*self.data_buffer.get()))[trail..] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1251:31 [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1251:31 [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(&(*self.meta_buffer.get()))[meta_about_section!(block)]) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1268:13 [INFO] [stdout] | [INFO] [stdout] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1268:13 [INFO] [stdout] | [INFO] [stdout] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1268 | (&(*self.meta_buffer.get()))[meta_parity_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1287:13 [INFO] [stdout] | [INFO] [stdout] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1287:13 [INFO] [stdout] | [INFO] [stdout] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | (&(*self.meta_buffer.get()))[meta_crc32_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(&(*self.data_buffer.get()))[self.capacity()..] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1115:5 [INFO] [stdout] | [INFO] [stdout] 1115 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1693:5 [INFO] [stdout] | [INFO] [stdout] 1693 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1701:5 [INFO] [stdout] | [INFO] [stdout] 1701 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/block.rs:1718:5 [INFO] [stdout] | [INFO] [stdout] 1718 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 360 | &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..position] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:595:23 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:595:23 [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 595 | unsafe { &mut (&mut (*self.data_buffer.get()))[current..ending_position] } [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:652:32 [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:652:32 [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 652 | crc32.update(unsafe { &(&(*self.data_buffer.get()))[current..end] }); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:682:51 [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:682:51 [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 682 | let crc32 = crc32fast::hash(unsafe { &(&(*self.data_buffer.get()))[start..end] }); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:878:27 [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:878:27 [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 878 | unsafe { &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..end] }; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:900:22 [INFO] [stdout] | [INFO] [stdout] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 900 | &mut (&mut (*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:904:22 [INFO] [stdout] | [INFO] [stdout] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stdout] --> src/block.rs:904:22 [INFO] [stdout] | [INFO] [stdout] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 904 | &mut (&mut (*self.data_buffer.get()))[data_section!(self.block_shift(), block)] [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:955:18 [INFO] [stdout] | [INFO] [stdout] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 955 | &(&(*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:964:18 [INFO] [stdout] | [INFO] [stdout] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 964 | &(&(*self.data_buffer.get()))[data_range] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1048:19 [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1048:19 [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1048 | unsafe { &(&(*self.data_buffer.get()))[self.data_range()] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1065:19 [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1065:19 [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1065 | unsafe { &(&(*self.data_buffer.get()))[..cmp::min(self.spilled_size(), synced)] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1088:23 [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1088:23 [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1088 | unsafe { &(&(*self.data_buffer.get()))[trail..] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1251:31 [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1251:31 [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1251 | AboutBlock::try_from(&(&(*self.meta_buffer.get()))[meta_about_section!(block)]) [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1268:13 [INFO] [stdout] | [INFO] [stdout] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1268:13 [INFO] [stdout] | [INFO] [stdout] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1268 | (&(*self.meta_buffer.get()))[meta_parity_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1287:13 [INFO] [stdout] | [INFO] [stdout] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1287:13 [INFO] [stdout] | [INFO] [stdout] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | (&(*self.meta_buffer.get()))[meta_crc32_section!(block)] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/block.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut Vec` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stdout] --> src/block.rs:1298:19 [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1298 | unsafe { &(&(*self.data_buffer.get()))[self.capacity()..] } [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.72s [INFO] running `Command { std: "docker" "inspect" "b11dbf0d92e147f2ee1280a3d66214cafd39893a278dc65a2eedc6682455c086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b11dbf0d92e147f2ee1280a3d66214cafd39893a278dc65a2eedc6682455c086", kill_on_drop: false }` [INFO] [stdout] b11dbf0d92e147f2ee1280a3d66214cafd39893a278dc65a2eedc6682455c086 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 63eebd8ab70e86edf62da46432ba8d4e69eab9cd97553a1e593e23c83053afbc [INFO] running `Command { std: "docker" "start" "-a" "63eebd8ab70e86edf62da46432ba8d4e69eab9cd97553a1e593e23c83053afbc", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/block.rs:1115:5 [INFO] [stderr] | [INFO] [stderr] 1115 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/block.rs:1693:5 [INFO] [stderr] | [INFO] [stderr] 1693 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/block.rs:1701:5 [INFO] [stderr] | [INFO] [stderr] 1701 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/block.rs:1718:5 [INFO] [stderr] | [INFO] [stderr] 1718 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:360:14 [INFO] [stderr] | [INFO] [stderr] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:360:14 [INFO] [stderr] | [INFO] [stderr] 360 | &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..position] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 360 | &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..position] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:595:23 [INFO] [stderr] | [INFO] [stderr] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stderr] --> src/block.rs:595:23 [INFO] [stderr] | [INFO] [stderr] 595 | unsafe { &mut (*self.data_buffer.get())[current..ending_position] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 595 | unsafe { &mut (&mut (*self.data_buffer.get()))[current..ending_position] } [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:652:32 [INFO] [stderr] | [INFO] [stderr] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:652:32 [INFO] [stderr] | [INFO] [stderr] 652 | crc32.update(unsafe { &(*self.data_buffer.get())[current..end] }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 652 | crc32.update(unsafe { &(&(*self.data_buffer.get()))[current..end] }); [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:682:51 [INFO] [stderr] | [INFO] [stderr] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:682:51 [INFO] [stderr] | [INFO] [stderr] 682 | let crc32 = crc32fast::hash(unsafe { &(*self.data_buffer.get())[start..end] }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 682 | let crc32 = crc32fast::hash(unsafe { &(&(*self.data_buffer.get()))[start..end] }); [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:878:27 [INFO] [stderr] | [INFO] [stderr] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:878:27 [INFO] [stderr] | [INFO] [stderr] 878 | unsafe { &(*self.data_buffer.get())[data_offset!(self.block_shift(), block)..end] }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 878 | unsafe { &(&(*self.data_buffer.get()))[data_offset!(self.block_shift(), block)..end] }; [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:900:22 [INFO] [stderr] | [INFO] [stderr] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stderr] --> src/block.rs:900:22 [INFO] [stderr] | [INFO] [stderr] 900 | &mut (*self.meta_buffer.get())[meta_section!(block)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 900 | &mut (&mut (*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:904:22 [INFO] [stderr] | [INFO] [stderr] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&mut Vec` [INFO] [stderr] --> src/block.rs:904:22 [INFO] [stderr] | [INFO] [stderr] 904 | &mut (*self.data_buffer.get())[data_section!(self.block_shift(), block)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 904 | &mut (&mut (*self.data_buffer.get()))[data_section!(self.block_shift(), block)] [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:955:18 [INFO] [stderr] | [INFO] [stderr] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:955:18 [INFO] [stderr] | [INFO] [stderr] 955 | &(*self.meta_buffer.get())[meta_section!(block)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 955 | &(&(*self.meta_buffer.get()))[meta_section!(block)] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:964:18 [INFO] [stderr] | [INFO] [stderr] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:964:18 [INFO] [stderr] | [INFO] [stderr] 964 | &(*self.data_buffer.get())[data_range] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 964 | &(&(*self.data_buffer.get()))[data_range] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1048:19 [INFO] [stderr] | [INFO] [stderr] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1048:19 [INFO] [stderr] | [INFO] [stderr] 1048 | unsafe { &(*self.data_buffer.get())[self.data_range()] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1048 | unsafe { &(&(*self.data_buffer.get()))[self.data_range()] } [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1065:19 [INFO] [stderr] | [INFO] [stderr] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1065:19 [INFO] [stderr] | [INFO] [stderr] 1065 | unsafe { &(*self.data_buffer.get())[..cmp::min(self.spilled_size(), synced)] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1065 | unsafe { &(&(*self.data_buffer.get()))[..cmp::min(self.spilled_size(), synced)] } [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1088:23 [INFO] [stderr] | [INFO] [stderr] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stderr] | ^^----------------------^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1088:23 [INFO] [stderr] | [INFO] [stderr] 1088 | unsafe { &(*self.data_buffer.get())[trail..] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1088 | unsafe { &(&(*self.data_buffer.get()))[trail..] } [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1251:31 [INFO] [stderr] | [INFO] [stderr] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1251:31 [INFO] [stderr] | [INFO] [stderr] 1251 | AboutBlock::try_from(&(*self.meta_buffer.get())[meta_about_section!(block)]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1251 | AboutBlock::try_from(&(&(*self.meta_buffer.get()))[meta_about_section!(block)]) [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1268:13 [INFO] [stderr] | [INFO] [stderr] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1268:13 [INFO] [stderr] | [INFO] [stderr] 1268 | (*self.meta_buffer.get())[meta_parity_section!(block)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1268 | (&(*self.meta_buffer.get()))[meta_parity_section!(block)] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1287:13 [INFO] [stderr] | [INFO] [stderr] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1287:13 [INFO] [stderr] | [INFO] [stderr] 1287 | (*self.meta_buffer.get())[meta_crc32_section!(block)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1287 | (&(*self.meta_buffer.get()))[meta_crc32_section!(block)] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> src/block.rs:1298:19 [INFO] [stderr] | [INFO] [stderr] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut Vec` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&Vec` [INFO] [stderr] --> src/block.rs:1298:19 [INFO] [stderr] | [INFO] [stderr] 1298 | unsafe { &(*self.data_buffer.get())[self.capacity()..] } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 1298 | unsafe { &(&(*self.data_buffer.get()))[self.capacity()..] } [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: `pstream` (lib) generated 20 warnings (run `cargo fix --lib -p pstream` to apply 4 suggestions) [INFO] [stderr] warning: `pstream` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pstream-b95ff527a8247ab3) [INFO] [stdout] [INFO] [stdout] running 59 tests [INFO] [stdout] test block::tests::about_block ... ok [INFO] [stdout] test block::tests::about_block_parity ... ok [INFO] [stdout] test block::tests::stream_append_large ... ok [INFO] [stdout] test block::tests::stream_append_end ... ok [INFO] [stdout] test block::tests::stream_append_with_opts ... ok [INFO] [stdout] test block::tests::stream_append_small ... ok [INFO] [stdout] test block::tests::stream_data_block_range ... ok [INFO] [stdout] test block::tests::stream_find_ending_block ... ok [INFO] [stdout] test block::tests::stream_initialize ... ok [INFO] [stdout] test block::tests::stream_initialize_corrupted ... ok [INFO] [stdout] test block::tests::stream_is_full ... ok [INFO] [stdout] test block::tests::stream_is_empty ... ok [INFO] [stdout] test block::tests::stream_is_dirty ... ok [INFO] [stdout] test block::tests::stream_len ... ok [INFO] [stdout] test block::tests::stream_lock ... ok [INFO] [stdout] test block::tests::stream_read_dirty ... ok [INFO] [stdout] test block::tests::stream_read ... ok [INFO] [stdout] test block::tests::stream_trail_size ... ok [INFO] [stdout] test endless::tests::blockstreams_append ... ok [INFO] [stdout] test block::tests::stream_verify ... ok [INFO] [stdout] test endless::tests::blockstreams_remove ... ok [INFO] [stdout] test endless::tests::blockstreams_get ... ok [INFO] [stdout] test endless::tests::blockstreams_set_buffer ... ok [INFO] [stdout] test endless::tests::blockstreams_len ... ok [INFO] [stdout] test endless::tests::blockstreams_stats ... ok [INFO] [stdout] test endless::tests::blockstreams_stream_at ... ok [INFO] [stdout] test endless::tests::blockstreams_stream_at_end_aligned ... ok [INFO] [stdout] test endless::tests::blockstreams_pick_ending ... ok [INFO] [stdout] test endless::tests::blockstreams_offset_at ... ok [INFO] [stdout] test endless::tests::blockstreams_stream_at_removed ... ok [INFO] [stdout] test endless::tests::make_span_buffer_fn ... ok [INFO] [stdout] test endless::tests::blockstreams_pick_empty ... ok [INFO] [stdout] test endless::tests::stream_append ... ok [INFO] [stdout] test endless::tests::stream_advance ... ok [INFO] [stdout] test endless::tests::stream_append_concurrent ... ok [INFO] [stdout] test endless::tests::stream_block_streams ... ok [INFO] [stdout] test endless::tests::stream_append_sized_span_behavior ... ok [INFO] [stdout] test endless::tests::stream_iter_advance ... ok [INFO] [stdout] test endless::tests::stream_iter ... ok [INFO] [stdout] test endless::tests::stream_load ... ok [INFO] [stdout] test endless::tests::stream_iter_rewind ... ok [INFO] [stdout] test endless::tests::stream_iter_shrink ... ok [INFO] [stdout] test endless::tests::stream_set_offset ... ok [INFO] [stdout] test endless::tests::stream_release ... ok [INFO] [stdout] test endless::tests::stream_stats ... ok [INFO] [stdout] test block::tests::about_block_spilled_too_much - should panic ... ok [INFO] [stdout] test block::tests::about_block_trail_too_much - should panic ... ok [INFO] [stdout] test block::tests::stream_lock_mismatch - should panic ... ok [INFO] [stdout] test block::tests::stream_new_empty - should panic ... ok [INFO] [stdout] test block::tests::stream_new_small - should panic ... ok [INFO] [stdout] test block::tests::stream_new_large - should panic ... ok [INFO] [stdout] test endless::tests::blockstreams_set_buffer_index_too_small - should panic ... ok [INFO] [stdout] test endless::tests::blockstreams_set_buffer_no_spilled - should panic ... ok [INFO] [stdout] test endless::tests::blockstreams_set_buffer_index_too_large - should panic ... ok [INFO] [stdout] test endless::tests::blockstreams_append_uninitialized - should panic ... ok [INFO] [stdout] test endless::tests::blockstreams_set_buffer_no_trailing - should panic ... ok [INFO] [stdout] test endless::tests::stream_advance_large - should panic ... ok [INFO] [stdout] test endless::tests::stream_grow ... ok [INFO] [stdout] test endless::tests::stream_maybe_shrink ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] Doc-tests pstream [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 38) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "63eebd8ab70e86edf62da46432ba8d4e69eab9cd97553a1e593e23c83053afbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63eebd8ab70e86edf62da46432ba8d4e69eab9cd97553a1e593e23c83053afbc", kill_on_drop: false }` [INFO] [stdout] 63eebd8ab70e86edf62da46432ba8d4e69eab9cd97553a1e593e23c83053afbc