[INFO] fetching crate loole 0.4.1...
[INFO] testing loole-0.4.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate loole 0.4.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate loole 0.4.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate loole 0.4.1
[INFO] tweaked toml for crates.io crate loole 0.4.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate loole 0.4.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate loole 0.4.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7dd271443c652501c11c40e099e7846d58943af3e8c85dec43686dce802e06ce
[INFO] running `Command { std: "docker" "start" "-a" "7dd271443c652501c11c40e099e7846d58943af3e8c85dec43686dce802e06ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7dd271443c652501c11c40e099e7846d58943af3e8c85dec43686dce802e06ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dd271443c652501c11c40e099e7846d58943af3e8c85dec43686dce802e06ce", kill_on_drop: false }`
[INFO] [stdout] 7dd271443c652501c11c40e099e7846d58943af3e8c85dec43686dce802e06ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7226ec979bfb38e70151b68e0f81d5d53fd014a6a10210f569e10ed64e0ab538
[INFO] running `Command { std: "docker" "start" "-a" "7226ec979bfb38e70151b68e0f81d5d53fd014a6a10210f569e10ed64e0ab538", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling loole v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:348:55
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<T> {
[INFO] [stdout]     |                                                       ^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<'_, T> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:380:38
[INFO] [stdout]     |
[INFO] [stdout] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<T> {
[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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<'_, T> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1011:18
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn drain(&self) -> Drain<T> {
[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] 1011 |     pub fn drain(&self) -> Drain<'_, T> {
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1033:17
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     pub fn iter(&self) -> Iter<T> {
[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] 1033 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1042:21
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     pub fn try_iter(&self) -> TryIter<T> {
[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] 1042 |     pub fn try_iter(&self) -> TryIter<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn lock(&self) -> MutexGuard<T> {
[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] 15 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "7226ec979bfb38e70151b68e0f81d5d53fd014a6a10210f569e10ed64e0ab538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7226ec979bfb38e70151b68e0f81d5d53fd014a6a10210f569e10ed64e0ab538", kill_on_drop: false }`
[INFO] [stdout] 7226ec979bfb38e70151b68e0f81d5d53fd014a6a10210f569e10ed64e0ab538
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1a44591a81f1edbb7d69cf81dc3e646e8e382cba468de19a8da4830ec128762c
[INFO] running `Command { std: "docker" "start" "-a" "1a44591a81f1edbb7d69cf81dc3e646e8e382cba468de19a8da4830ec128762c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling value-bag v1.10.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling loole v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:348:55
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<T> {
[INFO] [stdout]     |                                                       ^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<'_, T> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:380:38
[INFO] [stdout]     |
[INFO] [stdout] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<T> {
[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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<'_, T> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1011:18
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn drain(&self) -> Drain<T> {
[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] 1011 |     pub fn drain(&self) -> Drain<'_, T> {
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1033:17
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     pub fn iter(&self) -> Iter<T> {
[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] 1033 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1042:21
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     pub fn try_iter(&self) -> TryIter<T> {
[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] 1042 |     pub fn try_iter(&self) -> TryIter<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn lock(&self) -> MutexGuard<T> {
[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] 15 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling async-std v1.13.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:348:55
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<T> {
[INFO] [stdout]     |                                                       ^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                       |
[INFO] [stdout]     |                                                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<'_, T> {
[INFO] [stdout]     |                                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:380:38
[INFO] [stdout]     |
[INFO] [stdout] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<T> {
[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: consistently use `'_`
[INFO] [stdout]     |
[INFO] [stdout] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<'_, T> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1011:18
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn drain(&self) -> Drain<T> {
[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] 1011 |     pub fn drain(&self) -> Drain<'_, T> {
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1033:17
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     pub fn iter(&self) -> Iter<T> {
[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] 1033 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1042:21
[INFO] [stdout]      |
[INFO] [stdout] 1042 |     pub fn try_iter(&self) -> TryIter<T> {
[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] 1042 |     pub fn try_iter(&self) -> TryIter<'_, T> {
[INFO] [stdout]      |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/mutex.rs:15:17
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn lock(&self) -> MutexGuard<T> {
[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] 15 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]    |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 31.90s
[INFO] running `Command { std: "docker" "inspect" "1a44591a81f1edbb7d69cf81dc3e646e8e382cba468de19a8da4830ec128762c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a44591a81f1edbb7d69cf81dc3e646e8e382cba468de19a8da4830ec128762c", kill_on_drop: false }`
[INFO] [stdout] 1a44591a81f1edbb7d69cf81dc3e646e8e382cba468de19a8da4830ec128762c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 99b181883975b90e1ad74f0dfa6d916f5234cdaacf19f5b79d3846930417396c
[INFO] running `Command { std: "docker" "start" "-a" "99b181883975b90e1ad74f0dfa6d916f5234cdaacf19f5b79d3846930417396c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:348:55
[INFO] [stderr]     |
[INFO] [stderr] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<T> {
[INFO] [stderr]     |                                                       ^^                      ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                       |
[INFO] [stderr]     |                                                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 348 | fn try_send<T>(m: T, id: usize, mut guard: MutexGuard<'_, SharedState<T>>) -> TrySendResult<'_, T> {
[INFO] [stderr]     |                                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:380:38
[INFO] [stderr]     |
[INFO] [stderr] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<T> {
[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: consistently use `'_`
[INFO] [stderr]     |
[INFO] [stderr] 380 | fn try_recv<T>(mut guard: MutexGuard<'_, SharedState<T>>) -> TryRecvResult<'_, T> {
[INFO] [stderr]     |                                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1011:18
[INFO] [stderr]      |
[INFO] [stderr] 1011 |     pub fn drain(&self) -> Drain<T> {
[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] 1011 |     pub fn drain(&self) -> Drain<'_, T> {
[INFO] [stderr]      |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1033:17
[INFO] [stderr]      |
[INFO] [stderr] 1033 |     pub fn iter(&self) -> Iter<T> {
[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] 1033 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]      |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1042:21
[INFO] [stderr]      |
[INFO] [stderr] 1042 |     pub fn try_iter(&self) -> TryIter<T> {
[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] 1042 |     pub fn try_iter(&self) -> TryIter<'_, T> {
[INFO] [stderr]      |                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/mutex.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub fn lock(&self) -> MutexGuard<T> {
[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] 15 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stderr]    |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `loole` (lib) generated 6 warnings (run `cargo fix --lib -p loole` to apply 6 suggestions)
[INFO] [stderr] warning: `loole` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loole-4bff9b0fbc5e19d1)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test queue::tests::test_contains ... ok
[INFO] [stdout] test queue::tests::test_remove ... ok
[INFO] [stdout] test queue::tests::test_new_queue ... ok
[INFO] [stdout] test queue::tests::test_iter ... ok
[INFO] [stdout] test queue::tests::test_enqueue_dequeue ... ok
[INFO] [stdout] test queue::tests::test_into_iter ... ok
[INFO] [stdout] test queue::tests::test_with_capacity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/async.rs (/opt/rustwide/target/debug/deps/async-767bd9b36e05c336)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test async_close_before_recv_buffer_1 ... ok
[INFO] [stdout] test async_close_before_send_buffer_0 ... ok
[INFO] [stdout] test async_close_before_recv_buffer_0 ... ok
[INFO] [stdout] test async_concurrent_writes_and_reads_buffer_0 ... ok
[INFO] [stdout] test async_recv_after_manually_closed_sender ... ok
[INFO] [stdout] test async_recv_after_manually_closeed_receiver ... ok
[INFO] [stdout] test async_send_before_recv_buffer_1 ... ok
[INFO] [stdout] test ordered_deques ... ok
[INFO] [stdout] test async_2_sends_before_2_recvs_buffer_1 ... ok
[INFO] [stdout] test async_recv_before_send_buffer_1 ... ok
[INFO] [stdout] test async_recv_before_send_buffer_0 ... ok
[INFO] [stdout] test async_send_before_recv_buffer_0 ... ok
[INFO] [stdout] test async_shift_pending_send_buffer_2 ... ok
[INFO] [stdout] test async_shift_pending_send_buffer_0 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_array.rs (/opt/rustwide/target/debug/deps/flume_array-21ca8a5c332db747)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test capacity ... ok
[INFO] [stdout] test len_empty_full ... ok
[INFO] [stdout] test recv_after_disconnect ... ok
[INFO] [stdout] test send_after_disconnect ... ok
[INFO] [stdout] test channel_through_channel ... ok
[INFO] [stdout] test len ... ok
[INFO] [stdout] test linearizable ... ok
[INFO] [stdout] test mpmc ... ok
[INFO] [stdout] test spsc ... ok
[INFO] [stdout] test disconnect_wakes_receiver ... ok
[INFO] [stdout] test disconnect_wakes_sender ... ok
[INFO] [stdout] test smoke ... ok
[INFO] [stdout] test drops ... ok
[INFO] [stdout] test recv_timeout ... ok
[INFO] [stdout] test stress_oneshot ... ok
[INFO] [stdout] test try_send ... ok
[INFO] [stdout] test try_recv ... ok
[INFO] [stdout] test send_timeout ... ok
[INFO] [stdout] test stress_timeout_two_threads ... ok
[INFO] [stdout] test recv ... ok
[INFO] [stdout] test send ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.51s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_async.rs (/opt/rustwide/target/debug/deps/flume_async-44dd85a24d5fad71)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test spsc_single_threaded_value_ordering ... ok
[INFO] [stdout] test parallel_async_receivers ... ok
[INFO] [stdout] test async_recv ... ok
[INFO] [stdout] test async_recv_disconnect ... ok
[INFO] [stdout] test async_send ... ok
[INFO] [stdout] test async_send_disconnect ... ok
[INFO] [stdout] test async_recv_drop_recv ... ok
[INFO] [stdout] test async_send_1_million_no_drop_or_reorder ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_basic.rs (/opt/rustwide/target/debug/deps/flume_basic-37f1f2bf5aeda6c2)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test disconnect_tx ... ok
[INFO] [stdout] test disconnect_rx ... ok
[INFO] [stdout] test drain ... ok
[INFO] [stdout] test std_error_without_debug ... ok
[INFO] [stdout] test iter ... ok
[INFO] [stdout] test try_iter ... ok
[INFO] [stdout] test send_recv ... ok
[INFO] [stdout] test try_send ... ok
[INFO] [stdout] test robin ... ok
[INFO] [stdout] test recv_timeout_missed_send ... ok
[INFO] [stdout] test iter_threaded ... ok
[INFO] [stdout] test recv_deadline ... ok
[INFO] [stdout] test recv_timeout ... ok
[INFO] [stdout] test send_timeout ... ok
[INFO] [stdout] test hydra ... ok
[INFO] [stdout] test rendezvous ... ok
[INFO] [stdout] test send_bounded ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.34s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_check_same_channel.rs (/opt/rustwide/target/debug/deps/flume_check_same_channel-18f1bb332bb32f2b)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test same_receiver ... ok
[INFO] [stdout] test same_recv_stream ... ok
[INFO] [stdout] test same_sender ... ok
[INFO] [stdout] test same_send_sink ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_iter.rs (/opt/rustwide/target/debug/deps/flume_iter-87269f980605afa8)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test recv_into_iter_borrowed ... ok
[INFO] [stdout] test recv_into_iter_owned ... ok
[INFO] [stdout] test nested_recv_iter ... ok
[INFO] [stdout] test recv_iter_break ... ok
[INFO] [stdout] test recv_try_iter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_list.rs (/opt/rustwide/target/debug/deps/flume_list-2363d88d27fc5064)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test capacity ... ok
[INFO] [stdout] test len ... ok
[INFO] [stdout] test len_empty_full ... ok
[INFO] [stdout] test send ... ok
[INFO] [stdout] test recv_after_disconnect ... ok
[INFO] [stdout] test send_after_disconnect ... ok
[INFO] [stdout] test channel_through_channel ... ok
[INFO] [stdout] test send_timeout ... ok
[INFO] [stdout] test try_send ... ok
[INFO] [stdout] test linearizable ... ok
[INFO] [stdout] test mpmc ... ok
[INFO] [stdout] test spsc ... ok
[INFO] [stdout] test stress_iter ... ok
[INFO] [stdout] test disconnect_wakes_receiver ... ok
[INFO] [stdout] test smoke ... ok
[INFO] [stdout] test recv_timeout ... ok
[INFO] [stdout] test drops ... ok
[INFO] [stdout] test try_recv ... ok
[INFO] [stdout] test stress_timeout_two_threads ... ok
[INFO] [stdout] test stress_oneshot ... ok
[INFO] [stdout] test recv ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.51s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_method_sharing.rs (/opt/rustwide/target/debug/deps/flume_method_sharing-2d7e177ab1d0cc94)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test sender ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_stream.rs (/opt/rustwide/target/debug/deps/flume_stream-bd02ac1660aafe8b)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test stream_no_double_wake ... ok
[INFO] [stdout] test stream_forward_issue_55 ... ok
[INFO] [stdout] test stream_drop_send_disconnect ... ok
[INFO] [stdout] test stream_recv ... ok
[INFO] [stdout] test stream_recv_disconnect ... ok
[INFO] [stdout] test parallel_streams_and_async_recv ... ok
[INFO] [stdout] test stream_recv_drop_recv ... ok
[INFO] [stdout] test stream_send_1_million_no_drop_or_reorder ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/flume_zero.rs (/opt/rustwide/target/debug/deps/flume_zero-b7726c36d1badbe0)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test capacity ... ok
[INFO] [stdout] test smoke ... ok
[INFO] [stdout] test len_empty_full ... ok
[INFO] [stdout] test channel_through_channel ... ok
[INFO] [stdout] test stress_iter ... ok
[INFO] [stdout] test len ... ok
[INFO] [stdout] test mpmc ... ok
[INFO] [stdout] test disconnect_wakes_receiver ... ok
[INFO] [stdout] test disconnect_wakes_sender ... ok
[INFO] [stdout] test recv_timeout ... ok
[INFO] [stdout] test send_timeout ... ok
[INFO] [stdout] test spsc ... ok
[INFO] [stdout] test stress_oneshot ... ok
[INFO] [stdout] test drops ... ok
[INFO] [stdout] test try_send ... ok
[INFO] [stdout] test try_recv ... ok
[INFO] [stdout] test stress_timeout_two_threads ... ok
[INFO] [stdout] test recv ... ok
[INFO] [stdout] test send ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.50s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/select.rs (/opt/rustwide/target/debug/deps/select-e7557d8903c00615)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test async_select_recv_buffer_0 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sink.rs (/opt/rustwide/target/debug/deps/sink-c99560045f614bb9)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_send_sink_basic ... ok
[INFO] [stdout] test test_send_sink_close ... ok
[INFO] [stdout] test test_send_sink_error_propagation ... ok
[INFO] [stdout] test test_send_sink_clone ... ok
[INFO] [stdout] test test_send_sink_multiple ... ok
[INFO] [stdout] test test_send_sink_flush ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stream.rs (/opt/rustwide/target/debug/deps/stream-d065f836ffe4c928)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test stream_recv_drop_recv ... ok
[INFO] [stdout] test stream_recv_not_drop_recv ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sync.rs (/opt/rustwide/target/debug/deps/sync-02addd789287903b)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test sync_is_closed_closed_by_receiver_drop ... ok
[INFO] [stdout] test sync_recv_after_manually_closed_sender ... ok
[INFO] [stdout] test sync_is_closed_closed_by_sender_drop ... ok
[INFO] [stdout] test sync_recv_after_manually_closeed_receiver ... ok
[INFO] [stdout] test sync_send_before_recv_buffer_1 ... ok
[INFO] [stdout] test sync_2_sends_before_2_recvs_buffer_1 ... ok
[INFO] [stdout] test sync_recv_before_send_buffer_1 ... ok
[INFO] [stdout] test sync_recv_before_send_buffer_0 ... ok
[INFO] [stdout] test sync_send_before_recv_buffer_0 ... ok
[INFO] [stdout] test sync_drain ... ok
[INFO] [stdout] test sync_shift_pending_send_buffer_2 ... ok
[INFO] [stdout] test sync_shift_pending_send_buffer_0 ... ok
[INFO] [stdout] test sync_send ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.50s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests loole
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - unbounded (line 1306) ... ok
[INFO] [stdout] test src/lib.rs - bounded (line 1274) ... ok
[INFO] [stdout] test src/lib.rs - (line 22) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "99b181883975b90e1ad74f0dfa6d916f5234cdaacf19f5b79d3846930417396c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99b181883975b90e1ad74f0dfa6d916f5234cdaacf19f5b79d3846930417396c", kill_on_drop: false }`
[INFO] [stdout] 99b181883975b90e1ad74f0dfa6d916f5234cdaacf19f5b79d3846930417396c
