[INFO] fetching crate termion_temporary_zellij_fork 1.6.0... [INFO] checking termion_temporary_zellij_fork-1.6.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate termion_temporary_zellij_fork 1.6.0 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate termion_temporary_zellij_fork 1.6.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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-2-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quote v1.0.8 [INFO] [stderr] Downloaded serde_derive v1.0.123 [INFO] [stderr] Downloaded redox_syscall v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1f43a583d506c422d54b1c1456f60eb3b6a1f299948e8c3ba24153e86583d47 [INFO] running `Command { std: "docker" "start" "-a" "c1f43a583d506c422d54b1c1456f60eb3b6a1f299948e8c3ba24153e86583d47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1f43a583d506c422d54b1c1456f60eb3b6a1f299948e8c3ba24153e86583d47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1f43a583d506c422d54b1c1456f60eb3b6a1f299948e8c3ba24153e86583d47", kill_on_drop: false }` [INFO] [stdout] c1f43a583d506c422d54b1c1456f60eb3b6a1f299948e8c3ba24153e86583d47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f023f632c90987276b2c5fe5974e584ac87107472007884fc9df8d05dddd9d8b [INFO] running `Command { std: "docker" "start" "-a" "f023f632c90987276b2c5fe5974e584ac87107472007884fc9df8d05dddd9d8b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking numtoa v0.1.0 [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/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/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/async.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/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/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/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: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "color") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "rustc_fun") due to 2 previous errors [INFO] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "commie") due to 2 previous errors [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 `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] error: aborting due to 6 previous errors [INFO] [stdout] [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] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "alternate_screen_raw") due to 7 previous errors [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: aborting due to 2 previous errors [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 `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] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "simple") due to 3 previous errors [INFO] [stdout] error: aborting due to 2 previous errors [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] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "read") due to 3 previous errors [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: aborting due to 2 previous errors [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] [stderr] error: could not compile `termion_temporary_zellij_fork` (example "async") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "f023f632c90987276b2c5fe5974e584ac87107472007884fc9df8d05dddd9d8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f023f632c90987276b2c5fe5974e584ac87107472007884fc9df8d05dddd9d8b", kill_on_drop: false }` [INFO] [stdout] f023f632c90987276b2c5fe5974e584ac87107472007884fc9df8d05dddd9d8b