[INFO] fetching crate termion_temporary_zellij_fork 1.6.0... [INFO] checking termion_temporary_zellij_fork-1.6.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate termion_temporary_zellij_fork 1.6.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate termion_temporary_zellij_fork 1.6.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate termion_temporary_zellij_fork 1.6.0 [INFO] finished tweaking crates.io crate termion_temporary_zellij_fork 1.6.0 [INFO] tweaked toml for crates.io crate termion_temporary_zellij_fork 1.6.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate termion_temporary_zellij_fork 1.6.0 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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c61e84c601a9524b9b6ff34162881161f972d0aab1bc7ffc57e136920b917dab [INFO] running `Command { std: "docker" "start" "-a" "c61e84c601a9524b9b6ff34162881161f972d0aab1bc7ffc57e136920b917dab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c61e84c601a9524b9b6ff34162881161f972d0aab1bc7ffc57e136920b917dab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c61e84c601a9524b9b6ff34162881161f972d0aab1bc7ffc57e136920b917dab", kill_on_drop: false }` [INFO] [stdout] c61e84c601a9524b9b6ff34162881161f972d0aab1bc7ffc57e136920b917dab [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 18ee7bc8bd763998c35acbd576035da84c93a7508a03f96315b048de8510666b [INFO] running `Command { std: "docker" "start" "-a" "18ee7bc8bd763998c35acbd576035da84c93a7508a03f96315b048de8510666b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking termion_temporary_zellij_fork v1.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/size.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/is_tty.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/mouse.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/read.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/commie.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/truecolor.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/rainbow.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/alternate_screen_raw.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/simple.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/rustc_fun.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/click.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/color.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/async.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/detect_color.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `termion` [INFO] [stdout] --> examples/keys.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate termion; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "is_tty") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "size") due to 1 previous error [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "truecolor") due to 1 previous error [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "color") due to 1 previous error [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "rustc_fun") due to 1 previous error [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "commie") due to 1 previous error [INFO] [stdout] error[E0425]: cannot find value `ToMainScreen` in this scope [INFO] [stdout] --> examples/alternate_screen_raw.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | write!(screen, "{}", ToMainScreen).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ToAlternateScreen` in this scope [INFO] [stdout] --> examples/alternate_screen_raw.rs:32:38 [INFO] [stdout] | [INFO] [stdout] 32 | write!(screen, "{}", ToAlternateScreen).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AlternateScreen` [INFO] [stdout] --> examples/alternate_screen_raw.rs:19:22 [INFO] [stdout] | [INFO] [stdout] 19 | let mut screen = AlternateScreen::from(stdout().into_raw_mode().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `AlternateScreen` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `Stdout` in the current scope [INFO] [stdout] --> examples/alternate_screen_raw.rs:19:53 [INFO] [stdout] | [INFO] [stdout] 19 | let mut screen = AlternateScreen::from(stdout().into_raw_mode().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/raw.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | fn into_raw_mode(self) -> io::Result>; [INFO] [stdout] | ------------- the method is available for `Stdout` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `IntoRawMode` which provides `into_raw_mode` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use termion_temporary_zellij_fork::raw::IntoRawMode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `Stdout` in the current scope [INFO] [stdout] --> examples/rainbow.rs:32:31 [INFO] [stdout] | [INFO] [stdout] 32 | let mut stdout = stdout().into_raw_mode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `Stdout` in the current scope [INFO] [stdout] --> examples/detect_color.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | let mut term = stdout().into_raw_mode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `StdoutLock` in the current scope [INFO] [stdout] --> examples/simple.rs:10:36 [INFO] [stdout] | [INFO] [stdout] 10 | let mut stdout = stdout.lock().into_raw_mode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `StdoutLock<'static>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `read_passwd` found for struct `StdinLock` in the current scope [INFO] [stdout] --> examples/read.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | let pass = stdin.read_passwd(&mut stdout); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `StdinLock<'_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `StdoutLock` in the current scope [INFO] [stdout] --> examples/async.rs:11:36 [INFO] [stdout] | [INFO] [stdout] 11 | let mut stdout = stdout.lock().into_raw_mode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `StdoutLock<'static>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `Stdout` in the current scope [INFO] [stdout] --> examples/click.rs:10:51 [INFO] [stdout] | [INFO] [stdout] 10 | let mut stdout = MouseTerminal::from(stdout().into_raw_mode().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `Stdout` in the current scope [INFO] [stdout] --> examples/keys.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | let mut stdout = stdout().into_raw_mode().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `keys` found for struct `Stdin` in the current scope [INFO] [stdout] --> examples/alternate_screen_raw.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | for c in stdin.keys() { [INFO] [stdout] | ^^^^ method not found in `Stdin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/input.rs:111:8 [INFO] [stdout] | [INFO] [stdout] 111 | fn keys(self) -> Keys where Self: Sized; [INFO] [stdout] | ---- the method is available for `Stdin` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `TermRead` which provides `keys` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use termion_temporary_zellij_fork::input::TermRead; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `keys` found for struct `Stdin` in the current scope [INFO] [stdout] --> examples/rainbow.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | for c in stdin.keys() { [INFO] [stdout] | ^^^^ method not found in `Stdin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `into_raw_mode` found for struct `Stdout` in the current scope [INFO] [stdout] --> examples/mouse.rs:11:55 [INFO] [stdout] | [INFO] [stdout] 11 | let mut stdout = MouseTerminal::from(io::stdout().into_raw_mode().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Stdout` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/raw.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | fn into_raw_mode(self) -> io::Result>; [INFO] [stdout] | ------------- the method is available for `Stdout` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `IntoRawMode` which provides `into_raw_mode` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use termion_temporary_zellij_fork::raw::IntoRawMode; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `keys` found for struct `Stdin` in the current scope [INFO] [stdout] --> examples/keys.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | for c in stdin.keys() { [INFO] [stdout] | ^^^^ method not found in `Stdin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `events` found for struct `Stdin` in the current scope [INFO] [stdout] --> examples/click.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | for c in stdin.events() { [INFO] [stdout] | ^^^^^^ method not found in `Stdin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `events` found for struct `Stdin` in the current scope [INFO] [stdout] --> examples/mouse.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | for c in stdin.events() { [INFO] [stdout] | ^^^^^^ method not found in `Stdin` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/input.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | fn events(self) -> Events where Self: Sized; [INFO] [stdout] | ------ the method is available for `Stdin` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `TermRead` which provides `events` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 1 + use termion_temporary_zellij_fork::input::TermRead; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/mouse.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | Event::Key(Key::Char('q')) => break, [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Key` [INFO] [stdout] --> examples/mouse.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | Event::Key(Key::Char('q')) => break, [INFO] [stdout] | ^^^ use of undeclared type `Key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Event` [INFO] [stdout] --> examples/mouse.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | Event::Mouse(me) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Event` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MouseEvent` [INFO] [stdout] --> examples/mouse.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | MouseEvent::Press(_, a, b) | [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MouseEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MouseEvent` [INFO] [stdout] --> examples/mouse.rs:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | MouseEvent::Release(a, b) | [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MouseEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MouseEvent` [INFO] [stdout] --> examples/mouse.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | MouseEvent::Hold(a, b) => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MouseEvent` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "read") due to 2 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "simple") due to 2 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "detect_color") due to 2 previous errors [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "rainbow") due to 3 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "async") due to 2 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "alternate_screen_raw") due to 6 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "click") due to 3 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "mouse") due to 9 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "keys") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "18ee7bc8bd763998c35acbd576035da84c93a7508a03f96315b048de8510666b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18ee7bc8bd763998c35acbd576035da84c93a7508a03f96315b048de8510666b", kill_on_drop: false }` [INFO] [stdout] 18ee7bc8bd763998c35acbd576035da84c93a7508a03f96315b048de8510666b