[INFO] cloning repository https://github.com/Gonzih/kittens-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Gonzih/kittens-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGonzih%2Fkittens-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGonzih%2Fkittens-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6caeae75924ede6efa98886071f880a26803fbd1
[INFO] testing Gonzih/kittens-rs/6caeae75924ede6efa98886071f880a26803fbd1 against 1.98.0-beta.8 for beta-1.99-5
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGonzih%2Fkittens-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Gonzih/kittens-rs
[INFO] finished tweaking git repo https://github.com/Gonzih/kittens-rs
[INFO] tweaked toml for git repo https://github.com/Gonzih/kittens-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Gonzih/kittens-rs on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Gonzih/kittens-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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trybuild v1.0.120
[INFO] [stderr]   Downloaded target-triple v1.0.1
[INFO] [stderr]   Downloaded float-cmp v0.9.0
[INFO] [stderr]   Downloaded toml v1.1.4+spec-1.1.0
[INFO] [stderr]   Downloaded az v1.2.1
[INFO] [stderr]   Downloaded embedded-graphics-core v0.4.1
[INFO] [stderr]   Downloaded micromath v2.1.0
[INFO] [stderr]   Downloaded embedded-graphics v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51
[INFO] running `Command { std: "docker" "start" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", 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" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", 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" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling futures-sink v0.3.33
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling kittens-render v0.1.1 (/opt/rustwide/workdir/crates/kittens-render)
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling kittens-render-no-std-fixture v0.0.0 (/opt/rustwide/workdir/fixtures/render-no-std)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling kittens-macros v0.1.1 (/opt/rustwide/workdir/crates/kittens-macros)
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling kittens v0.1.1 (/opt/rustwide/workdir/crates/kittens)
[INFO] [stderr]    Compiling kittens-tui v0.1.1 (/opt/rustwide/workdir/crates/kittens-tui)
[INFO] [stderr]    Compiling kittens-feature-unifier v0.0.0 (/opt/rustwide/workdir/fixtures/feature-unifier)
[INFO] [stderr]    Compiling kittens-renamed-dependency-fixture v0.0.0 (/opt/rustwide/workdir/fixtures/renamed-dependency)
[INFO] [stderr]    Compiling kittens-no-std-fixture v0.0.0 (/opt/rustwide/workdir/fixtures/no-std)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.14s
[INFO] running `Command { std: "docker" "inspect" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", 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" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling target-triple v1.0.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling kittens-macros v0.1.1 (/opt/rustwide/workdir/crates/kittens-macros)
[INFO] [stderr]    Compiling trybuild v1.0.120
[INFO] [stderr]    Compiling kittens v0.1.1 (/opt/rustwide/workdir/crates/kittens)
[INFO] [stderr]    Compiling kittens-tui v0.1.1 (/opt/rustwide/workdir/crates/kittens-tui)
[INFO] [stderr]    Compiling kittens-renamed-dependency-fixture v0.0.0 (/opt/rustwide/workdir/fixtures/renamed-dependency)
[INFO] [stderr]    Compiling kittens-feature-unifier v0.0.0 (/opt/rustwide/workdir/fixtures/feature-unifier)
[INFO] [stderr]    Compiling kittens-render v0.1.1 (/opt/rustwide/workdir/crates/kittens-render)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.53s
[INFO] running `Command { std: "docker" "inspect" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", 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" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen", 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/kittens-71146136e594a5de)
[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] [stderr]      Running tests/embedded_shape.rs (/opt/rustwide/target/debug/deps/embedded_shape-18f74ac6a29209b5)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test dormant_optional_host_source_does_not_self_wake ... ok
[INFO] [stdout] test embedded_future_stays_within_predeclared_host_model_budget ... ok
[INFO] [stdout] test dynamic_absolute_deadline_rearms_after_each_fire ... ok
[INFO] [stdout] test protected_touch_precedes_ready_sensor_and_sensor_remains_buffered ... ok
[INFO] [stdout] test ownership_returning_completion_reenables_submission_in_after_event ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/grok_shape.rs (/opt/rustwide/target/debug/deps/grok_shape-0ab7ccb5a430b33f)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test grok_dynamic_voice_arm_and_reconnect_replacement_are_persistent ... ok
[INFO] [stdout] test raw_and_kittens_forms_preserve_application_owned_presenter_scenarios ... ok
[INFO] [stdout] test twenty_three_arm_forms_compile_without_custom_type_or_recursion_limits ... ok
[INFO] [stdout] test raw_tokio_oracle_preserves_the_declared_twenty_three_source_order ... ok
[INFO] [stdout] test grok_scripted_thirty_two_item_drain_does_not_reach_a_budget_boundary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/kernel_source_coverage.rs (/opt/rustwide/target/debug/deps/kernel_source_coverage-0fd47c2ef26cde31)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test fixed_queue_preserves_fifo_order_across_wrap_full_and_empty_transitions ... ok
[INFO] [stdout] test generated_type_assertions_admit_capabilities_without_mutating_sources ... ok
[INFO] [stdout] test latched_preserves_the_first_event_and_dormant_polls_do_not_self_wake ... ok
[INFO] [stdout] test generated_value_assertions_preserve_guard_handler_and_phase_results ... ok
[INFO] [stdout] test close_policies_map_items_and_expose_only_the_configured_close_event ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reactor_runtime.rs (/opt/rustwide/target/debug/deps/reactor_runtime-82955bba2bf3e6f2)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test closed_optional_mpsc_becomes_dormant_without_self_waking ... ok
[INFO] [stdout] test all_four_retained_expansions_match_on_the_scripted_oracle ... ok
[INFO] [stdout] test absolute_deadline_survives_a_lost_race_without_relative_reconstruction ... ok
[INFO] [stdout] test buffered_yield_selects_input_before_a_ready_firehose ... ok
[INFO] [stdout] test core_and_tokio_control_match_poll_order_results_and_wake_registration ... ok
[INFO] [stdout] test emit_close_policy_yields_closed_exactly_once ... ok
[INFO] [stdout] test handler_error_mid_drain_skips_after_event_after_prior_mutation ... ok
[INFO] [stdout] test latched_event_survives_when_an_earlier_source_wins_before_it_is_polled ... ok
[INFO] [stdout] test retained_expansion_future_sizes_are_recorded ... ok
[INFO] [stdout] test optional_deadline_disarms_before_delivering ... ok
[INFO] [stdout] test wake_only_guard_change_waits_for_the_next_arbitration ... ok
[INFO] [stdout] test exhausted_tokio_budget_ends_both_mpsc_drain_windows_early ... ok
[INFO] [stdout] test drain_bound_and_after_event_are_one_service_window ... ok
[INFO] [stdout] test before_poll_runs_once_across_pending_executor_repolls ... ok
[INFO] [stdout] test retained_one_shot_survives_being_polled_before_another_source_wins ... ok
[INFO] [stdout] test handler_panic_mid_drain_unwinds_without_compensation_or_after_event ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tokio_source_coverage.rs (/opt/rustwide/target/debug/deps/tokio_source_coverage-43c8b481b70db4fe)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test cancellation_replaces_registration_and_becomes_dormant_after_delivery ... ok
[INFO] [stdout] test dropping_a_cancellation_waiter_does_not_cancel_other_token_owners ... ok
[INFO] [stdout] test exhausted_budget_defers_mpsc_drain_without_consuming_the_item ... ok
[INFO] [stdout] test mpsc_repoll_replaces_the_registered_waker_for_both_receiver_variants ... ok
[INFO] [stdout] test dropping_persistent_mpsc_closes_the_receiver_and_drops_buffered_items ... ok
[INFO] [stdout] test optional_deadline_resets_disarms_and_reports_its_absolute_instant ... ok
[INFO] [stdout] test dropping_an_armed_deadline_removes_its_timer_registration ... ok
[INFO] [stdout] test optional_mpsc_backlog_includes_one_emit_close_event ... ok
[INFO] [stdout] test dropping_a_pending_one_shot_drops_the_retained_operation_once ... ok
[INFO] [stdout] test optional_mpsc_returns_rejected_and_replaced_generations_to_the_caller ... ok
[INFO] [stdout] test optional_one_shot_from_future_disarms_before_returning_ready ... ok
[INFO] [stdout] test optional_one_shot_makes_arming_replacement_and_cancellation_explicit ... ok
[INFO] [stdout] test retained_one_shot_preserves_pending_state_and_replaces_its_registered_waker ... ok
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-07e63dbb9dfd0e9e)
[INFO] [stdout] test persistent_mpsc_normalizes_receivers_and_enforces_static_close_policies ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling futures-sink v0.3.33
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling kittens-macros v0.1.1 (/opt/rustwide/workdir/crates/kittens-macros)
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling tokio-util v0.7.19
[INFO] [stderr]    Compiling kittens v0.1.1 (/opt/rustwide/workdir/crates/kittens)
[INFO] [stderr]    Compiling kittens-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/kittens)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/ui/all_guarded.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/before_cycle.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/drain_nonliteral.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/drain_over_limit.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/drain_zero.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/duplicate_place.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/guard_not_bool.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/last_followed.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/missing_phase.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/missing_yield.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/non_drainable.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/non_kittens_attribute.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/nonadmitted_source.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/ownership_prevents_second_transfer.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/readiness_mismatch.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/shutdown_below_firehose.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/temporary_source.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/yield_target_not_backlog.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui-pass/constraint_erasure_boundaries.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/doc_comment_rationale.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/raw_runtime_bypass.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test reactor_mutations_and_negative_controls ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.74s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kittens_feature_unifier-c915df4498dfb0cb)
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kittens_macros-0856b3624558abe6)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::persistent_place_normalization_pins_exact_duplicate_detection ... ok
[INFO] [stdout] test tests::negative_controls_preserve_the_honest_boundary ... ok
[INFO] [stdout] test tests::lean_policy_and_phase_contract_rejects_drift ... ok
[INFO] [stdout] test tests::topology_validator_rejects_each_declared_hazard ... ok
[INFO] [stdout] test tests::arm_grammar_enforces_one_canonical_declaration ... ok
[INFO] [stdout] test tests::dependency_path_resolution_supports_renaming_and_fallback ... ok
[INFO] [stdout] test tests::token_entry_pipeline_renders_success_and_actionable_failure ... ok
[INFO] [stdout] test tests::expansion_preserves_all_four_k0_comparison_shapes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kittens_renamed_dependency_fixture-4b147564a57e56bb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::renamed_facade_executes_an_armed_shutdown_source ... 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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kittens_render-9e251320813ff315)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test sweep::tests::settle_rejection_predicates_preserve_all_private_state ... ok
[INFO] [stdout] test touch::tests::increment_then_latch_closes_idle_check_lost_wake ... ok
[INFO] [stdout] test transfer::tests::model_transfer_fixture_cancel_is_idempotent ... ok
[INFO] [stdout] test transfer::tests::driven_flight_is_pending_ready_then_terminal ... ok
[INFO] [stdout] test demand::tests::eligibility_horizon_accepts_max_and_rejects_overflow ... ok
[INFO] [stdout] test demand::tests::demand_id_exhaustion_is_sticky ... ok
[INFO] [stdout] test demand::tests::panicking_begin_preserves_pending_invalidation ... ok
[INFO] [stdout] test demand::tests::epoch_horizon_mints_max_once_then_panics_stickily ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/k2r0_demand_sweep.rs (/opt/rustwide/target/debug/deps/k2r0_demand_sweep-d1070a665ced29a3)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test clean_demand_mints_nothing ... ok
[INFO] [stdout] test effective_settlement_advances_throttle_and_clears_obligation ... ok
[INFO] [stdout] test abandon_recovers_a_dropped_sweep ... ok
[INFO] [stdout] test abandoned_epochs_witnesses_are_terminally_rejected ... ok
[INFO] [stdout] test cancelled_settlement_poisons_sweep ... ok
[INFO] [stdout] test cross_demand_stripe_settlement_is_rejected_without_mutation ... ok
[INFO] [stdout] test failed_settlement_poisons_sweep ... ok
[INFO] [stdout] test foreign_and_stale_settlement_is_rejected_without_mutation ... ok
[INFO] [stdout] test foreign_failed_settlement_is_rejected_without_mutation ... ok
[INFO] [stdout] test failed_sweep_retains_demand_and_throttle_position ... ok
[INFO] [stdout] test idle_invalidation_after_abandon_sticks_to_the_replacement ... ok
[INFO] [stdout] test idle_invalidation_after_abort_sticks_to_the_replacement ... ok
[INFO] [stdout] test invalid_plans_are_rejected_including_overflow ... ok
[INFO] [stdout] test invalidation_mid_sweep_discards_that_sweeps_settlement ... ok
[INFO] [stdout] test only_one_target_is_outstanding_and_settlement_clears_it ... ok
[INFO] [stdout] test plan_tiles_the_panel_exactly_including_partial_last_stripe ... ok
[INFO] [stdout] test regressing_finish_time_is_clamped ... ok
[INFO] [stdout] test request_during_active_sweep_survives_settlement ... ok
[INFO] [stdout] test requests_coalesce_and_epochs_are_monotonic ... ok
[INFO] [stdout] test slow_sweep_throttles_from_its_finish_instant ... ok
[INFO] [stdout] test snapshot_is_owned_through_the_sweep_and_returned_at_the_end ... ok
[INFO] [stdout] test throttled_begin_does_not_consume_idle_invalidation ... ok
[INFO] [stdout] test stale_failed_settlement_is_rejected_without_mutation ... ok
[INFO] [stdout] test tick_horizon_is_checked_without_state_mutation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/k2r0_pixel_equivalence.rs (/opt/rustwide/target/debug/deps/k2r0_pixel_equivalence-9fe3fa908fb0adfa)
[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] [stderr]      Running tests/k2r0_touch.rs (/opt/rustwide/target/debug/deps/k2r0_touch-b44efe6e9707d604)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test coalescing_is_honest_edges_between_surfaced_reports ... ok
[INFO] [stdout] test budget_exhaustion_keeps_retry_latched_after_int_deasserts ... ok
[INFO] [stdout] test idle_activation_services_nothing ... ok
[INFO] [stdout] test generation_wrap_boundary_remains_serviceable ... ok
[INFO] [stdout] test negative_control_check_before_increment_loses_idle_wake ... ok
[INFO] [stdout] test edge_reconstruction_covers_down_changed_move_up_and_two_contacts ... ok
[INFO] [stdout] test one_produce_surfaces_one_untorn_report_and_clears_pending ... ok
[INFO] [stdout] test produce_after_idle_handoff_requests_a_wake ... ok
[INFO] [stdout] test produce_during_read_relatches_even_when_generation_wrap_is_not_needed ... ok
[INFO] [stdout] test read_failure_keeps_retry_latched_and_next_activation_recovers ... ok
[INFO] [stdout] test produces_coalesce_while_pending_without_duplicate_wakes ... ok
[INFO] [stdout] test seeded_two_to_the_32_produces_cannot_alias_pending_to_idle ... ok
[INFO] [stdout] test service_budget_is_nonzero_by_construction ... ok
[INFO] [stdout] test startup_int_read_failure_retries_after_int_deasserts ... ok
[INFO] [stdout] test startup_with_int_already_asserted_services_without_a_produce ... ok
[INFO] [stdout] test stuck_int_identical_snapshots_emit_no_false_movement_edges ... 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/k2r0a_a_prime.rs (/opt/rustwide/target/debug/deps/k2r0a_a_prime-1c98ec8b87c758c7)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test cancel_then_late_completion_stays_cancelled ... ok
[INFO] [stdout] test drain_is_idempotent_and_spent_flight_is_terminal ... ok
[INFO] [stdout] test drain_racing_prior_completion_reports_completed ... ok
[INFO] [stdout] test dropped_pending_transfer_disarms_the_slot ... ok
[INFO] [stdout] test late_completion_after_recovery_is_inert_via_disarm ... ok
[INFO] [stdout] test failure_settles_returns_resources_and_mints_unwritten_witness ... ok
[INFO] [stdout] test negative_control_check_then_register_loses_the_wake ... ok
[INFO] [stdout] test completion_during_registration_is_not_lost ... ok
[INFO] [stdout] test polled_then_lost_arbitration_gets_exactly_one_wake ... ok
[INFO] [stdout] test sequential_transfers_reuse_the_same_slot ... ok
[INFO] [stdout] test spare_is_writable_during_flight_and_drain_flag_clears ... ok
[INFO] [stdout] test starter_error_returns_target_spare_and_error_for_retry ... ok
[INFO] [stdout] test unpolled_below_winner_recovers_on_first_poll ... ok
[INFO] [stdout] test waker_replacement_wakes_only_the_newest ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-86f0651f362306e3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling kittens-render v0.1.1 (/opt/rustwide/workdir/crates/kittens-render)
[INFO] [stderr]    Compiling kittens-render-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/kittens-render)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/ui/clone_aborted_sweep.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_settled.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_start_flight_error.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_start_permit.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_stripe_settlement.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_stripe_target.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_stripe_unwritten.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_stripe_written.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/clone_sweep_written.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/construct_start_permit.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/direct_flight_starter_invocation.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_aborted_sweep.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_frame_epoch.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_panel_geometry.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_settled.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_stripe_target.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_stripe_unwritten.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_stripe_written.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/forge_sweep_written.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/in_flight_from_started_is_not_public.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/in_flight_is_conditionally_unpin.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/in_flight_spare_is_conditionally_unpin.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/in_flight_struct_literal_is_private.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/private_sweep_mint.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/private_sweep_plan_constructor.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/raw_closure_start_is_not_supported.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/replay_stripe_written.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/replay_sweep_written.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/reuse_stripe_target.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/rewrite_settled_outcome.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/start_permit_cannot_escape.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui/start_permit_struct_literal_is_private.rs [should fail to compile] ... ok
[INFO] [stderr] test tests/ui-pass/custom_unvalidated_panel.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/dishonest_starter_ignores_region.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/in_flight_unpin_when_parts_are_unpin.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/interior_mutable_snapshot.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/old_sweep_survives_abandon.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/shared_sent_spare_backing.rs [should pass] ... ok
[INFO] [stderr] test tests/ui-pass/touch_reader_untorn_is_prose_only.rs [should pass] ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test proof_boundaries_and_negative_controls ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kittens_tui-6f1c5d7f7cce7c85)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test input::tests::public_spawn_forwards_poll_error_as_typed_close ... ok
[INFO] [stdout] test presenter::tests::dropped_draw_retains_the_request ... ok
[INFO] [stdout] test input::tests::read_error_exits_with_typed_close ... ok
[INFO] [stdout] test presenter::tests::requests_coalesce_and_full_repaint_is_sticky ... ok
[INFO] [stdout] test presenter::tests::stale_and_absent_acknowledgements_do_not_unlock ... ok
[INFO] [stdout] test presenter::tests::no_output_clears_request_without_ack_target ... ok
[INFO] [stdout] test presenter::tests::one_frame_in_flight_until_acknowledged ... ok
[INFO] [stdout] test input::tests::dropping_source_stops_the_reader_when_delivery_is_rejected ... ok
[INFO] [stdout] test input::tests::events_are_forwarded_and_close_is_typed ... ok
[INFO] [stdout] test presenter::tests::commit_on_closed_lane_returns_bytes_and_retains_request ... ok
[INFO] [stdout] test terminal::tests::alternate_screen_drop_attempts_restoration_in_protocol_order ... ok
[INFO] [stdout] test terminal::tests::alternate_screen_entry_failure_attempts_raw_mode_rollback ... ok
[INFO] [stdout] test terminal::tests::raw_mode_entry_failure_does_not_attempt_false_restoration ... ok
[INFO] [stdout] test terminal::tests::raw_only_drop_disables_then_flushes_without_leaving_alternate_screen ... ok
[INFO] [stdout] test input::tests::pause_parks_and_resume_unparks ... ok
[INFO] [stdout] test presenter::tests::throttle_schedules_a_deadline_and_survives_delayed_ack ... ok
[INFO] [stdout] test terminal::tests::panic_unwind_attempts_every_restore_step_after_errors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reactor_wiring.rs (/opt/rustwide/target/debug/deps/reactor_wiring-6a8217372b02aced)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test canonical_wiring_presents_three_acknowledged_frames ... 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] [stderr]      Running tests/ui.rs (/opt/rustwide/target/debug/deps/ui-413807acc3eed100)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking kittens v0.1.1 (/opt/rustwide/workdir/crates/kittens)
[INFO] [stderr]     Checking kittens-tui v0.1.1 (/opt/rustwide/workdir/crates/kittens-tui)
[INFO] [stderr]     Checking kittens-tui-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/kittens-tui)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test draw_permit_is_exclusive ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.60s
[INFO] [stdout] 
[INFO] [stderr] test tests/ui/two_draws.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]      Running tests/writer.rs (/opt/rustwide/target/debug/deps/writer-14464ef710b82a37)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test cancelling_the_event_consumer_does_not_discard_accepted_output ... ok
[INFO] [stdout] test dropping_a_live_writer_owner_detaches_until_the_handle_closes ... ok
[INFO] [stdout] test accepted_frames_drain_when_the_lane_closes ... ok
[INFO] [stdout] test write_failure_is_one_typed_event_then_exit ... ok
[INFO] [stdout] test frames_write_in_order_and_each_is_acknowledged ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests kittens
[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] [stderr]    Doc-tests kittens_feature_unifier
[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] [stderr]    Doc-tests kittens_macros
[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] [stderr]    Doc-tests kittens_renamed_dependency_fixture
[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] [stderr]    Doc-tests kittens_render
[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] [stderr]    Doc-tests kittens_tui
[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" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51", kill_on_drop: false }`
[INFO] [stdout] ea33f02e16ecb5671d41e43ff59fd04b5494eaa1029ce3b1ec4a2e7918dbfb51
