[INFO] cloning repository https://github.com/majiayu000/tink
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/majiayu000/tink" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmajiayu000%2Ftink", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmajiayu000%2Ftink'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2eae24b50930893ef0838ba762353b0dbf49927c
[INFO] testing majiayu000/tink against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmajiayu000%2Ftink" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/majiayu000/tink
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/majiayu000/tink
[INFO] tweaked toml for git repo https://github.com/majiayu000/tink written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/majiayu000/tink on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/majiayu000/tink 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c68214aa244e6659708b142bd8da25dd3883ddb4ff203513691aced439a83559
[INFO] running `Command { std: "docker" "start" "-a" "c68214aa244e6659708b142bd8da25dd3883ddb4ff203513691aced439a83559", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c68214aa244e6659708b142bd8da25dd3883ddb4ff203513691aced439a83559", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c68214aa244e6659708b142bd8da25dd3883ddb4ff203513691aced439a83559", kill_on_drop: false }`
[INFO] [stdout] c68214aa244e6659708b142bd8da25dd3883ddb4ff203513691aced439a83559
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] ea074d9f714c8708355d867256698961efc81f26d880eefca749ff462b004bd6
[INFO] running `Command { std: "docker" "start" "-a" "ea074d9f714c8708355d867256698961efc81f26d880eefca749ff462b004bd6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling grid v0.15.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling taffy v0.7.7
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling ctrlc v3.5.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling rnk v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
[INFO] running `Command { std: "docker" "inspect" "ea074d9f714c8708355d867256698961efc81f26d880eefca749ff462b004bd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea074d9f714c8708355d867256698961efc81f26d880eefca749ff462b004bd6", kill_on_drop: false }`
[INFO] [stdout] ea074d9f714c8708355d867256698961efc81f26d880eefca749ff462b004bd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] e5384145de73931c13fdbf57fdf828a91c84585bc723cd567a81812ed0b71c56
[INFO] running `Command { std: "docker" "start" "-a" "e5384145de73931c13fdbf57fdf828a91c84585bc723cd567a81812ed0b71c56", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling jiff v0.2.18
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rnk v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stdout] warning: unused import: `stdout`
[INFO] [stdout]  --> examples/debug_terminal.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::{Write, stdout};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `cursor` and `execute`
[INFO] [stdout]  --> examples/debug_terminal.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     cursor, execute,
[INFO] [stdout]   |     ^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> examples/debug_terminal.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::{Write, stdout};
[INFO] [stdout]   |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> examples/static_example.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct LogEntry {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 15 |     id: usize,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LogEntry` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `raw_mode`
[INFO] [stdout]   --> examples/use_input.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let raw_mode = use_signal(|| true);
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_mode`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "e5384145de73931c13fdbf57fdf828a91c84585bc723cd567a81812ed0b71c56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5384145de73931c13fdbf57fdf828a91c84585bc723cd567a81812ed0b71c56", kill_on_drop: false }`
[INFO] [stdout] e5384145de73931c13fdbf57fdf828a91c84585bc723cd567a81812ed0b71c56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 326c7cafea8152e9616cb7d706e92097381e92548598143f64c65e1102b3ecc2
[INFO] running `Command { std: "docker" "start" "-a" "326c7cafea8152e9616cb7d706e92097381e92548598143f64c65e1102b3ecc2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `stdout`
[INFO] [stderr]  --> examples/debug_terminal.rs:3:22
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io::{Write, stdout};
[INFO] [stderr]   |                      ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `cursor` and `execute`
[INFO] [stderr]  --> examples/debug_terminal.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     cursor, execute,
[INFO] [stderr]   |     ^^^^^^  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]  --> examples/debug_terminal.rs:3:15
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::io::{Write, stdout};
[INFO] [stderr]   |               ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `raw_mode`
[INFO] [stderr]   --> examples/use_input.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let raw_mode = use_signal(|| true);
[INFO] [stderr]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_mode`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rnk` (example "debug_terminal") generated 3 warnings (run `cargo fix --example "debug_terminal" -p rnk` to apply 2 suggestions)
[INFO] [stderr] warning: `rnk` (example "use_input") generated 1 warning (run `cargo fix --example "use_input" -p rnk` to apply 1 suggestion)
[INFO] [stderr] warning: field `id` is never read
[INFO] [stderr]   --> examples/static_example.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | struct LogEntry {
[INFO] [stderr]    |        -------- field in this struct
[INFO] [stderr] 15 |     id: usize,
[INFO] [stderr]    |     ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `LogEntry` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rnk` (example "static_example") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/rnk/9cdf7493e64620e3/deps/rnk-9cdf7493e64620e3)
[INFO] [stdout] 
[INFO] [stdout] running 177 tests
[INFO] [stdout] test components::barchart::tests::test_barchart_orientation ... ok
[INFO] [stdout] test components::barchart::tests::test_barchart_empty ... ok
[INFO] [stdout] test components::barchart::tests::test_barchart_creation ... ok
[INFO] [stdout] test components::box_component::tests::test_box_border ... ok
[INFO] [stdout] test components::box_component::tests::test_box_builder ... ok
[INFO] [stdout] test components::list::tests::test_list_state_first_last ... ok
[INFO] [stdout] test components::list::tests::test_scroll_to_selected ... ok
[INFO] [stdout] test components::list::tests::test_list_state_navigation ... ok
[INFO] [stdout] test components::message::tests::test_message_roles ... ok
[INFO] [stdout] test components::barchart::tests::test_bar_creation ... ok
[INFO] [stdout] test components::list::tests::test_list_creation ... ok
[INFO] [stdout] test components::newline::tests::test_newline_multiple ... ok
[INFO] [stdout] test components::message::tests::test_thinking_block ... ok
[INFO] [stdout] test components::message::tests::test_message_creation ... ok
[INFO] [stdout] test components::newline::tests::test_newline_single ... ok
[INFO] [stdout] test components::progress::tests::test_gauge_creation ... ok
[INFO] [stdout] test components::progress::tests::test_progress_creation ... ok
[INFO] [stdout] test components::progress::tests::test_progress_symbols ... ok
[INFO] [stdout] test components::scrollable::tests::test_fixed_bottom_layout ... ok
[INFO] [stdout] test components::scrollable::tests::test_scrollable_box_creation ... ok
[INFO] [stdout] test components::progress::tests::test_progress_ratio ... ok
[INFO] [stdout] test components::scrollable::tests::test_virtual_scroll_view ... ok
[INFO] [stdout] test components::scrollbar::tests::test_scrollbar_creation ... ok
[INFO] [stdout] test components::scrollbar::tests::test_scrollbar_from_sizes ... ok
[INFO] [stdout] test components::spacer::tests::test_spacer_custom_flex ... ok
[INFO] [stdout] test components::scrollbar::tests::test_scrollbar_orientation ... ok
[INFO] [stdout] test components::spacer::tests::test_spacer_default ... ok
[INFO] [stdout] test components::sparkline::tests::test_sparkline_empty ... ok
[INFO] [stdout] test components::sparkline::tests::test_sparkline_sampling ... ok
[INFO] [stdout] test components::sparkline::tests::test_sparkline_single_value ... ok
[INFO] [stdout] test components::scrollable::tests::test_virtual_scroll_view_at_end ... ok
[INFO] [stdout] test components::message::tests::test_tool_call ... ok
[INFO] [stdout] test components::static_output::tests::test_static_renders_items ... ok
[INFO] [stdout] test components::sparkline::tests::test_sparkline_creation ... ok
[INFO] [stdout] test components::spinner::tests::test_spinner_builder ... ok
[INFO] [stdout] test components::table::tests::test_cell_creation ... ok
[INFO] [stdout] test components::static_output::tests::test_static_incremental_render ... ok
[INFO] [stdout] test components::table::tests::test_table_state ... ok
[INFO] [stdout] test components::tabs::tests::test_tab_creation ... ok
[INFO] [stdout] test components::spinner::tests::test_spinner_creation ... ok
[INFO] [stdout] test components::tabs::tests::test_tabs_creation ... ok
[INFO] [stdout] test components::tabs::tests::test_tabs_selected ... ok
[INFO] [stdout] test components::text::tests::test_line_creation ... ok
[INFO] [stdout] test components::text::tests::test_span_creation ... ok
[INFO] [stdout] test components::text::tests::test_text_creation ... ok
[INFO] [stdout] test components::list::tests::test_list_item_creation ... ok
[INFO] [stdout] test components::text::tests::test_text_styles ... ok
[INFO] [stdout] test components::table::tests::test_row_creation ... ok
[INFO] [stdout] test components::text::tests::test_multiline_text ... ok
[INFO] [stdout] test components::tabs::tests::test_tabs_divider ... ok
[INFO] [stdout] test components::text::tests::test_text_spans_element ... ok
[INFO] [stdout] test components::transform::tests::test_transform_custom ... ok
[INFO] [stdout] test components::transform::tests::test_transform_uppercase ... ok
[INFO] [stdout] test core::color::tests::test_ansi256_color ... ok
[INFO] [stdout] test core::color::tests::test_crossterm_conversion ... ok
[INFO] [stdout] test components::table::tests::test_table_creation ... ok
[INFO] [stdout] test core::color::tests::test_hex_color ... ok
[INFO] [stdout] test core::color::tests::test_rgb_color ... ok
[INFO] [stdout] test components::text::tests::test_text_with_spans ... ok
[INFO] [stdout] test components::transform::tests::test_transform_lowercase ... ok
[INFO] [stdout] test core::element::tests::test_children_iterator ... ok
[INFO] [stdout] test hooks::context::tests::test_hook_context_creation ... ok
[INFO] [stdout] test hooks::context::tests::test_use_hook ... ok
[INFO] [stdout] test core::element::tests::test_add_child ... ok
[INFO] [stdout] test core::element::tests::test_element_id_unique ... ok
[INFO] [stdout] test hooks::context::tests::test_with_hooks ... ok
[INFO] [stdout] test hooks::use_accessibility::tests::test_caching ... ok
[INFO] [stdout] test core::element::tests::test_root_element_id ... ok
[INFO] [stdout] test hooks::use_accessibility::tests::test_manual_override ... ok
[INFO] [stdout] test hooks::use_accessibility::tests::test_screen_reader_detection ... ok
[INFO] [stdout] test hooks::context::tests::test_hook_persistence ... ok
[INFO] [stdout] test hooks::use_app::tests::test_set_get_app_context ... ok
[INFO] [stdout] test core::element::tests::test_text_element ... ok
[INFO] [stdout] test core::style::tests::test_default_style ... ok
[INFO] [stdout] test hooks::use_effect::tests::test_use_effect_cleanup ... ok
[INFO] [stdout] test hooks::use_app::tests::test_app_context_exit ... ok
[INFO] [stdout] test core::style::tests::test_dimension_conversion ... ok
[INFO] [stdout] test core::style::tests::test_edges ... ok
[INFO] [stdout] test hooks::use_effect::tests::test_deps_hash ... ok
[INFO] [stdout] test hooks::use_focus::tests::test_focus_manager_registration ... ok
[INFO] [stdout] test core::element::tests::test_element_creation ... ok
[INFO] [stdout] test hooks::use_input::tests::test_char_from_event ... ok
[INFO] [stdout] test hooks::use_input::tests::test_dispatch_input ... ok
[INFO] [stdout] test hooks::use_input::tests::test_key_from_event ... ok
[INFO] [stdout] test core::style::tests::test_border_chars ... ok
[INFO] [stdout] test hooks::use_input::tests::test_key_with_modifiers ... ok
[INFO] [stdout] test hooks::use_focus::tests::test_focus_by_id ... ok
[INFO] [stdout] test hooks::use_effect::tests::test_use_effect_with_deps ... ok
[INFO] [stdout] test hooks::use_focus::tests::test_focus_manager_auto_focus ... ok
[INFO] [stdout] test hooks::use_effect::tests::test_use_effect_runs ... ok
[INFO] [stdout] test components::text::tests::test_text_convenience_methods ... ok
[INFO] [stdout] test components::scrollbar::tests::test_scrollbar_symbols ... ok
[INFO] [stdout] test hooks::use_focus::tests::test_focus_navigation ... ok
[INFO] [stdout] test hooks::use_focus::tests::test_inactive_elements_skipped ... ok
[INFO] [stdout] test hooks::use_measure::tests::test_dimensions_from_layout ... ok
[INFO] [stdout] test hooks::use_mouse::tests::test_mouse_action_from_event ... ok
[INFO] [stdout] test hooks::use_mouse::tests::test_mouse_enabled ... ok
[INFO] [stdout] test hooks::use_mouse::tests::test_mouse_scroll_delta ... ok
[INFO] [stdout] test hooks::use_mouse::tests::test_mouse_is_click ... ok
[INFO] [stdout] test hooks::use_measure::tests::test_measure_context ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_can_scroll ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_scroll_percent ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_scroll_state_basic ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_scroll_to_item ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_scroll_up ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_page_navigation ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_visible_range ... ok
[INFO] [stdout] test hooks::use_signal::tests::test_multiple_signals ... ok
[INFO] [stdout] test hooks::use_stdio::tests::test_stderr_handle ... ok
[INFO] [stdout] test hooks::use_stdio::tests::test_stdin_handle ... ok
[INFO] [stdout] test hooks::use_stdio::tests::test_stdout_handle ... ok
[INFO] [stdout] test components::box_component::tests::test_box_with_children ... ok
[INFO] [stdout] test hooks::use_window_title::tests::test_title_escape_sequence ... ok
[INFO] [stdout] test hooks::use_signal::tests::test_signal_get_set ... ok
[INFO] [stdout] test hooks::use_window_title::tests::test_title_with_special_chars ... ok
[INFO] [stdout] test hooks::use_window_title::tests::test_empty_title ... ok
[INFO] [stdout] test layout::engine::tests::test_layout_engine_creation ... ok
[INFO] [stdout] test hooks::use_scroll::tests::test_scroll_down ... ok
[INFO] [stdout] test layout::engine::tests::test_simple_layout ... ok
[INFO] [stdout] test layout::engine::tests::test_text_measurement ... ok
[INFO] [stdout] test layout::measure::tests::test_grapheme_clusters_combining ... ok
[INFO] [stdout] test hooks::use_signal::tests::test_signal_update ... ok
[INFO] [stdout] test layout::measure::tests::test_grapheme_clusters_emoji ... ok
[INFO] [stdout] test hooks::use_signal::tests::test_signal_with ... ok
[INFO] [stdout] test layout::measure::tests::test_measure_ascii ... ok
[INFO] [stdout] test layout::measure::tests::test_measure_text_dimensions ... ok
[INFO] [stdout] test layout::measure::tests::test_measure_unicode ... ok
[INFO] [stdout] test layout::measure::tests::test_pad_text ... ok
[INFO] [stdout] test layout::measure::tests::test_truncate_middle ... ok
[INFO] [stdout] test layout::measure::tests::test_truncate_text ... ok
[INFO] [stdout] test layout::measure::tests::test_truncate_preserves_graphemes ... ok
[INFO] [stdout] test layout::measure::tests::test_wrap_text ... ok
[INFO] [stdout] test renderer::app::tests::test_app_builder_defaults ... ok
[INFO] [stdout] test renderer::app::tests::test_app_builder_fps ... ok
[INFO] [stdout] test layout::measure::tests::test_truncate_start ... ok
[INFO] [stdout] test layout::measure::tests::test_zero_width_characters ... ok
[INFO] [stdout] test renderer::app::tests::test_app_builder_fullscreen ... ok
[INFO] [stdout] test renderer::app::tests::test_mode_switch_enum ... ok
[INFO] [stdout] test renderer::output::tests::test_line_alignment_in_output ... ok
[INFO] [stdout] test renderer::app::tests::test_app_builder_inline ... ok
[INFO] [stdout] test renderer::output::tests::test_raw_mode_line_endings ... ok
[INFO] [stdout] test renderer::output::tests::test_overwrite_wide_char_first_half ... ok
[INFO] [stdout] test renderer::output::tests::test_wide_char_placeholder ... ok
[INFO] [stdout] test renderer::output::tests::test_overwrite_wide_char_placeholder ... ok
[INFO] [stdout] test renderer::terminal::tests::test_ansi_codes ... ok
[INFO] [stdout] test renderer::terminal::tests::test_repaint_clears_previous_lines ... ok
[INFO] [stdout] test renderer::terminal::tests::test_terminal_new ... ok
[INFO] [stdout] test renderer::output::tests::test_wide_char_render_no_duplicate ... ok
[INFO] [stdout] test runtime::panic_handler::tests::test_install_panic_hook_idempotent ... ok
[INFO] [stdout] [?1049l[?25h[?1006l[?1015l[?1003l[?1002l[?1000l[?2004l[?1004ltest runtime::panic_handler::tests::test_restore_terminal_doesnt_panic ... ok
[INFO] [stdout] test renderer::app::tests::test_app_options_default ... ok
[INFO] [stdout] test runtime::signal_handler::tests::test_signal_handler_creation ... ok
[INFO] [stdout] test runtime::signal_handler::tests::test_signal_handler_flag_sharing ... ok
[INFO] [stdout] test renderer::output::tests::test_styled_output ... ok
[INFO] [stdout] test renderer::output::tests::test_wide_char_at_boundary ... ok
[INFO] [stdout] test testing::assertions::tests::test_assert_renders_containing ... ok
[INFO] [stdout] test renderer::output::tests::test_output_creation ... ok
[INFO] [stdout] test testing::renderer::tests::test_display_width ... ok
[INFO] [stdout] test runtime::environment::tests::test_is_ci_returns_bool ... ok
[INFO] [stdout] test renderer::output::tests::test_write_text ... ok
[INFO] [stdout] test testing::renderer::tests::test_get_layouts ... ok
[INFO] [stdout] test testing::renderer::tests::test_layout_validation ... ok
[INFO] [stdout] test renderer::output::tests::test_wide_char_at_exact_boundary ... ok
[INFO] [stdout] test renderer::terminal::tests::test_terminal_size ... ok
[INFO] [stdout] test testing::generators::tests::test_gen_nested_boxes ... ok
[INFO] [stdout] test testing::assertions::tests::test_assert_text_width ... ok
[INFO] [stdout] test runtime::environment::tests::test_is_tty_returns_bool ... ok
[INFO] [stdout] test testing::generators::tests::test_gen_row ... ok
[INFO] [stdout] test testing::golden::tests::test_golden_path ... ok
[INFO] [stdout] test testing::generators::tests::test_unicode_width_cases ... ok
[INFO] [stdout] test testing::golden::tests::test_simple_diff ... ok
[INFO] [stdout] test testing::renderer::tests::test_render_to_plain ... ok
[INFO] [stdout] test testing::renderer::tests::test_strip_ansi_codes ... ok
[INFO] [stdout] test runtime::environment::tests::test_environment_detect ... ok
[INFO] [stdout] test runtime::environment::tests::test_terminal_size_has_fallback ... ok
[INFO] [stdout] test hooks::use_signal::tests::test_use_signal_in_context ... ok
[INFO] [stdout] test runtime::environment::tests::test_should_disable_colors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 177 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/build/rnk/3f85d458ce93c80f/deps/rnk-3f85d458ce93c80f)
[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/integration_test.rs (/opt/rustwide/target/debug/build/rnk/05cb0b6b5824d628/deps/integration_test-05cb0b6b5824d628)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_border_rendering ... ok
[INFO] [stdout] test test_padding_and_margin ... ok
[INFO] [stdout] test test_signal_state_persistence ... ok
[INFO] [stdout] test test_position_absolute ... ok
[INFO] [stdout] test test_reactive_ui_pattern ... ok
[INFO] [stdout] test test_output_buffer ... ok
[INFO] [stdout] test test_display_none ... ok
[INFO] [stdout] test test_nested_boxes ... ok
[INFO] [stdout] test test_multiple_signals_in_component ... ok
[INFO] [stdout] test test_flex_properties ... ok
[INFO] [stdout] test test_colored_output ... ok
[INFO] [stdout] test test_simple_box_render ... ok
[INFO] [stdout] test test_styled_text ... ok
[INFO] [stdout] test test_use_signal_in_component ... ok
[INFO] [stdout] test test_signal_update_closure ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/property_tests.rs (/opt/rustwide/target/debug/build/rnk/f64b995fc989322b/deps/property_tests-f64b995fc989322b)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test box_children_order ... ok
[INFO] [stdout] test layout_dimensions_non_negative ... ok
[INFO] [stdout] test layout_validation_valid_elements ... ok
[INFO] [stdout] test text_styling_preserved ... ok
[INFO] [stdout] test minimal_terminal_safe ... ok
[INFO] [stdout] test cjk_width ... ok
[INFO] [stdout] test mixed_width_additive ... ok
[INFO] [stdout] test empty_string_safe ... ok
[INFO] [stdout] test zero_dimensions_safe ... ok
[INFO] [stdout] test nested_boxes_valid ... ok
[INFO] [stdout] test unicode_width_consistency ... ok
[INFO] [stdout] test text_appears_in_output ... ok
[INFO] [stdout] test render_within_bounds ... ok
[INFO] [stdout] test long_string_safe ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rnk
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test src/components/message.rs - components::message::Message (line 29) ... ignored
[INFO] [stdout] test src/components/message.rs - components::message::ThinkingBlock (line 200) ... ignored
[INFO] [stdout] test src/components/message.rs - components::message::ToolCall (line 156) ... ignored
[INFO] [stdout] test src/components/scrollable.rs - components::scrollable::ScrollableBox (line 15) ... ignored
[INFO] [stdout] test src/components/scrollable.rs - components::scrollable::fixed_bottom_layout (line 224) ... ignored
[INFO] [stdout] test src/components/scrollable.rs - components::scrollable::virtual_scroll_view (line 158) ... ignored
[INFO] [stdout] test src/components/spacer.rs - components::spacer::Spacer (line 11) ... ignored
[INFO] [stdout] test src/components/spinner.rs - components::spinner::Spinner (line 17) ... ignored
[INFO] [stdout] test src/components/static_output.rs - components::static_output::Static (line 14) ... ignored
[INFO] [stdout] test src/components/text.rs - components::text (line 13) ... ignored
[INFO] [stdout] test src/components/text.rs - components::text (line 8) ... ignored
[INFO] [stdout] test src/components/transform.rs - components::transform::Transform (line 12) ... ignored
[INFO] [stdout] test src/hooks/use_accessibility.rs - hooks::use_accessibility::use_is_screen_reader_enabled (line 72) ... ignored
[INFO] [stdout] test src/hooks/use_app.rs - hooks::use_app::AppContext (line 20) ... ignored
[INFO] [stdout] test src/hooks/use_app.rs - hooks::use_app::AppContext::println (line 69) ... ignored
[INFO] [stdout] test src/hooks/use_app.rs - hooks::use_app::use_app (line 147) ... ignored
[INFO] [stdout] test src/hooks/use_effect.rs - hooks::use_effect::use_effect (line 79) ... ignored
[INFO] [stdout] test src/hooks/use_effect.rs - hooks::use_effect::use_effect_once (line 136) ... ignored
[INFO] [stdout] test src/hooks/use_focus.rs - hooks::use_focus::use_focus (line 222) ... ignored
[INFO] [stdout] test src/hooks/use_focus.rs - hooks::use_focus::use_focus_manager (line 253) ... ignored
[INFO] [stdout] test src/hooks/use_input.rs - hooks::use_input::use_input (line 123) ... ignored
[INFO] [stdout] test src/hooks/use_measure.rs - hooks::use_measure::measure_element (line 77) ... ignored
[INFO] [stdout] test src/hooks/use_measure.rs - hooks::use_measure::use_measure (line 98) ... ignored
[INFO] [stdout] test src/hooks/use_mouse.rs - hooks::use_mouse::use_mouse (line 183) ... ignored
[INFO] [stdout] test src/hooks/use_scroll.rs - hooks::use_scroll::use_scroll (line 298) ... ignored
[INFO] [stdout] test src/hooks/use_signal.rs - hooks::use_signal::use_signal (line 82) ... ignored
[INFO] [stdout] test src/hooks/use_stdio.rs - hooks::use_stdio::use_stderr (line 104) ... ignored
[INFO] [stdout] test src/hooks/use_stdio.rs - hooks::use_stdio::use_stdin (line 120) ... ignored
[INFO] [stdout] test src/hooks/use_stdio.rs - hooks::use_stdio::use_stdout (line 91) ... ignored
[INFO] [stdout] test src/hooks/use_window_title.rs - hooks::use_window_title::set_window_title (line 27) ... ignored
[INFO] [stdout] test src/hooks/use_window_title.rs - hooks::use_window_title::use_window_title (line 74) ... ignored
[INFO] [stdout] test src/hooks/use_window_title.rs - hooks::use_window_title::use_window_title_fn (line 100) ... ignored
[INFO] [stdout] test src/lib.rs - (line 42) ... ignored
[INFO] [stdout] test src/lib.rs - (line 51) ... ignored
[INFO] [stdout] test src/lib.rs - (line 59) ... ignored
[INFO] [stdout] test src/lib.rs - (line 77) ... ignored
[INFO] [stdout] test src/lib.rs - (line 94) ... ignored
[INFO] [stdout] test src/prelude.rs - prelude (line 6) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::AppBuilder (line 343) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::RenderHandle (line 254) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::enter_alt_screen (line 184) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::exit_alt_screen (line 206) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::println (line 131) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::println_trimmed (line 1426) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::render (line 1049) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::render_to_string (line 1106) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::render_to_string_auto (line 1139) ... ignored
[INFO] [stdout] test src/renderer/app.rs - renderer::app::request_render (line 92) ... ignored
[INFO] [stdout] test src/renderer/mod.rs - renderer (line 22) ... ignored
[INFO] [stdout] test src/runtime/panic_handler.rs - runtime::panic_handler::install_panic_hook (line 52) - compile ... ok
[INFO] [stdout] test src/runtime/environment.rs - runtime::environment::is_tty (line 119) ... FAILED
[INFO] [stdout] test src/runtime/environment.rs - runtime::environment::is_ci (line 76) ... FAILED
[INFO] [stdout] test src/runtime/signal_handler.rs - runtime::signal_handler::install_signal_handler (line 55) - compile ... FAILED
[INFO] [stdout] test src/lib.rs - (line 20) - compile ... ok
[INFO] [stdout] test src/lib.rs - testing (line 123) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/runtime/environment.rs - runtime::environment::is_tty (line 119) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tink`
[INFO] [stdout]    --> src/runtime/environment.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 | use tink::runtime::is_tty;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `tink`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tink`, use `cargo add tink` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/runtime/environment.rs - runtime::environment::is_ci (line 76) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tink`
[INFO] [stdout]   --> src/runtime/environment.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | use tink::runtime::is_ci;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `tink`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tink`, use `cargo add tink` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/runtime/signal_handler.rs - runtime::signal_handler::install_signal_handler (line 55) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tink`
[INFO] [stdout]   --> src/runtime/signal_handler.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use tink::runtime::install_signal_handler;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `tink`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tink`, use `cargo add tink` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - testing (line 123) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tink`
[INFO] [stdout]    --> src/lib.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 | use tink::prelude::*;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `tink`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tink`, use `cargo add tink` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tink`
[INFO] [stdout]    --> src/lib.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 | use tink::testing::TestRenderer;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `tink`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tink`, use `cargo add tink` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tink::testing::TestRenderer`
[INFO] [stdout]    --> src/lib.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 | use tink::testing::TestRenderer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Text`
[INFO] [stdout]    --> src/lib.rs:128:15
[INFO] [stdout]     |
[INFO] [stdout] 128 | let element = Text::new("Hello").into_element();
[INFO] [stdout]     |               ^^^^ use of undeclared type `Text`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 123 + use rnk::Text;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - testing (line 123)
[INFO] [stdout]     src/runtime/environment.rs - runtime::environment::is_ci (line 76)
[INFO] [stdout]     src/runtime/environment.rs - runtime::environment::is_tty (line 119)
[INFO] [stdout]     src/runtime/signal_handler.rs - runtime::signal_handler::install_signal_handler (line 55)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 4 failed; 49 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.59s; merged doctests compilation took 0.24s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "326c7cafea8152e9616cb7d706e92097381e92548598143f64c65e1102b3ecc2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "326c7cafea8152e9616cb7d706e92097381e92548598143f64c65e1102b3ecc2", kill_on_drop: false }`
[INFO] [stdout] 326c7cafea8152e9616cb7d706e92097381e92548598143f64c65e1102b3ecc2
