[INFO] fetching crate libzui 0.0.3... [INFO] checking libzui-0.0.3 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate libzui 0.0.3 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate libzui 0.0.3 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libzui 0.0.3 [INFO] finished tweaking crates.io crate libzui 0.0.3 [INFO] tweaked toml for crates.io crate libzui 0.0.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ce181c8dae724b4f7375d4732f3cb8080734f494c42a549daa39139daad1c09 [INFO] running `Command { std: "docker" "start" "-a" "2ce181c8dae724b4f7375d4732f3cb8080734f494c42a549daa39139daad1c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ce181c8dae724b4f7375d4732f3cb8080734f494c42a549daa39139daad1c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ce181c8dae724b4f7375d4732f3cb8080734f494c42a549daa39139daad1c09", kill_on_drop: false }` [INFO] [stdout] 2ce181c8dae724b4f7375d4732f3cb8080734f494c42a549daa39139daad1c09 [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" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 693051ccc86b2a0893e3ed45daef36e5f47b191f8b64a8c8bb4aeb3ce7f5c7e3 [INFO] running `Command { std: "docker" "start" "-a" "693051ccc86b2a0893e3ed45daef36e5f47b191f8b64a8c8bb4aeb3ce7f5c7e3", kill_on_drop: false }` [INFO] [stderr] Checking libzui v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/term/mod.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 75 | impl<'a, T: Write> Terminal<'a, T> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 76 | pub fn new(stdout: &'a mut T) -> Result, Error> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/term/mod.rs:76:53 [INFO] [stdout] | [INFO] [stdout] 75 | impl<'a, T: Write> Terminal<'a, T> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 76 | pub fn new(stdout: &'a mut T) -> Result, Error> { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/term/mod.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/term/mod.rs:133:37 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sty` [INFO] [stdout] --> src/term/mod.rs:133:45 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_sty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fg` [INFO] [stdout] --> src/term/mod.rs:133:57 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bg` [INFO] [stdout] --> src/term/mod.rs:133:68 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/term/mod.rs:133:79 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/term/mod.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `y` [INFO] [stdout] --> src/term/mod.rs:133:37 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_y` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sty` [INFO] [stdout] --> src/term/mod.rs:133:45 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_sty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fg` [INFO] [stdout] --> src/term/mod.rs:133:57 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_fg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `bg` [INFO] [stdout] --> src/term/mod.rs:133:68 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_bg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/term/mod.rs:133:79 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn print(&mut self, x: u16, y: u16, sty: Style, fg: Color, bg: Color, s: &str) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `zui` [INFO] [stdout] --> tests/terminal_test.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use zui::term::Terminal; [INFO] [stdout] | ^^^ use of undeclared crate or module `zui` [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 E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libzui` (test "terminal_test") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "693051ccc86b2a0893e3ed45daef36e5f47b191f8b64a8c8bb4aeb3ce7f5c7e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "693051ccc86b2a0893e3ed45daef36e5f47b191f8b64a8c8bb4aeb3ce7f5c7e3", kill_on_drop: false }` [INFO] [stdout] 693051ccc86b2a0893e3ed45daef36e5f47b191f8b64a8c8bb4aeb3ce7f5c7e3