[INFO] cloning repository https://github.com/Q2CK/bin_ops [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Q2CK/bin_ops" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQ2CK%2Fbin_ops", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQ2CK%2Fbin_ops'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 00f3543fcfe083301b49d19bf79f812ec3f2a3b1 [INFO] checking Q2CK/bin_ops against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQ2CK%2Fbin_ops" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Q2CK/bin_ops on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Q2CK/bin_ops [INFO] finished tweaking git repo https://github.com/Q2CK/bin_ops [INFO] tweaked toml for git repo https://github.com/Q2CK/bin_ops written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Q2CK/bin_ops 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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9e8bcc4d1a2c9d5d2b650a5df659bf550537f288cabf43b54a29f9cd7519de6 [INFO] running `Command { std: "docker" "start" "-a" "a9e8bcc4d1a2c9d5d2b650a5df659bf550537f288cabf43b54a29f9cd7519de6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9e8bcc4d1a2c9d5d2b650a5df659bf550537f288cabf43b54a29f9cd7519de6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9e8bcc4d1a2c9d5d2b650a5df659bf550537f288cabf43b54a29f9cd7519de6", kill_on_drop: false }` [INFO] [stdout] a9e8bcc4d1a2c9d5d2b650a5df659bf550537f288cabf43b54a29f9cd7519de6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f4dc1dbfa8079383be48ace1179d13acb626705146c23daa37691337c9902db [INFO] running `Command { std: "docker" "start" "-a" "7f4dc1dbfa8079383be48ace1179d13acb626705146c23daa37691337c9902db", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling signal-hook v0.3.15 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking crossterm v0.26.1 [INFO] [stderr] Checking bin_ops v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Attribute`, `ClearType`, `Clear`, `Event`, `KeyCode`, `KeyEventKind`, `PrintStyledContent`, `SetAttribute`, `SetSize`, `Stylize`, `disable_raw_mode`, `enable_raw_mode`, `poll`, `read`, `self`, `self` [INFO] [stdout] --> src/table.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | terminal::{self, SetSize, enable_raw_mode, disable_raw_mode, Clear, ClearType}, [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | cursor::{self, MoveTo}, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | style::{Stylize, Color, PrintStyledContent, Attribute, Print, SetAttribute, SetBackgroundColor}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 6 | event::{read, poll, Event, KeyCode, KeyEventKind}, [INFO] [stdout] | ^^^^ ^^^^ ^^^^^ ^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SetColors` [INFO] [stdout] --> src/table.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | use crossterm::style::{SetColors, SetForegroundColor}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Attribute`, `ClearType`, `Clear`, `Event`, `KeyCode`, `KeyEventKind`, `PrintStyledContent`, `SetAttribute`, `SetSize`, `Stylize`, `disable_raw_mode`, `enable_raw_mode`, `poll`, `read`, `self`, `self` [INFO] [stdout] --> src/table.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | terminal::{self, SetSize, enable_raw_mode, disable_raw_mode, Clear, ClearType}, [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | cursor::{self, MoveTo}, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | style::{Stylize, Color, PrintStyledContent, Attribute, Print, SetAttribute, SetBackgroundColor}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 6 | event::{read, poll, Event, KeyCode, KeyEventKind}, [INFO] [stdout] | ^^^^ ^^^^ ^^^^^ ^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SetColors` [INFO] [stdout] --> src/table.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | use crossterm::style::{SetColors, SetForegroundColor}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Character` is never constructed [INFO] [stdout] --> src/table.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct Character { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Change` is never constructed [INFO] [stdout] --> src/table.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | struct Change { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `View` is never constructed [INFO] [stdout] --> src/table.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | struct View { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_view`, `redraw`, and `update` are never used [INFO] [stdout] --> src/table.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 35 | impl View { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 36 | fn new_view(width: usize, height: usize, id: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fn redraw(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | fn update(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Character` is never constructed [INFO] [stdout] --> src/table.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct Character { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Change` is never constructed [INFO] [stdout] --> src/table.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | struct Change { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `View` is never constructed [INFO] [stdout] --> src/table.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | struct View { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_view`, `redraw`, and `update` are never used [INFO] [stdout] --> src/table.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 35 | impl View { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 36 | fn new_view(width: usize, height: usize, id: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fn redraw(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | fn update(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "7f4dc1dbfa8079383be48ace1179d13acb626705146c23daa37691337c9902db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f4dc1dbfa8079383be48ace1179d13acb626705146c23daa37691337c9902db", kill_on_drop: false }` [INFO] [stdout] 7f4dc1dbfa8079383be48ace1179d13acb626705146c23daa37691337c9902db [INFO] checking Q2CK/bin_ops against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FQ2CK%2Fbin_ops" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Q2CK/bin_ops on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Q2CK/bin_ops [INFO] finished tweaking git repo https://github.com/Q2CK/bin_ops [INFO] tweaked toml for git repo https://github.com/Q2CK/bin_ops written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Q2CK/bin_ops 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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b3654d895897ea5819c6f6f4902073915f2aa0b832fbb6453ce8fda63a6583f [INFO] running `Command { std: "docker" "start" "-a" "3b3654d895897ea5819c6f6f4902073915f2aa0b832fbb6453ce8fda63a6583f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b3654d895897ea5819c6f6f4902073915f2aa0b832fbb6453ce8fda63a6583f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b3654d895897ea5819c6f6f4902073915f2aa0b832fbb6453ce8fda63a6583f", kill_on_drop: false }` [INFO] [stdout] 3b3654d895897ea5819c6f6f4902073915f2aa0b832fbb6453ce8fda63a6583f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff0680a071e25b04b44bb6068c24ac5ae6ddcc22f77c4e09ab1af272b602750c [INFO] running `Command { std: "docker" "start" "-a" "ff0680a071e25b04b44bb6068c24ac5ae6ddcc22f77c4e09ab1af272b602750c", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling signal-hook v0.3.15 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking crossterm v0.26.1 [INFO] [stderr] Checking bin_ops v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Attribute`, `ClearType`, `Clear`, `Event`, `KeyCode`, `KeyEventKind`, `PrintStyledContent`, `SetAttribute`, `SetSize`, `Stylize`, `disable_raw_mode`, `enable_raw_mode`, `poll`, `read`, `self`, `self` [INFO] [stdout] --> src/table.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | terminal::{self, SetSize, enable_raw_mode, disable_raw_mode, Clear, ClearType}, [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | cursor::{self, MoveTo}, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | style::{Stylize, Color, PrintStyledContent, Attribute, Print, SetAttribute, SetBackgroundColor}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 6 | event::{read, poll, Event, KeyCode, KeyEventKind}, [INFO] [stdout] | ^^^^ ^^^^ ^^^^^ ^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SetColors` [INFO] [stdout] --> src/table.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | use crossterm::style::{SetColors, SetForegroundColor}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Attribute`, `ClearType`, `Clear`, `Event`, `KeyCode`, `KeyEventKind`, `PrintStyledContent`, `SetAttribute`, `SetSize`, `Stylize`, `disable_raw_mode`, `enable_raw_mode`, `poll`, `read`, `self`, `self` [INFO] [stdout] --> src/table.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | terminal::{self, SetSize, enable_raw_mode, disable_raw_mode, Clear, ClearType}, [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stdout] 4 | cursor::{self, MoveTo}, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | style::{Stylize, Color, PrintStyledContent, Attribute, Print, SetAttribute, SetBackgroundColor}, [INFO] [stdout] | ^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 6 | event::{read, poll, Event, KeyCode, KeyEventKind}, [INFO] [stdout] | ^^^^ ^^^^ ^^^^^ ^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SetColors` [INFO] [stdout] --> src/table.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | use crossterm::style::{SetColors, SetForegroundColor}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Character` is never constructed [INFO] [stdout] --> src/table.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct Character { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Change` is never constructed [INFO] [stdout] --> src/table.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | struct Change { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `View` is never constructed [INFO] [stdout] --> src/table.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | struct View { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_view`, `redraw`, and `update` are never used [INFO] [stdout] --> src/table.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 35 | impl View { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 36 | fn new_view(width: usize, height: usize, id: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fn redraw(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | fn update(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Character` is never constructed [INFO] [stdout] --> src/table.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | struct Character { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Change` is never constructed [INFO] [stdout] --> src/table.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | struct Change { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `View` is never constructed [INFO] [stdout] --> src/table.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | struct View { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new_view`, `redraw`, and `update` are never used [INFO] [stdout] --> src/table.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 35 | impl View { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 36 | fn new_view(width: usize, height: usize, id: usize) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | fn redraw(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | fn update(&mut self) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "ff0680a071e25b04b44bb6068c24ac5ae6ddcc22f77c4e09ab1af272b602750c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff0680a071e25b04b44bb6068c24ac5ae6ddcc22f77c4e09ab1af272b602750c", kill_on_drop: false }` [INFO] [stdout] ff0680a071e25b04b44bb6068c24ac5ae6ddcc22f77c4e09ab1af272b602750c