[INFO] fetching crate steroid 0.5.0...
[INFO] testing steroid-0.5.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate steroid 0.5.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate steroid 0.5.0
[INFO] finished tweaking crates.io crate steroid 0.5.0
[INFO] tweaked toml for crates.io crate steroid 0.5.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate steroid 0.5.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding nix v0.26.4 (available: v0.30.1)
[INFO] [stderr]       Adding pretty_assertions v0.7.2 (available: v1.4.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pretty_assertions v0.7.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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e23be2ff2697db0309d7c64b15431c6d1295432ca4217cf35b173bf6a98efaf7
[INFO] running `Command { std: "docker" "start" "-a" "e23be2ff2697db0309d7c64b15431c6d1295432ca4217cf35b173bf6a98efaf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e23be2ff2697db0309d7c64b15431c6d1295432ca4217cf35b173bf6a98efaf7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e23be2ff2697db0309d7c64b15431c6d1295432ca4217cf35b173bf6a98efaf7", kill_on_drop: false }`
[INFO] [stdout] e23be2ff2697db0309d7c64b15431c6d1295432ca4217cf35b173bf6a98efaf7
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0dd05b8e5c074260e5b0c31c21a12485280fa978a9dfcb0f8433920bf712b4d
[INFO] running `Command { std: "docker" "start" "-a" "a0dd05b8e5c074260e5b0c31c21a12485280fa978a9dfcb0f8433920bf712b4d", kill_on_drop: false }`
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling steroid v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/breakpoint.rs:143:11
[INFO] [stdout]     |
[INFO] [stdout] 143 |     ctrl: &mut TargetController<E>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 146 | ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint>
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 | ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:432:20
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread>> {
[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] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread<'_>>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:640:24
[INFO] [stdout]     |
[INFO] [stdout] 640 |     pub fn breakpoints(&self) -> BreakpointIter {
[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] 640 |     pub fn breakpoints(&self) -> BreakpointIter<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:647:27
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<Breakpoint>> {
[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] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:656:20
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn threads(&mut self) -> Vec<Thread> {
[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] 656 |     pub fn threads(&mut self) -> Vec<Thread<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:740:23
[INFO] [stdout]     |
[INFO] [stdout] 740 |     pub fn breakpoint(&self) -> Option<Ref<Breakpoint>> {
[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] 740 |     pub fn breakpoint(&self) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/process.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |         &mut self,
[INFO] [stdout]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 1053 |         brk: Breakpoint,
[INFO] [stdout] 1054 |     ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint> {
[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] 1054 |     ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint> {
[INFO] [stdout]      |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/thread.rs:64:30
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn ptrace_option_map(&self) -> Ref<PtraceOptionMap> {
[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] 64 |     pub fn ptrace_option_map(&self) -> Ref<'_, PtraceOptionMap> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
[INFO] running `Command { std: "docker" "inspect" "a0dd05b8e5c074260e5b0c31c21a12485280fa978a9dfcb0f8433920bf712b4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0dd05b8e5c074260e5b0c31c21a12485280fa978a9dfcb0f8433920bf712b4d", kill_on_drop: false }`
[INFO] [stdout] a0dd05b8e5c074260e5b0c31c21a12485280fa978a9dfcb0f8433920bf712b4d
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 442842dcd16f2ed561d83395223d3304ba9b5ee0612ba484aee34905e6423a99
[INFO] running `Command { std: "docker" "start" "-a" "442842dcd16f2ed561d83395223d3304ba9b5ee0612ba484aee34905e6423a99", kill_on_drop: false }`
[INFO] [stderr]    Compiling pretty_assertions v0.7.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/breakpoint.rs:143:11
[INFO] [stdout]     |
[INFO] [stdout] 143 |     ctrl: &mut TargetController<E>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 146 | ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint>
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 | ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:432:20
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread>> {
[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] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread<'_>>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:640:24
[INFO] [stdout]     |
[INFO] [stdout] 640 |     pub fn breakpoints(&self) -> BreakpointIter {
[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] 640 |     pub fn breakpoints(&self) -> BreakpointIter<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:647:27
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<Breakpoint>> {
[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] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:656:20
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn threads(&mut self) -> Vec<Thread> {
[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] 656 |     pub fn threads(&mut self) -> Vec<Thread<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:740:23
[INFO] [stdout]     |
[INFO] [stdout] 740 |     pub fn breakpoint(&self) -> Option<Ref<Breakpoint>> {
[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] 740 |     pub fn breakpoint(&self) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/process.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |         &mut self,
[INFO] [stdout]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 1053 |         brk: Breakpoint,
[INFO] [stdout] 1054 |     ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint> {
[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] 1054 |     ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint> {
[INFO] [stdout]      |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/thread.rs:64:30
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn ptrace_option_map(&self) -> Ref<PtraceOptionMap> {
[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] 64 |     pub fn ptrace_option_map(&self) -> Ref<'_, PtraceOptionMap> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling steroid v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/breakpoint.rs:143:11
[INFO] [stdout]     |
[INFO] [stdout] 143 |     ctrl: &mut TargetController<E>,
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 146 | ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint>
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 | ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:432:20
[INFO] [stdout]     |
[INFO] [stdout] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread>> {
[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] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread<'_>>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:640:24
[INFO] [stdout]     |
[INFO] [stdout] 640 |     pub fn breakpoints(&self) -> BreakpointIter {
[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] 640 |     pub fn breakpoints(&self) -> BreakpointIter<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:647:27
[INFO] [stdout]     |
[INFO] [stdout] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<Breakpoint>> {
[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] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stdout]     |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:656:20
[INFO] [stdout]     |
[INFO] [stdout] 656 |     pub fn threads(&mut self) -> Vec<Thread> {
[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] 656 |     pub fn threads(&mut self) -> Vec<Thread<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/process.rs:740:23
[INFO] [stdout]     |
[INFO] [stdout] 740 |     pub fn breakpoint(&self) -> Option<Ref<Breakpoint>> {
[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] 740 |     pub fn breakpoint(&self) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/process.rs:1052:9
[INFO] [stdout]      |
[INFO] [stdout] 1052 |         &mut self,
[INFO] [stdout]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 1053 |         brk: Breakpoint,
[INFO] [stdout] 1054 |     ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint> {
[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] 1054 |     ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint> {
[INFO] [stdout]      |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/thread.rs:64:30
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn ptrace_option_map(&self) -> Ref<PtraceOptionMap> {
[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] 64 |     pub fn ptrace_option_map(&self) -> Ref<'_, PtraceOptionMap> {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.14s
[INFO] running `Command { std: "docker" "inspect" "442842dcd16f2ed561d83395223d3304ba9b5ee0612ba484aee34905e6423a99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "442842dcd16f2ed561d83395223d3304ba9b5ee0612ba484aee34905e6423a99", kill_on_drop: false }`
[INFO] [stdout] 442842dcd16f2ed561d83395223d3304ba9b5ee0612ba484aee34905e6423a99
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5c1c1febe8af18b56a7cb110d374676198d62a8499b55cf590c024fcd3ea2041
[INFO] running `Command { std: "docker" "start" "-a" "5c1c1febe8af18b56a7cb110d374676198d62a8499b55cf590c024fcd3ea2041", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/breakpoint.rs:143:11
[INFO] [stderr]     |
[INFO] [stderr] 143 |     ctrl: &mut TargetController<E>,
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 146 | ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint>
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 146 | ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint>
[INFO] [stderr]     |                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:432:20
[INFO] [stderr]     |
[INFO] [stderr] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread>> {
[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] 432 |     pub fn threads(&mut self) -> HashMap<Pid, RunningState<Thread<'_>>> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:640:24
[INFO] [stderr]     |
[INFO] [stderr] 640 |     pub fn breakpoints(&self) -> BreakpointIter {
[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] 640 |     pub fn breakpoints(&self) -> BreakpointIter<'_> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:647:27
[INFO] [stderr]     |
[INFO] [stderr] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<Breakpoint>> {
[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] 647 |     pub fn get_breakpoint(&self, id: BreakpointId) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stderr]     |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:656:20
[INFO] [stderr]     |
[INFO] [stderr] 656 |     pub fn threads(&mut self) -> Vec<Thread> {
[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] 656 |     pub fn threads(&mut self) -> Vec<Thread<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/process.rs:740:23
[INFO] [stderr]     |
[INFO] [stderr] 740 |     pub fn breakpoint(&self) -> Option<Ref<Breakpoint>> {
[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] 740 |     pub fn breakpoint(&self) -> Option<Ref<'_, Breakpoint>> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/process.rs:1052:9
[INFO] [stderr]      |
[INFO] [stderr] 1052 |         &mut self,
[INFO] [stderr]      |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 1053 |         brk: Breakpoint,
[INFO] [stderr] 1054 |     ) -> Result<Ref<Breakpoint>, CouldNotCreateBreakpoint> {
[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] 1054 |     ) -> Result<Ref<'_, Breakpoint>, CouldNotCreateBreakpoint> {
[INFO] [stderr]      |                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/thread.rs:64:30
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub fn ptrace_option_map(&self) -> Ref<PtraceOptionMap> {
[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] 64 |     pub fn ptrace_option_map(&self) -> Ref<'_, PtraceOptionMap> {
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `steroid` (lib) generated 8 warnings (run `cargo fix --lib -p steroid` to apply 8 suggestions)
[INFO] [stderr] warning: `steroid` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/steroid-e3e51896ab1cbdaf)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] Hello there!
[INFO] [stdout] test breakpoint::tests::resume_after_breakpoint_removal ... ok
[INFO] [stdout] test breakpoint::tests::new_breakpoint_is_registered ... ok
[INFO] [stdout] test mapping::tests::parse_device ... ok
[INFO] [stdout] Hello there!
[INFO] [stdout] total 32
[INFO] [stdout] -rw-r--r-- 1 root root 5551 Nov  5 05:57 Cargo.lock
[INFO] [stdout] -rw-r--r-- 1 root root  653 Nov  5 05:57 Cargo.toml
[INFO] [stdout] -rw-r--r-- 1 root root  561 Jul 24  2006 Cargo.toml.orig
[INFO] [stdout] -rw-r--r-- 1 root root 1102 Jul 24  2006 LICENSE
[INFO] [stdout] -rw-r--r-- 1 root root 1092 Jul 24  2006 README.md
[INFO] [stdout] drwxr-xr-x 3 root root 4096 Nov  5 05:57 resources
[INFO] [stdout] drwxr-xr-x 2 root root 4096 Nov  5 05:57 src
[INFO] [stdout] total 32
[INFO] [stdout] -rw-r--r-- 1 root root 5551 Nov  5 05:57 Cargo.lock
[INFO] [stdout] -rw-r--r-- 1 root root  653 Nov  5 05:57 Cargo.toml
[INFO] [stdout] -rw-r--r-- 1 root root  561 Jul 24  2006 Cargo.toml.orig
[INFO] [stdout] -rw-r--r-- 1 root root 1102 Jul 24  2006 LICENSE
[INFO] [stdout] -rw-r--r-- 1 root root 1092 Jul 24  2006 README.md
[INFO] [stdout] drwxr-xr-x 3 root root 4096 Nov  5 05:57 resources
[INFO] [stdout] drwxr-xr-x 2 root root 4096 Nov  5 05:57 src
[INFO] [stdout] test breakpoint::tests::use_one_shot_breakpoint ... ok
[INFO] [stdout] test buffer::tests::buffer_allocation ... ok
[INFO] [stdout] test buffer::tests::buffer_deallocation ... ok
[INFO] [stdout] test breakpoint::tests::singlestep_over_breakpoint ... ok
[INFO] [stdout] Hello there!
[INFO] [stdout] test mapping::tests::parse_permissions ... ok
[INFO] [stdout] test mapping::tests::parse_line ... ok
[INFO] [stdout] .
[INFO] [stdout] ..
[INFO] [stdout] .cargo_vcs_info.json
[INFO] [stdout] .gitignore
[INFO] [stdout] Cargo.lock
[INFO] [stdout] Cargo.toml
[INFO] [stdout] Cargo.toml.orig
[INFO] [stdout] LICENSE
[INFO] [stdout] README.md
[INFO] [stdout] resources
[INFO] [stdout] src
[INFO] [stdout] total 32
[INFO] [stdout] -rw-r--r-- 1 root root 5551 Nov  5 05:57 Cargo.lock
[INFO] [stdout] -rw-r--r-- 1 root root  653 Nov  5 05:57 Cargo.toml
[INFO] [stdout] -rw-r--r-- 1 root root  561 Jul 24  2006 Cargo.toml.orig
[INFO] [stdout] -rw-r--r-- 1 root root 1102 Jul 24  2006 LICENSE
[INFO] [stdout] -rw-r--r-- 1 root root 1092 Jul 24  2006 README.md
[INFO] [stdout] drwxr-xr-x 3 root root 4096 Nov  5 05:57 resources
[INFO] [stdout] drwxr-xr-x 2 root root 4096 Nov  5 05:57 src
[INFO] [stdout] test breakpoint::tests::resume_and_do_things ... ok
[INFO] [stdout] test mapping::tests::parse_pathname ... ok
[INFO] [stdout] test process::tests::process_from_pid ... ignored
[INFO] [stdout] test process::tests::controller_created ... ok
[INFO] [stdout] test buffer::tests::async_read_some_code ... FAILED
[INFO] [stdout] test buffer::tests::unsafe_read_some_code ... FAILED
[INFO] [stdout] test process::tests::get_and_set_registers ... ok
[INFO] [stdout] test process::tests::stop_after_attach ... ignored
[INFO] [stdout] total 32
[INFO] [stdout] -rw-r--r-- 1 root root 5551 Nov  5 05:57 Cargo.lock
[INFO] [stdout] -rw-r--r-- 1 root root  653 Nov  5 05:57 Cargo.toml
[INFO] [stdout] -rw-r--r-- 1 root root  561 Jul 24  2006 Cargo.toml.orig
[INFO] [stdout] -rw-r--r-- 1 root root 1102 Jul 24  2006 LICENSE
[INFO] [stdout] -rw-r--r-- 1 root root 1092 Jul 24  2006 README.md
[INFO] [stdout] drwxr-xr-x 3 root root 4096 Nov  5 05:57 resources
[INFO] [stdout] drwxr-xr-x 2 root root 4096 Nov  5 05:57 src
[INFO] [stdout] test process::tests::read_from_memory ... ok
[INFO] [stdout] test process::tests::controller_died ... ok
[INFO] [stdout] test process::tests::process_spawned ... ok
[INFO] [stdout] test syscall::tests::remote_mmap ... ok
[INFO] [stdout] Hello there!
[INFO] [stdout] .
[INFO] [stdout] ..
[INFO] [stdout] .cargo_vcs_info.json
[INFO] [stdout] .gitignore
[INFO] [stdout] Cargo.lock
[INFO] [stdout] Cargo.toml
[INFO] [stdout] Cargo.toml.orig
[INFO] [stdout] LICENSE
[INFO] [stdout] README.md
[INFO] [stdout] resources
[INFO] [stdout] src
[INFO] [stdout] test process::tests::update_registers ... ok
[INFO] [stdout] test process::tests::write_to_memory ... ok
[INFO] [stdout] .
[INFO] [stdout] ..
[INFO] [stdout] .cargo_vcs_info.json
[INFO] [stdout] .gitignore
[INFO] [stdout] Cargo.lock
[INFO] [stdout] Cargo.toml
[INFO] [stdout] Cargo.toml.orig
[INFO] [stdout] LICENSE
[INFO] [stdout] README.md
[INFO] [stdout] resources
[INFO] [stdout] src
[INFO] [stdout] test thread::tests::set_ptrace_option_clone ... ok
[INFO] [stdout] test thread::tests::whole_multithread_application ... ok
[INFO] [stdout] test process::tests::with_register ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- buffer::tests::async_read_some_code stdout ----
[INFO] [stdout] Error: could not parse mapping' device
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/result.rs:2177:27
[INFO] [stdout]    2: steroid::buffer::tests::async_read_some_code
[INFO] [stdout]              at ./src/buffer.rs:1272:22
[INFO] [stdout]    3: steroid::buffer::tests::async_read_some_code::{{closure}}
[INFO] [stdout]              at ./src/buffer.rs:1266:34
[INFO] [stdout]    4: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:663:18
[INFO] [stdout]    7: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:686:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   10: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   11: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:686:27
[INFO] [stdout]   13: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:607:43
[INFO] [stdout]   14: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:637:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   16: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   19: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   20: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   22: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   24: std::sys::thread::unix::Thread::new::thread_start
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] ---- buffer::tests::unsafe_read_some_code stdout ----
[INFO] [stdout] Error: could not parse mapping' device
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/result.rs:2177:27
[INFO] [stdout]    2: steroid::buffer::tests::unsafe_read_some_code
[INFO] [stdout]              at ./src/buffer.rs:1246:22
[INFO] [stdout]    3: steroid::buffer::tests::unsafe_read_some_code::{{closure}}
[INFO] [stdout]              at ./src/buffer.rs:1240:35
[INFO] [stdout]    4: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:663:18
[INFO] [stdout]    7: test::run_test_in_process::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:686:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   10: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   11: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:686:27
[INFO] [stdout]   13: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:607:43
[INFO] [stdout]   14: test::run_test::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/test/src/lib.rs:637:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   16: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:590:40
[INFO] [stdout]   19: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panicking.rs:553:19
[INFO] [stdout]   20: std::panic::catch_unwind
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::Builder::spawn_unchecked_::{{closure}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   22: core::ops::function::FnOnce::call_once{{vtable.shim}}
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   24: std::sys::thread::unix::Thread::new::thread_start
[INFO] [stdout]              at /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     buffer::tests::async_read_some_code
[INFO] [stdout]     buffer::tests::unsafe_read_some_code
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 2 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] .
[INFO] [stdout] ..
[INFO] [stdout] .cargo_vcs_info.json
[INFO] [stdout] .gitignore
[INFO] [stdout] Cargo.lock
[INFO] [stdout] Cargo.toml
[INFO] [stdout] Cargo.toml.orig
[INFO] [stdout] LICENSE
[INFO] [stdout] README.md
[INFO] [stdout] resources
[INFO] [stdout] src
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "5c1c1febe8af18b56a7cb110d374676198d62a8499b55cf590c024fcd3ea2041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c1c1febe8af18b56a7cb110d374676198d62a8499b55cf590c024fcd3ea2041", kill_on_drop: false }`
[INFO] [stdout] 5c1c1febe8af18b56a7cb110d374676198d62a8499b55cf590c024fcd3ea2041
