[INFO] fetching crate simulacrum 0.3.1... [INFO] testing simulacrum-0.3.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate simulacrum 0.3.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate simulacrum 0.3.1 [INFO] finished tweaking crates.io crate simulacrum 0.3.1 [INFO] tweaked toml for crates.io crate simulacrum 0.3.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate simulacrum 0.3.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded simulacrum_user v0.1.0 [INFO] [stderr] Downloaded version_check v0.1.5 [INFO] [stderr] Downloaded simulacrum_macros v0.3.1 [INFO] [stderr] Downloaded handlebox v0.3.0 [INFO] [stderr] Downloaded simulacrum_mock v0.1.0 [INFO] [stderr] Downloaded debugit v0.1.2 [INFO] [stderr] Downloaded simulacrum_shared v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 578a125280042fe4656c8a6659ae24a1394a8da4ac4c6a101baf248c8e46e1b0 [INFO] running `Command { std: "docker" "start" "-a" "578a125280042fe4656c8a6659ae24a1394a8da4ac4c6a101baf248c8e46e1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "578a125280042fe4656c8a6659ae24a1394a8da4ac4c6a101baf248c8e46e1b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "578a125280042fe4656c8a6659ae24a1394a8da4ac4c6a101baf248c8e46e1b0", kill_on_drop: false }` [INFO] [stdout] 578a125280042fe4656c8a6659ae24a1394a8da4ac4c6a101baf248c8e46e1b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee7cf95df137e8010c3c1f1f202fe2c614df62c741ae0d2603d8866a6954b4c2 [INFO] running `Command { std: "docker" "start" "-a" "ee7cf95df137e8010c3c1f1f202fe2c614df62c741ae0d2603d8866a6954b4c2", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling handlebox v0.3.0 [INFO] [stderr] Compiling debugit v0.1.2 [INFO] [stderr] Compiling simulacrum_shared v0.1.0 [INFO] [stderr] Compiling simulacrum_mock v0.1.0 [INFO] [stderr] Compiling simulacrum_user v0.1.0 [INFO] [stderr] Compiling simulacrum_macros v0.3.1 [INFO] [stderr] Compiling simulacrum v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "ee7cf95df137e8010c3c1f1f202fe2c614df62c741ae0d2603d8866a6954b4c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee7cf95df137e8010c3c1f1f202fe2c614df62c741ae0d2603d8866a6954b4c2", kill_on_drop: false }` [INFO] [stdout] ee7cf95df137e8010c3c1f1f202fe2c614df62c741ae0d2603d8866a6954b4c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2d1d1ede14831b180d7886e789d0a7654a381d6b07a1d6df77d4e84635fd0cd [INFO] running `Command { std: "docker" "start" "-a" "d2d1d1ede14831b180d7886e789d0a7654a381d6b07a1d6df77d4e84635fd0cd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling simulacrum v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `bar` is never used [INFO] [stdout] --> examples/macros_mid.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 17 | trait CoolTrait { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 22 | fn bar(&mut self); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bar` is never used [INFO] [stdout] --> examples/macros_high.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 14 | trait CoolTrait { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 19 | fn bar(&mut self); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `bar` is never used [INFO] [stdout] --> examples/manual.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 8 | trait CoolTrait { [INFO] [stdout] | --------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 13 | fn bar(&mut self); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn expect_foo(&mut self) -> Method<(), ()> { [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 | pub fn expect_foo(&mut self) -> Method<'_, (), ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn expect_bar(&mut self) -> Method<(), ()> { [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] 51 | pub fn expect_bar(&mut self) -> Method<'_, (), ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn expect_goop(&mut self) -> Method { [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] 55 | pub fn expect_goop(&mut self) -> Method<'_, bool, u32> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:59:24 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn expect_zing(&mut self) -> Method<(i32, bool), ()> { [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] 59 | pub fn expect_zing(&mut self) -> Method<'_, (i32, bool), ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn expect_boop(&mut self) -> Method<&'static str, ()> { [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] 63 | pub fn expect_boop(&mut self) -> Method<'_, &'static str, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn expect_store(&mut self) -> Method<*const i64, ()> { [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] 67 | pub fn expect_store(&mut self) -> Method<'_, *const i64, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/manual.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn expect_toggle(&mut self) -> Method<*mut bool, ()> { [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] 71 | pub fn expect_toggle(&mut self) -> Method<'_, *mut bool, ()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "d2d1d1ede14831b180d7886e789d0a7654a381d6b07a1d6df77d4e84635fd0cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2d1d1ede14831b180d7886e789d0a7654a381d6b07a1d6df77d4e84635fd0cd", kill_on_drop: false }` [INFO] [stdout] d2d1d1ede14831b180d7886e789d0a7654a381d6b07a1d6df77d4e84635fd0cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ef29fcc49abb1b8d148c6c92ee189c852cfc80965378fd70d5cc7e0d5dadc095 [INFO] running `Command { std: "docker" "start" "-a" "ef29fcc49abb1b8d148c6c92ee189c852cfc80965378fd70d5cc7e0d5dadc095", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: method `bar` is never used [INFO] [stderr] --> examples/manual.rs:13:8 [INFO] [stderr] | [INFO] [stderr] 8 | trait CoolTrait { [INFO] [stderr] | --------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 13 | fn bar(&mut self); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:47:23 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn expect_foo(&mut self) -> Method<(), ()> { [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 | pub fn expect_foo(&mut self) -> Method<'_, (), ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:51:23 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn expect_bar(&mut self) -> Method<(), ()> { [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] 51 | pub fn expect_bar(&mut self) -> Method<'_, (), ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:55:24 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn expect_goop(&mut self) -> Method { [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] 55 | pub fn expect_goop(&mut self) -> Method<'_, bool, u32> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:59:24 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn expect_zing(&mut self) -> Method<(i32, bool), ()> { [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] 59 | pub fn expect_zing(&mut self) -> Method<'_, (i32, bool), ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:63:24 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn expect_boop(&mut self) -> Method<&'static str, ()> { [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] 63 | pub fn expect_boop(&mut self) -> Method<'_, &'static str, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:67:25 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn expect_store(&mut self) -> Method<*const i64, ()> { [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] 67 | pub fn expect_store(&mut self) -> Method<'_, *const i64, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/manual.rs:71:26 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn expect_toggle(&mut self) -> Method<*mut bool, ()> { [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] 71 | pub fn expect_toggle(&mut self) -> Method<'_, *mut bool, ()> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: method `bar` is never used [INFO] [stderr] --> examples/macros_mid.rs:22:8 [INFO] [stderr] | [INFO] [stderr] 17 | trait CoolTrait { [INFO] [stderr] | --------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 22 | fn bar(&mut self); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `bar` is never used [INFO] [stderr] --> examples/macros_high.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 14 | trait CoolTrait { [INFO] [stderr] | --------- method in this trait [INFO] [stderr] ... [INFO] [stderr] 19 | fn bar(&mut self); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `simulacrum` (example "manual") generated 8 warnings (run `cargo fix --example "manual"` to apply 7 suggestions) [INFO] [stderr] warning: `simulacrum` (example "macros_mid") generated 1 warning [INFO] [stderr] warning: `simulacrum` (example "macros_high") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simulacrum-f840e02fc1dcf749) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests simulacrum [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ef29fcc49abb1b8d148c6c92ee189c852cfc80965378fd70d5cc7e0d5dadc095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef29fcc49abb1b8d148c6c92ee189c852cfc80965378fd70d5cc7e0d5dadc095", kill_on_drop: false }` [INFO] [stdout] ef29fcc49abb1b8d148c6c92ee189c852cfc80965378fd70d5cc7e0d5dadc095