[INFO] fetching crate uflow 0.7.1...
[INFO] testing uflow-0.7.1 against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] extracting crate uflow 0.7.1 into /workspace/builds/worker-5-tc2/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-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate uflow 0.7.1 on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 74a0fb01e6db34f8b67049ead8a1713783f5816f909e00ed7a563875641ca727
[INFO] running `Command { std: "docker" "start" "-a" "74a0fb01e6db34f8b67049ead8a1713783f5816f909e00ed7a563875641ca727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74a0fb01e6db34f8b67049ead8a1713783f5816f909e00ed7a563875641ca727", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74a0fb01e6db34f8b67049ead8a1713783f5816f909e00ed7a563875641ca727", kill_on_drop: false }`
[INFO] [stdout] 74a0fb01e6db34f8b67049ead8a1713783f5816f909e00ed7a563875641ca727
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37f9d865fbe4fa0711023c64365e87b0b7f5b36c66b784bc3a5cc8260c355a26
[INFO] running `Command { std: "docker" "start" "-a" "37f9d865fbe4fa0711023c64365e87b0b7f5b36c66b784bc3a5cc8260c355a26", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[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 `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
[INFO] running `Command { std: "docker" "inspect" "37f9d865fbe4fa0711023c64365e87b0b7f5b36c66b784bc3a5cc8260c355a26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37f9d865fbe4fa0711023c64365e87b0b7f5b36c66b784bc3a5cc8260c355a26", kill_on_drop: false }`
[INFO] [stdout] 37f9d865fbe4fa0711023c64365e87b0b7f5b36c66b784bc3a5cc8260c355a26
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48c30d9fbc29f4562eef131b2708134ff74650219c705726042bd1990d71e68c
[INFO] running `Command { std: "docker" "start" "-a" "48c30d9fbc29f4562eef131b2708134ff74650219c705726042bd1990d71e68c", 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 `test` profile [unoptimized + debuginfo] target(s) in 4.09s
[INFO] running `Command { std: "docker" "inspect" "48c30d9fbc29f4562eef131b2708134ff74650219c705726042bd1990d71e68c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48c30d9fbc29f4562eef131b2708134ff74650219c705726042bd1990d71e68c", kill_on_drop: false }`
[INFO] [stdout] 48c30d9fbc29f4562eef131b2708134ff74650219c705726042bd1990d71e68c
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a437084ac18186aba963ebc40dc061de1ce75e6a3a3c1fdbebc2e6c171eca8f8
[INFO] running `Command { std: "docker" "start" "-a" "a437084ac18186aba963ebc40dc061de1ce75e6a3a3c1fdbebc2e6c171eca8f8", 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] [stderr]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[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 `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uflow-98bf092a4d48d9f0)
[INFO] [stdout] 
[INFO] [stdout] running 78 tests
[INFO] [stdout] test frame::serial::crc::tests::basic ... ok
[INFO] [stdout] test frame::serial::tests::ack_basic ... ok
[INFO] [stdout] test frame::serial::tests::ack_empty ... ok
[INFO] [stdout] test frame::serial::crc::tests::zero_nonzero_crc ... ok
[INFO] [stdout] test frame::serial::tests::disconnect_ack_basic ... ok
[INFO] [stdout] test frame::serial::tests::data_basic ... ok
[INFO] [stdout] test frame::serial::tests::data_empty ... 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::handshake_ack_basic ... ok
[INFO] [stdout] test frame::serial::tests::disconnect_basic ... ok
[INFO] [stdout] test frame::serial::tests::sync_basic ... ok
[INFO] [stdout] test half_connection::emit::tests::ack_min_one ... ok
[INFO] [stdout] test half_connection::emit::tests::ack_max_frame_size ... ok
[INFO] [stdout] test frame::serial::tests::sync_random ... ok
[INFO] [stdout] test half_connection::emit::tests::ack_size_limited ... ok
[INFO] [stdout] test half_connection::emit::tests::data_max_frame_size ... ok
[INFO] [stdout] test frame::serial::tests::handshake_syn_basic ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::feedback_generation ... ok
[INFO] [stdout] test half_connection::emit::tests::data_size_limited ... ok
[INFO] [stdout] test half_connection::emit::tests::data_window_limited ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::window_advancement ... 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 ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::multiple_fragments_nonmultiple ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::single_fragment ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::max_loss ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::alloc_exceeded ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::inconsistent_datagrams ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::single_packet_multi_fragment ... ok
[INFO] [stdout] test half_connection::frame_queue::tests::max_window_advance_cull ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::single_packet_single_fragment ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::basic ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::basic_skip ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::tests::alloc_counter ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::basic_stall ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::channel_skip_received ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::channel_ignore_old ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::channel_stall ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::full_advancement ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::max_stall ... ok
[INFO] [stdout] test half_connection::packet_sender::tests::alloc_size_correct ... ok
[INFO] [stdout] test half_connection::packet_sender::tests::basic ... 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_tests::max_packet_transfer ... ignored
[INFO] [stdout] test half_connection::packet_tests::null_packet_transfer ... ok
[INFO] [stdout] test half_connection::packet_receiver::tests::fill_window_n_times ... ok
[INFO] [stdout] test frame::serial::crc::tests::random ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::ack_1_ack ... 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::reorder_buffer::tests::advance_2_acks ... ok
[INFO] [stdout] test half_connection::reorder_buffer::tests::max_span ... ok
[INFO] [stdout] test half_connection::send_rate::tests::tcp_throughput_inverse ... ok
[INFO] [stdout] test half_connection::packet_sender::tests::parent_leads_acknowledgement ... ok
[INFO] [stdout] test half_connection::tests::keepalive_timing ... ok
[INFO] [stdout] test half_connection::tests::max_frame_size ... ok
[INFO] [stdout] test half_connection::tests::basic_send ... ok
[INFO] [stdout] test half_connection::tests::no_resend_after_ack ... ok
[INFO] [stdout] test half_connection::tests::no_resend_after_packet_skip ... ok
[INFO] [stdout] test half_connection::tests::resend_timing ... 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::tests::sync_frame_and_packet_window ... ok
[INFO] [stdout] test frame::serial::tests::ack_random ... ok
[INFO] [stdout] test half_connection::tests::sync_packet_window_only ... ok
[INFO] [stdout] test half_connection::tests::sync_response ... ok
[INFO] [stdout] test half_connection::tests::time_sensitive_drop ... ok
[INFO] [stdout] test half_connection::tests::sync_frame_window_only ... ok
[INFO] [stdout] test half_connection::packet_tests::random_transfer ... ok
[INFO] [stdout] test frame::serial::tests::data_random ... ok
[INFO] [stdout] test half_connection::tests::packet_unambiguity ... ok
[INFO] [stdout] test half_connection::packet_receiver::assembly_window::fragment_buffer::tests::max_fragments ... ok
[INFO] [stdout] test half_connection::packet_tests::single_packet_max_alloc ... ok
[INFO] [stdout] test frame::serial::tests::crc_flips ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 75 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 12.87s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/disconnect.rs (/opt/rustwide/target/debug/deps/disconnect-c5ff3b8289871b97)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test client_disconnect_now ... ok
[INFO] [stdout] test server_disconnect_flush ... ok
[INFO] [stderr]      Running tests/ideal_transfer.rs (/opt/rustwide/target/debug/deps/ideal_transfer-39794b7bdda6d01c)
[INFO] [stdout] test server_disconnect_now ... ok
[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.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test ideal_transfer ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ideal_transfer stdout ----
[INFO] [stdout] [client] sent packet 0 on channel 2
[INFO] [stdout] [client] sent packet 0 on channel 1
[INFO] [stdout] [client] sent packet 0 on channel 3
[INFO] [stdout] [client] sent packet 1 on channel 3
[INFO] [stdout] [client] sent packet 2 on channel 3
[INFO] [stdout] [client] sent packet 0 on channel 0
[INFO] [stdout] [client] connected to server
[INFO] [stdout] [client] sent packet 1 on channel 2
[INFO] [stdout] [client] sent packet 3 on channel 3
[INFO] [stdout] [client] sent packet 1 on channel 1
[INFO] [stdout] [client] sent packet 4 on channel 3
[INFO] [stdout] [client] sent packet 5 on channel 3
[INFO] [stdout] [client] sent packet 2 on channel 1
[INFO] [stdout] [server] client connected from 127.0.0.1:59132
[INFO] [stdout] [client] sent packet 6 on channel 3
[INFO] [stdout] [client] sent packet 7 on channel 3
[INFO] [stdout] [client] sent packet 1 on channel 0
[INFO] [stdout] [client] sent packet 2 on channel 2
[INFO] [stdout] [client] sent packet 3 on channel 1
[INFO] [stdout] [client] sent packet 4 on channel 1
[INFO] [stdout] [client] sent packet 3 on channel 2
[INFO] [stdout] [client] sent packet 8 on channel 3
[INFO] [stdout] [client] sent packet 4 on channel 2
[INFO] [stdout] [client] sent packet 5 on channel 2
[INFO] [stdout] [client] sent packet 2 on channel 0
[INFO] [stdout] [client] sent packet 6 on channel 2
[INFO] [stdout] [client] sent packet 5 on channel 1
[INFO] [stdout] [client] sent packet 3 on channel 0
[INFO] [stdout] [client] sent packet 9 on channel 3
[INFO] [stdout] [client] sent packet 6 on channel 1
[INFO] [stdout] [client] sent packet 7 on channel 2
[INFO] [stdout] [client] sent packet 4 on channel 0
[INFO] [stdout] [client] sent packet 8 on channel 2
[INFO] [stdout] [client] sent packet 9 on channel 2
[INFO] [stdout] [client] sent packet 10 on channel 2
[INFO] [stdout] [client] sent packet 10 on channel 3
[INFO] [stdout] [client] sent packet 5 on channel 0
[INFO] [stdout] [client] sent packet 11 on channel 3
[INFO] [stdout] [client] sent packet 12 on channel 3
[INFO] [stdout] [client] sent packet 11 on channel 2
[INFO] [stdout] [client] sent packet 13 on channel 3
[INFO] [stdout] [client] sent packet 12 on channel 2
[INFO] [stdout] [client] sent packet 6 on channel 0
[INFO] [stdout] [client] sent packet 13 on channel 2
[INFO] [stdout] [client] sent packet 14 on channel 2
[INFO] [stdout] [client] sent packet 7 on channel 1
[INFO] [stdout] [client] sent packet 8 on channel 1
[INFO] [stdout] [client] sent packet 14 on channel 3
[INFO] [stdout] [client] sent packet 15 on channel 2
[INFO] [stdout] [client] sent packet 9 on channel 1
[INFO] [stdout] [client] sent packet 16 on channel 2
[INFO] [stdout] [client] sent packet 10 on channel 1
[INFO] [stdout] [client] sent packet 15 on channel 3
[INFO] [stdout] [client] sent packet 7 on channel 0
[INFO] [stdout] [client] sent packet 16 on channel 3
[INFO] [stdout] [client] sent packet 8 on channel 0
[INFO] [stdout] [client] sent packet 9 on channel 0
[INFO] [stdout] [client] sent packet 17 on channel 2
[INFO] [stdout] [client] sent packet 11 on channel 1
[INFO] [stdout] [client] sent packet 10 on channel 0
[INFO] [stdout] [client] sent packet 11 on channel 0
[INFO] [stdout] [client] sent packet 17 on channel 3
[INFO] [stdout] [client] sent packet 18 on channel 3
[INFO] [stdout] [client] sent packet 18 on channel 2
[INFO] [stdout] [client] sent packet 19 on channel 2
[INFO] [stdout] [client] sent packet 12 on channel 0
[INFO] [stdout] [client] sent packet 20 on channel 2
[INFO] [stdout] [client] sent packet 19 on channel 3
[INFO] [stdout] [client] sent packet 21 on channel 2
[INFO] [stdout] [client] sent packet 12 on channel 1
[INFO] [stdout] [client] sent packet 22 on channel 2
[INFO] [stdout] [client] sent packet 20 on channel 3
[INFO] [stdout] [client] sent packet 13 on channel 1
[INFO] [stdout] [client] sent packet 23 on channel 2
[INFO] [stdout] [client] sent packet 24 on channel 2
[INFO] [stdout] [client] sent packet 14 on channel 1
[INFO] [stdout] [client] sent packet 25 on channel 2
[INFO] [stdout] [client] sent packet 13 on channel 0
[INFO] [stdout] [client] sent packet 26 on channel 2
[INFO] [stdout] [client] sent packet 15 on channel 1
[INFO] [stdout] [client] sent packet 21 on channel 3
[INFO] [stdout] [client] sent packet 16 on channel 1
[INFO] [stdout] [client] sent packet 27 on channel 2
[INFO] [stdout] [client] sent packet 17 on channel 1
[INFO] [stdout] [client] sent packet 22 on channel 3
[INFO] [stdout] [client] sent packet 14 on channel 0
[INFO] [stdout] [client] sent packet 18 on channel 1
[INFO] [stdout] [client] sent packet 23 on channel 3
[INFO] [stdout] [client] sent packet 28 on channel 2
[INFO] [stdout] [client] sent packet 15 on channel 0
[INFO] [stdout] [client] sent packet 16 on channel 0
[INFO] [stdout] [client] sent packet 19 on channel 1
[INFO] [stdout] [client] sent packet 20 on channel 1
[INFO] [stdout] [client] sent packet 29 on channel 2
[INFO] [stdout] [client] sent packet 24 on channel 3
[INFO] [stdout] [client] sent packet 30 on channel 2
[INFO] [stdout] [client] sent packet 25 on channel 3
[INFO] [stdout] [client] sent packet 17 on channel 0
[INFO] [stdout] [client] sent packet 26 on channel 3
[INFO] [stdout] [client] sent packet 18 on channel 0
[INFO] [stdout] [client] sent packet 21 on channel 1
[INFO] [stdout] [client] sent packet 22 on channel 1
[INFO] [stdout] [client] sent packet 27 on channel 3
[INFO] [stdout] [client] sent packet 31 on channel 2
[INFO] [stdout] [client] sent packet 23 on channel 1
[INFO] [stdout] [client] sent packet 19 on channel 0
[INFO] [stdout] [client] sent packet 28 on channel 3
[INFO] [stdout] [client] sent packet 29 on channel 3
[INFO] [stdout] [client] sent packet 20 on channel 0
[INFO] [stdout] [client] sent packet 30 on channel 3
[INFO] [stdout] [client] sent packet 21 on channel 0
[INFO] [stdout] [client] sent packet 32 on channel 2
[INFO] [stdout] [client] sent packet 24 on channel 1
[INFO] [stdout] [client] sent packet 22 on channel 0
[INFO] [stdout] [client] sent packet 25 on channel 1
[INFO] [stdout] [client] sent packet 26 on channel 1
[INFO] [stdout] [client] sent packet 31 on channel 3
[INFO] [stdout] [client] sent packet 23 on channel 0
[INFO] [stdout] [client] sent packet 33 on channel 2
[INFO] [stdout] [client] sent packet 27 on channel 1
[INFO] [stdout] [client] sent packet 32 on channel 3
[INFO] [stdout] [client] sent packet 34 on channel 2
[INFO] [stdout] [client] sent packet 35 on channel 2
[INFO] [stdout] [client] sent packet 24 on channel 0
[INFO] [stdout] [client] sent packet 25 on channel 0
[INFO] [stdout] [client] sent packet 28 on channel 1
[INFO] [stdout] [client] sent packet 36 on channel 2
[INFO] [stdout] [client] sent packet 37 on channel 2
[INFO] [stdout] [client] sent packet 29 on channel 1
[INFO] [stdout] [client] sent packet 26 on channel 0
[INFO] [stdout] [client] sent packet 30 on channel 1
[INFO] [stdout] [client] sent packet 38 on channel 2
[INFO] [stdout] [client] sent packet 31 on channel 1
[INFO] [stdout] [client] sent packet 39 on channel 2
[INFO] [stdout] [client] sent packet 32 on channel 1
[INFO] [stdout] [client] sent packet 40 on channel 2
[INFO] [stdout] [client] sent packet 33 on channel 3
[INFO] [stdout] [client] sent packet 41 on channel 2
[INFO] [stdout] [client] sent packet 33 on channel 1
[INFO] [stdout] [client] sent packet 27 on channel 0
[INFO] [stdout] [client] sent packet 42 on channel 2
[INFO] [stdout] [client] sent packet 28 on channel 0
[INFO] [stdout] [client] sent packet 34 on channel 1
[INFO] [stdout] [client] sent packet 34 on channel 3
[INFO] [stdout] [client] sent packet 29 on channel 0
[INFO] [stdout] [client] sent packet 35 on channel 3
[INFO] [stdout] [client] sent packet 30 on channel 0
[INFO] [stdout] [client] sent packet 35 on channel 1
[INFO] [stdout] [client] sent packet 31 on channel 0
[INFO] [stdout] [client] sent packet 36 on channel 1
[INFO] [stdout] [client] sent packet 32 on channel 0
[INFO] [stdout] [client] sent packet 33 on channel 0
[INFO] [stdout] [client] sent packet 34 on channel 0
[INFO] [stdout] [client] sent packet 37 on channel 1
[INFO] [stdout] [client] sent packet 43 on channel 2
[INFO] [stdout] [client] sent packet 44 on channel 2
[INFO] [stdout] [client] sent packet 36 on channel 3
[INFO] [stdout] [client] sent packet 45 on channel 2
[INFO] [stdout] [client] sent packet 35 on channel 0
[INFO] [stdout] [client] sent packet 46 on channel 2
[INFO] [stdout] [client] sent packet 37 on channel 3
[INFO] [stdout] [client] sent packet 36 on channel 0
[INFO] [stdout] [client] sent packet 37 on channel 0
[INFO] [stdout] [client] sent packet 38 on channel 3
[INFO] [stdout] [client] sent packet 38 on channel 1
[INFO] [stdout] [client] sent packet 38 on channel 0
[INFO] [stdout] [client] sent packet 39 on channel 0
[INFO] [stdout] [client] sent packet 47 on channel 2
[INFO] [stdout] [client] sent packet 39 on channel 3
[INFO] [stdout] [client] sent packet 39 on channel 1
[INFO] [stdout] [client] sent packet 40 on channel 1
[INFO] [stdout] [client] sent packet 40 on channel 0
[INFO] [stdout] [client] sent packet 48 on channel 2
[INFO] [stdout] [client] sent packet 41 on channel 0
[INFO] [stdout] [client] sent packet 49 on channel 2
[INFO] [stdout] [client] sent packet 50 on channel 2
[INFO] [stdout] [client] sent packet 40 on channel 3
[INFO] [stdout] [client] sent packet 41 on channel 1
[INFO] [stdout] [client] sent packet 51 on channel 2
[INFO] [stdout] [client] sent packet 41 on channel 3
[INFO] [stdout] [client] sent packet 52 on channel 2
[INFO] [stdout] [client] sent packet 42 on channel 1
[INFO] [stdout] [client] sent packet 42 on channel 3
[INFO] [stdout] [client] sent packet 53 on channel 2
[INFO] [stdout] [client] sent packet 43 on channel 1
[INFO] [stdout] [client] sent packet 54 on channel 2
[INFO] [stdout] [client] sent packet 55 on channel 2
[INFO] [stdout] [client] sent packet 44 on channel 1
[INFO] [stdout] [client] sent packet 42 on channel 0
[INFO] [stdout] [client] sent packet 56 on channel 2
[INFO] [stdout] [client] sent packet 43 on channel 0
[INFO] [stdout] [client] sent packet 44 on channel 0
[INFO] [stdout] [client] sent packet 45 on channel 0
[INFO] [stdout] [client] sent packet 46 on channel 0
[INFO] [stdout] [client] sent packet 47 on channel 0
[INFO] [stdout] [client] sent packet 48 on channel 0
[INFO] [stdout] [client] sent packet 57 on channel 2
[INFO] [stdout] [client] sent packet 43 on channel 3
[INFO] [stdout] [client] sent packet 49 on channel 0
[INFO] [stdout] [client] sent packet 58 on channel 2
[INFO] [stdout] [client] sent packet 59 on channel 2
[INFO] [stdout] [client] sent packet 60 on channel 2
[INFO] [stdout] [client] sent packet 50 on channel 0
[INFO] [stdout] [client] sent packet 45 on channel 1
[INFO] [stdout] [client] sent packet 51 on channel 0
[INFO] [stdout] [client] sent packet 52 on channel 0
[INFO] [stdout] [client] sent packet 53 on channel 0
[INFO] [stdout] [client] sent packet 44 on channel 3
[INFO] [stdout] [client] sent packet 46 on channel 1
[INFO] [stdout] [client] sent packet 54 on channel 0
[INFO] [stdout] [client] sent packet 45 on channel 3
[INFO] [stdout] [client] sent packet 55 on channel 0
[INFO] [stdout] [client] sent packet 61 on channel 2
[INFO] [stdout] [client] sent packet 62 on channel 2
[INFO] [stdout] [client] sent packet 63 on channel 2
[INFO] [stdout] [client] sent packet 56 on channel 0
[INFO] [stdout] [client] sent packet 57 on channel 0
[INFO] [stdout] [client] sent packet 64 on channel 2
[INFO] [stdout] [client] sent packet 47 on channel 1
[INFO] [stdout] [client] sent packet 58 on channel 0
[INFO] [stdout] [client] sent packet 59 on channel 0
[INFO] [stdout] [client] sent packet 46 on channel 3
[INFO] [stdout] [client] sent packet 47 on channel 3
[INFO] [stdout] [client] sent packet 48 on channel 3
[INFO] [stdout] [client] sent packet 65 on channel 2
[INFO] [stdout] [client] sent packet 49 on channel 3
[INFO] [stdout] [client] sent packet 60 on channel 0
[INFO] [stdout] [client] sent packet 61 on channel 0
[INFO] [stdout] [client] sent packet 66 on channel 2
[INFO] [stdout] [client] sent packet 67 on channel 2
[INFO] [stdout] [client] sent packet 48 on channel 1
[INFO] [stdout] [client] sent packet 49 on channel 1
[INFO] [stdout] [client] sent packet 50 on channel 3
[INFO] [stdout] [client] sent packet 68 on channel 2
[INFO] [stdout] [client] sent packet 51 on channel 3
[INFO] [stdout] [client] sent packet 50 on channel 1
[INFO] [stdout] [client] sent packet 52 on channel 3
[INFO] [stdout] [client] sent packet 62 on channel 0
[INFO] [stdout] [client] sent packet 69 on channel 2
[INFO] [stdout] [client] sent packet 70 on channel 2
[INFO] [stdout] [client] sent packet 53 on channel 3
[INFO] [stdout] [client] sent packet 51 on channel 1
[INFO] [stdout] [client] sent packet 52 on channel 1
[INFO] [stdout] [client] sent packet 54 on channel 3
[INFO] [stdout] [client] sent packet 53 on channel 1
[INFO] [stdout] [client] sent packet 55 on channel 3
[INFO] [stdout] [client] sent packet 56 on channel 3
[INFO] [stdout] [client] sent packet 71 on channel 2
[INFO] [stdout] [client] sent packet 63 on channel 0
[INFO] [stdout] [client] sent packet 64 on channel 0
[INFO] [stdout] [client] sent packet 65 on channel 0
[INFO] [stdout] [client] sent packet 72 on channel 2
[INFO] [stdout] [client] sent packet 66 on channel 0
[INFO] [stdout] [client] sent packet 67 on channel 0
[INFO] [stdout] [client] sent packet 73 on channel 2
[INFO] [stdout] [client] sent packet 54 on channel 1
[INFO] [stdout] [client] sent packet 55 on channel 1
[INFO] [stdout] [client] sent packet 68 on channel 0
[INFO] [stdout] [client] sent packet 57 on channel 3
[INFO] [stdout] [client] sent packet 58 on channel 3
[INFO] [stdout] [client] sent packet 74 on channel 2
[INFO] [stdout] [client] sent packet 59 on channel 3
[INFO] [stdout] [client] sent packet 69 on channel 0
[INFO] [stdout] [client] sent packet 60 on channel 3
[INFO] [stdout] [client] sent packet 61 on channel 3
[INFO] [stdout] [client] sent packet 75 on channel 2
[INFO] [stdout] [client] sent packet 70 on channel 0
[INFO] [stdout] [client] sent packet 76 on channel 2
[INFO] [stdout] [client] sent packet 71 on channel 0
[INFO] [stdout] [client] sent packet 56 on channel 1
[INFO] [stdout] [client] sent packet 62 on channel 3
[INFO] [stdout] [client] sent packet 57 on channel 1
[INFO] [stdout] [client] sent packet 58 on channel 1
[INFO] [stdout] [client] sent packet 59 on channel 1
[INFO] [stdout] [client] sent packet 63 on channel 3
[INFO] [stdout] [client] sent packet 60 on channel 1
[INFO] [stdout] [client] sent packet 72 on channel 0
[INFO] [stdout] [client] sent packet 61 on channel 1
[INFO] [stdout] [client] sent packet 73 on channel 0
[INFO] [stdout] [client] sent packet 64 on channel 3
[INFO] [stdout] [client] sent packet 62 on channel 1
[INFO] [stdout] [client] sent packet 63 on channel 1
[INFO] [stdout] [client] sent packet 77 on channel 2
[INFO] [stdout] [client] sent packet 64 on channel 1
[INFO] [stdout] [client] sent packet 65 on channel 1
[INFO] [stdout] [client] sent packet 78 on channel 2
[INFO] [stdout] [client] sent packet 65 on channel 3
[INFO] [stdout] [client] sent packet 66 on channel 1
[INFO] [stdout] [client] sent packet 74 on channel 0
[INFO] [stdout] [client] sent packet 79 on channel 2
[INFO] [stdout] [client] sent packet 66 on channel 3
[INFO] [stdout] [client] sent packet 75 on channel 0
[INFO] [stdout] [client] sent packet 76 on channel 0
[INFO] [stdout] [client] sent packet 80 on channel 2
[INFO] [stdout] [client] sent packet 67 on channel 1
[INFO] [stdout] [client] sent packet 67 on channel 3
[INFO] [stdout] [client] sent packet 68 on channel 1
[INFO] [stdout] [client] sent packet 68 on channel 3
[INFO] [stdout] [client] sent packet 81 on channel 2
[INFO] [stdout] [client] sent packet 77 on channel 0
[INFO] [stdout] [client] sent packet 82 on channel 2
[INFO] [stdout] [client] sent packet 69 on channel 1
[INFO] [stdout] [client] sent packet 78 on channel 0
[INFO] [stdout] [client] sent packet 70 on channel 1
[INFO] [stdout] [client] sent packet 79 on channel 0
[INFO] [stdout] [client] sent packet 71 on channel 1
[INFO] [stdout] [client] sent packet 72 on channel 1
[INFO] [stdout] [client] sent packet 69 on channel 3
[INFO] [stdout] [client] sent packet 83 on channel 2
[INFO] [stdout] [client] sent packet 80 on channel 0
[INFO] [stdout] [client] sent packet 73 on channel 1
[INFO] [stdout] [client] sent packet 70 on channel 3
[INFO] [stdout] [client] sent packet 84 on channel 2
[INFO] [stdout] [client] sent packet 74 on channel 1
[INFO] [stdout] [client] sent packet 71 on channel 3
[INFO] [stdout] [client] sent packet 75 on channel 1
[INFO] [stdout] [client] sent packet 72 on channel 3
[INFO] [stdout] [client] sent packet 76 on channel 1
[INFO] [stdout] [client] sent packet 77 on channel 1
[INFO] [stdout] [client] sent packet 73 on channel 3
[INFO] [stdout] [client] sent packet 78 on channel 1
[INFO] [stdout] [client] sent packet 79 on channel 1
[INFO] [stdout] [client] sent packet 81 on channel 0
[INFO] [stdout] [client] sent packet 85 on channel 2
[INFO] [stdout] [client] sent packet 86 on channel 2
[INFO] [stdout] [client] sent packet 80 on channel 1
[INFO] [stdout] [client] sent packet 74 on channel 3
[INFO] [stdout] [client] sent packet 82 on channel 0
[INFO] [stdout] [client] sent packet 83 on channel 0
[INFO] [stdout] [client] sent packet 87 on channel 2
[INFO] [stdout] [client] sent packet 88 on channel 2
[INFO] [stdout] [client] sent packet 89 on channel 2
[INFO] [stdout] [client] sent packet 84 on channel 0
[INFO] [stdout] [client] sent packet 81 on channel 1
[INFO] [stdout] [client] sent packet 75 on channel 3
[INFO] [stdout] [client] sent packet 76 on channel 3
[INFO] [stdout] [client] sent packet 82 on channel 1
[INFO] [stdout] [client] sent packet 85 on channel 0
[INFO] [stdout] [client] sent packet 83 on channel 1
[INFO] [stdout] [client] sent packet 77 on channel 3
[INFO] [stdout] [client] sent packet 78 on channel 3
[INFO] [stdout] [client] sent packet 90 on channel 2
[INFO] [stdout] [client] sent packet 91 on channel 2
[INFO] [stdout] [client] sent packet 86 on channel 0
[INFO] [stdout] [client] sent packet 87 on channel 0
[INFO] [stdout] [client] sent packet 84 on channel 1
[INFO] [stdout] [client] sent packet 92 on channel 2
[INFO] [stdout] [client] sent packet 85 on channel 1
[INFO] [stdout] [client] sent packet 88 on channel 0
[INFO] [stdout] [client] sent packet 93 on channel 2
[INFO] [stdout] [client] sent packet 86 on channel 1
[INFO] [stdout] [client] sent packet 89 on channel 0
[INFO] [stdout] [client] sent packet 94 on channel 2
[INFO] [stdout] [client] sent packet 79 on channel 3
[INFO] [stdout] [client] sent packet 95 on channel 2
[INFO] [stdout] [client] sent packet 96 on channel 2
[INFO] [stdout] [client] sent packet 80 on channel 3
[INFO] [stdout] [client] sent packet 97 on channel 2
[INFO] [stdout] [client] sent packet 87 on channel 1
[INFO] [stdout] [client] sent packet 88 on channel 1
[INFO] [stdout] [client] sent packet 98 on channel 2
[INFO] [stdout] [client] sent packet 81 on channel 3
[INFO] [stdout] [client] sent packet 89 on channel 1
[INFO] [stdout] [client] sent packet 82 on channel 3
[INFO] [stdout] [client] sent packet 90 on channel 1
[INFO] [stdout] [client] sent packet 83 on channel 3
[INFO] [stdout] [client] sent packet 99 on channel 2
[INFO] [stdout] [client] sent packet 91 on channel 1
[INFO] [stdout] [client] sent packet 100 on channel 2
[INFO] [stdout] [client] sent packet 101 on channel 2
[INFO] [stdout] [client] sent packet 84 on channel 3
[INFO] [stdout] [client] sent packet 102 on channel 2
[INFO] [stdout] [client] sent packet 103 on channel 2
[INFO] [stdout] [client] sent packet 104 on channel 2
[INFO] [stdout] [client] sent packet 85 on channel 3
[INFO] [stdout] [client] sent packet 86 on channel 3
[INFO] [stdout] [client] sent packet 92 on channel 1
[INFO] [stdout] [client] sent packet 87 on channel 3
[INFO] [stdout] [client] sent packet 93 on channel 1
[INFO] [stdout] [client] sent packet 88 on channel 3
[INFO] [stdout] [client] sent packet 89 on channel 3
[INFO] [stdout] [client] sent packet 105 on channel 2
[INFO] [stdout] [client] sent packet 94 on channel 1
[INFO] [stdout] [client] sent packet 95 on channel 1
[INFO] [stdout] [client] sent packet 96 on channel 1
[INFO] [stdout] [client] sent packet 106 on channel 2
[INFO] [stdout] [client] sent packet 97 on channel 1
[INFO] [stdout] [client] sent packet 98 on channel 1
[INFO] [stdout] [client] sent packet 107 on channel 2
[INFO] [stdout] [client] sent packet 90 on channel 0
[INFO] [stdout] [client] sent packet 90 on channel 3
[INFO] [stdout] [client] sent packet 91 on channel 0
[INFO] [stdout] [client] sent packet 108 on channel 2
[INFO] [stdout] [client] sent packet 109 on channel 2
[INFO] [stdout] [client] sent packet 99 on channel 1
[INFO] [stdout] [client] sent packet 92 on channel 0
[INFO] [stdout] [client] sent packet 93 on channel 0
[INFO] [stdout] [client] sent packet 100 on channel 1
[INFO] [stdout] [client] sent packet 101 on channel 1
[INFO] [stdout] [client] sent packet 94 on channel 0
[INFO] [stdout] [client] sent packet 110 on channel 2
[INFO] [stdout] [client] sent packet 95 on channel 0
[INFO] [stdout] [client] sent packet 91 on channel 3
[INFO] [stdout] [client] sent packet 96 on channel 0
[INFO] [stdout] [client] sent packet 92 on channel 3
[INFO] [stdout] [client] sent packet 102 on channel 1
[INFO] [stdout] [client] sent packet 111 on channel 2
[INFO] [stdout] [client] sent packet 97 on channel 0
[INFO] [stdout] [client] sent packet 93 on channel 3
[INFO] [stdout] [client] sent packet 98 on channel 0
[INFO] [stdout] [client] sent packet 103 on channel 1
[INFO] [stdout] [client] sent packet 112 on channel 2
[INFO] [stdout] [client] sent packet 104 on channel 1
[INFO] [stdout] [client] sent packet 94 on channel 3
[INFO] [stdout] [client] sent packet 95 on channel 3
[INFO] [stdout] [client] sent packet 105 on channel 1
[INFO] [stdout] [client] sent packet 106 on channel 1
[INFO] [stdout] [client] sent packet 107 on channel 1
[INFO] [stdout] [client] sent packet 99 on channel 0
[INFO] [stdout] [client] sent packet 108 on channel 1
[INFO] [stdout] [client] sent packet 109 on channel 1
[INFO] [stdout] [client] sent packet 110 on channel 1
[INFO] [stdout] [client] sent packet 111 on channel 1
[INFO] [stdout] [client] sent packet 100 on channel 0
[INFO] [stdout] [client] sent packet 112 on channel 1
[INFO] [stdout] [client] sent packet 113 on channel 1
[INFO] [stdout] [client] sent packet 96 on channel 3
[INFO] [stdout] [client] sent packet 114 on channel 1
[INFO] [stdout] [client] sent packet 113 on channel 2
[INFO] [stdout] [client] sent packet 114 on channel 2
[INFO] [stdout] [client] sent packet 101 on channel 0
[INFO] [stdout] [client] sent packet 115 on channel 1
[INFO] [stdout] [client] sent packet 102 on channel 0
[INFO] [stdout] [client] sent packet 116 on channel 1
[INFO] [stdout] [client] sent packet 97 on channel 3
[INFO] [stdout] [client] sent packet 98 on channel 3
[INFO] [stdout] [client] sent packet 117 on channel 1
[INFO] [stdout] [client] sent packet 103 on channel 0
[INFO] [stdout] [client] sent packet 118 on channel 1
[INFO] [stdout] [client] sent packet 115 on channel 2
[INFO] [stdout] [client] sent packet 99 on channel 3
[INFO] [stdout] [client] sent packet 119 on channel 1
[INFO] [stdout] [client] sent packet 120 on channel 1
[INFO] [stdout] [client] sent packet 121 on channel 1
[INFO] [stdout] [client] sent packet 116 on channel 2
[INFO] [stdout] [client] sent packet 117 on channel 2
[INFO] [stdout] [client] sent packet 100 on channel 3
[INFO] [stdout] [client] sent packet 122 on channel 1
[INFO] [stdout] [client] sent packet 104 on channel 0
[INFO] [stdout] [client] sent packet 105 on channel 0
[INFO] [stdout] [client] sent packet 106 on channel 0
[INFO] [stdout] [client] sent packet 123 on channel 1
[INFO] [stdout] [client] sent packet 124 on channel 1
[INFO] [stdout] [client] sent packet 101 on channel 3
[INFO] [stdout] [client] sent packet 102 on channel 3
[INFO] [stdout] [client] sent packet 118 on channel 2
[INFO] [stdout] [client] sent packet 107 on channel 0
[INFO] [stdout] [client] sent packet 125 on channel 1
[INFO] [stdout] [client] sent packet 103 on channel 3
[INFO] [stdout] [client] sent packet 108 on channel 0
[INFO] [stdout] [client] sent packet 119 on channel 2
[INFO] [stdout] [client] sent packet 126 on channel 1
[INFO] [stdout] [client] sent packet 127 on channel 1
[INFO] [stdout] [client] sent packet 120 on channel 2
[INFO] [stdout] [client] sent packet 109 on channel 0
[INFO] [stdout] [client] sent packet 104 on channel 3
[INFO] [stdout] [client] sent packet 105 on channel 3
[INFO] [stdout] [client] sent packet 128 on channel 1
[INFO] [stdout] [client] sent packet 129 on channel 1
[INFO] [stdout] [client] sent packet 106 on channel 3
[INFO] [stdout] [client] sent packet 110 on channel 0
[INFO] [stdout] [client] sent packet 130 on channel 1
[INFO] [stdout] [client] sent packet 121 on channel 2
[INFO] [stdout] [client] sent packet 111 on channel 0
[INFO] [stdout] [client] sent packet 107 on channel 3
[INFO] [stdout] [client] sent packet 122 on channel 2
[INFO] [stdout] [client] sent packet 112 on channel 0
[INFO] [stdout] [client] sent packet 113 on channel 0
[INFO] [stdout] [client] sent packet 108 on channel 3
[INFO] [stdout] [client] sent packet 131 on channel 1
[INFO] [stdout] [client] sent packet 114 on channel 0
[INFO] [stdout] [client] sent packet 132 on channel 1
[INFO] [stdout] [client] sent packet 133 on channel 1
[INFO] [stdout] [client] sent packet 134 on channel 1
[INFO] [stdout] [client] sent packet 123 on channel 2
[INFO] [stdout] [client] sent packet 124 on channel 2
[INFO] [stdout] [client] sent packet 125 on channel 2
[INFO] [stdout] [client] sent packet 115 on channel 0
[INFO] [stdout] [client] sent packet 126 on channel 2
[INFO] [stdout] [client] sent packet 116 on channel 0
[INFO] [stdout] [client] sent packet 109 on channel 3
[INFO] [stdout] [client] sent packet 110 on channel 3
[INFO] [stdout] [client] sent packet 111 on channel 3
[INFO] [stdout] [client] sent packet 127 on channel 2
[INFO] [stdout] [client] sent packet 135 on channel 1
[INFO] [stdout] [client] sent packet 136 on channel 1
[INFO] [stdout] [client] sent packet 112 on channel 3
[INFO] [stdout] [client] sent packet 128 on channel 2
[INFO] [stdout] [client] sent packet 129 on channel 2
[INFO] [stdout] [client] sent packet 117 on channel 0
[INFO] [stdout] [client] sent packet 137 on channel 1
[INFO] [stdout] [client] sent packet 138 on channel 1
[INFO] [stdout] [client] sent packet 118 on channel 0
[INFO] [stdout] [client] sent packet 130 on channel 2
[INFO] [stdout] [client] sent packet 139 on channel 1
[INFO] [stdout] [client] sent packet 113 on channel 3
[INFO] [stdout] [client] sent packet 119 on channel 0
[INFO] [stdout] [client] sent packet 114 on channel 3
[INFO] [stdout] [client] sent packet 140 on channel 1
[INFO] [stdout] [client] sent packet 120 on channel 0
[INFO] [stdout] [client] sent packet 115 on channel 3
[INFO] [stdout] [client] sent packet 121 on channel 0
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (107) panicked at tests/ideal_transfer.rs:39:25:
[INFO] [stdout] [server] data skipped! received ID: 140 expected ID: 139
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56fd9b71fd22 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56fd9b71fd22 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56fd9b71fd22 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56fd9b71fd22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56fd9b730e9f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56fd9b730e9f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x56fd9b6ec5d3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56fd9b6ec5d3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56fd9b6f91e2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56fd9b6fddff - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56fd9b6fdc91 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56fd9b6bca3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x56fd9b6bca3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56fd9b6fe40f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x56fd9b6fe40f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56fd9b6fe26a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56fd9b6f9319 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56fd9b6e0d9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56fd9b7396b0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56fd9b6278b8 - ideal_transfer::server_thread::h03badcdf2704781b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ideal_transfer.rs:39:25
[INFO] [stdout]   20:     0x56fd9b621df1 - core::ops::function::FnOnce::call_once::hed2a855562d68fea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x56fd9b6283a1 - std::sys::backtrace::__rust_begin_short_backtrace::h323b0f47eec84bb5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   22:     0x56fd9b61d186 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h2159bc043a25187c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   23:     0x56fd9b6203f8 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7baf8792472c1d4e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   24:     0x56fd9b628434 - std::panicking::catch_unwind::do_call::h0d99b85467be4c32
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   25:     0x56fd9b62013b - __rust_try
[INFO] [stdout]   26:     0x56fd9b61cf43 - std::panicking::catch_unwind::h10b8d4d7df2d9048
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   27:     0x56fd9b61cf43 - std::panic::catch_unwind::h43902544b9c39261
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x56fd9b61cf43 - std::thread::Builder::spawn_unchecked_::{{closure}}::hd443a93843cddd05
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   29:     0x56fd9b621cae - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf9e3794999494ea1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x56fd9b6f471f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   31:     0x56fd9b6f471f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   32:     0x7a515fa50aa4 - <unknown>
[INFO] [stdout]   33:     0x7a515fadda64 - clone
[INFO] [stdout]   34:                0x0 - <unknown>
[INFO] [stdout] [client] sent packet 141 on channel 1
[INFO] [stdout] [client] sent packet 131 on channel 2
[INFO] [stdout] [client] sent packet 142 on channel 1
[INFO] [stdout] [client] sent packet 132 on channel 2
[INFO] [stdout] [client] sent packet 143 on channel 1
[INFO] [stdout] 
[INFO] [stdout] thread 'ideal_transfer' (106) panicked at tests/ideal_transfer.rs:151:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Any { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56fd9b71fd22 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56fd9b71fd22 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56fd9b71fd22 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56fd9b71fd22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56fd9b730e9f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56fd9b730e9f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x56fd9b6ec5d3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56fd9b6ec5d3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56fd9b6f91e2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56fd9b6fddff - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56fd9b6fdc91 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56fd9b6bca3e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x56fd9b6bca3e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56fd9b6fe40f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x56fd9b6fe40f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56fd9b6fe26a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56fd9b6f9319 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56fd9b6e0d9d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56fd9b7396b0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56fd9b738cb6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x56fd9b627b13 - core::result::Result<T,E>::unwrap::h2a7f495a9486d967
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x56fd9b627b13 - ideal_transfer::ideal_transfer::h6931ea73cca71c74
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ideal_transfer.rs:151:37
[INFO] [stdout]   22:     0x56fd9b627df7 - ideal_transfer::ideal_transfer::{{closure}}::hb6930737067b67d7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/ideal_transfer.rs:144:20
[INFO] [stdout]   23:     0x56fd9b621d46 - core::ops::function::FnOnce::call_once::h421b6d04d667b5ec
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56fd9b6bc83b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56fd9b6bc83b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x56fd9b6d089d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x56fd9b6d089d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x56fd9b6d089d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x56fd9b6d089d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x56fd9b6d089d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56fd9b6d089d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x56fd9b6d089d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x56fd9b6a9de4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x56fd9b6a9de4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x56fd9b6ad63a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x56fd9b6ad63a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x56fd9b6ad63a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x56fd9b6ad63a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x56fd9b6ad63a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x56fd9b6ad63a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x56fd9b6ad63a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56fd9b6f471f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x56fd9b6f471f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7a515fa50aa4 - <unknown>
[INFO] [stdout]   45:     0x7a515fadda64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ideal_transfer
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test ideal_transfer`
[INFO] running `Command { std: "docker" "inspect" "a437084ac18186aba963ebc40dc061de1ce75e6a3a3c1fdbebc2e6c171eca8f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a437084ac18186aba963ebc40dc061de1ce75e6a3a3c1fdbebc2e6c171eca8f8", kill_on_drop: false }`
[INFO] [stdout] a437084ac18186aba963ebc40dc061de1ce75e6a3a3c1fdbebc2e6c171eca8f8
