[INFO] cloning repository https://github.com/bazhenov/pmem
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bazhenov/pmem" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazhenov%2Fpmem", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazhenov%2Fpmem'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2877c44b5c6ececd10c9b066e4d7a9c530614af6
[INFO] checking bazhenov/pmem against master#035b01b794602d5861daa43ac792f372f8981ed7 for 152214-denied
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbazhenov%2Fpmem" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/bazhenov/pmem
[INFO] finished tweaking git repo https://github.com/bazhenov/pmem
[INFO] tweaked toml for git repo https://github.com/bazhenov/pmem written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bazhenov/pmem on toolchain 035b01b794602d5861daa43ac792f372f8981ed7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bazhenov/pmem 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" "+035b01b794602d5861daa43ac792f372f8981ed7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytestream v0.4.1
[INFO] [stderr]   Downloaded colorz v1.1.2
[INFO] [stderr]   Downloaded nfsserve v0.10.2
[INFO] [stderr]   Downloaded cc v1.1.2
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b565a187dfa70061b92991c8b9d57c2852540c0e6c89aa42ee33cb55ffb4888e
[INFO] running `Command { std: "docker" "start" "-a" "b565a187dfa70061b92991c8b9d57c2852540c0e6c89aa42ee33cb55ffb4888e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b565a187dfa70061b92991c8b9d57c2852540c0e6c89aa42ee33cb55ffb4888e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b565a187dfa70061b92991c8b9d57c2852540c0e6c89aa42ee33cb55ffb4888e", kill_on_drop: false }`
[INFO] [stdout] b565a187dfa70061b92991c8b9d57c2852540c0e6c89aa42ee33cb55ffb4888e
[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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+035b01b794602d5861daa43ac792f372f8981ed7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21f806ced7c416651249fadf42ec694463f45e04581a8afa8de419dd265df32b
[INFO] running `Command { std: "docker" "start" "-a" "21f806ced7c416651249fadf42ec694463f45e04581a8afa8de419dd265df32b", kill_on_drop: false }`
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling thiserror v1.0.62
[INFO] [stderr]    Compiling thiserror-impl v1.0.62
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling pmem v0.1.0 (/opt/rustwide/workdir/pmem)
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]    Compiling pmem-derive v0.1.0 (/opt/rustwide/workdir/pmem-derive)
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]    Compiling cc v1.1.2
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling scroll_derive v0.11.1
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]    Compiling clap_derive v4.5.8
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]     Checking clap_builder v4.5.9
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling tango-bench v0.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking colorz v1.1.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking libloading v0.8.4
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking bytestream v0.4.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking tokio v1.39.2
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]    Compiling rfs v0.1.0 (/opt/rustwide/workdir/rfs)
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking goblin v0.7.1
[INFO] [stderr]     Checking proc-macro2 v1.0.86
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> pmem/src/volume.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 | use tracing::{debug, error, info, trace};
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking syn v2.0.71
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pmem/src/memory.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<[u8]>> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pmem/src/memory.rs:886:19
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<[u8]>> {
[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] 886 |     fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> pmem/src/volume.rs:1006:13
[INFO] [stdout]      |
[INFO] [stdout] 1006 |     fn read(&self, addr: Addr, len: usize) -> Cow<[u8]> {
[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] 1006 |     fn read(&self, addr: Addr, len: usize) -> Cow<'_, [u8]> {
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking clap v4.5.9
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking toml_edit v0.21.1
[INFO] [stderr]     Checking proptest v1.5.0
[INFO] [stderr]     Checking replication v0.1.0 (/opt/rustwide/workdir/replication)
[INFO] [stderr]     Checking test-utils v0.1.0 (/opt/rustwide/workdir/test-utils)
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking nfsserve v0.10.2
[INFO] [stderr]     Checking proc-macro-crate v3.1.0
[INFO] [stdout] warning: unused import: `error`
[INFO] [stdout]   --> pmem/src/volume.rs:70:22
[INFO] [stdout]    |
[INFO] [stdout] 70 | use tracing::{debug, error, info, trace};
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (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]    --> rfs/src/lib.rs:164:19
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn do_readdir(&self, dir: &FileMeta) -> ReadDir<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] 164 |     fn do_readdir(&self, dir: &FileMeta) -> ReadDir<'_, S> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rfs/src/lib.rs:438:21
[INFO] [stdout]     |
[INFO] [stdout] 438 | fn components(path: &Path) -> Result<path::Components> {
[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] 438 | fn components(path: &Path) -> Result<path::Components<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pmem/src/memory.rs:145:23
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<[u8]>> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pmem/src/memory.rs:886:19
[INFO] [stdout]     |
[INFO] [stdout] 886 |     fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<[u8]>> {
[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] 886 |     fn read_bytes(&self, ptr: SlicePtr<u8>) -> Result<Cow<'_, [u8]>> {
[INFO] [stdout]     |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> pmem/src/volume.rs:649:13
[INFO] [stdout]     |
[INFO] [stdout] 649 |     fn read(&self, addr: Addr, len: usize) -> Cow<[u8]> {
[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] 649 |     fn read(&self, addr: Addr, len: usize) -> Cow<'_, [u8]> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> pmem/src/volume.rs:1006:13
[INFO] [stdout]      |
[INFO] [stdout] 1006 |     fn read(&self, addr: Addr, len: usize) -> Cow<[u8]> {
[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] 1006 |     fn read(&self, addr: Addr, len: usize) -> Cow<'_, [u8]> {
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rfs/src/lib.rs:164:19
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn do_readdir(&self, dir: &FileMeta) -> ReadDir<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] 164 |     fn do_readdir(&self, dir: &FileMeta) -> ReadDir<'_, S> {
[INFO] [stdout]     |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> rfs/src/lib.rs:438:21
[INFO] [stdout]     |
[INFO] [stdout] 438 | fn components(path: &Path) -> Result<path::Components> {
[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] 438 | fn components(path: &Path) -> Result<path::Components<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.38s
[INFO] running `Command { std: "docker" "inspect" "21f806ced7c416651249fadf42ec694463f45e04581a8afa8de419dd265df32b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21f806ced7c416651249fadf42ec694463f45e04581a8afa8de419dd265df32b", kill_on_drop: false }`
[INFO] [stdout] 21f806ced7c416651249fadf42ec694463f45e04581a8afa8de419dd265df32b
