[INFO] cloning repository https://github.com/k4yt3x/bytegraft
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k4yt3x/bytegraft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4yt3x%2Fbytegraft", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk4yt3x%2Fbytegraft'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 773555b4c3ffd8a6518037aa5167166eaa32a988
[INFO] testing k4yt3x/bytegraft 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%2Fk4yt3x%2Fbytegraft" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/k4yt3x/bytegraft
[INFO] finished tweaking git repo https://github.com/k4yt3x/bytegraft
[INFO] tweaked toml for git repo https://github.com/k4yt3x/bytegraft written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/k4yt3x/bytegraft 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/k4yt3x/bytegraft 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448
[INFO] running `Command { std: "docker" "start" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", 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" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448" "/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" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", 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" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448" "/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.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling bytegraft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", 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" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448" "/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 typenum v1.20.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling bytegraft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", 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" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448" "/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]      Running unittests src/bytegraft.rs (/opt/rustwide/target/release/deps/bytegraft-de475c53ff6f879d)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/bytegraft-7b64bac45e054b56)
[INFO] [stderr]      Running tests/engine.rs (/opt/rustwide/target/release/deps/engine-85c0c45c7d42d519)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test binary::tests::a_patch_may_not_straddle_two_segments ... ok
[INFO] [stdout] test binary::tests::output_name_defaults_to_the_registry_key_with_the_source_extension ... ok
[INFO] [stdout] test binary::tests::rejects_a_binary_that_declares_both_a_base_and_segments ... ok
[INFO] [stdout] test binary::tests::segment_mapping_resolves_through_the_matching_segment ... ok
[INFO] [stdout] test checksum::tests::a_value_is_stored_in_the_binarys_byte_order ... ok
[INFO] [stdout] test binary::tests::flat_mapping_subtracts_the_base ... ok
[INFO] [stdout] test checksum::tests::an_explicit_crc_matches_the_preset_it_spells_out ... ok
[INFO] [stdout] test checksum::tests::an_unknown_preset_lists_the_ones_that_exist ... ok
[INFO] [stdout] test checksum::tests::presets_reproduce_the_published_check_values ... ok
[INFO] [stdout] test checksum::tests::sum_and_xor_are_what_they_say ... ok
[INFO] [stdout] test mods::tests::a_change_may_not_give_both_an_address_and_a_signature ... ok
[INFO] [stdout] test mods::tests::a_change_must_give_one_or_the_other ... ok
[INFO] [stdout] test mods::tests::a_malformed_signature_is_rejected_by_name ... ok
[INFO] [stdout] test mods::tests::a_change_without_an_anchor_is_applied_on_its_signature_alone ... ok
[INFO] [stdout] test mods::tests::a_signature_matching_more_than_once_is_an_error_not_a_first_match ... ok
[INFO] [stdout] test mods::tests::a_signature_narrowed_by_one_byte_becomes_unique ... ok
[INFO] [stdout] test mods::tests::a_signature_resolves_to_the_site_it_matches ... ok
[INFO] [stdout] test mods::tests::a_signature_matching_nothing_is_an_error ... ok
[INFO] [stdout] test mods::tests::applies_patch_when_anchor_matches ... ok
[INFO] [stdout] test mods::tests::an_offset_moves_the_site_relative_to_the_match ... ok
[INFO] [stdout] test mods::tests::detects_overlapping_patches ... ok
[INFO] [stdout] test mods::tests::applies_two_disjoint_patches ... ok
[INFO] [stdout] test mods::tests::patches_a_segmented_binary_through_its_segments ... ok
[INFO] [stdout] test checksum::tests::a_value_too_wide_for_its_field_is_rejected ... ok
[INFO] [stdout] test mods::tests::rejects_address_below_base ... ok
[INFO] [stdout] test mods::tests::rejects_anchor_mismatch_without_writing ... ok
[INFO] [stdout] test mods::tests::rejects_empty_patch ... ok
[INFO] [stdout] test mods::tests::rejects_length_mismatch ... ok
[INFO] [stdout] test mods::tests::rejects_patch_past_end ... ok
[INFO] [stdout] test signature::tests::a_match_may_not_straddle_the_end_of_the_scanned_range ... ok
[INFO] [stdout] test signature::tests::accepts_the_usual_wildcard_spellings ... ok
[INFO] [stdout] test signature::tests::finds_every_match_not_just_the_first ... ok
[INFO] [stdout] test signature::tests::parses_spaced_and_run_together_patterns_the_same_way ... ok
[INFO] [stdout] test signature::tests::rejects_patterns_that_cannot_be_signatures ... ok
[INFO] [stdout] test tests::formats_addresses_at_the_narrowest_width_that_holds_them ... ok
[INFO] [stdout] test signature::tests::wildcards_match_any_byte_and_concrete_bytes_do_not ... ok
[INFO] [stdout] test tests::parses_addresses_above_four_gibibytes ... ok
[INFO] [stdout] test tests::the_prefix_decides_the_radix_not_the_quoting ... ok
[INFO] [stdout] test value::tests::a_value_too_wide_for_its_field_is_rejected ... ok
[INFO] [stdout] test value::tests::fill_repeats_one_byte ... ok
[INFO] [stdout] test value::tests::a_value_may_override_the_byte_order ... ok
[INFO] [stdout] test value::tests::hex_still_means_exactly_the_bytes_written ... ok
[INFO] [stdout] test signature::tests::a_leading_wildcard_still_anchors_on_a_later_byte ... ok
[INFO] [stdout] test tests::rejects_odd_length_hex ... ok
[INFO] [stdout] test tests::parses_hex_bytes_ignoring_whitespace ... ok
[INFO] [stdout] test value::tests::text_pads_to_a_declared_length ... ok
[INFO] [stdout] test value::tests::text_that_would_be_truncated_is_rejected ... ok
[INFO] [stdout] test value::tests::an_integer_takes_the_binarys_byte_order ... ok
[INFO] [stdout] test value::tests::signed_and_unsigned_spellings_of_a_byte_agree ... ok
[INFO] [stdout] test binary::tests::rejects_overlapping_segments ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test a_checksum_is_recomputed_after_patching ... ok
[INFO] [stdout] test a_checksum_declaration_that_does_not_describe_the_binary_is_rejected ... ok
[INFO] [stdout] test a_build_writes_the_binary_and_a_provenance_manifest ... ok
[INFO] [stdout] test a_big_endian_binary_encodes_the_same_number_the_other_way ... ok
[INFO] [stdout] test caves_can_report_only_aligned_room ... ok
[INFO] [stdout] test a_number_is_encoded_in_the_binarys_byte_order ... ok
[INFO] [stdout] test a_value_too_wide_for_its_field_is_rejected_at_build_time ... ok
[INFO] [stdout] test a_mod_name_may_not_reach_outside_the_mods_directory ... ok
[INFO] [stdout] test builds_a_segmented_binary_at_its_real_addresses ... ok
[INFO] [stdout] test a_parked_directory_parks_everything_under_it ... ok
[INFO] [stdout] test a_checksum_makes_the_build_reproducible_not_just_valid ... ok
[INFO] [stdout] test a_mods_own_subdirectories_are_not_discovered_as_mods ... ok
[INFO] [stdout] test a_profile_selects_its_mods ... ok
[INFO] [stdout] test init_refuses_to_overwrite_an_existing_project ... ok
[INFO] [stdout] test discovers_mods_grouped_into_subdirectories ... ok
[INFO] [stdout] test reads_the_project_identity_from_the_manifest ... ok
[INFO] [stdout] test discovers_the_project_root_from_a_subdirectory ... ok
[INFO] [stdout] test a_mod_binary_default_applies_to_changes_that_omit_it ... ok
[INFO] [stdout] test rejects_a_base_binary_that_is_not_the_pinned_build ... ok
[INFO] [stdout] test records_a_32_bit_address_at_32_bit_width ... ok
[INFO] [stdout] test an_unknown_checksum_algorithm_names_the_ones_that_exist ... ok
[INFO] [stdout] test a_pinned_blob_asset_that_changed_is_rejected ... ok
[INFO] [stdout] test init_writes_a_project_name_that_needs_quoting ... ok
[INFO] [stdout] test a_rebuild_reports_output_left_behind_by_an_earlier_one ... ok
[INFO] [stdout] test init_leaves_an_existing_gitignore_alone ... ok
[INFO] [stdout] test a_project_with_no_mods_directory_has_no_mods ... ok
[INFO] [stdout] test init_scaffolds_a_project_that_opens ... ok
[INFO] [stdout] test numbers_may_be_written_as_toml_integers_or_hex_strings ... ok
[INFO] [stdout] test rejects_a_patch_in_the_gap_between_segments ... ok
[INFO] [stdout] test rejects_segments_that_cover_the_same_file_bytes ... ok
[INFO] [stdout] test caves_reports_runs_of_repeated_bytes ... ok
[INFO] [stdout] test rejects_a_mod_with_a_misspelled_key ... ok
[INFO] [stdout] test rejects_a_registry_whose_segments_overlap ... ok
[INFO] [stdout] test rejects_a_patch_whose_anchor_does_not_match ... ok
[INFO] [stdout] test rejects_a_patch_that_changes_length ... ok
[INFO] [stdout] test rejects_an_address_below_a_64_bit_load_base ... ok
[INFO] [stdout] test rejects_a_patch_past_the_end_of_the_binary ... ok
[INFO] [stdout] test the_manifest_records_the_path_that_selects_each_mod ... ok
[INFO] [stdout] test patches_a_binary_loaded_above_four_gibibytes ... ok
[INFO] [stdout] test quoting_a_number_never_changes_its_value ... ok
[INFO] [stdout] test applies_a_patch_and_leaves_the_rest_of_the_binary_alone ... ok
[INFO] [stdout] test underscore_prefixed_mods_are_parked_but_still_loadable ... ok
[INFO] [stdout] test two_binaries_built_from_one_file_get_distinct_outputs ... ok
[INFO] [stdout] test rejects_two_binaries_that_would_write_the_same_output ... ok
[INFO] [stdout] test rejects_an_output_name_that_is_a_path ... ok
[INFO] [stdout] test text_and_fill_are_written_without_hand_encoding ... ok
[INFO] [stdout] test rejects_two_mods_that_overlap ... ok
[INFO] [stdout] test scoping_a_build_skips_a_binary_that_is_not_on_disk ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bytegraft
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448", kill_on_drop: false }`
[INFO] [stdout] 6e545a4db22187ffb63f96b4d8208d1553f25177fb86a0a213298f389373f448
