[INFO] fetching crate vm-memory 0.16.2... [INFO] testing vm-memory-0.16.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate vm-memory 0.16.2 into /workspace/builds/worker-2-tc1/source [INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config [INFO] started tweaking crates.io crate vm-memory 0.16.2 [INFO] finished tweaking crates.io crate vm-memory 0.16.2 [INFO] tweaked toml for crates.io crate vm-memory 0.16.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate vm-memory 0.16.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate vm-memory 0.16.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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded vmm-sys-util v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c63c9f9d08972a3d4817e5c436a8a3aa3d4be360139aad55e426c4d0d2516c42 [INFO] running `Command { std: "docker" "start" "-a" "c63c9f9d08972a3d4817e5c436a8a3aa3d4be360139aad55e426c4d0d2516c42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c63c9f9d08972a3d4817e5c436a8a3aa3d4be360139aad55e426c4d0d2516c42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c63c9f9d08972a3d4817e5c436a8a3aa3d4be360139aad55e426c4d0d2516c42", kill_on_drop: false }` [INFO] [stdout] c63c9f9d08972a3d4817e5c436a8a3aa3d4be360139aad55e426c4d0d2516c42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85e996f66565690d266bc52718b2410012d730f51c0065b2a0df1a9b87bd5a3a [INFO] running `Command { std: "docker" "start" "-a" "85e996f66565690d266bc52718b2410012d730f51c0065b2a0df1a9b87bd5a3a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling vm-memory v0.16.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/mod.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | fn slice_at(&self, offset: usize) -> ::S; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn slice_at(&self, offset: usize) -> >::S; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/mod.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | fn slice_at(&self, offset: usize) -> Option<::S> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn slice_at(&self, offset: usize) -> Option<>::S> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytes.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | fn as_bytes(&mut self) -> VolatileSlice { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | fn as_bytes(&mut self) -> VolatileSlice<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 271 | ) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 271 | ) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:299:26 [INFO] [stdout] | [INFO] [stdout] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:816:18 [INFO] [stdout] | [INFO] [stdout] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:119:26 [INFO] [stdout] | [INFO] [stdout] 119 | fn as_volatile_slice(&self) -> VolatileSlice> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | fn as_volatile_slice(&self) -> VolatileSlice<'_, BS<'_, Self::B>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:124:31 [INFO] [stdout] | [INFO] [stdout] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 153 | ) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:1002:18 [INFO] [stdout] | [INFO] [stdout] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s [INFO] running `Command { std: "docker" "inspect" "85e996f66565690d266bc52718b2410012d730f51c0065b2a0df1a9b87bd5a3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85e996f66565690d266bc52718b2410012d730f51c0065b2a0df1a9b87bd5a3a", kill_on_drop: false }` [INFO] [stdout] 85e996f66565690d266bc52718b2410012d730f51c0065b2a0df1a9b87bd5a3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eede8844b28ba8423b653ed3bb15867a03fbcf05669930fad544fa2794985134 [INFO] running `Command { std: "docker" "start" "-a" "eede8844b28ba8423b653ed3bb15867a03fbcf05669930fad544fa2794985134", kill_on_drop: false }` [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling vmm-sys-util v0.14.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/mod.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | fn slice_at(&self, offset: usize) -> ::S; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn slice_at(&self, offset: usize) -> >::S; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/mod.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | fn slice_at(&self, offset: usize) -> Option<::S> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn slice_at(&self, offset: usize) -> Option<>::S> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytes.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | fn as_bytes(&mut self) -> VolatileSlice { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | fn as_bytes(&mut self) -> VolatileSlice<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 271 | ) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 271 | ) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:299:26 [INFO] [stdout] | [INFO] [stdout] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:816:18 [INFO] [stdout] | [INFO] [stdout] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:119:26 [INFO] [stdout] | [INFO] [stdout] 119 | fn as_volatile_slice(&self) -> VolatileSlice> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | fn as_volatile_slice(&self) -> VolatileSlice<'_, BS<'_, Self::B>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:124:31 [INFO] [stdout] | [INFO] [stdout] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 153 | ) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:1002:18 [INFO] [stdout] | [INFO] [stdout] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling vm-memory v0.16.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/mod.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | fn slice_at(&self, offset: usize) -> ::S; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 47 | fn slice_at(&self, offset: usize) -> >::S; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/mod.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | fn slice_at(&self, offset: usize) -> Option<::S> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 92 | fn slice_at(&self, offset: usize) -> Option<>::S> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/backend/atomic_bitmap.rs:182:17 [INFO] [stdout] | [INFO] [stdout] 182 | fn slice_at(&self, offset: usize) -> ::S { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 182 | fn slice_at(&self, offset: usize) -> >::S { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitmap/backend/atomic_bitmap_arc.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | fn slice_at(&self, offset: usize) -> ::S { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | fn slice_at(&self, offset: usize) -> >::S { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bytes.rs:123:17 [INFO] [stdout] | [INFO] [stdout] 123 | fn as_bytes(&mut self) -> VolatileSlice { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 123 | fn as_bytes(&mut self) -> VolatileSlice<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:268:9 [INFO] [stdout] | [INFO] [stdout] 268 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 271 | ) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 271 | ) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:299:26 [INFO] [stdout] | [INFO] [stdout] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/guest_memory.rs:816:18 [INFO] [stdout] | [INFO] [stdout] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:119:26 [INFO] [stdout] | [INFO] [stdout] 119 | fn as_volatile_slice(&self) -> VolatileSlice> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | fn as_volatile_slice(&self) -> VolatileSlice<'_, BS<'_, Self::B>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:124:31 [INFO] [stdout] | [INFO] [stdout] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 153 | ) -> Result>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result>> { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/volatile_memory.rs:1002:18 [INFO] [stdout] | [INFO] [stdout] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.09s [INFO] running `Command { std: "docker" "inspect" "eede8844b28ba8423b653ed3bb15867a03fbcf05669930fad544fa2794985134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eede8844b28ba8423b653ed3bb15867a03fbcf05669930fad544fa2794985134", kill_on_drop: false }` [INFO] [stdout] eede8844b28ba8423b653ed3bb15867a03fbcf05669930fad544fa2794985134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a28c788160040e52aeefce7f8deaa5f7b0da1352dbf3fd8e9cc64183f35d16ee [INFO] running `Command { std: "docker" "start" "-a" "a28c788160040e52aeefce7f8deaa5f7b0da1352dbf3fd8e9cc64183f35d16ee", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitmap/mod.rs:47:17 [INFO] [stderr] | [INFO] [stderr] 47 | fn slice_at(&self, offset: usize) -> ::S; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 47 | fn slice_at(&self, offset: usize) -> >::S; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitmap/mod.rs:92:17 [INFO] [stderr] | [INFO] [stderr] 92 | fn slice_at(&self, offset: usize) -> Option<::S> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 92 | fn slice_at(&self, offset: usize) -> Option<>::S> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bytes.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | fn as_bytes(&mut self) -> VolatileSlice { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 123 | fn as_bytes(&mut self) -> VolatileSlice<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/guest_memory.rs:268:9 [INFO] [stderr] | [INFO] [stderr] 268 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 271 | ) -> Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 271 | ) -> Result>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/guest_memory.rs:299:26 [INFO] [stderr] | [INFO] [stderr] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 299 | fn as_volatile_slice(&self) -> Result>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/guest_memory.rs:816:18 [INFO] [stderr] | [INFO] [stderr] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 816 | fn get_slice(&self, addr: GuestAddress, count: usize) -> Result>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/volatile_memory.rs:116:18 [INFO] [stderr] | [INFO] [stderr] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 116 | fn get_slice(&self, offset: usize, count: usize) -> Result>>; [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/volatile_memory.rs:119:26 [INFO] [stderr] | [INFO] [stderr] 119 | fn as_volatile_slice(&self) -> VolatileSlice> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 119 | fn as_volatile_slice(&self) -> VolatileSlice<'_, BS<'_, Self::B>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/volatile_memory.rs:124:31 [INFO] [stderr] | [INFO] [stderr] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 124 | fn get_ref(&self, offset: usize) -> Result>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/volatile_memory.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 153 | ) -> Result>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 153 | ) -> Result>> { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/volatile_memory.rs:1002:18 [INFO] [stderr] | [INFO] [stderr] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1002 | fn get_slice(&self, offset: usize, count: usize) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `vm-memory` (lib) generated 11 warnings (run `cargo fix --lib -p vm-memory` to apply 11 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitmap/backend/atomic_bitmap.rs:182:17 [INFO] [stderr] | [INFO] [stderr] 182 | fn slice_at(&self, offset: usize) -> ::S { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 182 | fn slice_at(&self, offset: usize) -> >::S { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitmap/backend/atomic_bitmap_arc.rs:57:17 [INFO] [stderr] | [INFO] [stderr] 57 | fn slice_at(&self, offset: usize) -> ::S { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 57 | fn slice_at(&self, offset: usize) -> >::S { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `vm-memory` (lib test) generated 13 warnings (11 duplicates) (run `cargo fix --lib -p vm-memory --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vm_memory-c22502bc637fd043) [INFO] [stdout] [INFO] [stdout] running 78 tests [INFO] [stdout] test address::tests::test_bit_and ... ok [INFO] [stdout] test address::tests::test_checked_align_up ... ok [INFO] [stdout] test address::tests::test_bit_or ... ok [INFO] [stdout] test address::tests::test_equals ... ok [INFO] [stdout] test address::tests::test_offset_from ... ok [INFO] [stdout] test address::tests::test_default ... ok [INFO] [stdout] test address::tests::test_unchecked_align_up ... ok [INFO] [stdout] test address::tests::test_cmp ... ok [INFO] [stdout] test address::tests::test_new ... ok [INFO] [stdout] test atomic_integer::tests::test_atomic_integer_ops ... ok [INFO] [stdout] test bitmap::backend::atomic_bitmap::tests::test_bitmap_enlarge ... ok [INFO] [stdout] test bitmap::backend::atomic_bitmap::tests::test_bitmap_out_of_range ... ok [INFO] [stdout] test bitmap::backend::atomic_bitmap::tests::test_bitmap_impl ... ok [INFO] [stdout] test bitmap::backend::atomic_bitmap_arc::tests::test_bitmap_impl ... ok [INFO] [stdout] test address::tests::test_mask ... ok [INFO] [stdout] test bytes::tests::byte_valued_slice ... ok [INFO] [stdout] test bitmap::backend::slice::tests::test_slice ... ok [INFO] [stdout] test bitmap::backend::atomic_bitmap::tests::test_bitmap_basic ... ok [INFO] [stdout] test bitmap::backend::atomic_bitmap::tests::test_bitmap_reset ... ok [INFO] [stdout] test bytes::tests::test_byte_valued ... ok [INFO] [stdout] test bytes::tests::test_bytes ... ok [INFO] [stdout] test endian::tests::test_be16::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_be32::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_be64::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_be_size::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_le32::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_le64::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_le16::test_endian_type ... ok [INFO] [stdout] test endian::tests::test_le_size::test_endian_type ... ok [INFO] [stdout] test io::tests::test_read_volatile_for_cursor ... ok [INFO] [stdout] test guest_memory::tests::test_file_offset ... ok [INFO] [stdout] test io::tests::test_read_volatile ... ok [INFO] [stdout] test io::tests::test_write_volatile ... ok [INFO] [stdout] test io::tests::test_write_volatile_for_vec ... ok [INFO] [stdout] test volatile_memory::tests::alignment ... ok [INFO] [stdout] test volatile_memory::tests::atomic_load ... ok [INFO] [stdout] test volatile_memory::tests::atomic_store ... ok [INFO] [stdout] test io::tests::test_write_volatile_for_cursor ... ok [INFO] [stdout] test address::tests::test_add ... ok [INFO] [stdout] test volatile_memory::tests::mem_is_empty ... ok [INFO] [stdout] test address::tests::test_sub ... ok [INFO] [stdout] test address::tests::test_checked_align_up_invalid - should panic ... ok [INFO] [stdout] test volatile_memory::tests::misaligned_atomic ... ok [INFO] [stdout] test volatile_memory::tests::mem_read_and_write ... ok [INFO] [stdout] test volatile_memory::tests::misaligned_ref ... ok [INFO] [stdout] test volatile_memory::tests::obj_read_and_write ... ok [INFO] [stdout] test volatile_memory::tests::observe_mutate ... ok [INFO] [stdout] test volatile_memory::tests::ref_array_from_slice ... ok [INFO] [stdout] test volatile_memory::tests::ref_array_load ... ok [INFO] [stdout] test volatile_memory::tests::ref_array_overflow ... ok [INFO] [stdout] test volatile_memory::tests::ref_array_store ... ok [INFO] [stdout] test volatile_memory::tests::ref_load ... ok [INFO] [stdout] test volatile_memory::tests::ref_oob_error ... ok [INFO] [stdout] test volatile_memory::tests::ref_oob_too_large ... ok [INFO] [stdout] test volatile_memory::tests::ref_overflow_error ... ok [INFO] [stdout] test volatile_memory::tests::ref_store ... ok [INFO] [stdout] test volatile_memory::tests::ref_to_slice ... ok [INFO] [stdout] test volatile_memory::tests::slice_copy_from_u16 ... ok [INFO] [stdout] test volatile_memory::tests::slice_copy_from_u8 ... ok [INFO] [stdout] test volatile_memory::tests::slice_copy_to_u8 ... ok [INFO] [stdout] test volatile_memory::tests::slice_copy_to_volatile_slice ... ok [INFO] [stdout] test volatile_memory::tests::slice_len ... ok [INFO] [stdout] test volatile_memory::tests::slice_copy_to_u16 ... ok [INFO] [stdout] test volatile_memory::tests::slice_offset ... ok [INFO] [stdout] test volatile_memory::tests::slice_oob_error ... ok [INFO] [stdout] test volatile_memory::tests::slice_overflow_error ... ok [INFO] [stdout] test volatile_memory::tests::slice_read_and_write ... ok [INFO] [stdout] test volatile_memory::tests::slice_store ... ok [INFO] [stdout] test volatile_memory::tests::slice_subslice ... ok [INFO] [stdout] test volatile_memory::tests::split_at ... ok [INFO] [stdout] test volatile_memory::tests::test_atomic_accesses ... ok [INFO] [stdout] test volatile_memory::tests::test_display_error ... ok [INFO] [stdout] test volatile_memory::tests::test_volatile_ref_dirty_tracking ... ok [INFO] [stdout] test volatile_memory::tests::test_write_past_end ... ok [INFO] [stdout] test volatile_memory::tests::unaligned_read_and_write ... ok [INFO] [stdout] test volatile_memory::tests::test_read_from_exceeds_size ... ok [INFO] [stdout] test volatile_memory::tests::test_volatile_array_ref_dirty_tracking ... ok [INFO] [stdout] test volatile_memory::tests::test_volatile_slice_dirty_tracking ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests vm_memory [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemoryRegion::is_hugetlbfs (line 309) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef (line 1164) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemory::read_volatile_from (line 652) ... ok [INFO] [stdout] test src/endian.rs - endian (line 14) ... ok [INFO] [stdout] test src/address.rs - address::Address::unchecked_offset_from (line 100) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemory::map_and_fold (line 516) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::T::read_from (line 907) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestAddressSpace (line 339) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::T::write_all_to (line 1031) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::T::read_slice (line 878) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemoryRegion::as_volatile_slice (line 279) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemory::last_addr (line 544) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemory::iter (line 480) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::T::write_to (line 982) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::T::write_slice (line 850) ... ok [INFO] [stdout] test src/guest_memory.rs - guest_memory::GuestMemory::get_host_address (line 793) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef<'a,T,B>::len (line 1249) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef<'a,T,B>::copy_from (line 1439) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef<'a,T,B>::copy_to_volatile_slice (line 1406) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef<'a,T,B>::copy_to (line 1351) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::write (line 677) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileRef (line 1023) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::read_slice (line 764) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::read (line 705) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef<'a,T,B>::element_size (line 1263) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::write_all_to (line 939) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileArrayRef<'a,T,B>::is_empty (line 1235) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::read_exact_from (line 845) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileRef<'a,T,B>::len (line 1107) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::read_from (line 793) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::write_slice (line 735) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'_,B>::write_to (line 888) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::compute_offset (line 84) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'a,B>::copy_to_volatile_slice (line 580) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'a,B>::copy_from (line 613) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'a,B>::split_at (line 460) ... ok [INFO] [stdout] test src/volatile_memory.rs - volatile_memory::VolatileSlice<'a,B>::copy_to (line 538) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a28c788160040e52aeefce7f8deaa5f7b0da1352dbf3fd8e9cc64183f35d16ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a28c788160040e52aeefce7f8deaa5f7b0da1352dbf3fd8e9cc64183f35d16ee", kill_on_drop: false }` [INFO] [stdout] a28c788160040e52aeefce7f8deaa5f7b0da1352dbf3fd8e9cc64183f35d16ee