[INFO] cloning repository https://github.com/EdCarney/termplt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EdCarney/termplt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdCarney%2Ftermplt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdCarney%2Ftermplt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9172bacea25b1faf811abefa74faa67d0d7d25fa [INFO] building EdCarney/termplt against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdCarney%2Ftermplt" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/EdCarney/termplt [INFO] finished tweaking git repo https://github.com/EdCarney/termplt [INFO] tweaked toml for git repo https://github.com/EdCarney/termplt written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/EdCarney/termplt on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/EdCarney/termplt 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--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] Downloading crates ... [INFO] [stderr] Downloaded bytemuck v1.23.0 [INFO] [stderr] Downloaded zune-jpeg v0.4.14 [INFO] [stderr] Downloaded crossbeam-deque v0.8.6 [INFO] [stderr] Downloaded bitflags v2.9.1 [INFO] [stderr] Downloaded convert_case v0.7.1 [INFO] [stderr] Downloaded bitstream-io v2.6.0 [INFO] [stderr] Downloaded jobserver v0.1.33 [INFO] [stderr] Downloaded crunchy v0.2.3 [INFO] [stderr] Downloaded derive_more-impl v2.0.1 [INFO] [stderr] Downloaded crossterm_winapi v0.9.1 [INFO] [stderr] Downloaded signal-hook v0.3.18 [INFO] [stderr] Downloaded flate2 v1.1.1 [INFO] [stderr] Downloaded crossterm v0.29.0 [INFO] [stderr] Downloaded hashbrown v0.15.3 [INFO] [stderr] Downloaded image v0.25.6 [INFO] [stderr] Downloaded exr v1.73.0 [INFO] [stderr] Downloaded unicode-segmentation v1.12.0 [INFO] [stderr] Downloaded libfuzzer-sys v0.4.9 [INFO] [stderr] Downloaded nix v0.30.1 [INFO] [stderr] Downloaded winnow v0.7.10 [INFO] [stderr] Downloaded toml_edit v0.22.26 [INFO] [stderr] Downloaded png v0.17.16 [INFO] [stderr] Downloaded cc v1.2.25 [INFO] [stderr] Downloaded toml v0.8.22 [INFO] [stderr] Downloaded weezl v0.1.10 [INFO] [stderr] Downloaded image-webp v0.2.1 [INFO] [stderr] Downloaded fdeflate v0.3.7 [INFO] [stderr] Downloaded bumpalo v3.17.0 [INFO] [stderr] Downloaded wasm-bindgen-shared v0.2.100 [INFO] [stderr] Downloaded derive_more v2.0.1 [INFO] [stderr] Downloaded litrs v0.4.1 [INFO] [stderr] Downloaded half v2.6.0 [INFO] [stderr] Downloaded arbitrary v1.4.1 [INFO] [stderr] Downloaded toml_datetime v0.6.9 [INFO] [stderr] Downloaded thiserror v1.0.69 [INFO] [stderr] Downloaded wasm-bindgen v0.2.100 [INFO] [stderr] Downloaded ravif v0.11.12 [INFO] [stderr] Downloaded av1-grain v0.2.4 [INFO] [stderr] Downloaded built v0.7.7 [INFO] [stderr] Downloaded thiserror-impl v1.0.69 [INFO] [stderr] Downloaded wasm-bindgen-backend v0.2.100 [INFO] [stderr] Downloaded wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Downloaded wasm-bindgen-macro v0.2.100 [INFO] [stderr] Downloaded document-features v0.2.11 [INFO] [stderr] Downloaded errno v0.3.12 [INFO] [stderr] Downloaded signal-hook-mio v0.2.4 [INFO] [stderr] Downloaded avif-serialize v0.8.3 [INFO] [stderr] Downloaded rustversion v1.0.21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb6fdee53371a7b13ed9eed1e38fb74f38f6724018948afdaa8016a2c1b22f8c [INFO] running `Command { std: "docker" "start" "-a" "fb6fdee53371a7b13ed9eed1e38fb74f38f6724018948afdaa8016a2c1b22f8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb6fdee53371a7b13ed9eed1e38fb74f38f6724018948afdaa8016a2c1b22f8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb6fdee53371a7b13ed9eed1e38fb74f38f6724018948afdaa8016a2c1b22f8c", kill_on_drop: false }` [INFO] [stdout] fb6fdee53371a7b13ed9eed1e38fb74f38f6724018948afdaa8016a2c1b22f8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d45009ae9af35f905ede4dba95dc02d98683d3dcc0388ec2f1ad10a7190c9003 [INFO] running `Command { std: "docker" "start" "-a" "d45009ae9af35f905ede4dba95dc02d98683d3dcc0388ec2f1ad10a7190c9003", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling ravif v0.11.12 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling termplt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `AxesPositioning` and `Text` [INFO] [stdout] --> src/plotting/graph.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | axes::{Axes, AxesPositioning}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | text::{Label, Text}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FloatConvertable` [INFO] [stdout] --> src/plotting/marker.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | plotting::common::{FloatConvertable, IntConvertable, UIntConvertable}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | let mut min_x = min.x + u32::max(largest_marker_sz, axes_thickness.0); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | let mut min_y = min.y + u32::max(largest_marker_sz, axes_thickness.1); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:194:17 [INFO] [stdout] | [INFO] [stdout] 194 | let mut max_x = max.x - u32::max(largest_marker_sz, axes_thickness.0); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | let mut max_y = max.y - u32::max(largest_marker_sz, axes_thickness.1); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> src/plotting/line.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | color, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `color: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PositionDetails` is never constructed [INFO] [stdout] --> src/terminal_commands/images.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | struct PositionDetails { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_positioning_details` is never used [INFO] [stdout] --> src/terminal_commands/images.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 44 | impl Image { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 124 | fn get_positioning_details(&self, x_pix: u32, y_pix: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `points_x2` [INFO] [stdout] --> src/main.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | let points_x2 = (-num_points / 2..=num_points / 2) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_points_x2` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `draw_graph_style_1` is never used [INFO] [stdout] --> src/main.rs:82:4 [INFO] [stdout] | [INFO] [stdout] 82 | fn draw_graph_style_1( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_new_terminal_cmds` is never used [INFO] [stdout] --> src/main.rs:254:4 [INFO] [stdout] | [INFO] [stdout] 254 | fn test_new_terminal_cmds() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_cursor_positioning` is never used [INFO] [stdout] --> src/main.rs:287:4 [INFO] [stdout] | [INFO] [stdout] 287 | fn test_cursor_positioning() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_printin` is never used [INFO] [stdout] --> src/main.rs:300:4 [INFO] [stdout] | [INFO] [stdout] 300 | fn test_printin() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_cmd_seqs` is never used [INFO] [stdout] --> src/main.rs:317:4 [INFO] [stdout] | [INFO] [stdout] 317 | fn test_cmd_seqs() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.62s [INFO] running `Command { std: "docker" "inspect" "d45009ae9af35f905ede4dba95dc02d98683d3dcc0388ec2f1ad10a7190c9003", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d45009ae9af35f905ede4dba95dc02d98683d3dcc0388ec2f1ad10a7190c9003", kill_on_drop: false }` [INFO] [stdout] d45009ae9af35f905ede4dba95dc02d98683d3dcc0388ec2f1ad10a7190c9003 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 581bfafa7169d5d6eaf728e0c1469fc28dd242a5d49ae4016b0263df96075d38 [INFO] running `Command { std: "docker" "start" "-a" "581bfafa7169d5d6eaf728e0c1469fc28dd242a5d49ae4016b0263df96075d38", kill_on_drop: false }` [INFO] [stderr] Compiling termplt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `AxesPositioning` and `Text` [INFO] [stdout] --> src/plotting/graph.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | axes::{Axes, AxesPositioning}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | text::{Label, Text}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FloatConvertable` [INFO] [stdout] --> src/plotting/marker.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | plotting::common::{FloatConvertable, IntConvertable, UIntConvertable}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | let mut min_x = min.x + u32::max(largest_marker_sz, axes_thickness.0); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | let mut min_y = min.y + u32::max(largest_marker_sz, axes_thickness.1); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:194:17 [INFO] [stdout] | [INFO] [stdout] 194 | let mut max_x = max.x - u32::max(largest_marker_sz, axes_thickness.0); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | let mut max_y = max.y - u32::max(largest_marker_sz, axes_thickness.1); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> src/plotting/line.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | color, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `color: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PositionDetails` is never constructed [INFO] [stdout] --> src/terminal_commands/images.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | struct PositionDetails { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_positioning_details` is never used [INFO] [stdout] --> src/terminal_commands/images.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 44 | impl Image { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 124 | fn get_positioning_details(&self, x_pix: u32, y_pix: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AxesPositioning` and `Text` [INFO] [stdout] --> src/plotting/graph.rs:2:18 [INFO] [stdout] | [INFO] [stdout] 2 | axes::{Axes, AxesPositioning}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 12 | text::{Label, Text}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FloatConvertable` [INFO] [stdout] --> src/plotting/marker.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | plotting::common::{FloatConvertable, IntConvertable, UIntConvertable}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `points_x2` [INFO] [stdout] --> src/main.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | let points_x2 = (-num_points / 2..=num_points / 2) [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_points_x2` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `draw_graph_style_1` is never used [INFO] [stdout] --> src/main.rs:82:4 [INFO] [stdout] | [INFO] [stdout] 82 | fn draw_graph_style_1( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_new_terminal_cmds` is never used [INFO] [stdout] --> src/main.rs:254:4 [INFO] [stdout] | [INFO] [stdout] 254 | fn test_new_terminal_cmds() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_cursor_positioning` is never used [INFO] [stdout] --> src/main.rs:287:4 [INFO] [stdout] | [INFO] [stdout] 287 | fn test_cursor_positioning() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_printin` is never used [INFO] [stdout] --> src/main.rs:300:4 [INFO] [stdout] | [INFO] [stdout] 300 | fn test_printin() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `test_cmd_seqs` is never used [INFO] [stdout] --> src/main.rs:317:4 [INFO] [stdout] | [INFO] [stdout] 317 | fn test_cmd_seqs() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | let mut min_x = min.x + u32::max(largest_marker_sz, axes_thickness.0); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | let mut min_y = min.y + u32::max(largest_marker_sz, axes_thickness.1); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:194:17 [INFO] [stdout] | [INFO] [stdout] 194 | let mut max_x = max.x - u32::max(largest_marker_sz, axes_thickness.0); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/plotting/canvas.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | let mut max_y = max.y - u32::max(largest_marker_sz, axes_thickness.1); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `color` [INFO] [stdout] --> src/plotting/line.rs:216:17 [INFO] [stdout] | [INFO] [stdout] 216 | color, [INFO] [stdout] | ^^^^^ help: try ignoring the field: `color: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PositionDetails` is never constructed [INFO] [stdout] --> src/terminal_commands/images.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | struct PositionDetails { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_positioning_details` is never used [INFO] [stdout] --> src/terminal_commands/images.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 44 | impl Image { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 124 | fn get_positioning_details(&self, x_pix: u32, y_pix: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.63s [INFO] running `Command { std: "docker" "inspect" "581bfafa7169d5d6eaf728e0c1469fc28dd242a5d49ae4016b0263df96075d38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "581bfafa7169d5d6eaf728e0c1469fc28dd242a5d49ae4016b0263df96075d38", kill_on_drop: false }` [INFO] [stdout] 581bfafa7169d5d6eaf728e0c1469fc28dd242a5d49ae4016b0263df96075d38