[INFO] cloning repository https://github.com/untitled-/tuiwindow
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/untitled-/tuiwindow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtitled-%2Ftuiwindow", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtitled-%2Ftuiwindow'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52c9426c7f9da580ccd1f4c705bc4b75666104ab
[INFO] testing untitled-/tuiwindow against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funtitled-%2Ftuiwindow" "/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/untitled-/tuiwindow
[INFO] finished tweaking git repo https://github.com/untitled-/tuiwindow
[INFO] tweaked toml for git repo https://github.com/untitled-/tuiwindow written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/untitled-/tuiwindow on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/untitled-/tuiwindow 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3fe79dbdefdd73115ceb7bc6765616769d78dd13d77452933d85e004b4fc3a01
[INFO] running `Command { std: "docker" "start" "-a" "3fe79dbdefdd73115ceb7bc6765616769d78dd13d77452933d85e004b4fc3a01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3fe79dbdefdd73115ceb7bc6765616769d78dd13d77452933d85e004b4fc3a01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fe79dbdefdd73115ceb7bc6765616769d78dd13d77452933d85e004b4fc3a01", kill_on_drop: false }`
[INFO] [stdout] 3fe79dbdefdd73115ceb7bc6765616769d78dd13d77452933d85e004b4fc3a01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 102daf336365f69dbc9a370cfecfbc7850211d0eb0a06f8f4914c96f5662eaff
[INFO] running `Command { std: "docker" "start" "-a" "102daf336365f69dbc9a370cfecfbc7850211d0eb0a06f8f4914c96f5662eaff", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling smallvec v1.13.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ahash v0.8.9
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.16
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.27.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling lru v0.12.3
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]    Compiling stability v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.26.1
[INFO] [stderr]    Compiling strum v0.26.1
[INFO] [stderr]    Compiling ratatui v0.26.1
[INFO] [stderr]    Compiling tuiwindow v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s
[INFO] running `Command { std: "docker" "inspect" "102daf336365f69dbc9a370cfecfbc7850211d0eb0a06f8f4914c96f5662eaff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "102daf336365f69dbc9a370cfecfbc7850211d0eb0a06f8f4914c96f5662eaff", kill_on_drop: false }`
[INFO] [stdout] 102daf336365f69dbc9a370cfecfbc7850211d0eb0a06f8f4914c96f5662eaff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2f733d8e4340883ccaca52d75a0508d2ee521b9f44a2e6e81ff895d667b96e6
[INFO] running `Command { std: "docker" "start" "-a" "d2f733d8e4340883ccaca52d75a0508d2ee521b9f44a2e6e81ff895d667b96e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling tuiwindow v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `macros`
[INFO] [stdout]   --> tests/integration_test.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "macros")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `macros` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.20s
[INFO] running `Command { std: "docker" "inspect" "d2f733d8e4340883ccaca52d75a0508d2ee521b9f44a2e6e81ff895d667b96e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2f733d8e4340883ccaca52d75a0508d2ee521b9f44a2e6e81ff895d667b96e6", kill_on_drop: false }`
[INFO] [stdout] d2f733d8e4340883ccaca52d75a0508d2ee521b9f44a2e6e81ff895d667b96e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 45831858d07a9243c934484eb2e7723e5c6f1346064ea2f3a40a01250a59a9e3
[INFO] running `Command { std: "docker" "start" "-a" "45831858d07a9243c934484eb2e7723e5c6f1346064ea2f3a40a01250a59a9e3", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `macros`
[INFO] [stderr]   --> tests/integration_test.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[cfg(feature = "macros")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `macros` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tuiwindow` (test "integration_test") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tuiwindow-087e68990c6f5bde)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test core::tests::test_visit ... ok
[INFO] [stdout] test tests::test_asoc ... ok
[INFO] [stdout] test windows::page::tests::test_creating_page ... ok
[INFO] [stdout] test core::tests::it_works_with_factory ... ok
[INFO] [stdout] test core::tests::test_macros ... ok
[INFO] [stdout] test core::tests::test_visit_with_factory ... ok
[INFO] [stdout] test core::tests::it_works ... ok
[INFO] [stdout] test tests::tui_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::tui_test stdout ----
[INFO] [stdout] Error: Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::tui_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "45831858d07a9243c934484eb2e7723e5c6f1346064ea2f3a40a01250a59a9e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45831858d07a9243c934484eb2e7723e5c6f1346064ea2f3a40a01250a59a9e3", kill_on_drop: false }`
[INFO] [stdout] 45831858d07a9243c934484eb2e7723e5c6f1346064ea2f3a40a01250a59a9e3
