[INFO] cloning repository https://github.com/knu/tfil
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/knu/tfil" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknu%2Ftfil", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknu%2Ftfil'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc945c7e76e41bd58a31d5549fa03e3320e202d5
[INFO] testing knu/tfil against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknu%2Ftfil" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/knu/tfil
[INFO] finished tweaking git repo https://github.com/knu/tfil
[INFO] tweaked toml for git repo https://github.com/knu/tfil written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/knu/tfil on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/knu/tfil 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.99.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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf
[INFO] running `Command { std: "docker" "start" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", 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" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", 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" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling arrayvec v0.7.8
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling log v0.4.34
[INFO] [stderr]    Compiling tfil v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.6
[INFO] [stderr]    Compiling vte v0.15.0
[INFO] [stderr]    Compiling vt100 v0.16.2
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling serial2 v0.2.38
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling clap v4.6.6
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 20.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", 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" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling portable-pty v0.9.0
[INFO] [stderr]    Compiling tfil v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 10.37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", 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" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/tfil-7c82467b76b3316b)
[INFO] [stdout] 
[INFO] [stdout] running 85 tests
[INFO] [stdout] test codex_mouse_ui::tests::child_mode_change_triggers_reassert ... ok
[INFO] [stdout] test codex_mouse_ui::tests::click_on_marked_option_sends_enter_only ... ok
[INFO] [stdout] test codex_mouse_ui::tests::click_outside_menu_is_forwarded_when_child_uses_sgr ... ok
[INFO] [stdout] test codex_mouse_ui::tests::click_outside_menu_is_dropped_when_child_has_no_mouse ... ok
[INFO] [stdout] test codex_mouse_ui::tests::click_uses_application_cursor_arrows_when_set ... ok
[INFO] [stdout] test codex_mouse_ui::tests::hover_toggles_pointer_shape ... ok
[INFO] [stdout] test codex_mouse_ui::tests::hover_steers_selection_and_click_confirms ... ok
[INFO] [stdout] test codex_mouse_ui::tests::interactive_sequence_split_across_chunks_enables_mouse ... ok
[INFO] [stdout] test codex_mouse_ui::tests::mode_sequence_split_across_chunks_triggers_reassert ... ok
[INFO] [stdout] test codex_mouse_ui::tests::click_on_option_sends_arrows_and_enter ... ok
[INFO] [stdout] test codex_mouse_ui::tests::numbered_list_without_marker_is_not_a_menu ... ok
[INFO] [stdout] test codex_mouse_ui::tests::keyboard_input_passes_through ... ok
[INFO] [stdout] test codex_mouse_ui::tests::motion_outside_menu_is_not_forwarded_to_press_only_child ... ok
[INFO] [stdout] test codex_mouse_ui::tests::mouse_sequence_split_across_chunks ... ok
[INFO] [stdout] test codex_mouse_ui::tests::overlong_candidate_is_flushed ... ok
[INFO] [stdout] test codex_mouse_ui::tests::pointer_resets_when_menu_disappears_under_mouse ... ok
[INFO] [stdout] test codex_mouse_ui::tests::resolves_indented_menu ... ok
[INFO] [stdout] test codex_mouse_ui::tests::resolves_menu_moves ... ok
[INFO] [stdout] test codex_mouse_ui::tests::quick_hover_across_options_sends_incremental_arrows ... ok
[INFO] [stdout] test codex_mouse_ui::tests::steering_resumes_from_redrawn_marker ... ok
[INFO] [stdout] test codex_mouse_ui::tests::upward_selection_yields_negative_moves ... ok
[INFO] [stdout] test filters::cursor_shape::tests::handles_split_across_chunks ... ok
[INFO] [stdout] test filters::cursor_shape::tests::flushes_unfinished_csi_on_finish ... ok
[INFO] [stdout] test codex_mouse_ui::tests::wheel_is_forwarded_in_x10_encoding_when_child_lacks_sgr ... ok
[INFO] [stdout] test codex_mouse_ui::tests::parses_sgr_reports ... ok
[INFO] [stdout] test codex_mouse_ui::tests::parses_option_lines ... ok
[INFO] [stdout] test filters::cursor_shape::tests::passes_through_no_escape_data ... ok
[INFO] [stdout] test codex_mouse_ui::tests::waits_for_interactive_session_before_enabling_mouse ... ok
[INFO] [stdout] test filters::cursor_shape::tests::preserves_cursor_move ... ok
[INFO] [stdout] test filters::cursor_shape::tests::preserves_sgr ... ok
[INFO] [stdout] test codex_mouse_ui::tests::tmux_pointer_mode_wraps_pointer_oscs ... ok
[INFO] [stdout] test codex_mouse_ui::tests::one_column_resize_accepts_wide_characters ... ok
[INFO] [stdout] test filters::cursor_shape::tests::lone_escape_then_normal_byte_is_passed_through ... ok
[INFO] [stdout] test filters::cursor_shape::tests::strips_decscusr_default ... ok
[INFO] [stdout] test filters::cursor_shape::tests::strips_decscusr_with_param ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_finish_flushes_pending_sequence ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_cursor_show_when_hiding_is_suppressed ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_inverse_keycap_text ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_multiline_inverse_text ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_sgr_with_reset_then_inverse ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_sgr_without_inverse ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_two_fullwidth_chars ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_cursor_hide ... ok
[INFO] [stdout] test filters::cursor_shape::tests::preserves_other_csi_with_space_intermediate ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_fake_cursor_attributes_across_newline ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_fake_cursor_attributes_around_cursor_moves ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_fake_cursor_attributes_across_carriage_return ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_fake_cursor_space ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_split_fake_cursor_space ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_unrelated_trailing_sgr ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_on_fullwidth_char ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_color_bundled_terminator ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_on_flag_emoji ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_compound_sgr_reset_terminator ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_color_bundled_starter_and_cursor_move ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_full_sgr_reset_terminator ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_single_cell_fake_cursor_attributes ... ok
[INFO] [stdout] test filters::osc_title::tests::flushes_unfinished_osc_on_finish ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_on_zwj_emoji ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_zero_sgr_reset_terminator ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_removes_split_cursor_hide ... ok
[INFO] [stdout] test filters::cursor_shape::tests::strips_decscusr_double_digit ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_preserves_long_inverse_text ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_color_bundled_starter ... ok
[INFO] [stdout] test filters::osc_title::tests::handles_split_across_chunks ... ok
[INFO] [stdout] test filters::osc_title::tests::handles_split_st_terminator ... ok
[INFO] [stdout] test filters::osc_title::tests::lone_escape_then_normal_byte_is_passed_through ... ok
[INFO] [stdout] test filters::osc_title::tests::passes_through_no_escape_data ... ok
[INFO] [stdout] test filters::osc_title::tests::preserves_osc4_palette ... ok
[INFO] [stdout] test filters::osc_title::tests::preserves_osc8_hyperlink_with_st ... ok
[INFO] [stdout] test filters::osc_title::tests::strips_osc0_title_with_bel ... ok
[INFO] [stdout] test filters::osc_title::tests::strips_osc1_icon_with_bel ... ok
[INFO] [stdout] test filters::osc_title::tests::strips_osc2_title_with_st ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::does_not_wrap_code_with_matching_prefix ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::flushes_unfinished_osc_on_finish ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::handles_split_across_chunks ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::handles_split_st_terminator ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::passes_csi_and_plain_text ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::passes_non_numeric_osc ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::passes_unlisted_osc ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::tmux_wrap_doubles_escapes ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::wraps_listed_osc_with_bel ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::wraps_listed_osc_with_st ... ok
[INFO] [stdout] test filters::tmux_osc_passthrough::tests::wraps_osc_without_semicolon ... ok
[INFO] [stdout] test filters::ink_fake_cursor::tests::test_cursor_filter_strips_fake_cursor_with_color_bundled_starter_and_terminator ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 85 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/tfil-ea806e8537480adb)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test tests::debug_dump_path_prefers_cli_over_env ... ok
[INFO] [stdout] test tests::debug_dump_path_uses_env_when_cli_is_absent ... ok
[INFO] [stdout] test tests::wrap_conflicts_with_create_wrapper ... ok
[INFO] [stdout] test tests::wrap_mode_accepts_no_positionals ... ok
[INFO] [stdout] test tests::wrap_mode_treats_all_positionals_as_child_args ... ok
[INFO] [stdout] test tests::wrapper_args_cover_all_behavior_options ... ok
[INFO] [stdout] test tests::wrapper_bypasses_pty_when_standard_io_is_not_a_terminal ... ok
[INFO] [stdout] test wrapper::tests::expand_tilde_replaces_leading_tilde ... ok
[INFO] [stdout] test wrapper::tests::script_content_starts_with_marker_and_quotes_args ... ok
[INFO] [stdout] test wrapper::tests::create_wrappers_refuses_foreign_files_without_force ... ok
[INFO] [stdout] test wrapper::tests::create_wrappers_validates_all_before_writing_any ... ok
[INFO] [stdout] test wrapper::tests::create_wrappers_writes_executable_and_dedups ... ok
[INFO] [stdout] test wrapper::tests::resolve_follows_symlinked_self ... ok
[INFO] [stdout] test wrapper::tests::generated_content_is_recognized_as_wrapper ... ok
[INFO] [stdout] test wrapper::tests::resolve_skips_self_and_other_wrappers ... ok
[INFO] [stdout] test wrapper::tests::resolve_fails_when_only_self_exists ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/wrapper_script.rs (/opt/rustwide/target/release/deps/wrapper_script-3a3fab379414e94d)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test wrapper_exits_127_when_target_is_missing ... ok
[INFO] [stdout] test generated_wrapper_bypasses_pty_for_non_terminal_io ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests tfil
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 11) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.41s; merged doctests compilation took 0.40s
[INFO] running `Command { std: "docker" "inspect" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf", kill_on_drop: false }`
[INFO] [stdout] ad22aec7cfac1085826394c853e98284782c2e63f39a66a29f066ea4c20a38cf
