[INFO] fetching crate mtcp-rs 0.1.11...
[INFO] testing mtcp-rs-0.1.11 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mtcp-rs 0.1.11 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate mtcp-rs 0.1.11
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mtcp-rs 0.1.11
[INFO] tweaked toml for crates.io crate mtcp-rs 0.1.11 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mtcp-rs 0.1.11 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mtcp-rs 0.1.11 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 88611b88206d05ea32523eb1283afe241d6e4d95a05f3670ccad8ca6ae65df41
[INFO] running `Command { std: "docker" "start" "-a" "88611b88206d05ea32523eb1283afe241d6e4d95a05f3670ccad8ca6ae65df41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88611b88206d05ea32523eb1283afe241d6e4d95a05f3670ccad8ca6ae65df41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88611b88206d05ea32523eb1283afe241d6e4d95a05f3670ccad8ca6ae65df41", kill_on_drop: false }`
[INFO] [stdout] 88611b88206d05ea32523eb1283afe241d6e4d95a05f3670ccad8ca6ae65df41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e746ea7094c8d622ec8e9bf11842a5f99b5c29d805a91d73a64831286f13ba85
[INFO] running `Command { std: "docker" "start" "-a" "e746ea7094c8d622ec8e9bf11842a5f99b5c29d805a91d73a64831286f13ba85", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling spare_buffer v0.1.1
[INFO] [stderr]    Compiling lazy_rc v0.1.3
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling mtcp-rs v0.1.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/stream.rs:164:64
[INFO] [stdout]     |
[INFO] [stdout] 164 |                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stdout]     |                                                                ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 164 -                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stdout] 164 +                     for _event in events.iter().filter(|event| event.token() == token) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/manager.rs:98:27
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) fn context(&self) -> Ref<TcpPollContext> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) fn context(&self) -> Ref<'_, TcpPollContext> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/manager.rs:102:31
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) fn context_mut(&self) -> RefMut<TcpPollContext> {
[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] 102 |     pub(crate) fn context_mut(&self) -> RefMut<'_, TcpPollContext> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
[INFO] running `Command { std: "docker" "inspect" "e746ea7094c8d622ec8e9bf11842a5f99b5c29d805a91d73a64831286f13ba85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e746ea7094c8d622ec8e9bf11842a5f99b5c29d805a91d73a64831286f13ba85", kill_on_drop: false }`
[INFO] [stdout] e746ea7094c8d622ec8e9bf11842a5f99b5c29d805a91d73a64831286f13ba85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5d7826abc4ceb8ddaccbb50f8c7041c310f739fe5844c5126692b0b50aa2abb5
[INFO] running `Command { std: "docker" "start" "-a" "5d7826abc4ceb8ddaccbb50f8c7041c310f739fe5844c5126692b0b50aa2abb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling io-lifetimes v1.0.5
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rustix v0.36.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mtcp-rs v0.1.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/stream.rs:164:64
[INFO] [stdout]     |
[INFO] [stdout] 164 |                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stdout]     |                                                                ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 164 -                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stdout] 164 +                     for _event in events.iter().filter(|event| event.token() == token) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dns-lookup v1.0.8
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/manager.rs:98:27
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) fn context(&self) -> Ref<TcpPollContext> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) fn context(&self) -> Ref<'_, TcpPollContext> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/manager.rs:102:31
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) fn context_mut(&self) -> RefMut<TcpPollContext> {
[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] 102 |     pub(crate) fn context_mut(&self) -> RefMut<'_, TcpPollContext> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling is-terminal v0.4.3
[INFO] [stderr]    Compiling ctrlc v3.2.5
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/stream.rs:164:64
[INFO] [stdout]     |
[INFO] [stdout] 164 |                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stdout]     |                                                                ^                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 164 -                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stdout] 164 +                     for _event in events.iter().filter(|event| event.token() == token) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/manager.rs:98:27
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) fn context(&self) -> Ref<TcpPollContext> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub(crate) fn context(&self) -> Ref<'_, TcpPollContext> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/manager.rs:102:31
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub(crate) fn context_mut(&self) -> RefMut<TcpPollContext> {
[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] 102 |     pub(crate) fn context_mut(&self) -> RefMut<'_, TcpPollContext> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.57s
[INFO] running `Command { std: "docker" "inspect" "5d7826abc4ceb8ddaccbb50f8c7041c310f739fe5844c5126692b0b50aa2abb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d7826abc4ceb8ddaccbb50f8c7041c310f739fe5844c5126692b0b50aa2abb5", kill_on_drop: false }`
[INFO] [stdout] 5d7826abc4ceb8ddaccbb50f8c7041c310f739fe5844c5126692b0b50aa2abb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c54187fb6c333921fefcb08a3a8dde7b65065f055234b9924d673dd77bc00e2c
[INFO] running `Command { std: "docker" "start" "-a" "c54187fb6c333921fefcb08a3a8dde7b65065f055234b9924d673dd77bc00e2c", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/stream.rs:164:64
[INFO] [stderr]     |
[INFO] [stderr] 164 |                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stderr]     |                                                                ^                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 164 -                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stderr] 164 +                     for _event in events.iter().filter(|event| event.token() == token) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/manager.rs:98:27
[INFO] [stderr]    |
[INFO] [stderr] 98 |     pub(crate) fn context(&self) -> Ref<TcpPollContext> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 98 |     pub(crate) fn context(&self) -> Ref<'_, TcpPollContext> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/manager.rs:102:31
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub(crate) fn context_mut(&self) -> RefMut<TcpPollContext> {
[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] 102 |     pub(crate) fn context_mut(&self) -> RefMut<'_, TcpPollContext> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `mtcp-rs` (lib) generated 3 warnings (run `cargo fix --lib -p mtcp-rs` to apply 3 suggestions)
[INFO] [stderr] warning: `mtcp-rs` (lib test) generated 3 warnings (3 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/mtcp_rs-52e79c731b0b0f61)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mtcp_rs
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/stream.rs:164:64
[INFO] [stderr]     |
[INFO] [stderr] 164 |                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stderr]     |                                                                ^                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 164 -                     for _event in events.iter().filter(|event| (event.token() == token)) {
[INFO] [stderr] 164 +                     for _event in events.iter().filter(|event| event.token() == token) {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c54187fb6c333921fefcb08a3a8dde7b65065f055234b9924d673dd77bc00e2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c54187fb6c333921fefcb08a3a8dde7b65065f055234b9924d673dd77bc00e2c", kill_on_drop: false }`
[INFO] [stdout] c54187fb6c333921fefcb08a3a8dde7b65065f055234b9924d673dd77bc00e2c
