[INFO] fetching crate procfs-core 0.18.0... [INFO] testing procfs-core-0.18.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate procfs-core 0.18.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate procfs-core 0.18.0 [INFO] finished tweaking crates.io crate procfs-core 0.18.0 [INFO] tweaked toml for crates.io crate procfs-core 0.18.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate procfs-core 0.18.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate procfs-core 0.18.0 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b36cb7b4fadeceaa6186ae4affb911117e44c3e1da6eae95d4a173fe8e7d9920 [INFO] running `Command { std: "docker" "start" "-a" "b36cb7b4fadeceaa6186ae4affb911117e44c3e1da6eae95d4a173fe8e7d9920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b36cb7b4fadeceaa6186ae4affb911117e44c3e1da6eae95d4a173fe8e7d9920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b36cb7b4fadeceaa6186ae4affb911117e44c3e1da6eae95d4a173fe8e7d9920", kill_on_drop: false }` [INFO] [stdout] b36cb7b4fadeceaa6186ae4affb911117e44c3e1da6eae95d4a173fe8e7d9920 [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=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43a04b49fa22a7a60457440e1e067be80fc6d30fdc26f74c4718ed8da3c24047 [INFO] running `Command { std: "docker" "start" "-a" "43a04b49fa22a7a60457440e1e067be80fc6d30fdc26f74c4718ed8da3c24047", kill_on_drop: false }` [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling procfs-core v0.18.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pressure.rs:53:43 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_buf_read(mut r: R) -> ProcResult { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iomem.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo { [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] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo<'_, Output = (Pfn, Pfn)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/mod.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | pub fn iter(&self) -> std::slice::Iter { [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] 575 | pub fn iter(&self) -> std::slice::Iter<'_, MemoryMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/stat.rs:410:22 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo>> { [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] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo<'_, Output = ProcResult>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/stat.rs:432:22 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo { [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] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo<'_, Output = u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s [INFO] running `Command { std: "docker" "inspect" "43a04b49fa22a7a60457440e1e067be80fc6d30fdc26f74c4718ed8da3c24047", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43a04b49fa22a7a60457440e1e067be80fc6d30fdc26f74c4718ed8da3c24047", kill_on_drop: false }` [INFO] [stdout] 43a04b49fa22a7a60457440e1e067be80fc6d30fdc26f74c4718ed8da3c24047 [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=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcefa06f8a1014567ee3c6299a7c845ce01ffc3ad0e729f9b5eed5e02f547717 [INFO] running `Command { std: "docker" "start" "-a" "dcefa06f8a1014567ee3c6299a7c845ce01ffc3ad0e729f9b5eed5e02f547717", kill_on_drop: false }` [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pressure.rs:53:43 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_buf_read(mut r: R) -> ProcResult { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iomem.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo { [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] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo<'_, Output = (Pfn, Pfn)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/mod.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | pub fn iter(&self) -> std::slice::Iter { [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] 575 | pub fn iter(&self) -> std::slice::Iter<'_, MemoryMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/stat.rs:410:22 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo>> { [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] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo<'_, Output = ProcResult>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/stat.rs:432:22 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo { [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] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo<'_, Output = u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling procfs-core v0.18.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pressure.rs:53:43 [INFO] [stdout] | [INFO] [stdout] 53 | fn from_buf_read(mut r: R) -> ProcResult { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iomem.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo { [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] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo<'_, Output = (Pfn, Pfn)> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/mod.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | pub fn iter(&self) -> std::slice::Iter { [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] 575 | pub fn iter(&self) -> std::slice::Iter<'_, MemoryMap> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/stat.rs:410:22 [INFO] [stdout] | [INFO] [stdout] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo>> { [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] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo<'_, Output = ProcResult>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/process/stat.rs:432:22 [INFO] [stdout] | [INFO] [stdout] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo { [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] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo<'_, Output = u64> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.77s [INFO] running `Command { std: "docker" "inspect" "dcefa06f8a1014567ee3c6299a7c845ce01ffc3ad0e729f9b5eed5e02f547717", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcefa06f8a1014567ee3c6299a7c845ce01ffc3ad0e729f9b5eed5e02f547717", kill_on_drop: false }` [INFO] [stdout] dcefa06f8a1014567ee3c6299a7c845ce01ffc3ad0e729f9b5eed5e02f547717 [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=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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1fd7416a8c9fba7ddebf762d00dcb78ee24f78d9aa5193d60289d002b79d8810 [INFO] running `Command { std: "docker" "start" "-a" "1fd7416a8c9fba7ddebf762d00dcb78ee24f78d9aa5193d60289d002b79d8810", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/pressure.rs:53:43 [INFO] [stderr] | [INFO] [stderr] 53 | fn from_buf_read(mut r: R) -> ProcResult { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/iomem.rs:57:22 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo { [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] 57 | pub fn get_range(&self) -> impl crate::WithSystemInfo<'_, Output = (Pfn, Pfn)> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/process/mod.rs:575:17 [INFO] [stderr] | [INFO] [stderr] 575 | pub fn iter(&self) -> std::slice::Iter { [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] 575 | pub fn iter(&self) -> std::slice::Iter<'_, MemoryMap> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/process/stat.rs:410:22 [INFO] [stderr] | [INFO] [stderr] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo>> { [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] 410 | pub fn starttime(&self) -> impl crate::WithSystemInfo<'_, Output = ProcResult>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/process/stat.rs:432:22 [INFO] [stderr] | [INFO] [stderr] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo { [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] 432 | pub fn rss_bytes(&self) -> impl crate::WithSystemInfo<'_, Output = u64> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `procfs-core` (lib) generated 5 warnings (run `cargo fix --lib -p procfs-core` to apply 5 suggestions) [INFO] [stderr] warning: `procfs-core` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/procfs_core-dd0e210c0efc6dae) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test crypto::test::parse_block ... ok [INFO] [stdout] test crypto::test::parse_line_correct ... ok [INFO] [stdout] test crypto::test::parse_duplicate_name ... ok [INFO] [stdout] test crypto::test::parse_bad_block ... ok [INFO] [stdout] test crypto::test::parse_line_incorrect ... ok [INFO] [stdout] test cpuinfo::tests::test_cpuinfo_rpi ... ok [INFO] [stdout] test crypto::test::parse_unknown ... ok [INFO] [stdout] test crypto::test::parse_unknown_top ... ok [INFO] [stdout] test devices::tests::test_devices ... ok [INFO] [stdout] test devices::tests::test_devices_without_block ... ok [INFO] [stdout] test crypto::test::parse_two ... ok [INFO] [stdout] test keyring::tests::key_flags ... ok [INFO] [stdout] test kpageflags::tests::test_kpageflags_parsing ... ok [INFO] [stdout] test locks::tests::test_blocked ... ok [INFO] [stdout] test mounts::test_unmangle_octal ... ok [INFO] [stdout] test mounts::test_mounts ... ok [INFO] [stdout] test partitions::test_partitions ... ok [INFO] [stdout] test process::mount::tests::test_proc_mountstats ... ok [INFO] [stdout] test net::tests::test_snmp_missing_icmp_msg ... ok [INFO] [stdout] test net::tests::test_snmp_debian_6_8_12 ... ok [INFO] [stdout] test keyring::tests::timeout ... ok [INFO] [stdout] test process::mount::tests::test_mountinfo_pasta ... ok [INFO] [stdout] test pressure::test::test_parse_pressure_record ... ok [INFO] [stdout] test pressure::test::test_parse_pressure_record_errs ... ok [INFO] [stdout] test process::mount::tests::test_mountinfo ... ok [INFO] [stdout] test process::pagemap::tests::test_genmask ... ok [INFO] [stdout] test process::pagemap::tests::test_page_info ... ok [INFO] [stdout] test process::tests::parse_memory_map_permissions ... ok [INFO] [stdout] test sys::kernel::tests::test_build_info ... ok [INFO] [stdout] test sys::kernel::tests::test_semaphore_limits ... ok [INFO] [stdout] test net::tests::test_tcpstate_from ... ok [INFO] [stdout] test sys::kernel::tests::test_version ... ok [INFO] [stdout] test tests::test_from_str ... ok [INFO] [stdout] test sys::kernel::tests::test_type ... ok [INFO] [stderr] Doc-tests procfs_core [INFO] [stdout] test net::tests::test_parse_ipaddr ... ok [INFO] [stdout] test uptime::tests::test_uptime ... ok [INFO] [stdout] test tests::test_from_str_fail ... ok [INFO] [stdout] test tests::test_nopanic ... ok [INFO] [stdout] test tests::test_kernel_cmp ... ok [INFO] [stdout] test tests::test_kernel_from_str ... ok [INFO] [stdout] test tests::test_loadavg_from_reader ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - SystemInfoInterface (line 229) ... ignored [INFO] [stdout] test src/process/stat.rs - process::stat::Stat::rss_bytes (line 425) ... ignored [INFO] [stdout] test src/process/stat.rs - process::stat::Stat::starttime (line 402) ... ignored [INFO] [stdout] test src/sys/kernel/mod.rs - sys::kernel::Version::from_str (line 33) ... ok [INFO] [stdout] test src/sys/kernel/mod.rs - sys::kernel::Version::from_str (line 72) ... ok [INFO] [stdout] test src/lib.rs - SystemInfoInterface (line 238) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.55s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1fd7416a8c9fba7ddebf762d00dcb78ee24f78d9aa5193d60289d002b79d8810", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fd7416a8c9fba7ddebf762d00dcb78ee24f78d9aa5193d60289d002b79d8810", kill_on_drop: false }` [INFO] [stdout] 1fd7416a8c9fba7ddebf762d00dcb78ee24f78d9aa5193d60289d002b79d8810