[INFO] fetching crate uflow 0.7.1...
[INFO] testing uflow-0.7.1 against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] extracting crate uflow 0.7.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate uflow 0.7.1
[INFO] finished tweaking crates.io crate uflow 0.7.1
[INFO] tweaked toml for crates.io crate uflow 0.7.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate uflow 0.7.1 on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate uflow 0.7.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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.102
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0
[INFO] running `Command { std: "docker" "start" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling uflow v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `InfoRequestFrame` is never constructed
[INFO] [stdout]   --> src/frame/mod.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct InfoRequestFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoReplyFrame` is never constructed
[INFO] [stdout]   --> src/frame/mod.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct InfoReplyFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stdout]    --> src/half_connection/frame_queue.rs:333:55
[INFO] [stdout]     |
[INFO] [stdout] 333 |                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout]     |                                                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout] 333 +                     for fragment_ref in fragment_refs.iter() {
[INFO] [stdout]     |
[INFO] [stdout] help: or remove `.into_iter()` to iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout] 333 +                     for fragment_ref in fragment_refs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4.26s
[INFO] running `Command { std: "docker" "inspect" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling md5 v0.7.0
[INFO] [stdout] warning: struct `InfoRequestFrame` is never constructed
[INFO] [stdout]   --> src/frame/mod.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct InfoRequestFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoReplyFrame` is never constructed
[INFO] [stdout]   --> src/frame/mod.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct InfoReplyFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stdout]    --> src/half_connection/frame_queue.rs:333:55
[INFO] [stdout]     |
[INFO] [stdout] 333 |                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout]     |                                                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout] 333 +                     for fragment_ref in fragment_refs.iter() {
[INFO] [stdout]     |
[INFO] [stdout] help: or remove `.into_iter()` to iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout] 333 +                     for fragment_ref in fragment_refs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uflow v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/half_connection/loss_rate.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoRequestFrame` is never constructed
[INFO] [stdout]   --> src/frame/mod.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct InfoRequestFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoReplyFrame` is never constructed
[INFO] [stdout]   --> src/frame/mod.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub struct InfoReplyFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stdout]    --> src/half_connection/frame_queue.rs:333:55
[INFO] [stdout]     |
[INFO] [stdout] 333 |                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout]     |                                                       ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout] 333 +                     for fragment_ref in fragment_refs.iter() {
[INFO] [stdout]     |
[INFO] [stdout] help: or remove `.into_iter()` to iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stdout] 333 +                     for fragment_ref in fragment_refs {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 6.12s
[INFO] running `Command { std: "docker" "inspect" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: struct `InfoRequestFrame` is never constructed
[INFO] [stderr]   --> src/frame/mod.rs:41:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub struct InfoRequestFrame {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `InfoReplyFrame` is never constructed
[INFO] [stderr]   --> src/frame/mod.rs:46:12
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub struct InfoReplyFrame {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stderr]    --> src/half_connection/frame_queue.rs:333:55
[INFO] [stderr]     |
[INFO] [stderr] 333 |                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stderr]     |                                                       ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this changes meaning in Rust 2024
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout] 
[INFO] [stderr]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] running 78 tests
[INFO] [stderr] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stderr]     |
[INFO] [stderr] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stderr] 333 +                     for fragment_ref in fragment_refs.iter() {
[INFO] [stderr]     |
[INFO] [stderr] help: or remove `.into_iter()` to iterate by value
[INFO] [stderr]     |
[INFO] [stderr] 333 -                     for fragment_ref in fragment_refs.into_iter() {
[INFO] [stderr] 333 +                     for fragment_ref in fragment_refs {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/half_connection/loss_rate.rs:114:9
[INFO] [stderr]     |
[INFO] [stderr] 114 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `uflow` (lib) generated 3 warnings (run `cargo fix --lib -p uflow` to apply 1 suggestion)
[INFO] [stderr] warning: `uflow` (lib test) generated 4 warnings (3 duplicates) (run `cargo fix --lib -p uflow --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/uflow-fbdff701ca966035)
[INFO] [stdout] test frame::serial::crc::tests::basic ... ok
[INFO] [stdout] test frame::serial::crc::tests::zero_nonzero_crc ... ok
[INFO] [stdout] test frame::serial::tests::ack_basic ... ok
[INFO] [stdout] test frame::serial::tests::ack_empty ... ok
[INFO] [stdout] test frame::serial::tests::data_basic ... ok
[INFO] [stdout] test frame::serial::crc::tests::random ... ok
[INFO] [stdout] test frame::serial::tests::data_empty ... ok
[INFO] [stdout] test frame::serial::tests::disconnect_basic ... ok
[INFO] [stdout] test frame::serial::tests::handshake_ack_basic ... ok
[INFO] [stdout] test frame::serial::tests::handshake_error_basic ... ok
[INFO] [stdout] test frame::serial::tests::handshake_syn_ack_basic ... ok
[INFO] [stdout] test frame::serial::tests::sync_basic ... ok
[INFO] [stdout] test half_connection::emit::tests::ack_max_frame_size ... ok
[INFO] [stdout] test half_connection::emit::tests::ack_min_one ... ok
[INFO] [stdout] test half_connection::emit::tests::ack_size_limited ... ok
[INFO] [stdout] test half_connection::emit::tests::data_window_limited ... ok
[INFO] [stdout] test frame::serial::tests::sync_random ... ok
[INFO] [stdout] test half_connection::emit::tests::data_size_limited ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::feedback_generation ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::single_fragment ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::alloc_counter ... ok
[INFO] [stdout] test half_connection::emit::tests::data_max_frame_size ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::window_advancement ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::alloc_exceeded ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::single_packet_single_fragment ... ok
[INFO] [stdout] test frame::serial::tests::handshake_syn_basic ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::max_forget_cull ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::multiple_fragments_nonmultiple ... ok
[INFO] [stdout] test frame::serial::tests::disconnect_ack_basic ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::single_packet_multi_fragment ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::multiple_fragments ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::basic ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::inconsistent_datagrams ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::channel_stall ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::channel_ignore_old ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::channel_skip_received ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::full_advancement ... ok
[INFO] [stdout] test half_connection::packet_sender::tests::basic ... ok
[INFO] [stdout] test half_connection::packet_tests::max_packet_transfer ... ignored
[INFO] [stdout] test half_connection::packet_receiver::tests::basic_stall ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::max_stall ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::basic_skip ... ok
[INFO] [stdout] test half_connection::packet_tests::null_packet_transfer ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::ack_2_acks ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::ack_3_acks ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::advance_0_acks ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::advance_1_ack ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::fill_window_n_times ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::advance_2_acks ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::max_span ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::ack_1_ack ... ok
[INFO] [stdout] test half_connection::tests::basic_send ... ok
[INFO] [stdout] test half_connection::send_rate::tests::tcp_throughput_inverse ... ok
[INFO] [stdout] test half_connection::tests::max_frame_size ... ok
[INFO] [stdout] test half_connection::tests::keepalive_timing ... ok
[INFO] [stdout] test half_connection::packet_sender::tests::parent_leads ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::partial_advancement ... ok
[INFO] [stdout] test half_connection::packet_sender::tests::alloc_size_correct ... ok
[INFO] [stdout] test half_connection::tests::no_resend_after_ack ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::max_loss ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::max_window_advance_cull ... ok
[INFO] [stdout] test half_connection::tests::resend_timing ... ok
[INFO] [stdout] test half_connection::tests::no_resend_after_packet_skip ... ok
[INFO] [stdout] test half_connection::tests::send_rate_1000k ... ignored
[INFO] [stdout] test half_connection::tests::send_rate_100k ... ignored
[INFO] [stdout] test half_connection::packet_sender::tests::parent_leads_acknowledgement ... ok
[INFO] [stdout] test half_connection::tests::sync_frame_and_packet_window ... ok
[INFO] [stdout] test half_connection::tests::sync_packet_window_only ... ok
[INFO] [stdout] test half_connection::tests::time_sensitive_drop ... ok
[INFO] [stdout] test half_connection::tests::sync_response ... ok
[INFO] [stdout] test half_connection::packet_tests::random_transfer ... ok
[INFO] [stdout] test half_connection::tests::sync_frame_window_only ... ok
[INFO] [stdout] test frame::serial::tests::ack_random ... ok
[INFO] [stdout] test half_connection::packet_tests::single_packet_max_alloc ... ok
[INFO] [stdout] test frame::serial::tests::data_random ... ok
[INFO] [stdout] test frame::serial::tests::crc_flips ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::max_fragments ... ok
[INFO] [stdout] test half_connection::tests::packet_unambiguity ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/disconnect.rs (/opt/rustwide/target/release/deps/disconnect-1f24d02e25ef9dbf)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test client_disconnect_now ... ok
[INFO] [stdout] test server_disconnect_flush ... ok
[INFO] [stdout] test server_disconnect_now ... ok
[INFO] [stderr]      Running tests/ideal_transfer.rs (/opt/rustwide/target/release/deps/ideal_transfer-18276186df44ba50)
[INFO] [stdout] test client_disconnect_flush ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.19s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/reliable_transfer.rs (/opt/rustwide/target/release/deps/reliable_transfer-156644f8b883c0bb)
[INFO] [stdout] test ideal_transfer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.78s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test reliable_transfer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.68s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/timeouts.rs (/opt/rustwide/target/release/deps/timeouts-040a6d363935bf16)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test client_active_timeout ... ok
[INFO] [stdout] test server_active_timeout ... FAILED
[INFO] [stdout] test client_handshake_timeout ... ok
[INFO] [stdout] test server_handshake_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- server_active_timeout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (591) panicked at tests/timeouts.rs:206:13:
[INFO] [stdout] no timeout event received
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e2b2a34291 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x61e2b2a492da - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x61e2b2a38b0c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x61e2b2a11a36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x61e2b2a2be09 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x61e2b29c6450 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x61e2b2a2bfc2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x61e2b2a110ac - std[97b98282bc616a66]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]    8:     0x61e2b2a09339 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]    9:     0x61e2b2a06b9b - std[97b98282bc616a66]::panicking::begin_panic::<&str>
[INFO] [stdout]   10:     0x61e2b29a0bb3 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<timeouts[7d58a3badc61cad0]::server_active_timeout::{closure#1}, ()>
[INFO] [stdout]   11:     0x61e2b29a3981 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<timeouts[7d58a3badc61cad0]::server_active_timeout::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   12:     0x61e2b2a3352f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   13:     0x7fd65a89907a - <unknown>
[INFO] [stdout]   14:     0x7fd65a92c534 - clone
[INFO] [stdout]   15:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'server_active_timeout' (586) panicked at tests/timeouts.rs:210:19:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Any { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e2b2a34291 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x61e2b2a492da - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x61e2b2a38b0c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x61e2b2a11a36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x61e2b2a2be09 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x61e2b29c6450 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x61e2b2a2bfc2 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x61e2b2a11ae2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x61e2b2a09359 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x61e2b2a128cd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x61e2b2a49a3c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x61e2b2a49812 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   12:     0x61e2b299e33f - <timeouts[7d58a3badc61cad0]::server_active_timeout::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x61e2b29b978b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   14:     0x61e2b29c6dd5 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   15:     0x61e2b29c1884 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x61e2b29c9f22 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x61e2b2a3352f - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x7fd65a89907a - <unknown>
[INFO] [stdout]   19:     0x7fd65a92c534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     server_active_timeout
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 25.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test timeouts`
[INFO] running `Command { std: "docker" "inspect" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0", kill_on_drop: false }`
[INFO] [stdout] c35a24f3a694b70bf922d6d0253219d2f879c92e325c95c839f8a09cfaeedaf0
