[INFO] cloning repository https://github.com/bahdotsh/mdterm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bahdotsh/mdterm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbahdotsh%2Fmdterm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbahdotsh%2Fmdterm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7247638587708e4283c31cc176d8b9b9422992a9
[INFO] testing bahdotsh/mdterm against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbahdotsh%2Fmdterm" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bahdotsh/mdterm
[INFO] finished tweaking git repo https://github.com/bahdotsh/mdterm
[INFO] tweaked toml for git repo https://github.com/bahdotsh/mdterm written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bahdotsh/mdterm on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bahdotsh/mdterm 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pulldown-cmark v0.11.3
[INFO] [stderr]   Downloaded pulldown-cmark-escape v0.11.0
[INFO] [stderr]   Downloaded open v5.3.3
[INFO] [stderr]   Downloaded gif v0.14.1
[INFO] [stderr]   Downloaded ureq v3.2.0
[INFO] [stderr]   Downloaded zune-jpeg v0.5.12
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.41
[INFO] [stderr]   Downloaded zerocopy v0.8.41
[INFO] [stderr]   Downloaded pxfm v0.1.28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787
[INFO] running `Command { std: "docker" "start" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", 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" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", 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" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling zerocopy v0.8.41
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling pxfm v0.1.28
[INFO] [stderr]    Compiling pulldown-cmark v0.11.3
[INFO] [stderr]    Compiling zune-jpeg v0.5.12
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling ureq-proto v0.5.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling gif v0.14.1
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling notify-types v1.0.1
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling open v5.3.3
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling fancy-regex v0.16.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.41
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling plist v1.8.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling syntect v5.3.0
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ureq v3.2.0
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling mdterm v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", 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" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling mdterm v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.23s
[INFO] running `Command { std: "docker" "inspect" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", 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" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mdterm-a78ed59c9c6eff76)
[INFO] [stdout] 
[INFO] [stdout] running 155 tests
[INFO] [stdout] test export::tests::safe_img_allows_http ... ok
[INFO] [stdout] test export::tests::safe_img_blocks_data_image_prefix_spoof ... ok
[INFO] [stdout] test export::tests::safe_img_blocks_control_char_bypass ... ok
[INFO] [stdout] test export::tests::safe_img_allows_relative_paths ... ok
[INFO] [stdout] test export::tests::safe_img_blocks_data_non_image ... ok
[INFO] [stdout] test export::tests::safe_img_allows_data_image ... ok
[INFO] [stdout] test export::tests::safe_img_blocks_javascript ... ok
[INFO] [stdout] test export::tests::safe_img_blocks_vbscript ... ok
[INFO] [stdout] test export::tests::safe_img_blocks_svg_xss ... ok
[INFO] [stdout] test export::tests::safe_img_handles_empty ... ok
[INFO] [stdout] test export::tests::safe_url_allows_anchor ... ok
[INFO] [stdout] test export::tests::safe_url_allows_http ... ok
[INFO] [stdout] test export::tests::safe_url_allows_mailto ... ok
[INFO] [stdout] test export::tests::safe_url_allows_relative_paths ... ok
[INFO] [stdout] test export::tests::safe_url_blocks_control_char_bypass ... ok
[INFO] [stdout] test export::tests::safe_url_blocks_javascript ... ok
[INFO] [stdout] test export::tests::safe_url_blocks_data ... ok
[INFO] [stdout] test export::tests::safe_url_handles_empty ... ok
[INFO] [stdout] test image::tests::blend_alpha_fully_opaque ... ok
[INFO] [stdout] test image::tests::calc_display_cells_tall_image_constrained_by_rows ... ok
[INFO] [stdout] test image::tests::calc_display_cells_fits_within_max ... ok
[INFO] [stdout] test export::tests::safe_url_handles_whitespace ... ok
[INFO] [stdout] test image::tests::calc_display_cells_zero_inputs_return_1x1 ... ok
[INFO] [stdout] test image::tests::downscale_small_image_unchanged ... ok
[INFO] [stdout] test image::tests::blend_alpha_fully_transparent ... ok
[INFO] [stdout] test image::tests::extract_host_ipv6 ... ok
[INFO] [stdout] test image::tests::extract_host_http_with_port ... ok
[INFO] [stdout] test export::tests::safe_url_blocks_tab_newline_in_scheme ... ok
[INFO] [stdout] test image::tests::extract_host_returns_none_for_non_http ... ok
[INFO] [stdout] test image::tests::extract_host_strips_userinfo ... ok
[INFO] [stdout] test image::tests::extract_host_various_urls ... ok
[INFO] [stdout] test image::tests::extract_host_https ... ok
[INFO] [stdout] test export::tests::safe_url_blocks_vbscript ... ok
[INFO] [stdout] test image::tests::blend_alpha_half_transparent ... ok
[INFO] [stdout] test image::tests::http_fetch_404_returns_none ... ignored
[INFO] [stdout] test image::tests::http_fetch_follows_absolute_redirect ... ignored
[INFO] [stdout] test image::tests::http_fetch_follows_redirect ... ignored
[INFO] [stdout] test image::tests::http_fetch_simple_image ... ignored
[INFO] [stdout] test image::tests::http_fetch_slow_image_within_timeout ... ignored
[INFO] [stdout] test image::tests::http_fetch_stops_after_too_many_redirects ... ignored
[INFO] [stdout] test image::tests::is_blocked_host_allows_public ... ok
[INFO] [stdout] test image::tests::is_blocked_host_allows_public_172 ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_all_rfc1918_172 ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_ipv6_expanded ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_local_tlds ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_localhost ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_private_ranges ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_ipv6_mapped ... ok
[INFO] [stdout] test image::tests::is_blocked_host_blocks_zero_prefix ... ok
[INFO] [stdout] test image::tests::path_safe_accepts_normal_paths ... ok
[INFO] [stdout] test image::tests::path_safe_rejects_all_control_bytes ... ok
[INFO] [stdout] test image::tests::path_safe_rejects_cr_lf ... ok
[INFO] [stdout] test image::tests::path_safe_rejects_del ... ok
[INFO] [stdout] test image::tests::path_safe_rejects_esc ... ok
[INFO] [stdout] test image::tests::path_safe_rejects_nul_via_control_check ... ok
[INFO] [stdout] test image::tests::path_safe_rejects_semicolon ... ok
[INFO] [stdout] test image::tests::has_image_false_after_failed_fetch ... ok
[INFO] [stdout] test image::tests::has_attempted_true_after_failed_fetch ... ok
[INFO] [stdout] test image::tests::fetch_if_missing_does_not_overwrite_existing_entry ... ok
[INFO] [stdout] test image::tests::has_attempted_true_after_successful_fetch ... ok
[INFO] [stdout] test image::tests::sixel_encode_alpha_blending ... ok
[INFO] [stdout] test image::tests::sixel_encode_contains_color_definitions ... ok
[INFO] [stdout] test image::tests::in_flight_count_starts_at_zero ... ok
[INFO] [stdout] test image::tests::sixel_encode_contains_raster_attributes ... ok
[INFO] [stdout] test image::tests::sixel_encode_empty_image_returns_empty ... ok
[INFO] [stdout] test image::tests::sixel_encode_has_dcs_and_st ... ok
[INFO] [stdout] test image::tests::has_attempted_false_for_unknown_url ... ok
[INFO] [stdout] test image::tests::sixel_quantize_few_colors_preserves_all ... ok
[INFO] [stdout] test image::tests::poll_completed_returns_false_when_empty ... ok
[INFO] [stdout] test image::tests::sixel_rle_compresses_repeated_chars ... ok
[INFO] [stdout] test image::tests::sixel_rle_short_runs_not_compressed ... ok
[INFO] [stdout] test image::tests::ssrf_blocks_redirect_to_metadata ... ok
[INFO] [stdout] test image::tests::has_image_true_after_successful_fetch ... ok
[INFO] [stdout] test image::tests::has_attempted_and_has_image_are_independent ... ok
[INFO] [stdout] test image::tests::has_image_false_for_unknown_url ... ok
[INFO] [stdout] test image::tests::tmux_wrap_doubles_esc_bytes ... ok
[INFO] [stdout] test image::tests::detect_terminology_blocked_in_tmux ... ok
[INFO] [stdout] test image::tests::start_fetch_skips_already_cached_url ... ok
[INFO] [stdout] test image::tests::start_fetch_respects_concurrency_cap ... ok
[INFO] [stdout] test image::tests::poll_completed_drains_channel ... ok
[INFO] [stdout] test image::tests::tmux_wrap_no_esc_passthrough ... ok
[INFO] [stdout] test json::tests::breadcrumb_formats_path ... ok
[INFO] [stdout] test image::tests::terminology_escape_bytes ... ok
[INFO] [stdout] test json::tests::expand_all_expands_entire_document ... ok
[INFO] [stdout] test image::tests::calc_display_cells_wide_image_constrained_by_cols ... ok
[INFO] [stdout] test json::tests::collapse_all_clears_everything ... ok
[INFO] [stdout] test image::tests::start_fetch_is_idempotent ... ok
[INFO] [stdout] test json::tests::expand_all_with_arrays ... ok
[INFO] [stdout] test image::tests::start_fetch_marks_url_in_flight ... ok
[INFO] [stdout] test image::tests::detect_kittyunicode_falls_back_to_halfblock_without_passthrough ... ok
[INFO] [stdout] test image::tests::detect_terminology_protocol ... ok
[INFO] [stdout] test markdown::tests::render_math_basic_symbols ... ok
[INFO] [stdout] test markdown::tests::render_math_fractions ... ok
[INFO] [stdout] test style::tests::blockquote_short_line_passes_through ... ok
[INFO] [stdout] test style::tests::blockquote_wrapping_preserves_prefix_on_all_lines ... ok
[INFO] [stdout] test style::tests::blockquote_wrapping_preserves_structural_meta ... ok
[INFO] [stdout] test style::tests::cjk_characters_count_as_double_width ... ok
[INFO] [stdout] test style::tests::code_meta_propagated_to_first_wrapped_line_only ... ok
[INFO] [stdout] test style::tests::emoji_display_width_respected ... ok
[INFO] [stdout] test style::tests::empty_line_passes_through ... ok
[INFO] [stdout] test style::tests::exact_width_line_not_wrapped ... ok
[INFO] [stdout] test style::tests::heading_meta_propagated_to_all_wrapped_lines ... ok
[INFO] [stdout] test style::tests::list_item_meta_propagated_to_all_wrapped_lines ... ok
[INFO] [stdout] test style::tests::long_word_force_broken ... ok
[INFO] [stdout] test style::tests::multi_span_line_wraps_preserving_styles ... ok
[INFO] [stdout] test style::tests::multiple_lines_wrapped_independently ... ok
[INFO] [stdout] test style::tests::short_line_passes_through_unchanged ... ok
[INFO] [stdout] test style::tests::wraps_at_word_boundary ... ok
[INFO] [stdout] test style::tests::zero_width_returns_input_unchanged ... ok
[INFO] [stdout] test viewer::tests::ctrl_h_never_toggles ... ok
[INFO] [stdout] test viewer::tests::ctrl_question_mark_never_toggles ... ok
[INFO] [stdout] test viewer::tests::f1_toggles_from_every_mode ... ok
[INFO] [stdout] test viewer::tests::h_opens_from_normal_and_closes_from_help_only ... ok
[INFO] [stdout] test viewer::tests::h_still_closes_help_even_when_slide_or_json_nav_context_remains ... ok
[INFO] [stdout] test viewer::tests::h_yields_to_slide_and_json_nav_but_question_mark_and_f1_do_not ... ok
[INFO] [stdout] test viewer::tests::help_box_dimensions_narrow_terminal ... ok
[INFO] [stdout] test viewer::tests::help_box_dimensions_reasonable_80x24 ... ok
[INFO] [stdout] test viewer::tests::help_box_dimensions_short_viewport ... ok
[INFO] [stdout] test viewer::tests::help_scroll_truncated_viewport ... ok
[INFO] [stdout] test viewer::tests::help_sections_entries_have_content ... ok
[INFO] [stdout] test image::tests::downscale_large_image_reduced ... ok
[INFO] [stdout] test viewer::tests::help_sections_no_duplicate_keys ... ok
[INFO] [stdout] test viewer::tests::help_total_rows_matches_sections ... ok
[INFO] [stdout] test viewer::tests::help_sections_non_empty ... ok
[INFO] [stdout] test image::tests::sixel_quantize_many_colors_limited_to_256 ... ok
[INFO] [stdout] test image::tests::terminology_no_temp_for_local_path ... FAILED
[INFO] [stdout] test markdown::tests::ordered_list_has_numbers ... ok
[INFO] [stdout] test markdown::tests::image_without_alt_gets_default ... ok
[INFO] [stdout] test markdown::tests::multiple_heading_levels ... ok
[INFO] [stdout] test viewer::tests::link_at_position_misses_plain_span ... ok
[INFO] [stdout] test viewer::tests::question_mark_toggles_except_text_input ... ok
[INFO] [stdout] test viewer::tests::slug_basic ... ok
[INFO] [stdout] test viewer::tests::slug_consecutive_hyphens_collapsed ... ok
[INFO] [stdout] test viewer::tests::slug_empty_and_special_only ... ok
[INFO] [stdout] test viewer::tests::slug_leading_trailing_trimmed ... ok
[INFO] [stdout] test viewer::tests::slug_mixed_unicode_punctuation ... ok
[INFO] [stdout] test viewer::tests::slug_multi_char_lowercase ... ok
[INFO] [stdout] test viewer::tests::slug_punctuation_stripped ... ok
[INFO] [stdout] test viewer::tests::slug_unicode ... ok
[INFO] [stdout] test viewer::tests::unrelated_keys_never_toggle ... ok
[INFO] [stdout] test viewer::tests::link_at_position_hits_link_span ... ok
[INFO] [stdout] test markdown::tests::h2_produces_heading_meta ... ok
[INFO] [stdout] test markdown::tests::h1_produces_heading_meta ... ok
[INFO] [stdout] test markdown::tests::unordered_list_has_bullets ... ok
[INFO] [stdout] test markdown::tests::blockquote_produces_styled_output ... ok
[INFO] [stdout] test markdown::tests::image_produces_placeholder_lines ... ok
[INFO] [stdout] test viewer::tests::link_at_position_multiple_links_on_one_line ... ok
[INFO] [stdout] test markdown::tests::code_block_lines_have_in_code_block_meta ... ok
[INFO] [stdout] test viewer::tests::link_at_position_returns_none_for_gutter ... ok
[INFO] [stdout] test markdown::tests::line_numbers_enabled_adds_numbers_in_code_blocks ... ok
[INFO] [stdout] test viewer::tests::link_at_position_returns_none_for_title_bar ... ok
[INFO] [stdout] test viewer::tests::link_at_position_returns_none_past_last_line ... ok
[INFO] [stdout] test viewer::tests::link_at_position_returns_none_past_end_of_line ... ok
[INFO] [stdout] test markdown::tests::code_block_tracked_in_document_info ... ok
[INFO] [stdout] test markdown::tests::multiple_code_blocks_tracked ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- image::tests::terminology_no_temp_for_local_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'image::tests::terminology_no_temp_for_local_path' (1942) panicked at src/image.rs:3169:18:
[INFO] [stdout] failed to write source fixture PNG: IoError(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f14fe8b1308 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f14fe8b1308 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f14fe8b1308 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f14fe8b1308 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f14fe8c878a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f14fe8c878a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5f14fe8b64c2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5f14fe8b64c2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5f14fe88d1c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f14fe88d1c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f14fe8a8a59 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f14fe0662dc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5f14fe0662dc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f14fe8a8c12 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5f14fe8a8c12 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f14fe88d282 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f14fe8820f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f14fe88e3ad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f14fe8c8fcc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f14fe8c8d42 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f14fdd392f5 - <core[8fb95b77d25ab6c8]::result::Result<(), image[aa64fa49d3ba8112]::error::ImageError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5f14fdbb43a4 - mdterm[740d681e57a66918]::image::tests::terminology_no_temp_for_local_path
[INFO] [stdout]                                at /opt/rustwide/workdir/src/image.rs:3169:18
[INFO] [stdout]   22:     0x5f14fdba81b7 - mdterm[740d681e57a66918]::image::tests::terminology_no_temp_for_local_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/image.rs:3161:44
[INFO] [stdout]   23:     0x5f14fdd243a6 - <mdterm[740d681e57a66918]::image::tests::terminology_no_temp_for_local_path::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f14fe0593bb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f14fe0593bb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5f14fe066c35 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5f14fe066c35 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5f14fe066c35 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5f14fe066c35 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5f14fe066c35 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f14fe066c35 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5f14fe066c35 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5f14fe060544 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5f14fe060544 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5f14fe069cb2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5f14fe069cb2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5f14fe069cb2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5f14fe069cb2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5f14fe069cb2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f14fe069cb2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5f14fe069cb2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f14fe8b07af - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5f14fe8b07af - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7e1ed027aaa4 - <unknown>
[INFO] [stdout]   45:     0x7e1ed0307a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     image::tests::terminology_no_temp_for_local_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 148 passed; 1 failed; 6 ignored; 0 measured; 0 filtered out; finished in 1.36s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin mdterm`
[INFO] running `Command { std: "docker" "inspect" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787", kill_on_drop: false }`
[INFO] [stdout] f0a27b0a7a018d4748644e9554a72b4f624f8049b3e852642b770936eaf25787
