[INFO] fetching crate steroid 0.5.0... [INFO] testing steroid-0.5.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate steroid 0.5.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate steroid 0.5.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ctor v0.1.26 [INFO] [stderr] Downloaded output_vt100 v0.1.3 [INFO] [stderr] Downloaded pretty_assertions v0.7.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a1c840c4af077d7904a4156aa089510687d5127544a88bc08500931edb0f954 [INFO] running `Command { std: "docker" "start" "-a" "2a1c840c4af077d7904a4156aa089510687d5127544a88bc08500931edb0f954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a1c840c4af077d7904a4156aa089510687d5127544a88bc08500931edb0f954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a1c840c4af077d7904a4156aa089510687d5127544a88bc08500931edb0f954", kill_on_drop: false }` [INFO] [stdout] 2a1c840c4af077d7904a4156aa089510687d5127544a88bc08500931edb0f954 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9de0479f2babc317a9fb512aaf5defb1ff8bec04318f0e7952b640e727b4d672 [INFO] running `Command { std: "docker" "start" "-a" "9de0479f2babc317a9fb512aaf5defb1ff8bec04318f0e7952b640e727b4d672", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling memoffset v0.7.1 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 146 | ) -> Result, 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, 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> { [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>> { [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> { [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> { [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 { [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> { [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> { [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> { [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, 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, 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 { [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 8.64s [INFO] running `Command { std: "docker" "inspect" "9de0479f2babc317a9fb512aaf5defb1ff8bec04318f0e7952b640e727b4d672", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9de0479f2babc317a9fb512aaf5defb1ff8bec04318f0e7952b640e727b4d672", kill_on_drop: false }` [INFO] [stdout] 9de0479f2babc317a9fb512aaf5defb1ff8bec04318f0e7952b640e727b4d672 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0ff101f957532d32dcef73845a8327fdc8b6b09a6796abd99c37b889e4e9f4a [INFO] running `Command { std: "docker" "start" "-a" "a0ff101f957532d32dcef73845a8327fdc8b6b09a6796abd99c37b889e4e9f4a", kill_on_drop: false }` [INFO] [stderr] Compiling diff v0.1.13 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 146 | ) -> Result, 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, 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> { [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>> { [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> { [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> { [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 { [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> { [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> { [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> { [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, 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, 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 { [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 pretty_assertions v0.7.2 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 146 | ) -> Result, 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, 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> { [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>> { [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> { [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> { [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 { [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> { [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> { [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> { [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, 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, 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 { [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 3.59s [INFO] running `Command { std: "docker" "inspect" "a0ff101f957532d32dcef73845a8327fdc8b6b09a6796abd99c37b889e4e9f4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0ff101f957532d32dcef73845a8327fdc8b6b09a6796abd99c37b889e4e9f4a", kill_on_drop: false }` [INFO] [stdout] a0ff101f957532d32dcef73845a8327fdc8b6b09a6796abd99c37b889e4e9f4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dce43cdbda694d579c1f6ff4878420650eb971a1f303617a97603ab5ff95b8a2 [INFO] running `Command { std: "docker" "start" "-a" "dce43cdbda694d579c1f6ff4878420650eb971a1f303617a97603ab5ff95b8a2", 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, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 146 | ) -> Result, 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, 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> { [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>> { [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> { [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> { [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 { [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> { [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> { [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> { [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, 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, 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 { [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 [INFO] [stderr] warning: `steroid` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/steroid-0ff6ac41b862d188) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] Hello there! [INFO] [stdout] Hello there! [INFO] [stdout] Hello there! [INFO] [stdout] total 32 [INFO] [stdout] -rw-r--r-- 1 root root 5551 Oct 1 13:45 Cargo.lock [INFO] [stdout] -rw-r--r-- 1 root root 653 Oct 1 13:45 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 Oct 1 13:45 resources [INFO] [stdout] drwxr-xr-x 2 root root 4096 Oct 1 13:45 src [INFO] [stdout] test breakpoint::tests::singlestep_over_breakpoint ... ok [INFO] [stdout] test breakpoint::tests::resume_after_breakpoint_removal ... ok [INFO] [stdout] test mapping::tests::parse_line ... ok [INFO] [stdout] test breakpoint::tests::resume_and_do_things ... ok [INFO] [stdout] test mapping::tests::parse_device ... ok [INFO] [stdout] test breakpoint::tests::use_one_shot_breakpoint ... ok [INFO] [stdout] total 32 [INFO] [stdout] -rw-r--r-- 1 root root 5551 Oct 1 13:45 Cargo.lock [INFO] [stdout] -rw-r--r-- 1 root root 653 Oct 1 13:45 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 Oct 1 13:45 resources [INFO] [stdout] drwxr-xr-x 2 root root 4096 Oct 1 13:45 src [INFO] [stdout] test buffer::tests::buffer_allocation ... ok [INFO] [stdout] test mapping::tests::parse_pathname ... ok [INFO] [stdout] test breakpoint::tests::new_breakpoint_is_registered ... ok [INFO] [stdout] test process::tests::process_from_pid ... ignored [INFO] [stdout] test process::tests::stop_after_attach ... ignored [INFO] [stdout] test process::tests::process_spawned ... ok [INFO] [stdout] test buffer::tests::buffer_deallocation ... ok [INFO] [stdout] test mapping::tests::parse_permissions ... ok [INFO] [stdout] test process::tests::read_from_memory ... ok [INFO] [stdout] test process::tests::controller_created ... ok [INFO] [stdout] total 32 [INFO] [stdout] -rw-r--r-- 1 root root 5551 Oct 1 13:45 Cargo.lock [INFO] [stdout] -rw-r--r-- 1 root root 653 Oct 1 13:45 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 Oct 1 13:45 resources [INFO] [stdout] drwxr-xr-x 2 root root 4096 Oct 1 13:45 src [INFO] [stdout] test process::tests::controller_died ... ok [INFO] [stdout] test process::tests::write_to_memory ... ok [INFO] [stdout] test process::tests::with_register ... ok [INFO] [stdout] test syscall::tests::remote_mmap ... 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 process::tests::update_registers ... 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 process::tests::get_and_set_registers ... 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::whole_multithread_application ... ok [INFO] [stdout] test buffer::tests::async_read_some_code ... FAILED [INFO] [stdout] test buffer::tests::unsafe_read_some_code ... FAILED [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:: 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: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:2087: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/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 5: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 7: test::run_test_in_process::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 10: std::panicking::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 11: std::panic::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 13: test::run_test::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 14: test::run_test::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 17: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 19: std::panicking::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 20: std::panic::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 22: core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 24: std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 25: [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:: 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: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:2087: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/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 5: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 7: test::run_test_in_process::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 10: std::panicking::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 11: std::panic::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 13: test::run_test::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 14: test::run_test::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 16: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 17: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 19: std::panicking::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 20: std::panic::catch_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 22: core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 23: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 24: std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 25: [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.08s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "dce43cdbda694d579c1f6ff4878420650eb971a1f303617a97603ab5ff95b8a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dce43cdbda694d579c1f6ff4878420650eb971a1f303617a97603ab5ff95b8a2", kill_on_drop: false }` [INFO] [stdout] dce43cdbda694d579c1f6ff4878420650eb971a1f303617a97603ab5ff95b8a2