[INFO] fetching crate tca-rs 0.1.0...
[INFO] testing tca-rs-0.1.0 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate tca-rs 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate tca-rs 0.1.0
[INFO] finished tweaking crates.io crate tca-rs 0.1.0
[INFO] tweaked toml for crates.io crate tca-rs 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tca-rs 0.1.0 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 58 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4318061f81e86c6eaa6259950e3dd645f128997dd1fcfdf5876c26aaa2a8764d
[INFO] running `Command { std: "docker" "start" "-a" "4318061f81e86c6eaa6259950e3dd645f128997dd1fcfdf5876c26aaa2a8764d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4318061f81e86c6eaa6259950e3dd645f128997dd1fcfdf5876c26aaa2a8764d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4318061f81e86c6eaa6259950e3dd645f128997dd1fcfdf5876c26aaa2a8764d", kill_on_drop: false }`
[INFO] [stdout] 4318061f81e86c6eaa6259950e3dd645f128997dd1fcfdf5876c26aaa2a8764d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6069b35575d7961b66535d8d149771e1dc5ebfe43de7eceb986f53c86184b044
[INFO] running `Command { std: "docker" "start" "-a" "6069b35575d7961b66535d8d149771e1dc5ebfe43de7eceb986f53c86184b044", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tca-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.53s
[INFO] running `Command { std: "docker" "inspect" "6069b35575d7961b66535d8d149771e1dc5ebfe43de7eceb986f53c86184b044", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6069b35575d7961b66535d8d149771e1dc5ebfe43de7eceb986f53c86184b044", kill_on_drop: false }`
[INFO] [stdout] 6069b35575d7961b66535d8d149771e1dc5ebfe43de7eceb986f53c86184b044
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de61e47e06876879e60c4d15d98cef756f021913187c856d760ec16aa508a66c
[INFO] running `Command { std: "docker" "start" "-a" "de61e47e06876879e60c4d15d98cef756f021913187c856d760ec16aa508a66c", kill_on_drop: false }`
[INFO] [stderr]    Compiling tca-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.80s
[INFO] running `Command { std: "docker" "inspect" "de61e47e06876879e60c4d15d98cef756f021913187c856d760ec16aa508a66c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de61e47e06876879e60c4d15d98cef756f021913187c856d760ec16aa508a66c", kill_on_drop: false }`
[INFO] [stdout] de61e47e06876879e60c4d15d98cef756f021913187c856d760ec16aa508a66c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bb7d1d2bf639ad21c928812458f04d7d1d7cf297a8fda7581d402f2ee25b251a
[INFO] running `Command { std: "docker" "start" "-a" "bb7d1d2bf639ad21c928812458f04d7d1d7cf297a8fda7581d402f2ee25b251a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tca-06eded62692adb9d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test store::test::simple_action ... ok
[INFO] [stdout] test store::test::closes_on_quit ... ok
[INFO] [stdout] test store::test::multiple_scopes_not_hang ... ok
[INFO] [stdout] test store::test::test_reentrant_mutex ... ok
[INFO] [stderr]    Doc-tests tca
[INFO] [stdout] test engine::test::reentrant_mutex_not_locks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/effect.rs - effect::Effect<Action>::run (line 46) ... FAILED
[INFO] [stdout] test src/store.rs - store::Store (line 86) ... FAILED
[INFO] [stdout] test src/effect.rs - effect::Effect<Action>::run (line 55) ... FAILED
[INFO] [stdout] test src/store.rs - store::Store (line 68) ... FAILED
[INFO] [stdout] test src/store.rs - store::Store (line 22) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/effect.rs - effect::Effect<Action>::run (line 46) stdout ----
[INFO] [stdout] error: expected one of `!`, `+`, `,`, `::`, `=`, or `>`, found `{`
[INFO] [stdout]  --> src/effect.rs:47:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct EventsClient<F: Fn() -> Stream<Item = Event> {
[INFO] [stdout]   |                                                     ^ expected one of `!`, `+`, `,`, `::`, `=`, or `>`
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to end the type parameters here
[INFO] [stdout]   |
[INFO] [stdout] 1 | struct EventsClient<F: Fn() -> Stream<Item = Event>> {
[INFO] [stdout]   |                                                    +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/store.rs - store::Store (line 86) stdout ----
[INFO] [stdout] error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `)`
[INFO] [stdout]  --> src/store.rs:87:65
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, AppAction) {
[INFO] [stdout]   |                                                                 ^ expected one of 7 possible tokens
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to end the type parameters here
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, AppAction>) {
[INFO] [stdout]   |                                                                 +
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `)`
[INFO] [stdout]  --> src/store.rs:87:65
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, AppAction) {
[INFO] [stdout]   |                                                                 ^ expected one of `:`, `@`, or `|`
[INFO] [stdout]   |
[INFO] [stdout]   = note: anonymous parameters are removed in the 2018 edition (see RFC 1685)
[INFO] [stdout] help: if this is a parameter name, give it a type
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, AppAction: TypeName) {
[INFO] [stdout]   |                                                                 ++++++++++
[INFO] [stdout] help: if this is a type, explicitly ignore the parameter name
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, _: AppAction) {
[INFO] [stdout]   |                                                        ++
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Frame` in this scope
[INFO] [stdout]  --> src/store.rs:87:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, AppAction) {
[INFO] [stdout]   |                         ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `store` in this scope
[INFO] [stdout]  --> src/store.rs:88:27
[INFO] [stdout]   |
[INFO] [stdout] 4 |     activity::draw(frame, store.scope(|s| &s.activity, AppAction::Activity));
[INFO] [stdout]   |                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `activity`
[INFO] [stdout]  --> src/store.rs:88:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     activity::draw(frame, store.scope(|s| &s.activity, AppAction::Activity));
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `activity`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `activity`, use `cargo add activity` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AppAction`
[INFO] [stdout]  --> src/store.rs:88:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn draw_app(frame: &mut Frame, store: &Store<AppState, AppAction) {
[INFO] [stdout]   |                                                        --------- help: `AppAction` is defined here, but is not a type
[INFO] [stdout] 4 |     activity::draw(frame, store.scope(|s| &s.activity, AppAction::Activity));
[INFO] [stdout]   |                                                        ^^^^^^^^^ use of undeclared type `AppAction`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/effect.rs - effect::Effect<Action>::run (line 55) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `action` in this scope
[INFO] [stdout]  --> src/effect.rs:56:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | match action {
[INFO] [stdout]   |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Effect`
[INFO] [stdout]  --> src/effect.rs:58:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         Effect::run(async move |send| {
[INFO] [stdout]   |         ^^^^^^ use of undeclared type `Effect`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tca::Effect;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EventsClient`
[INFO] [stdout]  --> src/effect.rs:59:33
[INFO] [stdout]   |
[INFO] [stdout] 6 |             let events_client = EventsClient::new().events();
[INFO] [stdout]   |                                 ^^^^^^^^^^^^ use of undeclared type `EventsClient`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action`
[INFO] [stdout]  --> src/effect.rs:61:27
[INFO] [stdout]   |
[INFO] [stdout] 8 |                 send.send(Action::Event(event));
[INFO] [stdout]   |                           ^^^^^^
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           use of undeclared type `Action`
[INFO] [stdout]   |                           help: an enum with a similar name exists: `Option`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action`
[INFO] [stdout]  --> src/effect.rs:57:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Action::StartButtonTapped => {
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     use of undeclared type `Action`
[INFO] [stdout]   |     help: an enum with a similar name exists: `Option`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/store.rs - store::Store (line 68) stdout ----
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `reduce`
[INFO] [stdout]   --> src/store.rs:78:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl tca::Reducer<AppState, AppAction> for Feature {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `reduce` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `fn reduce(_: &mut AppState, _: AppAction) -> Effect<AppAction> { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `activity`
[INFO] [stdout]  --> src/store.rs:71:15
[INFO] [stdout]   |
[INFO] [stdout] 6 |     activity: activity::State,
[INFO] [stdout]   |               ^^^^^^^^ use of unresolved module or unlinked crate `activity`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `activity`, use `cargo add activity` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `activity`
[INFO] [stdout]  --> src/store.rs:74:14
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Activity(activity::Action),
[INFO] [stdout]   |              ^^^^^^^^ use of unresolved module or unlinked crate `activity`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `activity`, use `cargo add activity` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/store.rs - store::Store (line 22) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `crossterm`
[INFO] [stdout]  --> src/store.rs:26:27
[INFO] [stdout]   |
[INFO] [stdout] 7 | let mut terminal_events = crossterm::event::EventStream::new();
[INFO] [stdout]   |                           ^^^^^^^^^ use of unresolved module or unlinked crate `crossterm`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `crossterm`, use `cargo add crossterm` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Feature` in this scope
[INFO] [stdout]  --> src/store.rs:24:31
[INFO] [stdout]   |
[INFO] [stdout] 5 | let store = tca::Store::new::<Feature>(State::default());
[INFO] [stdout]   |                               ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_store_rs_22_0<Feature>() {
[INFO] [stdout]   |                                                                        +++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `terminal` in this scope
[INFO] [stdout]   --> src/store.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 16 |                     terminal.draw(|f| ui(f, &state))?;
[INFO] [stdout]    |                     ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `state` in this scope
[INFO] [stdout]   --> src/store.rs:35:46
[INFO] [stdout]    |
[INFO] [stdout] 16 |                     terminal.draw(|f| ui(f, &state))?;
[INFO] [stdout]    |                                              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> src/store.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 4  |   fn main() { #[allow(non_snake_case)] fn _doctest_main_src_store_rs_22_0() {
[INFO] [stdout]    |                                        ------------------------------------ this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 12 | /     tokio::select! {
[INFO] [stdout] 13 | |         maybe_redraw = redraw_event => {
[INFO] [stdout] 14 | |             match maybe_redraw {
[INFO] [stdout] 15 | |                 Ok(()) => {
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |     }
[INFO] [stdout]    | |_____^ only allowed inside `async` functions and blocks
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::select` which comes from the expansion of the macro `tokio::select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State`
[INFO] [stdout]  --> src/store.rs:24:40
[INFO] [stdout]   |
[INFO] [stdout] 5 | let store = tca::Store::new::<Feature>(State::default());
[INFO] [stdout]   |                                        ^^^^^ use of undeclared type `State`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ui` in this scope
[INFO] [stdout]   --> src/store.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 16 |                     terminal.draw(|f| ui(f, &state))?;
[INFO] [stdout]    |                                       ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action`
[INFO] [stdout]   --> src/store.rs:47:45
[INFO] [stdout]    |
[INFO] [stdout] 28 |                 Some(Ok(evt)) => store.send(Action::Event(evt)),
[INFO] [stdout]    |                                             ^^^^^^
[INFO] [stdout]    |                                             |
[INFO] [stdout]    |                                             use of undeclared type `Action`
[INFO] [stdout]    |                                             help: an enum with a similar name exists: `Option`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/effect.rs - effect::Effect<Action>::run (line 46)
[INFO] [stdout]     src/effect.rs - effect::Effect<Action>::run (line 55)
[INFO] [stdout]     src/store.rs - store::Store (line 22)
[INFO] [stdout]     src/store.rs - store::Store (line 68)
[INFO] [stdout]     src/store.rs - store::Store (line 86)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bb7d1d2bf639ad21c928812458f04d7d1d7cf297a8fda7581d402f2ee25b251a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb7d1d2bf639ad21c928812458f04d7d1d7cf297a8fda7581d402f2ee25b251a", kill_on_drop: false }`
[INFO] [stdout] bb7d1d2bf639ad21c928812458f04d7d1d7cf297a8fda7581d402f2ee25b251a
