[INFO] cloning repository https://github.com/bugzmanov/djvu-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bugzmanov/djvu-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugzmanov%2Fdjvu-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugzmanov%2Fdjvu-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 244564802e23cf4cad8d56bb5d425c5e519ae219
[INFO] testing bugzmanov/djvu-rs against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbugzmanov%2Fdjvu-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bugzmanov/djvu-rs
[INFO] finished tweaking git repo https://github.com/bugzmanov/djvu-rs
[INFO] tweaked toml for git repo https://github.com/bugzmanov/djvu-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bugzmanov/djvu-rs on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bugzmanov/djvu-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 280e2036ca5c9e90bd67a0931b995553dbedefa396e0735fde1a3f1275891e8b
[INFO] running `Command { std: "docker" "start" "-a" "280e2036ca5c9e90bd67a0931b995553dbedefa396e0735fde1a3f1275891e8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "280e2036ca5c9e90bd67a0931b995553dbedefa396e0735fde1a3f1275891e8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "280e2036ca5c9e90bd67a0931b995553dbedefa396e0735fde1a3f1275891e8b", kill_on_drop: false }`
[INFO] [stdout] 280e2036ca5c9e90bd67a0931b995553dbedefa396e0735fde1a3f1275891e8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 43858fc440535c9618ba5089fe4f5640b3843addbc68fe6e1180a8bbdd2a50ef
[INFO] running `Command { std: "docker" "start" "-a" "43858fc440535c9618ba5089fe4f5640b3843addbc68fe6e1180a8bbdd2a50ef", kill_on_drop: false }`
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling djvu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
[INFO] running `Command { std: "docker" "inspect" "43858fc440535c9618ba5089fe4f5640b3843addbc68fe6e1180a8bbdd2a50ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43858fc440535c9618ba5089fe4f5640b3843addbc68fe6e1180a8bbdd2a50ef", kill_on_drop: false }`
[INFO] [stdout] 43858fc440535c9618ba5089fe4f5640b3843addbc68fe6e1180a8bbdd2a50ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77aed816c5c025a7378958ed0a8ac011463cc2a7defe77172ff12b9bf2e9460f
[INFO] running `Command { std: "docker" "start" "-a" "77aed816c5c025a7378958ed0a8ac011463cc2a7defe77172ff12b9bf2e9460f", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling djvu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.88s
[INFO] running `Command { std: "docker" "inspect" "77aed816c5c025a7378958ed0a8ac011463cc2a7defe77172ff12b9bf2e9460f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77aed816c5c025a7378958ed0a8ac011463cc2a7defe77172ff12b9bf2e9460f", kill_on_drop: false }`
[INFO] [stdout] 77aed816c5c025a7378958ed0a8ac011463cc2a7defe77172ff12b9bf2e9460f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b853517928b347beab6d6a3e1ddf3982a7a29f68dfb8d17911ff041f70a23bf1
[INFO] running `Command { std: "docker" "start" "-a" "b853517928b347beab6d6a3e1ddf3982a7a29f68dfb8d17911ff041f70a23bf1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/djvu-a66e37a26ca3c8b2)
[INFO] [stdout] 
[INFO] [stdout] running 157 tests
[INFO] [stdout] test bitmap::tests::new_bitmap_is_all_white ... ok
[INFO] [stdout] test bitmap::tests::set_and_clear ... ok
[INFO] [stdout] test bitmap::tests::non_byte_aligned_width ... ok
[INFO] [stdout] test bitmap::tests::set_and_get_roundtrip ... ok
[INFO] [stdout] test bitmap::tests::to_pbm_format ... ok
[INFO] [stdout] test bitmap::tests::to_pbm_non_byte_aligned ... ok
[INFO] [stdout] test bzz::tests::bzz_all_ones ... ok
[INFO] [stdout] test bzz::tests::bzz_decode_real_dirm ... ok
[INFO] [stdout] test bzz::tests::bzz_decode_1byte ... ok
[INFO] [stdout] test bzz::tests::bzz_decode_long ... ok
[INFO] [stdout] test bzz::tests::bzz_decode_short ... ok
[INFO] [stdout] test document::tests::debug_bg_lowres_vs_ddjvu ... ignored
[INFO] [stdout] test document::tests::bookmarks_empty_for_single_page ... ok
[INFO] [stdout] test document::tests::document_missing_optional_chunks ... ok
[INFO] [stdout] test document::tests::document_missing_info_chunk ... ok
[INFO] [stdout] test document::tests::document_page_out_of_bounds ... ok
[INFO] [stdout] test bzz::tests::bzz_empty_input ... ok
[INFO] [stdout] test document::tests::document_empty_input ... ok
[INFO] [stdout] test document::tests::bookmarks_navm_fgbz ... ok
[INFO] [stdout] test document::tests::document_truncated_file ... ok
[INFO] [stdout] test document::tests::decode_palette_navm_fgbz ... ok
[INFO] [stdout] test document::tests::layer_availability ... ok
[INFO] [stdout] test document::tests::bookmarks_empty_for_no_navm ... ok
[INFO] [stdout] test document::tests::text_layer_none_for_no_text ... ok
[INFO] [stdout] test document::tests::text_layer_carte_p1 ... ok
[INFO] [stdout] test document::tests::page_dimensions_navm_fgbz ... ok
[INFO] [stdout] test document::tests::decode_mask_matches_direct_boy_jb2 ... ok
[INFO] [stdout] test document::tests::page_info_dpi ... ok
[INFO] [stdout] test document::tests::thumbnail_none_for_single_page ... ok
[INFO] [stdout] test iff::tests::empty_input ... ok
[INFO] [stdout] test iff::tests::find_first_chunk ... ok
[INFO] [stdout] test document::tests::page_dimensions_djvu3spec ... ok
[INFO] [stdout] test iff::tests::magic_only_no_form ... ok
[INFO] [stdout] test document::tests::text_layer_zone_text_access ... ok
[INFO] [stdout] test iff::tests::structure_boy ... ok
[INFO] [stdout] test iff::tests::structure_big_scanned_page ... ok
[INFO] [stdout] test iff::tests::structure_carte ... ok
[INFO] [stdout] test iff::tests::structure_chicken ... ok
[INFO] [stdout] test document::tests::text_layer_djvu3spec_p1 ... ok
[INFO] [stdout] test iff::tests::parse_boy_jb2 ... ok
[INFO] [stdout] test iff::tests::structure_boy_jb2 ... ok
[INFO] [stdout] test document::tests::thumbnail_none_for_no_thum ... ok
[INFO] [stdout] test iff::tests::structure_navm_fgbz ... ok
[INFO] [stdout] test iff::tests::structure_djvu3spec_bundled ... ok
[INFO] [stdout] test iff::tests::too_short_for_magic ... ok
[INFO] [stdout] test document::tests::thumbnail_carte ... ok
[INFO] [stdout] test iff::tests::truncated_form_header ... ok
[INFO] [stdout] test iw44::tests::debug_bg_header_profiles ... ignored
[INFO] [stdout] test iw44::tests::debug_carte_bg_chunk1_block_profile ... ignored
[INFO] [stdout] test iw44::tests::debug_carte_bg_color_candidates ... ignored
[INFO] [stdout] test iff::tests::unknown_chunk_id_passthrough ... ok
[INFO] [stdout] test iw44::tests::debug_carte_bg_delay_candidates ... ignored
[INFO] [stdout] test iw44::tests::debug_carte_bg_progressive_chunk_mismatch ... ignored
[INFO] [stdout] test iff::tests::zero_size_leaf_chunk ... ok
[INFO] [stdout] test iw44::tests::debug_carte_bg_progressive_luma_mismatch ... ignored
[INFO] [stdout] test iw44::tests::debug_carte_bg_wavelet_rounding_candidates ... ignored
[INFO] [stdout] test iw44::tests::debug_color_delay_preadvance_candidate ... ignored
[INFO] [stdout] test iw44::tests::debug_colorbook_bg_luma_mismatch ... ignored
[INFO] [stdout] test iw44::tests::debug_context_reset_candidates ... ignored
[INFO] [stdout] test iw44::tests::debug_iw44_numeric_ranges ... ignored
[INFO] [stdout] test iw44::tests::iw44_all_zeros ... ok
[INFO] [stdout] test iff::tests::truncated_chunk_data ... ok
[INFO] [stdout] test iff::tests::structure_colorbook ... ok
[INFO] [stdout] test iw44::tests::iw44_empty_input ... ok
[INFO] [stdout] test iw44::tests::iw44_single_byte ... ok
[INFO] [stdout] test document::tests::text_layer_colorbook_p1 ... ok
[INFO] [stdout] test document::tests::page_counts ... ok
[INFO] [stdout] test document::tests::text_layer_czech_p6_utf8 ... ok
[INFO] [stdout] test jb2::tests::jb2_all_zeros ... ok
[INFO] [stdout] test iw44::tests::zigzag_table_spot_checks ... ok
[INFO] [stdout] test iw44::tests::iw44_truncated_header ... ok
[INFO] [stdout] test jb2::tests::jb2_decode_boy_jb2_mask ... ok
[INFO] [stdout] test iw44::tests::iw44_fuzz_crash_regression ... FAILED
[INFO] [stdout] test iw44::tests::iw44_to_pixmap_before_decode ... ok
[INFO] [stdout] test jb2::tests::jb2_dict_empty_input ... ok
[INFO] [stdout] test document::tests::decode_background_chicken ... ok
[INFO] [stdout] test jb2::tests::jb2_dict_truncated ... ok
[INFO] [stdout] test jb2::tests::jb2_empty_input ... ok
[INFO] [stdout] test iw44::tests::iw44_decode_boy_bg ... ok
[INFO] [stdout] test jb2::tests::jb2_fuzz_crash_regression ... FAILED
[INFO] [stdout] test jb2::tests::jb2_single_byte ... ok
[INFO] [stdout] test pixmap::tests::set_get_rgb ... ok
[INFO] [stdout] test render::tests::debug_bg_fraction_bits_sweep ... ignored
[INFO] [stdout] test pixmap::tests::to_ppm_format ... ok
[INFO] [stdout] test render::tests::debug_carte_bg_frac16_candidate ... ignored
[INFO] [stdout] test render::tests::debug_carte_bg_mod3_profile ... ignored
[INFO] [stdout] test render::tests::debug_carte_bg_phase_search ... ignored
[INFO] [stdout] test render::tests::debug_carte_bg_scaler_candidates ... ignored
[INFO] [stdout] test render::tests::debug_carte_bg_vertical_phase_flip_candidate ... ignored
[INFO] [stdout] test render::tests::debug_carte_fg_shift_candidates ... ignored
[INFO] [stdout] test render::tests::debug_carte_layer_mismatch ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_bg_arithmetic_candidates ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_bg_channel_bilinear_candidate ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_bg_mismatch_profile ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_bg_scaler_candidates ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_bg_xphase_search ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_fg_scaler_candidates ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_fg_shift_search ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_full_fg_shift_candidates ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_full_mismatch_profile ... ignored
[INFO] [stdout] test render::tests::debug_colorbook_navm_layer_mismatch ... ignored
[INFO] [stdout] test render::tests::debug_dump_carte_actual_ppm ... ignored
[INFO] [stdout] test render::tests::debug_dump_carte_bg_actual_ppm ... ignored
[INFO] [stdout] test render::tests::debug_layer_virtual_dims ... ignored
[INFO] [stdout] test render::tests::debug_navm_bg_scaler_candidates ... ignored
[INFO] [stdout] test pixmap::tests::white_pixmap ... ok
[INFO] [stdout] test render::tests::render_boy_jb2_mask_only ... ok
[INFO] [stdout] test render::tests::render_boy_jb2_rot90 ... ok
[INFO] [stdout] test iw44::tests::iw44_decode_chicken_bg ... ok
[INFO] [stdout] test document::tests::text_layer_all_pages_djvu3spec ... ok
[INFO] [stdout] test jb2::tests::jb2_decode_djvu3spec_p1_mask ... ok
[INFO] [stdout] test jb2::tests::jb2_decode_navm_fgbz_p1_mask ... ok
[INFO] [stdout] test tests::bookmarks_empty_when_absent ... ok
[INFO] [stdout] test tests::bookmarks_navm_fgbz ... ok
[INFO] [stdout] test tests::display_dimensions_with_rotation ... ok
[INFO] [stdout] test tests::from_bytes ... ok
[INFO] [stdout] test jb2::tests::jb2_decode_djvu3spec_p2_mask ... ok
[INFO] [stdout] test tests::page_dimensions ... ok
[INFO] [stdout] test tests::open_and_page_count ... ok
[INFO] [stdout] test render::tests::render_chicken_bg_only ... ok
[INFO] [stdout] test tests::parse_czech_text_layer ... ok
[INFO] [stdout] test document::tests::decode_mask_with_shared_dict ... ok
[INFO] [stdout] test tests::parse_links_minimal_file ... ok
[INFO] [stdout] test tests::parse_ccitt2_empty_last_chunk ... ok
[INFO] [stdout] test tests::render_boy_jb2_rotate180 ... ok
[INFO] [stdout] test tests::render_boy_jb2_rotate270 ... ok
[INFO] [stdout] test jb2::tests::jb2_decode_carte_p1_mask ... ok
[INFO] [stdout] test iw44::tests::iw44_parse_crcb_half_mode ... ok
[INFO] [stdout] test tests::render_pixel_exact_boy_jb2 ... ok
[INFO] [stdout] test tests::render_pixel_exact_chicken ... ok
[INFO] [stdout] test tests::render_problem_page_jb2_edge_case ... ok
[INFO] [stdout] test tests::render_vega_jb2_empty_edges ... ok
[INFO] [stdout] test tests::text_extraction_djvu3spec ... ok
[INFO] [stdout] test tests::text_none_for_image_only ... ok
[INFO] [stdout] test tests::text_plain_convenience ... ok
[INFO] [stdout] test tests::thumbnail_carte ... ok
[INFO] [stdout] test tests::thumbnail_none_for_image_only ... ok
[INFO] [stdout] test tests::to_rgb_output ... ok
[INFO] [stdout] test zp::tests::ffz_function ... ok
[INFO] [stdout] test zp::tests::ffz_table ... ok
[INFO] [stdout] test zp::tests::table_spot_checks ... ok
[INFO] [stdout] test zp::tests::tables_have_correct_length ... ok
[INFO] [stdout] test bzz::tests::bzz_truncated_header ... ok
[INFO] [stdout] test bzz::tests::bzz_single_byte ... ok
[INFO] [stdout] test render::tests::render_navm_fgbz_p1 ... ok
[INFO] [stdout] test render::tests::render_djvu3spec_p5 ... ok
[INFO] [stdout] test tests::parse_irish_multi_bzz ... ok
[INFO] [stdout] test render::tests::render_carte_3layer ... ok
[INFO] [stdout] test render::tests::render_colorbook_p1 ... ok
[INFO] [stdout] test render::tests::render_navm_fgbz_p4_palette ... ok
[INFO] [stdout] test bzz::tests::bzz_all_zeros ... ok
[INFO] [stdout] test tests::parse_history_cyrillic_ids ... ok
[INFO] [stdout] test tests::render_slow_large_document ... ok
[INFO] [stdout] test document::tests::thumbnail_djvu3spec_all_pages ... ok
[INFO] [stdout] test iw44::tests::iw44_decode_big_scanned_sub4 has been running for over 60 seconds
[INFO] [stdout] test tests::render_all_test_files has been running for over 60 seconds
[INFO] [stdout] test tests::render_malliavin_empty_page has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/djvu-a66e37a26ca3c8b2` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b853517928b347beab6d6a3e1ddf3982a7a29f68dfb8d17911ff041f70a23bf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b853517928b347beab6d6a3e1ddf3982a7a29f68dfb8d17911ff041f70a23bf1", kill_on_drop: false }`
[INFO] [stdout] b853517928b347beab6d6a3e1ddf3982a7a29f68dfb8d17911ff041f70a23bf1
