[INFO] cloning repository https://github.com/anweiss/prodjlink-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anweiss/prodjlink-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanweiss%2Fprodjlink-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanweiss%2Fprodjlink-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4fc2bb302b0c3f8a07bb27598f64bd38aa1ce4ea
[INFO] testing anweiss/prodjlink-rs against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanweiss%2Fprodjlink-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anweiss/prodjlink-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/anweiss/prodjlink-rs
[INFO] tweaked toml for git repo https://github.com/anweiss/prodjlink-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anweiss/prodjlink-rs on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anweiss/prodjlink-rs 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-test v0.4.5
[INFO] [stderr]   Downloaded tokio-macros v2.7.0
[INFO] [stderr]   Downloaded signal-hook-mio v0.2.5
[INFO] [stderr]   Downloaded mac_address v1.1.8
[INFO] [stderr]   Downloaded if-addrs v0.13.4
[INFO] [stderr]   Downloaded tokio-stream v0.1.18
[INFO] [stderr]   Downloaded signal-hook v0.3.18
[INFO] [stderr]   Downloaded mio v1.2.0
[INFO] [stderr]   Downloaded crossterm v0.28.1
[INFO] [stderr]   Downloaded tokio v1.51.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 681d5ecae7ba7a20747426c0a399ec63d0c74d30f411ce19dc03cd75c7e74e95
[INFO] running `Command { std: "docker" "start" "-a" "681d5ecae7ba7a20747426c0a399ec63d0c74d30f411ce19dc03cd75c7e74e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "681d5ecae7ba7a20747426c0a399ec63d0c74d30f411ce19dc03cd75c7e74e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "681d5ecae7ba7a20747426c0a399ec63d0c74d30f411ce19dc03cd75c7e74e95", kill_on_drop: false }`
[INFO] [stdout] 681d5ecae7ba7a20747426c0a399ec63d0c74d30f411ce19dc03cd75c7e74e95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cdd5205a1812576c549b96a5e28caeadc911a0580c0320154e6ff3d09355c9b5
[INFO] running `Command { std: "docker" "start" "-a" "cdd5205a1812576c549b96a5e28caeadc911a0580c0320154e6ff3d09355c9b5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling if-addrs v0.13.4
[INFO] [stderr]    Compiling mac_address v1.1.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling prodjlink-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.60s
[INFO] running `Command { std: "docker" "inspect" "cdd5205a1812576c549b96a5e28caeadc911a0580c0320154e6ff3d09355c9b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdd5205a1812576c549b96a5e28caeadc911a0580c0320154e6ff3d09355c9b5", kill_on_drop: false }`
[INFO] [stdout] cdd5205a1812576c549b96a5e28caeadc911a0580c0320154e6ff3d09355c9b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bbee1a98221790bb2b9ef9a42271320ecac94201615b8a2eab8d4bdf4a7163d3
[INFO] running `Command { std: "docker" "start" "-a" "bbee1a98221790bb2b9ef9a42271320ecac94201615b8a2eab8d4bdf4a7163d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling mac_address v1.1.8
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling prodjlink-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 58.97s
[INFO] running `Command { std: "docker" "inspect" "bbee1a98221790bb2b9ef9a42271320ecac94201615b8a2eab8d4bdf4a7163d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbee1a98221790bb2b9ef9a42271320ecac94201615b8a2eab8d4bdf4a7163d3", kill_on_drop: false }`
[INFO] [stdout] bbee1a98221790bb2b9ef9a42271320ecac94201615b8a2eab8d4bdf4a7163d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8441ad1987cb9c00aaa9d95a50086fbab66eebd1f5c669a9cb653c242fb0d7a2
[INFO] running `Command { std: "docker" "start" "-a" "8441ad1987cb9c00aaa9d95a50086fbab66eebd1f5c669a9cb653c242fb0d7a2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prodjlink_rs-483f7b23c1de6c10)
[INFO] [stdout] 
[INFO] [stdout] running 782 tests
[INFO] [stdout] test data::analysis::tests::file_type_equality ... ok
[INFO] [stdout] test data::analysis::tests::parse_custom_tag_type ... ok
[INFO] [stdout] test data::analysis::tests::parse_empty_data ... ok
[INFO] [stdout] test data::analysis::tests::parse_file_type_is_propagated ... ok
[INFO] [stdout] test data::analysis::tests::parse_header_only_no_tags ... ok
[INFO] [stdout] test data::analysis::tests::parse_large_file_header ... ok
[INFO] [stdout] test data::analysis::tests::parse_stops_on_truncated_tag ... ok
[INFO] [stdout] test data::analysis::tests::parse_stops_on_zero_length_tag ... ok
[INFO] [stdout] test data::analysis::tests::parse_too_short_data ... ok
[INFO] [stdout] test data::analysis::tests::parse_stops_when_tag_exceeds_data ... ok
[INFO] [stdout] test data::analysis::tests::tag_type_equality_and_hash ... ok
[INFO] [stdout] test data::analysis::tests::parse_multiple_tags ... ok
[INFO] [stdout] test data::artwork::tests::album_art_creation ... ok
[INFO] [stdout] test data::artwork::tests::build_art_request_args_fields ... ok
[INFO] [stdout] test data::analysis::tests::parse_single_tag ... ok
[INFO] [stdout] test data::artwork::tests::extract_art_from_response_missing_field ... ok
[INFO] [stdout] test data::artwork::tests::extract_art_from_response_success ... ok
[INFO] [stdout] test data::artwork::tests::extract_art_from_response_wrong_field_type ... ok
[INFO] [stdout] test data::artwork::tests::png_detection ... ok
[INFO] [stdout] test data::artwork::tests::jpeg_detection ... ok
[INFO] [stdout] test data::artwork::tests::unknown_format_for_empty_data ... ok
[INFO] [stdout] test data::artwork::tests::unknown_format_for_other_data ... ok
[INFO] [stdout] test data::beatgrid::tests::bar_number_empty_grid ... ok
[INFO] [stdout] test data::beatgrid::tests::bar_number_incomplete_first_bar ... ok
[INFO] [stdout] test data::beatgrid::tests::bar_number_single_beat ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_at_time_after_last ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_at_time_before_first ... ok
[INFO] [stdout] test data::analysis::tests::tag_type_constants ... ok
[INFO] [stdout] test data::analysis::tests::tag_type_display ... ok
[INFO] [stdout] test data::beatgrid::tests::bar_number_normal_four_beat_bars ... ok
[INFO] [stdout] test data::beatgrid::tests::bar_number_out_of_bounds ... ok
[INFO] [stdout] test data::analysis::tests::file_type_extensions ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_at_time_exact_match ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_count_empty ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_within_bar_out_of_bounds ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_within_bar_valid ... ok
[INFO] [stdout] test data::beatgrid::tests::bpm_at_out_of_bounds ... ok
[INFO] [stdout] test data::beatgrid::tests::bpm_at_valid ... ok
[INFO] [stdout] test data::beatgrid::tests::data_shorter_than_header_returns_error ... ok
[INFO] [stdout] test data::beatgrid::tests::empty_grid ... ok
[INFO] [stdout] test data::beatgrid::tests::find_beat_at_time_before_first_beat ... ok
[INFO] [stdout] test data::beatgrid::tests::find_beat_at_time_after_last_beat ... ok
[INFO] [stdout] test data::beatgrid::tests::find_beat_at_time_empty_grid ... ok
[INFO] [stdout] test data::beatgrid::tests::find_beat_at_time_exact_match ... ok
[INFO] [stdout] test data::beatgrid::tests::parse_known_values ... ok
[INFO] [stdout] test data::beatgrid::tests::header_only_no_entries ... ok
[INFO] [stdout] test data::beatgrid::tests::find_beat_at_time_between_beats ... ok
[INFO] [stdout] test data::beatgrid::tests::time_of_beat_out_of_bounds ... ok
[INFO] [stdout] test data::beatgrid::tests::time_of_beat_valid ... ok
[INFO] [stdout] test data::beatgrid::tests::time_within_track_out_of_bounds ... ok
[INFO] [stdout] test data::color::tests::clone_and_debug ... ok
[INFO] [stdout] test data::color::tests::color_name_for_id_known ... ok
[INFO] [stdout] test data::beatgrid::tests::time_within_track_valid ... ok
[INFO] [stdout] test data::color::tests::color_name_for_id_unknown ... ok
[INFO] [stdout] test data::color::tests::color_name_returns_label ... ok
[INFO] [stdout] test data::color::tests::display_all_colors ... ok
[INFO] [stdout] test data::color::tests::display_no_color ... ok
[INFO] [stdout] test data::color::tests::display_with_color ... ok
[INFO] [stdout] test data::color::tests::equality ... ok
[INFO] [stdout] test data::color::tests::for_id_known_colors ... ok
[INFO] [stdout] test data::color::tests::for_id_no_color ... ok
[INFO] [stdout] test data::color::tests::is_no_color_check ... ok
[INFO] [stdout] test data::color::tests::for_id_unknown_returns_none ... ok
[INFO] [stdout] test data::cue::tests::counts_on_empty_list ... ok
[INFO] [stdout] test data::cue::tests::cue_color_new ... ok
[INFO] [stdout] test data::cue::tests::empty_cue_list ... ok
[INFO] [stdout] test data::cue::tests::cue_entry_color_fields_default_none ... ok
[INFO] [stdout] test data::cue::tests::cue_entry_color_fields_populated ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_at_time_closest_after ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_at_time_closest_before ... ok
[INFO] [stdout] test data::beatgrid::tests::beat_count_matches_len ... ok
[INFO] [stdout] test data::cue::tests::entry_after_none_past_end ... ok
[INFO] [stdout] test data::cue::tests::entry_after_exact_match ... ok
[INFO] [stdout] test data::cue::tests::entry_before_none_when_at_start ... ok
[INFO] [stdout] test data::cue::tests::entry_before_and_after_on_empty ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_empty_comment_ignored ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_empty ... ok
[INFO] [stdout] test data::cue::tests::entry_before_finds_closest ... ok
[INFO] [stdout] test data::cue::tests::entry_after_finds_closest ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_hot_cue ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_loop ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_memory_point ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_sparse_args ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_multiple ... ok
[INFO] [stdout] test data::cue::tests::from_menu_items_with_comment ... ok
[INFO] [stdout] test data::cue::tests::half_frames_to_ms_fractional ... ok
[INFO] [stdout] test data::cue::tests::hot_cue_count ... ok
[INFO] [stdout] test data::cue::tests::hot_cue_lookup_found ... ok
[INFO] [stdout] test data::cue::tests::half_frames_to_ms_zero ... ok
[INFO] [stdout] test data::cue::tests::hot_cues_filter ... ok
[INFO] [stdout] test data::cue::tests::len_and_is_empty ... ok
[INFO] [stdout] test data::cue::tests::hot_cue_lookup_not_found ... ok
[INFO] [stdout] test data::cue::tests::loop_time_ms_for_loop ... ok
[INFO] [stdout] test data::cue::tests::loop_predicates ... ok
[INFO] [stdout] test data::cue::tests::hot_cue_predicates ... ok
[INFO] [stdout] test data::cue::tests::loops_filter ... ok
[INFO] [stdout] test data::cue::tests::loop_time_ms_none_for_non_loop ... ok
[INFO] [stdout] test data::cue::tests::half_frames_to_ms_one_second ... ok
[INFO] [stdout] test data::cue::tests::memory_point_count ... ok
[INFO] [stdout] test data::cue::tests::memory_point_predicates ... ok
[INFO] [stdout] test data::cue::tests::memory_points_filter ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_loop ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_empty_data ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_hot_cue ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_hot_cue_loop_with_color ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_ignores_trailing_bytes ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_hot_cue_loop ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_memory_point ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_multiple_entries ... ok
[INFO] [stdout] test data::cue::tests::parse_nexus_skips_empty_entries ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_empty_data ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_hot_cue ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_loop ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_memory_point ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_hot_cue_with_rgb ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_multiple_entries ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_with_comment ... ok
[INFO] [stdout] test data::cue::tests::rekordbox_color_no_color_returns_none ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_with_comment_and_rgb ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_memory_point_with_color_id ... ok
[INFO] [stdout] test data::cue::tests::rekordbox_color_out_of_range_returns_none ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_skips_empty_entries ... ok
[INFO] [stdout] test data::cue::tests::parse_nxs2_hot_cue_zero_rgb_is_none ... ok
[INFO] [stdout] test data::cue::tests::rekordbox_colors_table_length ... ok
[INFO] [stdout] test data::cue::tests::time_ms_accessor ... ok
[INFO] [stdout] test data::cue::tests::rekordbox_color_valid_code ... ok
[INFO] [stdout] test data::menu::tests::all_slot_wire_values_correct ... ok
[INFO] [stdout] test data::fetch::tests::connection_refused_error ... ok
[INFO] [stdout] test data::fetch::tests::fetch_metadata_parses_menu_items ... ok
[INFO] [stdout] test data::fetch::tests::fetch_artwork_extracts_image ... ok
[INFO] [stdout] test data::fetch::tests::malformed_response_missing_art_field ... ok
[INFO] [stdout] test data::fetch::tests::fetch_beatgrid_parses_response ... ok
[INFO] [stdout] test data::fetch::tests::data_reference_translates_to_request_args ... ok
[INFO] [stdout] test data::menu::tests::filtered_args_3_includes_all_ids ... ok
[INFO] [stdout] test data::menu::tests::filtered_args_1_includes_filter_id ... ok
[INFO] [stdout] test data::menu::tests::filtered_args_2_includes_both_ids ... ok
[INFO] [stdout] test data::menu::tests::filtered_args_3_with_sort_for_label_artist_album ... ok
[INFO] [stdout] test data::menu::tests::filtered_args_2_with_sort_for_label_artist ... ok
[INFO] [stdout] test data::menu::tests::parse_skips_messages_without_enough_args ... ok
[INFO] [stdout] test data::menu::tests::filtered_args_1_with_sort ... ok
[INFO] [stdout] test data::menu::tests::parse_empty_menu_response ... ok
[INFO] [stdout] test data::menu::tests::parse_menu_items_extracts_fields ... ok
[INFO] [stdout] test data::menu::tests::parse_menu_items_with_two_labels ... ok
[INFO] [stdout] test data::menu::tests::root_args_contains_slot_and_default_sort ... ok
[INFO] [stdout] test data::menu::tests::root_args_with_explicit_sort ... ok
[INFO] [stdout] test data::menu::tests::search_args_encodes_query_string ... ok
[INFO] [stdout] test data::menu::tests::parse_preserves_item_type_variants ... ok
[INFO] [stdout] test data::menu::tests::search_args_handles_unicode_query ... ok
[INFO] [stdout] test data::menu::tests::search_args_with_sort ... ok
[INFO] [stdout] test data::menu::tests::sort_order_debug_format ... ok
[INFO] [stdout] test data::menu::tests::sort_order_default_is_zero ... ok
[INFO] [stdout] test data::menu::tests::sort_order_equality_and_clone ... ok
[INFO] [stdout] test data::menu::tests::sort_order_protocol_values ... ok
[INFO] [stdout] test data::menu::tests::sort_value_none_returns_default ... ok
[INFO] [stdout] test data::metadata::tests::data_reference_equality_and_hash ... ok
[INFO] [stdout] test data::metadata::tests::data_reference_fields ... ok
[INFO] [stdout] test data::metadata::tests::build_metadata_request_args_values ... ok
[INFO] [stdout] test data::metadata::tests::from_menu_items_ignores_unknown_types ... ok
[INFO] [stdout] test data::metadata::tests::data_reference_with_track_type ... ok
[INFO] [stdout] test data::metadata::tests::searchable_item_display ... ok
[INFO] [stdout] test data::menu::tests::sort_value_some_returns_protocol_value ... ok
[INFO] [stdout] test data::metadata::tests::from_menu_items_populates_fields ... ok
[INFO] [stdout] test data::metadata::tests::searchable_item_hash ... ok
[INFO] [stdout] test data::metadata::tests::from_menu_items_empty ... ok
[INFO] [stdout] test data::metadata::tests::searchable_item_new_and_eq ... ok
[INFO] [stdout] test data::metadata::tests::track_metadata_defaults ... ok
[INFO] [stdout] test data::network_provider::tests::menu_id_data_value ... ok
[INFO] [stdout] test data::network_provider::tests::network_provider_builds_art_ref ... ok
[INFO] [stdout] test data::network_provider::tests::network_provider_builds_beatgrid_args ... ok
[INFO] [stdout] test data::signature::tests::compute_deterministic ... ok
[INFO] [stdout] test data::signature::tests::compute_basic_signature ... ok
[INFO] [stdout] test data::signature::tests::display_matches_hex ... ok
[INFO] [stdout] test data::signature::tests::signature_from_metadata_with_waveform ... ok
[INFO] [stdout] test data::signature::tests::hex_is_lowercase ... ok
[INFO] [stdout] test data::signature::tests::with_waveform_and_beatgrid_data ... ok
[INFO] [stdout] test data::signature::tests::different_inputs_different_signatures ... ok
[INFO] [stdout] test data::signature::tests::missing_artist ... ok
[INFO] [stdout] test data::waveform::tests::detail_blue_color_frame_returns_none ... ok
[INFO] [stdout] test data::waveform::tests::detail_blue_frame_height ... ok
[INFO] [stdout] test data::signature::tests::signature_from_metadata_basic ... ok
[INFO] [stdout] test data::waveform::tests::detail_blue_from_bytes ... ok
[INFO] [stdout] test data::signature::tests::signature_from_metadata_empty_artist_treated_as_none ... ok
[INFO] [stdout] test data::waveform::tests::detail_frame_count_accessor ... ok
[INFO] [stdout] test data::waveform::tests::detail_is_color_rgb ... ok
[INFO] [stdout] test data::signature::tests::signature_from_metadata_with_beatgrid ... ok
[INFO] [stdout] test data::waveform::tests::detail_is_color_blue ... ok
[INFO] [stdout] test data::waveform::tests::detail_rgb_from_bytes ... ok
[INFO] [stdout] test data::waveform::tests::detail_threeband_frame_height_and_color ... ok
[INFO] [stdout] test data::waveform::tests::detail_is_color_threeband ... ok
[INFO] [stdout] test data::waveform::tests::detail_threeband_from_bytes ... ok
[INFO] [stdout] test data::waveform::tests::detail_too_short_returns_error ... ok
[INFO] [stdout] test data::waveform::tests::detail_total_time_ms ... ok
[INFO] [stdout] test data::waveform::tests::detail_total_time_ms_zero_frames ... ok
[INFO] [stdout] test data::waveform::tests::preview_blue_color_segment_returns_none ... ok
[INFO] [stdout] test data::waveform::tests::preview_blue_from_bytes ... ok
[INFO] [stdout] test data::waveform::tests::preview_color_segment_out_of_bounds ... ok
[INFO] [stdout] test data::waveform::tests::preview_blue_max_height ... ok
[INFO] [stdout] test data::waveform::tests::preview_is_color_blue ... ok
[INFO] [stdout] test data::waveform::tests::preview_is_color_rgb ... ok
[INFO] [stdout] test data::waveform::tests::preview_max_height_empty ... ok
[INFO] [stdout] test data::waveform::tests::preview_is_color_threeband ... ok
[INFO] [stdout] test data::waveform::tests::preview_rgb_color_segment ... ok
[INFO] [stdout] test data::waveform::tests::preview_rgb_skips_28_bytes ... ok
[INFO] [stdout] test data::waveform::tests::preview_rgb_segment_height ... ok
[INFO] [stdout] test data::waveform::tests::preview_segment_count_accessor ... ok
[INFO] [stdout] test data::waveform::tests::preview_threeband_color_segment ... ok
[INFO] [stdout] test data::waveform::tests::preview_segment_count_calculation ... ok
[INFO] [stdout] test data::waveform::tests::preview_threeband_segment_height ... ok
[INFO] [stdout] test dbserver::client::tests::connect_refused ... ok
[INFO] [stdout] test data::waveform::tests::preview_segment_height_extraction ... ok
[INFO] [stdout] test data::waveform::tests::preview_threeband_skips_28_bytes ... ok
[INFO] [stdout] test data::waveform::tests::preview_too_short_returns_error ... ok
[INFO] [stdout] test dbserver::connection::tests::clear_empties_pool ... ok
[INFO] [stdout] test dbserver::client::tests::simple_request_round_trip ... ok
[INFO] [stdout] test dbserver::client::tests::connect_handshake ... ok
[INFO] [stdout] test dbserver::connection::tests::connection_manager_new ... ok
[INFO] [stdout] test dbserver::connection::tests::connection_manager_with_idle_timeout ... ok
[INFO] [stdout] test dbserver::connection::tests::discover_port_connection_refused ... ok
[INFO] [stdout] test dbserver::client::tests::menu_request_single_response ... ok
[INFO] [stdout] test dbserver::client::tests::menu_request_collects_items ... ok
[INFO] [stdout] test dbserver::connection::tests::remove_nonexistent_player ... ok
[INFO] [stdout] test dbserver::connection::tests::discover_port_protocol ... ok
[INFO] [stdout] test dbserver::client::tests::simple_request_transaction_mismatch ... ok
[INFO] [stdout] test dbserver::field::tests::arg_type_tags ... ok
[INFO] [stdout] test dbserver::field::tests::as_binary_error_on_number ... ok
[INFO] [stdout] test dbserver::field::tests::as_binary_success ... ok
[INFO] [stdout] test dbserver::connection::tests::with_client_connects_and_caches ... ok
[INFO] [stdout] test dbserver::field::tests::as_number_error_on_string ... ok
[INFO] [stdout] test dbserver::field::tests::as_number_success ... ok
[INFO] [stdout] test dbserver::field::tests::as_number_error_on_binary ... ok
[INFO] [stdout] test dbserver::field::tests::as_string_success ... ok
[INFO] [stdout] test dbserver::field::tests::as_string_error_on_number ... ok
[INFO] [stdout] test dbserver::field::tests::auto_size_selection ... ok
[INFO] [stdout] test dbserver::field::tests::parse_binary ... ok
[INFO] [stdout] test dbserver::field::tests::parse_binary_empty ... ok
[INFO] [stdout] test dbserver::field::tests::parse_empty_buffer ... ok
[INFO] [stdout] test dbserver::field::tests::parse_number_2_byte ... ok
[INFO] [stdout] test dbserver::field::tests::parse_number_1_byte ... ok
[INFO] [stdout] test dbserver::field::tests::parse_string_ascii ... ok
[INFO] [stdout] test dbserver::field::tests::parse_number_4_byte ... ok
[INFO] [stdout] test dbserver::field::tests::parse_unknown_type_tag ... ok
[INFO] [stdout] test dbserver::field::tests::round_trip_binary ... ok
[INFO] [stdout] test dbserver::field::tests::parse_truncated_binary ... ok
[INFO] [stdout] test dbserver::field::tests::round_trip_number ... ok
[INFO] [stdout] test dbserver::field::tests::parse_truncated_number ... ok
[INFO] [stdout] test dbserver::field::tests::round_trip_string_empty ... ok
[INFO] [stdout] test dbserver::field::tests::round_trip_string_japanese ... ok
[INFO] [stdout] test dbserver::field::tests::serialize_binary ... ok
[INFO] [stdout] test dbserver::field::tests::serialize_binary_empty ... ok
[INFO] [stdout] test dbserver::field::tests::serialize_number_1_byte ... ok
[INFO] [stdout] test dbserver::field::tests::round_trip_string_ascii ... ok
[INFO] [stdout] test dbserver::field::tests::serialize_number_4_byte ... ok
[INFO] [stdout] test dbserver::field::tests::serialize_string_ascii ... ok
[INFO] [stdout] test dbserver::message::tests::anlz_file_type_constants ... ok
[INFO] [stdout] test dbserver::field::tests::string_non_ascii_wire_format ... ok
[INFO] [stdout] test dbserver::message::tests::anlz_tag_constants ... ok
[INFO] [stdout] test dbserver::message::tests::error_on_invalid_magic ... ok
[INFO] [stdout] test dbserver::message::tests::arg_accessor_bounds_checking ... ok
[INFO] [stdout] test dbserver::message::tests::error_on_too_many_args ... ok
[INFO] [stdout] test dbserver::message::tests::message_type_round_trip ... ok
[INFO] [stdout] test dbserver::message::tests::menu_item_type_round_trip ... ok
[INFO] [stdout] test dbserver::message::tests::parse_all_three_field_types ... ok
[INFO] [stdout] test dbserver::message::tests::parse_hand_crafted_message ... ok
[INFO] [stdout] test dbserver::message::tests::parse_zero_args ... ok
[INFO] [stdout] test dbserver::message::tests::round_trip ... ok
[INFO] [stdout] test device::settings::tests::auto_cue_level_protocol_values ... ok
[INFO] [stdout] test dbserver::message::tests::serialize_and_verify_wire_bytes ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_length ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_default_values ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_custom_values ... ok
[INFO] [stdout] test device::settings::tests::auto_cue_level_round_trip ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_device_name ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_has_magic_header ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_target_device ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_type_byte ... ok
[INFO] [stdout] test device::settings::tests::default_settings ... ok
[INFO] [stdout] test device::settings::tests::jog_mode_round_trip ... ok
[INFO] [stdout] test device::settings::tests::language_round_trip ... ok
[INFO] [stdout] test device::settings::tests::language_protocol_values ... ok
[INFO] [stdout] test device::settings::tests::lcd_brightness_protocol_values ... ok
[INFO] [stdout] test device::settings::tests::lcd_brightness_round_trip ... ok
[INFO] [stdout] test device::settings::tests::jog_mode_protocol_values ... ok
[INFO] [stdout] test device::settings::tests::play_mode_protocol_values ... ok
[INFO] [stdout] test device::settings::tests::play_mode_round_trip ... ok
[INFO] [stdout] test device::settings::tests::quantize_mode_protocol_values ... ok
[INFO] [stdout] test device::settings::tests::tempo_range_protocol_values ... ok
[INFO] [stdout] test device::settings::tests::quantize_mode_round_trip ... ok
[INFO] [stdout] test device::settings::tests::time_display_mode_round_trip ... ok
[INFO] [stdout] test device::types::tests::device_reference_clone_copy ... ok
[INFO] [stdout] test device::types::tests::device_reference_display ... ok
[INFO] [stdout] test dbserver::field::tests::serialize_number_2_byte ... ok
[INFO] [stdout] test device::settings::tests::tempo_range_round_trip ... ok
[INFO] [stdout] test device::settings::tests::time_display_protocol_values ... ok
[INFO] [stdout] test device::types::tests::opus_quad_mode_debug_display ... ok
[INFO] [stdout] test device::types::tests::device_reference_eq_and_hash ... ok
[INFO] [stdout] test device::types::tests::device_reference_new ... ok
[INFO] [stdout] test device::types::tests::opus_quad_mode_default_is_normal ... ok
[INFO] [stdout] test device::types::tests::opus_quad_mode_lighting_device_number ... ok
[INFO] [stdout] test device::types::tests::opus_quad_mode_variants_are_distinct ... ok
[INFO] [stdout] test device::types::tests::play_state_2_opus_moving_value ... ok
[INFO] [stdout] test device::types::tests::play_state_2_is_moving ... ok
[INFO] [stdout] test device::types::tests::play_state_2_other_moving_values ... ok
[INFO] [stdout] test device::types::tests::play_state_2_stopped_values ... ok
[INFO] [stdout] test device::types::tests::remap_lighting_range_17_to_20 ... ok
[INFO] [stdout] test device::types::tests::remap_unmap_round_trip_normal ... ok
[INFO] [stdout] test device::types::tests::remap_unmap_round_trip_lighting ... ok
[INFO] [stdout] test device::types::tests::unmap_normal_range ... ok
[INFO] [stdout] test device::types::tests::unmap_lighting_range ... ok
[INFO] [stdout] test device::types::tests::unmap_passthrough_for_other_numbers ... ok
[INFO] [stdout] test device::types::tests::remap_passthrough_for_other_numbers ... ok
[INFO] [stdout] test network::beat::tests::beat_event_enum_construction ... ok
[INFO] [stdout] test device::types::tests::remap_normal_range_9_to_12 ... ok
[INFO] [stdout] test network::beat::tests::send_receive_beat_on_loopback ... ok
[INFO] [stdout] test network::beat::tests::beat_finder_has_expected_api ... ok
[INFO] [stdout] test device::settings::tests::build_settings_packet_source_device ... ok
[INFO] [stdout] test network::beat::tests::send_receive_fader_start_on_loopback ... ok
[INFO] [stdout] test network::beat::tests::is_xdj_xz_name_matches ... ok
[INFO] [stdout] test network::beat::tests::can_see_xdj_xz_initially_false ... ok
[INFO] [stdout] test network::beat::tests::send_receive_master_handoff_on_loopback ... ok
[INFO] [stdout] test network::beat::tests::send_receive_precise_position_on_loopback ... ok
[INFO] [stdout] test network::beat::tests::send_receive_sync_on_loopback ... ok
[INFO] [stdout] test network::beat::tests::send_receive_on_air_on_loopback ... ok
[INFO] [stdout] test network::finder::tests::aging_interval_is_1_second ... ok
[INFO] [stdout] test network::beat::tests::xdj_xz_seen_after_beat ... ok
[INFO] [stdout] test network::finder::tests::add_and_remove_ignored_address ... ok
[INFO] [stdout] test network::finder::tests::device_expiry_is_4_5_seconds ... ok
[INFO] [stdout] test network::finder::tests::finder_event_is_debug_and_clone ... ok
[INFO] [stdout] test network::finder::tests::finder_event_variants_constructible ... ok
[INFO] [stdout] test network::interface::tests::compute_broadcast_class_b ... ok
[INFO] [stdout] test network::interface::tests::compute_broadcast_class_c ... ok
[INFO] [stdout] test network::interface::tests::compute_broadcast_host_mask ... ok
[INFO] [stdout] test network::interface::tests::compute_broadcast_slash_25 ... ok
[INFO] [stdout] test network::interface::tests::find_interface_by_ip_for_real_address ... ok
[INFO] [stdout] test network::interface::tests::find_interface_by_ip_no_match_for_nonexistent ... ok
[INFO] [stdout] test network::interface::tests::find_matching_interface_returns_same_subnet ... ok
[INFO] [stdout] test network::interface::tests::find_matching_interface_no_match_for_loopback ... ok
[INFO] [stdout] test network::interface::tests::list_interfaces_does_not_panic ... ok
[INFO] [stdout] test network::interface::tests::list_interfaces_returns_no_loopback ... ok
[INFO] [stdout] test network::interface::tests::network_interface_struct_is_debug_clone_eq ... ok
[INFO] [stdout] test network::status::tests::broadcast_channel_delivers_updates ... ok
[INFO] [stdout] test network::status::tests::device_key_extraction_cdj ... ok
[INFO] [stdout] test network::status::tests::broadcast_channel_multiple_subscribers ... ok
[INFO] [stdout] test network::status::tests::device_key_extraction_mixer ... ok
[INFO] [stdout] test network::status::tests::device_update_matches_cdj ... ok
[INFO] [stdout] test network::status::tests::device_update_matches_mixer ... ok
[INFO] [stdout] test network::status::tests::latest_map_insert_and_retrieve ... ok
[INFO] [stdout] test network::status::tests::latest_map_missing_key_returns_none ... ok
[INFO] [stdout] test network::status::tests::latest_map_overwrite ... ok
[INFO] [stdout] test network::tempo::tests::display_formatting ... ok
[INFO] [stdout] test network::tempo::tests::initial_state_is_no_master ... ok
[INFO] [stdout] test network::tempo::tests::master_changed_event ... ok
[INFO] [stdout] test network::tempo::tests::master_device_accessor ... ok
[INFO] [stdout] test network::tempo::tests::master_handoff_between_devices ... ok
[INFO] [stdout] test network::tempo::tests::on_beat_ignores_non_master ... ok
[INFO] [stdout] test network::tempo::tests::on_beat_updates_tempo_for_current_master ... ok
[INFO] [stdout] test network::tempo::tests::on_device_is_master_sets_state ... ok
[INFO] [stdout] test network::tempo::tests::on_master_yielded_to_us_emits_event ... ok
[INFO] [stdout] test network::tempo::tests::on_device_is_master_we_are_master ... ok
[INFO] [stdout] test network::tempo::tests::on_no_master_clears_state ... ok
[INFO] [stdout] test network::tempo::tests::resign_master_emits_event ... ok
[INFO] [stdout] test network::tempo::tests::our_device_accessor ... ok
[INFO] [stdout] test network::tempo::tests::resign_when_not_master_is_noop ... ok
[INFO] [stdout] test network::tempo::tests::set_master_tempo_same_value_is_noop ... ok
[INFO] [stdout] test network::tempo::tests::set_master_tempo_when_master ... ok
[INFO] [stdout] test network::tempo::tests::set_we_are_master_emits_events ... ok
[INFO] [stdout] test network::tempo::tests::tempo_changed_event ... ok
[INFO] [stdout] test network::tempo::tests::watch_channel_reflects_current_state ... ok
[INFO] [stdout] test network::tempo::tests::we_become_master_then_other_takes_over ... ok
[INFO] [stdout] test network::time::tests::beat_creates_new_entry ... ok
[INFO] [stdout] test network::time::tests::cdj_status_updates_position ... ok
[INFO] [stdout] test network::time::tests::default_trait ... ok
[INFO] [stdout] test network::time::tests::beat_updates_position ... ok
[INFO] [stdout] test network::time::tests::interpolation_while_playing ... ok
[INFO] [stdout] test network::time::tests::multiple_subscribers ... ok
[INFO] [stdout] test network::time::tests::multiple_players_independent ... ok
[INFO] [stdout] test network::time::tests::position_does_not_go_negative ... ok
[INFO] [stdout] test network::time::tests::position_fixed_while_paused ... ok
[INFO] [stdout] test network::time::tests::precise_overrides_estimated ... ok
[INFO] [stdout] test network::time::tests::precise_preserves_playing_state ... ok
[INFO] [stdout] test network::time::tests::remove_player ... ok
[INFO] [stdout] test network::time::tests::pitch_adjusted_interpolation ... ok
[INFO] [stdout] test network::time::tests::slack_default_and_custom ... ok
[INFO] [stdout] test network::time::tests::status_does_not_overwrite_precise_position ... ok
[INFO] [stdout] test network::time::tests::unknown_player_returns_none ... ok
[INFO] [stdout] test network::time::tests::subscription_receives_events ... ok
[INFO] [stdout] test network::virtual_cdj::tests::byte_to_fader_action_values ... ok
[INFO] [stdout] test network::virtual_cdj::tests::candidate_numbers_avoids_5_and_6 ... ok
[INFO] [stdout] test network::virtual_cdj::tests::candidate_numbers_non_standard_default ... ok
[INFO] [stdout] test network::virtual_cdj::tests::candidate_numbers_non_standard_with_some_taken ... ok
[INFO] [stdout] test network::virtual_cdj::tests::candidate_numbers_skips_used ... ok
[INFO] [stdout] test network::virtual_cdj::tests::candidate_numbers_all_taken ... ok
[INFO] [stdout] test network::virtual_cdj::tests::candidate_numbers_standard_prefers_1_to_4 ... ok
[INFO] [stdout] test network::virtual_cdj::tests::command_event_is_debug_clone_eq ... ok
[INFO] [stdout] test network::virtual_cdj::tests::config_builder_methods ... ok
[INFO] [stdout] test network::virtual_cdj::tests::config_defaults ... ok
[INFO] [stdout] test network::virtual_cdj::tests::config_rejects_zero_device_number ... ok
[INFO] [stdout] test network::virtual_cdj::tests::config_valid_device_number ... ok
[INFO] [stdout] test network::virtual_cdj::tests::config_with_name_builder ... ok
[INFO] [stdout] test network::virtual_cdj::tests::fader_start_too_short_returns_none ... ok
[INFO] [stdout] test network::virtual_cdj::tests::load_track_too_short_returns_none ... ok
[INFO] [stdout] test network::virtual_cdj::tests::load_track_with_various_slots ... ok
[INFO] [stdout] test network::virtual_cdj::tests::resolve_mac_unspecified_returns_placeholder ... ok
[INFO] [stdout] test network::virtual_cdj::tests::resolve_mac_loopback_returns_placeholder ... ok
[INFO] [stdout] test network::virtual_cdj::tests::round_trip_fader_start_command ... ok
[INFO] [stdout] test network::virtual_cdj::tests::round_trip_fader_start_single ... ok
[INFO] [stdout] test network::virtual_cdj::tests::start_and_accessors ... ok
[INFO] [stdout] test network::virtual_cdj::tests::round_trip_load_track_command ... ok
[INFO] [stdout] test network::virtual_cdj::tests::start_with_custom_name ... ok
[INFO] [stdout] test network::virtual_cdj::tests::status_broadcast_includes_set_tempo_bpm ... ok
[INFO] [stdout] test network::virtual_cdj::tests::status_broadcast_reflects_master_tempo ... ok
[INFO] [stdout] test network::virtual_cdj::tests::status_broadcast_defaults_when_not_master ... ok
[INFO] [stdout] test network::virtual_cdj::tests::subscribe_commands_returns_receiver ... ok
[INFO] [stdout] test network::virtual_cdj::tests::try_parse_command_rejects_bad_magic ... ok
[INFO] [stdout] test network::virtual_cdj::tests::try_parse_command_rejects_unknown_type ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_accessors ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_adjust_and_get_playback_position ... ok
[INFO] [stdout] test network::virtual_cdj::tests::try_parse_command_rejects_short_packet ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_auto_accept_yield_when_enabled ... ok
[INFO] [stdout] test network::finder::tests::ignored_address_prevents_discovery ... ok
[INFO] [stdout] test network::beat::tests::sync_does_not_appear_on_beat_channel ... ok
[INFO] [stdout] test network::beat::tests::ignores_unknown_packet_types ... ok
[INFO] [stdout] test network::beat::tests::on_air_does_not_appear_on_beat_channel ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_has_tempo_master ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_playback_position_default_zero ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_playing_default_false ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_process_cdj_status_master ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_process_cdj_status_handoff_to_us ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_process_mixer_status_master ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_request_master_negotiated_increments_sync_counter ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_process_beat_updates_master_tempo ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_sending_status_default_false ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_set_and_get_playing ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_set_and_get_synced ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_set_sending_status_toggle ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_set_tempo_always_stores_bpm ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_request_master_role ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_send_beat ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_send_load_settings_command ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_send_on_air_command ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::wait_for_defense_returns_false_on_timeout ... ok
[INFO] [stdout] test network::virtual_cdj::tests::wait_for_defense_ignores_non_matching_defense ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_set_tempo_when_master ... FAILED
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_synced_default_false ... ok
[INFO] [stdout] test protocol::announce::tests::build_packet_size ... ok
[INFO] [stdout] test protocol::announce::tests::claim_stage1_all_counters ... ok
[INFO] [stdout] test network::virtual_cdj::tests::wait_for_defense_detects_matching_defense ... ok
[INFO] [stdout] test network::virtual_cdj::tests::vcdj_yield_master_role ... FAILED
[INFO] [stdout] test protocol::announce::tests::claim_stage1_format ... ok
[INFO] [stdout] test protocol::announce::tests::claim_stage2_specific_assign ... ok
[INFO] [stdout] test protocol::announce::tests::claim_stage3_all_counters ... ok
[INFO] [stdout] test protocol::announce::tests::claim_stage3_format ... ok
[INFO] [stdout] test protocol::announce::tests::defense_packet_format ... ok
[INFO] [stdout] test protocol::announce::tests::device_library_plus_false_for_standard_packet ... ok
[INFO] [stdout] test protocol::announce::tests::device_library_plus_false_when_flag_zero ... ok
[INFO] [stdout] test protocol::announce::tests::device_library_plus_true_when_flag_set ... ok
[INFO] [stdout] test protocol::announce::tests::detect_opus_quad ... ok
[INFO] [stdout] test protocol::announce::tests::expand_xdj_az_returns_unchanged ... ok
[INFO] [stdout] test protocol::announce::tests::claim_stage2_format_auto ... ok
[INFO] [stdout] test protocol::announce::tests::detect_xdj_az ... ok
[INFO] [stdout] test protocol::announce::tests::expand_opus_quad_creates_four_players ... ok
[INFO] [stdout] test protocol::announce::tests::extract_claim_stage2_device_number_valid ... ok
[INFO] [stdout] test protocol::announce::tests::extract_claim_stage2_device_number_too_short ... ok
[INFO] [stdout] test protocol::announce::tests::extract_defense_device_number_too_short ... ok
[INFO] [stdout] test protocol::announce::tests::expand_non_opus_quad_returns_unchanged ... ok
[INFO] [stdout] test protocol::announce::tests::hello_packet_format ... ok
[INFO] [stdout] test protocol::announce::tests::extract_defense_device_number_valid ... ok
[INFO] [stdout] test protocol::announce::tests::hello_name_truncation ... ok
[INFO] [stdout] test protocol::announce::tests::name_truncated_to_max_len ... ok
[INFO] [stdout] test protocol::announce::tests::parse_handcrafted_keep_alive ... ok
[INFO] [stdout] test protocol::announce::tests::parse_mixer_device_type ... ok
[INFO] [stdout] test protocol::announce::tests::reject_wrong_packet_type ... ok
[INFO] [stdout] test protocol::beat::tests::beat_is_tempo_master_always_false ... ok
[INFO] [stdout] test protocol::announce::tests::round_trip_build_byte_layout ... ok
[INFO] [stdout] test protocol::beat::tests::beat_master_yielded_to_always_none ... ok
[INFO] [stdout] test protocol::beat::tests::build_beat_bpm_and_pitch ... ok
[INFO] [stdout] test protocol::beat::tests::build_beat_device_name_and_number ... ok
[INFO] [stdout] test protocol::beat::tests::build_beat_length_and_header ... ok
[INFO] [stdout] test protocol::beat::tests::build_beat_round_trip ... ok
[INFO] [stdout] test protocol::beat::tests::build_beat_timing_sentinels ... ok
[INFO] [stdout] test protocol::beat::tests::build_on_air_channel_flags ... ok
[INFO] [stdout] test protocol::beat::tests::build_on_air_length_and_header ... ok
[INFO] [stdout] test protocol::beat::tests::build_on_air_round_trip ... ok
[INFO] [stdout] test protocol::announce::tests::reject_too_short_packet ... ok
[INFO] [stdout] test protocol::beat::tests::beat_is_synced_always_false ... ok
[INFO] [stdout] test protocol::beat::tests::is_beat_within_bar_meaningful_cdj ... ok
[INFO] [stdout] test protocol::beat::tests::effective_tempo_at_normal_pitch ... ok
[INFO] [stdout] test protocol::announce::tests::parse_peer_count ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_pitched ... ok
[INFO] [stdout] test protocol::beat::tests::is_beat_within_bar_meaningful_mixer ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_timing_fields ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_timing_sentinel_none ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_cdj3000 ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_zero_bpm ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_too_short ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_wrong_type ... ok
[INFO] [stdout] test protocol::beat::tests::parse_beat_valid ... ok
[INFO] [stdout] test protocol::announce::tests::round_trip_build_then_parse ... ok
[INFO] [stdout] test protocol::beat::tests::parse_fader_start_round_trip ... ok
[INFO] [stdout] test protocol::beat::tests::parse_fader_start_wrong_type ... ok
[INFO] [stdout] test protocol::beat::tests::parse_fader_start_too_short ... ok
[INFO] [stdout] test protocol::beat::tests::parse_master_handoff_round_trip ... ok
[INFO] [stdout] test protocol::beat::tests::parse_master_handoff_wrong_type ... ok
[INFO] [stdout] test protocol::beat::tests::parse_master_handoff_too_short ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_all_on ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_4ch_partial ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_6ch ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_all_off ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_nonzero_flag_values ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_too_short ... ok
[INFO] [stdout] test protocol::beat::tests::parse_on_air_wrong_type ... ok
[INFO] [stdout] test protocol::beat::tests::parse_precise_position_negative_pitch ... ok
[INFO] [stdout] test protocol::beat::tests::parse_precise_position_valid ... ok
[INFO] [stdout] test protocol::beat::tests::parse_precise_position_wrong_length ... ok
[INFO] [stdout] test protocol::beat::tests::parse_precise_position_pitched ... ok
[INFO] [stdout] test protocol::beat::tests::effective_tempo_pitched_up ... ok
[INFO] [stdout] test protocol::beat::tests::parse_precise_position_wrong_type ... ok
[INFO] [stdout] test protocol::beat::tests::parse_sync_disable ... ok
[INFO] [stdout] test protocol::beat::tests::parse_sync_enable ... ok
[INFO] [stdout] test protocol::beat::tests::parse_sync_too_short ... ok
[INFO] [stdout] test protocol::beat::tests::parse_sync_wrong_type ... ok
[INFO] [stdout] test protocol::beat::tests::precise_position_base_bpm_pitched ... ok
[INFO] [stdout] test protocol::beat::tests::precise_position_base_bpm_no_pitch ... ok
[INFO] [stdout] test protocol::command::tests::device_name_embedded_in_packet ... ok
[INFO] [stdout] test protocol::command::tests::fader_start_channels ... ok
[INFO] [stdout] test protocol::command::tests::fader_start_has_correct_header_and_type ... ok
[INFO] [stdout] test protocol::command::tests::fader_start_single_targets_correct_channel ... ok
[INFO] [stdout] test protocol::command::tests::load_track_contains_rekordbox_id ... ok
[INFO] [stdout] test protocol::command::tests::load_track_has_correct_header_and_type ... ok
[INFO] [stdout] test protocol::command::tests::master_command_has_correct_header_and_type ... ok
[INFO] [stdout] test protocol::command::tests::load_track_source_fields ... ok
[INFO] [stdout] test protocol::command::tests::master_command_payload ... ok
[INFO] [stdout] test protocol::command::tests::round_trip_fader_start_fields ... ok
[INFO] [stdout] test protocol::command::tests::round_trip_load_track_fields ... ok
[INFO] [stdout] test protocol::command::tests::load_track_constant_and_target ... ok
[INFO] [stdout] test protocol::command::tests::sync_command_payload_fields ... ok
[INFO] [stdout] test protocol::command::tests::sync_has_correct_header_and_type ... ok
[INFO] [stdout] test protocol::command::tests::sync_enable_disable_flag ... ok
[INFO] [stdout] test protocol::header::tests::disambiguate_0x02_on_discovery_port ... ok
[INFO] [stdout] test protocol::header::tests::disambiguate_0x02_on_beat_port ... ok
[INFO] [stdout] test protocol::header::tests::disambiguate_0x0a_on_discovery_port ... ok
[INFO] [stdout] test protocol::header::tests::disambiguate_0x0a_on_status_port ... ok
[INFO] [stdout] test protocol::header::tests::parse_beat_packet ... ok
[INFO] [stdout] test protocol::header::tests::parse_sync_control_type ... ok
[INFO] [stdout] test protocol::header::tests::parse_master_handoff_type ... ok
[INFO] [stdout] test protocol::header::tests::parse_unknown_type ... ok
[INFO] [stdout] test protocol::header::tests::parse_valid_header ... ok
[INFO] [stdout] test protocol::header::tests::port_aware_fallback_for_other_types ... ok
[INFO] [stdout] test protocol::header::tests::reject_invalid_magic ... ok
[INFO] [stdout] test protocol::header::tests::reject_too_short_packet ... ok
[INFO] [stdout] test protocol::media::tests::build_query_encodes_devices_and_slot ... ok
[INFO] [stdout] test protocol::media::tests::build_query_has_valid_header ... ok
[INFO] [stdout] test protocol::media::tests::has_changed_same_media ... ok
[INFO] [stdout] test protocol::media::tests::has_changed_detects_different_media ... ok
[INFO] [stdout] test protocol::media::tests::media_type_none ... ok
[INFO] [stdout] test protocol::media::tests::media_type_cd ... ok
[INFO] [stdout] test protocol::media::tests::hash_key_deterministic ... ok
[INFO] [stdout] test protocol::media::tests::parse_creation_date ... ok
[INFO] [stdout] test protocol::media::tests::parse_creation_date_empty ... ok
[INFO] [stdout] test protocol::media::tests::media_type_sd ... ok
[INFO] [stdout] test protocol::media::tests::media_type_unknown ... ok
[INFO] [stdout] test protocol::media::tests::media_type_usb ... ok
[INFO] [stdout] test protocol::media::tests::parse_min_size_absent_in_short_packet ... ok
[INFO] [stdout] test protocol::media::tests::parse_no_media ... ok
[INFO] [stdout] test protocol::media::tests::parse_sd_media_details ... ok
[INFO] [stdout] test protocol::media::tests::parse_usb_media_details ... ok
[INFO] [stdout] test protocol::media::tests::reject_too_short_packet ... ok
[INFO] [stdout] test protocol::media::tests::reject_invalid_magic ... ok
[INFO] [stdout] test protocol::media::tests::slot_round_trip ... ok
[INFO] [stdout] test protocol::media::tests::slot_reference_accessor ... ok
[INFO] [stdout] test protocol::media::tests::utf16be_with_non_ascii ... ok
[INFO] [stdout] test protocol::media::tests::parse_has_my_settings_false ... ok
[INFO] [stdout] test protocol::media::tests::parse_min_size_present ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_device_name ... ok
[INFO] [stdout] test protocol::media::tests::parse_has_my_settings_absent_in_short_packet ... ok
[INFO] [stdout] test protocol::media::tests::parse_has_my_settings_present ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_flags_all_set ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_device_number ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_has_magic_header ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_flags_master_only ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_master_hand_off_none ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_master_hand_off_yielding ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_minimum_size ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_pitch ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_round_trip ... ok
[INFO] [stdout] test protocol::status::tests::cdj_active_loop_beats_not_looping ... ok
[INFO] [stdout] test protocol::status::tests::cdj_active_loop_beats_nonzero ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_round_trip_with_handoff ... ok
[INFO] [stdout] test protocol::status::tests::cdj_active_loop_beats_zero ... ok
[INFO] [stdout] test protocol::status::tests::cdj_beat_within_bar_meaningful ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_type_byte ... ok
[INFO] [stdout] test protocol::status::tests::cdj_beat_within_bar_meaningful_boundary ... ok
[INFO] [stdout] test protocol::status::tests::cdj_can_report_looping_standard ... ok
[INFO] [stdout] test protocol::status::tests::cdj_beat_within_bar_not_meaningful_five ... ok
[INFO] [stdout] test protocol::status::tests::cdj_beat_within_bar_not_meaningful_zero ... ok
[INFO] [stdout] test protocol::media::tests::utf16be_all_nulls_returns_empty ... ok
[INFO] [stdout] test protocol::status::tests::build_cdj_status_bpm ... ok
[INFO] [stdout] test protocol::status::tests::cdj_can_report_looping_extended ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_slot_asleep ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_slot_not_empty_0x11 ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_track_count ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_track_count_default_zero ... ok
[INFO] [stdout] test protocol::status::tests::cdj_effective_tempo_normal_pitch ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_slot_not_empty_loaded_0x1e ... ok
[INFO] [stdout] test protocol::status::tests::cdj_effective_tempo_with_pitch_change ... ok
[INFO] [stdout] test protocol::status::tests::cdj_format_cue_countdown_256_beats ... ok
[INFO] [stdout] test protocol::status::tests::cdj_format_cue_countdown_on_cue ... ok
[INFO] [stdout] test protocol::status::tests::cdj_format_cue_countdown_five_beats ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_bpm_only_synced_false_both_set ... ok
[INFO] [stdout] test protocol::status::tests::cdj_format_cue_countdown_out_of_range ... ok
[INFO] [stdout] test protocol::status::tests::cdj_format_cue_countdown_no_cue ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_bpm_only_synced_true ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_bpm_only_synced_false_neither ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_local_sd_not_unloading ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_local_sd_unloading ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_local_usb_unloading ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_local_usb_not_unloading ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_playing_cdj_mode ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_playing_vinyl_mode ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_tempo_master_false ... ok
[INFO] [stdout] test protocol::status::tests::cdj_is_tempo_master_true ... ok
[INFO] [stdout] test protocol::status::tests::cdj_master_yielding_to_none ... ok
[INFO] [stdout] test protocol::status::tests::cdj_master_yielding_to_some ... ok
[INFO] [stdout] test protocol::status::tests::cdj_playing_mode_neither_when_paused ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_at_end ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_cue_countdown_present ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_cue_countdown_sentinel ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_convenience_methods ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_cued ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_slot_empty_default ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_all_set ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_master_only ... ok
[INFO] [stdout] test protocol::status::tests::cdj_disc_slot_not_asleep ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_reliable_for_normal_cdj ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_reliable_for_opus_quad_counter_zero ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_reliable_for_opus_quad_normal_counter ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_unreliable_for_opus_quad_replayed ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_is_busy ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_is_opus_quad_false ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_is_opus_quad_true ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_link_media_available ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_local_sd_empty ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_local_sd_loaded ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_playing_synced_onair ... ok
[INFO] [stdout] test protocol::status::tests::cdj_format_cue_countdown_one_beat ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_flags_from_byte_round_trip ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_fields ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_local_usb_empty ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_new_field_defaults ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_local_usb_loaded ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_loop_in_extended_packet ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_no_loop_in_standard_packet ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_no_track_loaded ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_looping ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_master_hand_off ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_packet_number ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_paused ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_playing_backwards ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_too_short ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_track_number ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_play_state_2_and_3 ... ok
[INFO] [stdout] test protocol::status::tests::cdj_status_unknown_beat_number ... ok
[INFO] [stdout] test network::finder::tests::flush_devices_clears_map_and_emits_lost ... FAILED
[INFO] [stdout] test protocol::status::tests::cdj_status_searching ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_nexus_flag_cleared ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_pre_nexus_fallback_playing_moving ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_nexus_uses_flag ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_pre_nexus_fallback_playing_stopped ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_pre_nexus_looping_moving ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_pre_nexus_paused_moving ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_pre_nexus_searching_moving ... ok
[INFO] [stdout] test protocol::status::tests::is_playing_pre_nexus_searching_stopped ... ok
[INFO] [stdout] test protocol::status::tests::mixer_beat_within_bar_never_meaningful ... ok
[INFO] [stdout] test protocol::status::tests::mixer_beat_within_bar_not_meaningful_five ... ok
[INFO] [stdout] test protocol::status::tests::mixer_beat_within_bar_not_meaningful_zero ... ok
[INFO] [stdout] test protocol::status::tests::mixer_effective_tempo_normal_pitch ... ok
[INFO] [stdout] test protocol::status::tests::mixer_effective_tempo_with_pitch_change ... ok
[INFO] [stdout] test protocol::status::tests::mixer_is_tempo_master_true ... ok
[INFO] [stdout] test protocol::status::tests::mixer_master_yielding_to_none ... ok
[INFO] [stdout] test protocol::status::tests::mixer_master_yielding_to_some ... ok
[INFO] [stdout] test protocol::status::tests::mixer_status_fields ... ok
[INFO] [stdout] test protocol::status::tests::mixer_status_too_short ... ok
[INFO] [stdout] test protocol::status::tests::parse_status_dispatches_cdj ... ok
[INFO] [stdout] test protocol::status::tests::parse_status_dispatches_mixer ... ok
[INFO] [stdout] test protocol::status::tests::parse_status_rejects_invalid_magic ... ok
[INFO] [stdout] test protocol::status::tests::parse_status_rejects_unknown_type ... ok
[INFO] [stdout] test protocol::status::tests::play_state_2_moving_variants ... ok
[INFO] [stdout] test protocol::status::tests::play_state_2_opus_moving_in_is_playing_fallback ... ok
[INFO] [stdout] test protocol::status::tests::play_state_2_stopped_variants ... ok
[INFO] [stdout] test protocol::status::tests::play_state_2_opus_moving ... ok
[INFO] [stdout] test protocol::status::tests::play_state_3_unknown ... ok
[INFO] [stdout] test protocol::status::tests::play_state_3_known_values ... ok
[INFO] [stdout] test testing::tests::beat_pitched ... ok
[INFO] [stdout] test protocol::status::tests::play_state_2_unknown ... ok
[INFO] [stdout] test testing::tests::beat_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_cdj3000_loop_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_cued_round_trip ... ok
[INFO] [stdout] test testing::tests::beat_sentinel_timing ... ok
[INFO] [stdout] test testing::tests::cdj_status_looping_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_master_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_paused_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_pitch_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_playing_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_sd_loaded_round_trip ... ok
[INFO] [stdout] test testing::tests::cdj_status_via_parse_status ... ok
[INFO] [stdout] test testing::tests::channels_on_air_round_trip ... ok
[INFO] [stdout] test testing::tests::channels_on_air_6ch ... ok
[INFO] [stdout] test testing::tests::fixture_cdj_2000nxs2_cued ... ok
[INFO] [stdout] test testing::tests::fixture_beat_128bpm_downbeat ... ok
[INFO] [stdout] test testing::tests::fixture_cdj_2000nxs2_playing ... ok
[INFO] [stdout] test testing::tests::fixture_cdj_3000_looping ... ok
[INFO] [stdout] test testing::tests::fixture_cdj_900_pre_nexus ... ok
[INFO] [stdout] test testing::tests::fixture_djm_a9_status ... ok
[INFO] [stdout] test testing::tests::fixture_opus_quad_keepalive ... ok
[INFO] [stdout] test testing::tests::fixture_djm_900nxs2_master ... ok
[INFO] [stdout] test testing::tests::fixture_precise_position_mid_track ... ok
[INFO] [stdout] test testing::tests::fixture_channels_on_air_1_3 ... ok
[INFO] [stdout] test testing::tests::keep_alive_round_trip ... ok
[INFO] [stdout] test testing::tests::keep_alive_mixer_round_trip ... ok
[INFO] [stdout] test testing::tests::malformed_magic_rejected ... ok
[INFO] [stdout] test testing::tests::media_details_round_trip ... ok
[INFO] [stdout] test testing::tests::mixer_status_via_parse_status ... ok
[INFO] [stdout] test testing::tests::mixer_status_round_trip ... ok
[INFO] [stdout] test testing::tests::pre_nexus_is_playing_fallback ... ok
[INFO] [stdout] test testing::tests::precise_position_round_trip ... ok
[INFO] [stdout] test testing::tests::scenario_device_discovery ... ok
[INFO] [stdout] test testing::tests::precise_position_pitched ... ok
[INFO] [stdout] test testing::tests::scenario_master_handoff ... ok
[INFO] [stdout] test testing::tests::scenario_four_bar_beat_sequence ... ok
[INFO] [stdout] test testing::tests::scenario_track_load_and_play ... ok
[INFO] [stdout] test protocol::status::tests::mixer_is_tempo_master_false ... ok
[INFO] [stdout] test testing::tests::truncated_cdj_status_rejected ... ok
[INFO] [stdout] test testing::tests::unknown_play_state_2_variant ... ok
[INFO] [stdout] test testing::tests::truncated_keep_alive_rejected ... ok
[INFO] [stdout] test testing::tests::unknown_play_state_variant ... ok
[INFO] [stdout] test testing::tests::truncated_beat_rejected ... ok
[INFO] [stdout] test tests::builder_chaining ... ok
[INFO] [stdout] test tests::builder_defaults ... ok
[INFO] [stdout] test protocol::status::tests::mixer_status_hand_off ... ok
[INFO] [stdout] test testing::tests::unknown_play_state_3_variant ... ok
[INFO] [stdout] test testing::tests::pre_nexus_not_playing_when_stopped ... ok
[INFO] [stdout] test tests::reexports_core_types ... ok
[INFO] [stdout] test util::tests::bytes_to_number_2_bytes ... ok
[INFO] [stdout] test util::tests::bytes_to_number_4_bytes ... ok
[INFO] [stdout] test util::tests::bytes_to_number_3_bytes ... ok
[INFO] [stdout] test util::tests::bytes_to_number_le_2_bytes ... ok
[INFO] [stdout] test util::tests::bytes_to_number_1_byte ... ok
[INFO] [stdout] test tests::reexports_data_types ... ok
[INFO] [stdout] test util::tests::bytes_to_number_le_4_bytes ... ok
[INFO] [stdout] test util::tests::half_frame_round_trip ... ok
[INFO] [stdout] test util::tests::half_frame_to_time_known_value ... ok
[INFO] [stdout] test util::tests::half_frame_to_time_one ... ok
[INFO] [stdout] test util::tests::half_frame_to_time_zero ... ok
[INFO] [stdout] test util::tests::ipv4_conversion ... ok
[INFO] [stdout] test util::tests::mac_conversion ... ok
[INFO] [stdout] test util::tests::mac_format ... ok
[INFO] [stdout] test util::tests::number_to_bytes_2_byte ... ok
[INFO] [stdout] test util::tests::phrase_color_blue_variants ... ok
[INFO] [stdout] test util::tests::number_to_bytes_round_trip ... ok
[INFO] [stdout] test util::tests::phrase_color_green_variants ... ok
[INFO] [stdout] test util::tests::phrase_color_high_intensity_clamp ... ok
[INFO] [stdout] test util::tests::phrase_color_pink_variants ... ok
[INFO] [stdout] test util::tests::phrase_color_purple_variants ... ok
[INFO] [stdout] test util::tests::phrase_color_red_variants ... ok
[INFO] [stdout] test util::tests::phrase_color_unknown_mood_returns_white ... ok
[INFO] [stdout] test util::tests::phrase_label_known_moods ... ok
[INFO] [stdout] test util::tests::phrase_label_unknown_mood ... ok
[INFO] [stdout] test util::tests::pitch_multiplier_normal ... ok
[INFO] [stdout] test util::tests::pitch_double_is_100_pct ... ok
[INFO] [stdout] test util::tests::pitch_normal_is_zero_pct ... ok
[INFO] [stdout] test util::tests::pitch_round_trip ... ok
[INFO] [stdout] test util::tests::pitch_round_trip_negative ... ok
[INFO] [stdout] test util::tests::read_device_name_max_len_limits ... ok
[INFO] [stdout] test util::tests::read_device_name_no_null ... ok
[INFO] [stdout] test util::tests::time_to_half_frame_rounded_one_second ... ok
[INFO] [stdout] test util::tests::time_to_half_frame_one_second ... ok
[INFO] [stdout] test util::tests::time_to_half_frame_rounded_small ... ok
[INFO] [stdout] test util::tests::time_to_half_frame_zero ... ok
[INFO] [stdout] test util::tests::read_device_name_with_null ... ok
[INFO] [stdout] test network::finder::tests::loopback_device_discovery ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter' (443) panicked at src/network/virtual_cdj.rs:2017:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d3548228 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580482 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a9d33ac942 - <core[e929cb53b82a81ca]::result::Result<(), prodjlink_rs[b4db8364f5f2ff8]::error::ProDjLinkError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a9d33ac942 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2017:52
[INFO] [stdout]   22:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x55a9d33baeb1 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2030:20
[INFO] [stdout]   44:     0x55a9d33a13e7 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2011:54
[INFO] [stdout]   45:     0x55a9d3210f26 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   67:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command' (444) panicked at src/network/virtual_cdj.rs:2076:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d3548228 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580482 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a9d33ae153 - <core[e929cb53b82a81ca]::result::Result<(), prodjlink_rs[b4db8364f5f2ff8]::error::ProDjLinkError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a9d33ae153 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2076:52
[INFO] [stdout]   22:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   28:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x55a9d33bb521 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2097:20
[INFO] [stdout]   44:     0x55a9d33a1477 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2070:55
[INFO] [stdout]   45:     0x55a9d3210fe6 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   67:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_request_master_role stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_request_master_role' (454) panicked at src/network/virtual_cdj.rs:1442:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d3548228 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580482 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a9d33a48d0 - <core[e929cb53b82a81ca]::result::Result<(), prodjlink_rs[b4db8364f5f2ff8]::error::ProDjLinkError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a9d33a48d0 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_request_master_role::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1442:52
[INFO] [stdout]   22:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x55a9d33b692e - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_request_master_role
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1446:20
[INFO] [stdout]   44:     0x55a9d33a0d27 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_request_master_role::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1438:40
[INFO] [stdout]   45:     0x55a9d3210626 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_request_master_role::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   67:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled' (446) panicked at src/network/virtual_cdj.rs:2040:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d3548228 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580482 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a9d33a873c - <core[e929cb53b82a81ca]::result::Result<(), prodjlink_rs[b4db8364f5f2ff8]::error::ProDjLinkError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a9d33a873c - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2040:52
[INFO] [stdout]   22:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x55a9d33b93f1 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2050:20
[INFO] [stdout]   44:     0x55a9d33a10b7 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:2034:48
[INFO] [stdout]   45:     0x55a9d3210ae6 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   67:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_send_beat stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_send_beat' (455) panicked at src/network/virtual_cdj.rs:1828:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d354825a - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580702 - core[e929cb53b82a81ca]::panicking::panic
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x55a9d33a233b - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_beat::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1828:9
[INFO] [stdout]   21:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   24:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   27:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   28:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   29:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   30:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   32:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   35:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   36:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   37:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   38:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   40:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x55a9d33b58de - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_beat
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1829:20
[INFO] [stdout]   43:     0x55a9d33a0b77 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_beat::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1824:30
[INFO] [stdout]   44:     0x55a9d32103e6 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_beat::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   64:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   66:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_send_load_settings_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_send_load_settings_command' (456) panicked at src/network/virtual_cdj.rs:1841:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d354825a - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580702 - core[e929cb53b82a81ca]::panicking::panic
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x55a9d33a7fc7 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_load_settings_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1841:9
[INFO] [stdout]   21:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   24:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   27:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   28:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   29:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   30:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   32:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   35:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   36:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   37:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   38:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   40:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x55a9d33b8fce - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_load_settings_command
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1842:20
[INFO] [stdout]   43:     0x55a9d33a1057 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_load_settings_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1833:47
[INFO] [stdout]   44:     0x55a9d3210a66 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_load_settings_command::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   64:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   66:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_send_on_air_command stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_send_on_air_command' (457) panicked at src/network/virtual_cdj.rs:1819:9:
[INFO] [stdout] assertion failed: result.is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d354825a - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580702 - core[e929cb53b82a81ca]::panicking::panic
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x55a9d33a5075 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_on_air_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1819:9
[INFO] [stdout]   21:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   24:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   27:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   28:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   29:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   30:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   32:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   35:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   36:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   37:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   38:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   40:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x55a9d33b6aee - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_on_air_command
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1820:20
[INFO] [stdout]   43:     0x55a9d33a0d57 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_on_air_command::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1815:40
[INFO] [stdout]   44:     0x55a9d3210666 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_send_on_air_command::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   64:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   66:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_set_tempo_when_master stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_set_tempo_when_master' (463) panicked at src/network/virtual_cdj.rs:1468:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d3548228 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580482 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a9d33a6684 - <core[e929cb53b82a81ca]::result::Result<(), prodjlink_rs[b4db8364f5f2ff8]::error::ProDjLinkError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a9d33a6684 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_set_tempo_when_master::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1468:52
[INFO] [stdout]   22:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x55a9d33b744e - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_set_tempo_when_master
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1472:20
[INFO] [stdout]   44:     0x55a9d33a0e47 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_set_tempo_when_master::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1464:42
[INFO] [stdout]   45:     0x55a9d32107a6 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_set_tempo_when_master::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   67:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::virtual_cdj::tests::vcdj_yield_master_role stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::virtual_cdj::tests::vcdj_yield_master_role' (465) panicked at src/network/virtual_cdj.rs:1454:52:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d3548228 - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d3580482 - core[e929cb53b82a81ca]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x55a9d33a3b64 - <core[e929cb53b82a81ca]::result::Result<(), prodjlink_rs[b4db8364f5f2ff8]::error::ProDjLinkError>>::unwrap
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x55a9d33a3b64 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_yield_master_role::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1454:52
[INFO] [stdout]   22:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x55a9d33b637e - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_yield_master_role
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1460:20
[INFO] [stdout]   44:     0x55a9d33a0c97 - prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_yield_master_role::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/virtual_cdj.rs:1450:38
[INFO] [stdout]   45:     0x55a9d3210566 - <prodjlink_rs[b4db8364f5f2ff8]::network::virtual_cdj::tests::vcdj_yield_master_role::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   67:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- network::finder::tests::flush_devices_clears_map_and_emits_lost stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'network::finder::tests::flush_devices_clears_map_and_emits_lost' (350) panicked at src/network/finder.rs:418:9:
[INFO] [stdout] expected DeviceLost for FlushTest device
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55a9d3569dea - std[29689e6404d28ef9]::backtrace_rs::backtrace::trace_unsynchronized::<std[29689e6404d28ef9]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55a9d3569dea - std[29689e6404d28ef9]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55a9d3569dea - <<std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[e929cb53b82a81ca]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55a9d357ff4a - <core[e929cb53b82a81ca]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55a9d357ff4a - core[e929cb53b82a81ca]::fmt::write
[INFO] [stdout]    6:     0x55a9d356ef22 - std[29689e6404d28ef9]::io::default_write_fmt::<alloc[9d7caffeb3b5d2c6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x55a9d356ef22 - <alloc[9d7caffeb3b5d2c6]::vec::Vec<u8> as std[29689e6404d28ef9]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x55a9d354816f - <std[29689e6404d28ef9]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55a9d354816f - std[29689e6404d28ef9]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55a9d3561e39 - std[29689e6404d28ef9]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55a9d342e35c - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x55a9d342e35c - test[a24b3028667022f7]::test_main_inner::<test[a24b3028667022f7]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x55a9d35620b2 - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn for<'a, 'b> core[e929cb53b82a81ca]::ops::function::Fn<(&'a std[29689e6404d28ef9]::panic::PanicHookInfo<'b>,), Output = ()> + core[e929cb53b82a81ca]::marker::Send + core[e929cb53b82a81ca]::marker::Sync> as core[e929cb53b82a81ca]::ops::function::Fn<(&std[29689e6404d28ef9]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x55a9d35620b2 - std[29689e6404d28ef9]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55a9d354825a - std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x55a9d353d389 - std[29689e6404d28ef9]::sys::backtrace::__rust_end_short_backtrace::<std[29689e6404d28ef9]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55a9d35490fd - __rustc[3aed6af316653e63]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55a9d358073c - core[e929cb53b82a81ca]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55a9d32eed07 - prodjlink_rs[b4db8364f5f2ff8]::network::finder::tests::flush_devices_clears_map_and_emits_lost::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/finder.rs:418:9
[INFO] [stdout]   20:     0x55a9d32d8472 - <core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x55a9d32d84ed - <core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>> as core[e929cb53b82a81ca]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x55a9d322452d - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   23:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::with_budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x55a9d322442b - tokio[36ebc10cb3655fa3]::task::coop::budget::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x55a9d322442b - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   26:     0x55a9d32179f0 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Context>::enter::<core[e929cb53b82a81ca]::task::poll::Poll<()>, <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   27:     0x55a9d3222fcd - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   28:     0x55a9d3222274 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   29:     0x55a9d3244abb - <tokio[36ebc10cb3655fa3]::runtime::context::scoped::Scoped<tokio[36ebc10cb3655fa3]::runtime::scheduler::Context>>::set::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x55a9d3223c39 - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:38
[INFO] [stdout]   31:     0x55a9d33e7392 - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::try_with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x55a9d33e6f1e - <std[29689e6404d28ef9]::thread::local::LocalKey<tokio[36ebc10cb3655fa3]::runtime::context::Context>>::with::<tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x55a9d322133d - tokio[36ebc10cb3655fa3]::runtime::context::set_scheduler::<(alloc[9d7caffeb3b5d2c6]::boxed::Box<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::Core>, core[e929cb53b82a81ca]::option::Option<()>), <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context.rs:181:17
[INFO] [stdout]   34:     0x55a9d321f210 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>::{closure#0}, core[e929cb53b82a81ca]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   35:     0x55a9d321f506 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   36:     0x55a9d3221d80 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   37:     0x55a9d3267713 - tokio[36ebc10cb3655fa3]::runtime::context::runtime::enter_runtime::<<tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x55a9d3217521 - <tokio[36ebc10cb3655fa3]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   39:     0x55a9d339c624 - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on_inner::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x55a9d339c7ef - <tokio[36ebc10cb3655fa3]::runtime::runtime::Runtime>::block_on::<core[e929cb53b82a81ca]::pin::Pin<&mut dyn core[e929cb53b82a81ca]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x55a9d32f9f81 - prodjlink_rs[b4db8364f5f2ff8]::network::finder::tests::flush_devices_clears_map_and_emits_lost
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/finder.rs:420:22
[INFO] [stdout]   42:     0x55a9d32eac27 - prodjlink_rs[b4db8364f5f2ff8]::network::finder::tests::flush_devices_clears_map_and_emits_lost::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/network/finder.rs:372:55
[INFO] [stdout]   43:     0x55a9d32120e6 - <prodjlink_rs[b4db8364f5f2ff8]::network::finder::tests::flush_devices_clears_map_and_emits_lost::{closure#0} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x55a9d342163b - <fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x55a9d342163b - test[a24b3028667022f7]::__rust_begin_short_backtrace::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, fn() -> core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x55a9d342ee2b - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x55a9d342ee2b - std[29689e6404d28ef9]::panicking::catch_unwind::<core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>, core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x55a9d342ee2b - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<test[a24b3028667022f7]::run_test_in_process::{closure#0}>, core[e929cb53b82a81ca]::result::Result<(), alloc[9d7caffeb3b5d2c6]::string::String>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test_in_process
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x55a9d342ee2b - test[a24b3028667022f7]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x55a9d3428544 - test[a24b3028667022f7]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x55a9d3428544 - std[29689e6404d28ef9]::sys::backtrace::__rust_begin_short_backtrace::<test[a24b3028667022f7]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x55a9d3431a32 - <core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::do_call::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x55a9d3431a32 - std[29689e6404d28ef9]::panicking::catch_unwind::<(), core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x55a9d3431a32 - std[29689e6404d28ef9]::panic::catch_unwind::<core[e929cb53b82a81ca]::panic::unwind_safe::AssertUnwindSafe<std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x55a9d3431a32 - std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked::<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x55a9d3431a32 - <std[29689e6404d28ef9]::thread::lifecycle::spawn_unchecked<test[a24b3028667022f7]::run_test::{closure#1}, ()>::{closure#1} as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x55a9d35694ff - <alloc[9d7caffeb3b5d2c6]::boxed::Box<dyn core[e929cb53b82a81ca]::ops::function::FnOnce<(), Output = ()> + core[e929cb53b82a81ca]::marker::Send> as core[e929cb53b82a81ca]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   63:     0x55a9d35694ff - <std[29689e6404d28ef9]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ec6f9a5b4413f74386267ef8efc93712c2ce6db6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x7c2d1d6edaa4 - <unknown>
[INFO] [stdout]   65:     0x7c2d1d77aa64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     network::finder::tests::flush_devices_clears_map_and_emits_lost
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_auto_yield_on_higher_sync_counter
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_handoff_complete_on_master_command
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_no_auto_yield_when_disabled
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_request_master_role
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_send_beat
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_send_load_settings_command
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_send_on_air_command
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_set_tempo_when_master
[INFO] [stdout]     network::virtual_cdj::tests::vcdj_yield_master_role
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 772 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8441ad1987cb9c00aaa9d95a50086fbab66eebd1f5c669a9cb653c242fb0d7a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8441ad1987cb9c00aaa9d95a50086fbab66eebd1f5c669a9cb653c242fb0d7a2", kill_on_drop: false }`
[INFO] [stdout] 8441ad1987cb9c00aaa9d95a50086fbab66eebd1f5c669a9cb653c242fb0d7a2
