[INFO] cloning repository https://github.com/iancleary/touchstone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iancleary/touchstone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiancleary%2Ftouchstone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiancleary%2Ftouchstone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 54c22e6f3fb85d10869ce4304b914c1f05b0f7eb
[INFO] testing iancleary/touchstone against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiancleary%2Ftouchstone" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iancleary/touchstone
[INFO] finished tweaking git repo https://github.com/iancleary/touchstone
[INFO] tweaked toml for git repo https://github.com/iancleary/touchstone written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iancleary/touchstone on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iancleary/touchstone already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0
[INFO] running `Command { std: "docker" "start" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling rfconversions v0.7.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling touchstone v0.14.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
[INFO] running `Command { std: "docker" "inspect" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling touchstone v0.14.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.97s
[INFO] running `Command { std: "docker" "inspect" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/touchstone-1932b96456ee4cad)
[INFO] [stdout] 
[INFO] [stdout] running 144 tests
[INFO] [stdout] test cli::tests::test_cascade_missing_name_value ... ok
[INFO] [stdout] test cli::tests::test_config_build_not_enough_args ... ok
[INFO] [stdout] test cli::tests::test_cascade_not_enough_args ... ok
[INFO] [stdout] test cli::tests::test_help_flag ... ok
[INFO] [stdout] test cli::tests::test_too_many_args_non_cascade ... ok
[INFO] [stdout] test cli::tests::test_version_flag ... ok
[INFO] [stdout] test data_line::tests::test_parse_1port_db ... ok
[INFO] [stdout] test data_line::tests::test_parse_1port_ma ... ok
[INFO] [stdout] test data_line::tests::test_parse_1port_ri_hz ... ok
[INFO] [stdout] test cli::tests::test_version_output_format ... ok
[INFO] [stdout] test data_line::tests::test_parse_2port_multiline ... ok
[INFO] [stdout] test data_line::tests::test_parse_frequency_khz ... ok
[INFO] [stdout] test data_line::tests::test_parse_2port_ri_explicit_12_21_order ... ok
[INFO] [stdout] test data_line::tests::test_parse_2port_ri_default_21_12_order ... ok
[INFO] [stdout] test data_line::tests::test_ri_round_trip_consistency ... ok
[INFO] [stdout] test data_line::tests::test_parse_frequency_ghz ... ok
[INFO] [stdout] test data_line::tests::test_parse_wrong_number_of_parts_returns_error ... ok
[INFO] [stdout] test data_line::tests::test_parse_frequency_thz ... ok
[INFO] [stdout] test data_pairs::tests::real_imaginary2 ... ok
[INFO] [stdout] test data_line::tests::test_parse_frequency_mhz ... ok
[INFO] [stdout] test data_line::tests::test_parse_unsupported_frequency_unit_returns_error ... ok
[INFO] [stdout] test data_pairs::tests::magnitude_angle ... ok
[INFO] [stdout] test data_line::tests::test_parse_unsupported_format_returns_error ... ok
[INFO] [stdout] test data_line::tests::test_parse_inline_comment_single_word_filtered ... ok
[INFO] [stdout] test data_pairs::tests::real_imaginary3 ... ok
[INFO] [stdout] test data_pairs::tests::real_imaginary ... ok
[INFO] [stdout] test data_pairs::tests::real_imaginary4 ... ok
[INFO] [stdout] test data_pairs::tests::test_magnitude_angle_matrix ... ok
[INFO] [stdout] test data_pairs::tests::test_decibel_angle_matrix ... ok
[INFO] [stdout] test data_pairs::tests::test_matrix_from_vec ... ok
[INFO] [stdout] test data_pairs::tests::test_matrix_multiplication_3x3 ... ok
[INFO] [stdout] test data_pairs::tests::test_matrix_creation_and_access ... ok
[INFO] [stdout] test data_pairs::tests::test_real_imaginary_arithmetic ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_expected_four_port ... ok
[INFO] [stdout] test data_pairs::tests::test_s_to_abcd_conversion ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_expected_three_port ... ok
[INFO] [stdout] test data_pairs::tests::test_matrix_multiplication_2x2 ... ok
[INFO] [stdout] test data_pairs::tests::test_matrix_format_conversion ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_expected_two_port ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_large_values ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_no_extension ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_other_extensions ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_single_port ... ok
[INFO] [stdout] test file_extension::tests::is_valid_file_extension_zeros ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_bare_filename ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_backslash_conversion ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_bare_filename ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_absolute_path ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_relative_path_with_separators ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_nested_relative_path ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_relative_path_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_windows_absolute_path ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_windows_unc_path ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_bare_filename_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_relative_unix_path ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_unix_path_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_relative ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_unc_path_forward_slashes ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_unc_path ... ok
[INFO] [stdout] test file_operations::tests::test_get_file_path_config_filename_with_spaces ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_unix_absolute ... ok
[INFO] [stdout] test file_operations::tests::test_path_to_url_manual_windows_path_with_spaces ... ok
[INFO] [stdout] test option_line::tests::parse_h_ri_r_50 ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_mixed_case_out_of_order ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_r_100_mixed_case_out_of_order ... ok
[INFO] [stdout] test data_pairs::tests::decibel_angle ... ok
[INFO] [stdout] test option_line::tests::parse_g_ri_r_50 ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_mixed_case ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_r_100 ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_r_50 ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_r_50_mixed_case ... ok
[INFO] [stdout] test option_line::tests::parse_s_ri_r_50_mixed_case_out_of_order ... ok
[INFO] [stdout] test option_line::tests::parse_y_ri_r_100_mixed_case_out_of_order ... ok
[INFO] [stdout] test option_line::tests::parse_y_ri_r_50 ... ok
[INFO] [stdout] test option_line::tests::parse_z_db_r_100_mixed_case_out_of_order ... ok
[INFO] [stdout] test option_line::tests::parse_z_ma_r_100_mixed_case_out_of_order ... ok
[INFO] [stdout] test cli::tests::test_config_build ... ok
[INFO] [stdout] test option_line::tests::parse_z_ri_r_50 ... ok
[INFO] [stdout] test option_line::tests::parse_z_ri_r_100_mixed_case_out_of_order ... ok
[INFO] [stdout] test option_line::tests::parse_z_ma_r_100_mixed_case_out_of_order2 ... ok
[INFO] [stdout] test option_line::tests::to_string ... ok
[INFO] [stdout] test parser::tests::parse_2_1_2port_accepts_explicit_12_21_order ... ok
[INFO] [stdout] test plot::tests::test_generate_plot_from_networks_empty ... ok
[INFO] [stdout] test parser::tests::parse_3port_hfss ... ok
[INFO] [stdout] test parser::tests::parse_legacy_2port_defaults_to_21_12_order ... ok
[INFO] [stdout] test parser::tests::parse_2port_ntwk3 ... ok
[INFO] [stdout] test parser::tests::parse_2port_ntwk1 ... ok
[INFO] [stdout] test parser::tests::parse_2port_ntwk2 ... ok
[INFO] [stdout] test cli::tests::test_directory_plot ... ok
[INFO] [stdout] test plot::tests::test_get_plotly_js_not_empty ... ok
[INFO] [stdout] test tests::resample_preserves_network_metadata ... ok
[INFO] [stdout] test plot::tests::test_get_tailwind_css_not_empty ... ok
[INFO] [stdout] test plot::tests::test_write_plot_html ... ok
[INFO] [stdout] test tests::resample_derives_ma_and_db_from_interpolated_real_imaginary_values ... ok
[INFO] [stdout] test tests::sample_at_clamp_holds_boundary_values_at_requested_frequency ... ok
[INFO] [stdout] test tests::s_ma ... ok
[INFO] [stdout] test tests::f ... ok
[INFO] [stdout] test tests::s_db ... ok
[INFO] [stdout] test tests::s_ri ... ok
[INFO] [stdout] test tests::sample_at_lower_and_upper_bounds_return_boundary_points ... ok
[INFO] [stdout] test tests::sample_at_midpoint_linearly_interpolates_real_imaginary_space ... ok
[INFO] [stdout] test tests::sample_at_exact_match_returns_existing_point ... ok
[INFO] [stdout] test tests::sample_at_interpolates_n_port_matrix_values ... ok
[INFO] [stdout] test tests::sample_at_out_of_range_returns_structured_error ... ok
[INFO] [stdout] test tests::sample_at_rejects_duplicate_frequencies ... ok
[INFO] [stdout] test tests::sample_at_rejects_non_finite_frequencies ... ok
[INFO] [stdout] test tests::sample_at_rejects_unsorted_frequencies ... ok
[INFO] [stdout] test tests::sample_at_nearest_uses_closest_point ... ok
[INFO] [stdout] test plot::tests::test_generate_plot_from_networks_one_port ... ok
[INFO] [stdout] test parser::tests::parse_4port_agilent ... ok
[INFO] [stdout] test tests::cascade_2port_networks ... ok
[INFO] [stdout] test data_pairs::tests::test_matrix_bounds_checking - should panic ... ok
[INFO] [stdout] test cli::tests::test_run_function ... FAILED
[INFO] [stdout] test tests::cascade_2port_networks_operator ... ok
[INFO] [stdout] test plot::tests::test_generate_plot_from_networks_rank_mismatch ... ok
[INFO] [stdout] test plot::tests::test_generate_two_port_plot_html ... ok
[INFO] [stdout] test tests::test_cascade_ports_2port_nonstandard - should panic ... ok
[INFO] [stdout] test tests::sample_at_rejects_empty_network_data ... ok
[INFO] [stdout] test plot::tests::test_generate_one_port_plot_html ... ok
[INFO] [stdout] test tests::test_cascade_ports_zero_port - should panic ... ok
[INFO] [stdout] test tests::test_save_load_roundtrip ... ok
[INFO] [stdout] test tests::test_print_summary ... ok
[INFO] [stdout] test tests::test_cascade_different_z0 - should panic ... ok
[INFO] [stdout] test tests::test_cascade_ports_invalid_from_port - should panic ... ok
[INFO] [stdout] test tests::test_cascade_non_2port - should panic ... ok
[INFO] [stdout] test utils::tests::degrees_to_radians_90 ... ok
[INFO] [stdout] test utils::tests::test_str_to_f64 ... ok
[INFO] [stdout] test tests::test_save_writes_touchstone_2_1_two_port_21_12_order ... ok
[INFO] [stdout] test cli::tests::test_cascade_command ... ok
[INFO] [stdout] test tests::test_clone ... ok
[INFO] [stdout] test tests::test_save_load_roundtrip_3port ... ok
[INFO] [stdout] test tests::test_cascade_ports_2port_standard ... ok
[INFO] [stdout] test plot::tests::test_generate_plot_from_networks_multi_two_port ... ok
[INFO] [stdout] test utils::tests::degrees_to_radians_180 ... ok
[INFO] [stdout] test utils::tests::test_str_to_f64_invalid ... ok
[INFO] [stdout] test utils::tests::degrees_to_radians_n90 ... ok
[INFO] [stdout] test tests::test_debug ... ok
[INFO] [stdout] test tests::test_cascade_ports_invalid_to_port - should panic ... ok
[INFO] [stdout] test tests::test_cascade_different_freq_units - should panic ... ok
[INFO] [stdout] test tests::test_save_load_roundtrip_1port ... ok
[INFO] [stdout] test tests::test_save_load_roundtrip_4port ... ok
[INFO] [stdout] test tests::test_save_load_roundtrip_db_format ... ok
[INFO] [stdout] test tests::test_save_load_roundtrip_ma_format ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli::tests::test_run_function stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cli::tests::test_run_function' (594) panicked at src/cli.rs:437:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Failed to parse Touchstone file"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea379144a81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea379144a81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea379144a81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ea379144a81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ea37915acca - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ea37915acca - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5ea37914922c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5ea37914922c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5ea3791201d6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ea3791201d6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ea37913ae09 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ea3790caad0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5ea3790caad0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ea37913afc2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5ea37913afc2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5ea379120282 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5ea379117899 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ea379120e7d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5ea37915b4cc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ea37915b242 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5ea37908b21f - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5ea37908b21f - touchstone[774504d5391044fb]::cli::tests::test_run_function
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:437:51
[INFO] [stdout]   22:     0x5ea3790898b7 - touchstone[774504d5391044fb]::cli::tests::test_run_function::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/cli.rs:404:27
[INFO] [stdout]   23:     0x5ea3790880f6 - <touchstone[774504d5391044fb]::cli::tests::test_run_function::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ea3790bde0b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ea3790bde0b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5ea3790cb455 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5ea3790cb455 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5ea3790cb455 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x5ea3790cb455 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ea3790cb455 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ea3790cb455 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5ea3790cb455 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5ea3790c5f04 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5ea3790c5f04 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5ea3790ce5a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5ea3790ce5a2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5ea3790ce5a2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x5ea3790ce5a2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ea3790ce5a2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ea3790ce5a2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5ea3790ce5a2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ea379143caf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x5ea379143caf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x7600378b1aa4 - <unknown>
[INFO] [stdout]   45:     0x76003793ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli::tests::test_run_function
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 143 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0", kill_on_drop: false }`
[INFO] [stdout] f0dbf73bb23831430134eec335d7eff92cfae4035df88368f917f95fa72815d0
