[INFO] fetching crate procfs-core 0.18.0... [INFO] testing procfs-core-0.18.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate procfs-core 0.18.0 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate procfs-core 0.18.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d80bfa7ff87dddec3f17c9c82ca7b9f4f3922558062dff1ffe87dcd6d171a353 [INFO] running `Command { std: "docker" "start" "-a" "d80bfa7ff87dddec3f17c9c82ca7b9f4f3922558062dff1ffe87dcd6d171a353", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d80bfa7ff87dddec3f17c9c82ca7b9f4f3922558062dff1ffe87dcd6d171a353", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d80bfa7ff87dddec3f17c9c82ca7b9f4f3922558062dff1ffe87dcd6d171a353", kill_on_drop: false }` [INFO] [stdout] d80bfa7ff87dddec3f17c9c82ca7b9f4f3922558062dff1ffe87dcd6d171a353 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de0d6a86700e0932bde3794acba5202be11b9f5d36d3f50109bce060e8875d39 [INFO] running `Command { std: "docker" "start" "-a" "de0d6a86700e0932bde3794acba5202be11b9f5d36d3f50109bce060e8875d39", 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.43s [INFO] running `Command { std: "docker" "inspect" "de0d6a86700e0932bde3794acba5202be11b9f5d36d3f50109bce060e8875d39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de0d6a86700e0932bde3794acba5202be11b9f5d36d3f50109bce060e8875d39", kill_on_drop: false }` [INFO] [stdout] de0d6a86700e0932bde3794acba5202be11b9f5d36d3f50109bce060e8875d39 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc29fb2fea41c769535db2b5cd1b6b069a0077cec50cd33b2fb142c38d5ba89d [INFO] running `Command { std: "docker" "start" "-a" "bc29fb2fea41c769535db2b5cd1b6b069a0077cec50cd33b2fb142c38d5ba89d", 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 4.29s [INFO] running `Command { std: "docker" "inspect" "bc29fb2fea41c769535db2b5cd1b6b069a0077cec50cd33b2fb142c38d5ba89d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc29fb2fea41c769535db2b5cd1b6b069a0077cec50cd33b2fb142c38d5ba89d", kill_on_drop: false }` [INFO] [stdout] bc29fb2fea41c769535db2b5cd1b6b069a0077cec50cd33b2fb142c38d5ba89d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a5147e935a42954e6f79f69a90a490c4564f6cabb9b89000b1b48b0b92407e90 [INFO] running `Command { std: "docker" "start" "-a" "a5147e935a42954e6f79f69a90a490c4564f6cabb9b89000b1b48b0b92407e90", 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.06s [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_bad_block ... ok [INFO] [stdout] test crypto::test::parse_block ... ok [INFO] [stdout] test cpuinfo::tests::test_cpuinfo_rpi ... ok [INFO] [stdout] test crypto::test::parse_line_correct ... ok [INFO] [stdout] test crypto::test::parse_line_incorrect ... ok [INFO] [stdout] test crypto::test::parse_two ... ok [INFO] [stdout] test crypto::test::parse_unknown ... ok [INFO] [stdout] test crypto::test::parse_unknown_top ... ok [INFO] [stdout] test keyring::tests::key_flags ... ok [INFO] [stdout] test devices::tests::test_devices ... ok [INFO] [stdout] test keyring::tests::timeout ... ok [INFO] [stdout] test crypto::test::parse_duplicate_name ... ok [INFO] [stdout] test mounts::test_unmangle_octal ... ok [INFO] [stdout] test locks::tests::test_blocked ... ok [INFO] [stdout] test net::tests::test_parse_ipaddr ... ok [INFO] [stdout] test net::tests::test_tcpstate_from ... ok [INFO] [stdout] test partitions::test_partitions ... ok [INFO] [stdout] test mounts::test_mounts ... ok [INFO] [stdout] test process::mount::tests::test_mountinfo_pasta ... ok [INFO] [stdout] test process::tests::parse_memory_map_permissions ... ok [INFO] [stdout] test pressure::test::test_parse_pressure_record_errs ... ok [INFO] [stdout] test process::pagemap::tests::test_genmask ... ok [INFO] [stdout] test process::mount::tests::test_mountinfo ... ok [INFO] [stdout] test sys::kernel::tests::test_semaphore_limits ... ok [INFO] [stdout] test kpageflags::tests::test_kpageflags_parsing ... ok [INFO] [stdout] test net::tests::test_snmp_debian_6_8_12 ... ok [INFO] [stdout] test sys::kernel::tests::test_version ... ok [INFO] [stdout] test tests::test_from_str ... ok [INFO] [stdout] test tests::test_kernel_cmp ... ok [INFO] [stdout] test tests::test_from_str_fail ... ok [INFO] [stdout] test tests::test_kernel_from_str ... ok [INFO] [stdout] test tests::test_loadavg_from_reader ... ok [INFO] [stdout] test uptime::tests::test_uptime ... ok [INFO] [stdout] test devices::tests::test_devices_without_block ... ok [INFO] [stdout] test pressure::test::test_parse_pressure_record ... ok [INFO] [stdout] test process::pagemap::tests::test_page_info ... ok [INFO] [stdout] test sys::kernel::tests::test_type ... 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 sys::kernel::tests::test_build_info ... ok [INFO] [stdout] test tests::test_nopanic ... 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] [stderr] Doc-tests procfs_core [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.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a5147e935a42954e6f79f69a90a490c4564f6cabb9b89000b1b48b0b92407e90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5147e935a42954e6f79f69a90a490c4564f6cabb9b89000b1b48b0b92407e90", kill_on_drop: false }` [INFO] [stdout] a5147e935a42954e6f79f69a90a490c4564f6cabb9b89000b1b48b0b92407e90