[INFO] fetching crate embedded-plots 0.2.0... [INFO] testing embedded-plots-0.2.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate embedded-plots 0.2.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate embedded-plots 0.2.0 [INFO] finished tweaking crates.io crate embedded-plots 0.2.0 [INFO] tweaked toml for crates.io crate embedded-plots 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate embedded-plots 0.2.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate embedded-plots 0.2.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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9de16dc2fe45bd5955044fb6e0accdb8b1c493d39307c98d1c2d5ecf118e341f [INFO] running `Command { std: "docker" "start" "-a" "9de16dc2fe45bd5955044fb6e0accdb8b1c493d39307c98d1c2d5ecf118e341f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9de16dc2fe45bd5955044fb6e0accdb8b1c493d39307c98d1c2d5ecf118e341f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9de16dc2fe45bd5955044fb6e0accdb8b1c493d39307c98d1c2d5ecf118e341f", kill_on_drop: false }` [INFO] [stdout] 9de16dc2fe45bd5955044fb6e0accdb8b1c493d39307c98d1c2d5ecf118e341f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddc81a2de60a8a8c9e924ef17f9e279e0c5a8ef91a28028d3f8aa72ac8329268 [INFO] running `Command { std: "docker" "start" "-a" "ddc81a2de60a8a8c9e924ef17f9e279e0c5a8ef91a28028d3f8aa72ac8329268", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.10 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling az v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling micromath v1.1.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling spin v0.9.3 [INFO] [stderr] Compiling heapless v0.7.14 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling embedded-graphics-core v0.3.3 [INFO] [stderr] Compiling embedded-graphics v0.7.1 [INFO] [stderr] Compiling embedded-plots v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/curve.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stdout] 38 + let x_range = match points.iter().map(|p| p.x).minmax() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/curve.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stdout] 44 + let y_range = match points.iter().map(|p| p.y).minmax() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/curve.rs:28:86 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve { [INFO] [stdout] | -- the lifetime is named here ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/curve.rs:37:50 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve { [INFO] [stdout] | -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/single_plot.rs:19:73 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot { [INFO] [stdout] | -- -- the lifetime is named here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s [INFO] running `Command { std: "docker" "inspect" "ddc81a2de60a8a8c9e924ef17f9e279e0c5a8ef91a28028d3f8aa72ac8329268", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddc81a2de60a8a8c9e924ef17f9e279e0c5a8ef91a28028d3f8aa72ac8329268", kill_on_drop: false }` [INFO] [stdout] ddc81a2de60a8a8c9e924ef17f9e279e0c5a8ef91a28028d3f8aa72ac8329268 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a80e2494d738a8ba0f07dfc145c88fe81b36ca35552fe22b33a7a3970ebc2d1 [INFO] running `Command { std: "docker" "start" "-a" "8a80e2494d738a8ba0f07dfc145c88fe81b36ca35552fe22b33a7a3970ebc2d1", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.9 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling weezl v0.1.6 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.5 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling gif v0.11.4 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling test-case v1.2.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/curve.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stdout] 38 + let x_range = match points.iter().map(|p| p.x).minmax() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/curve.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stdout] 44 + let y_range = match points.iter().map(|p| p.y).minmax() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/curve.rs:28:86 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve { [INFO] [stdout] | -- the lifetime is named here ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/curve.rs:37:50 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve { [INFO] [stdout] | -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/single_plot.rs:19:73 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot { [INFO] [stdout] | -- -- the lifetime is named here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling embedded-graphics-simulator v0.3.0 [INFO] [stderr] Compiling embedded-plots v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/curve.rs:38:51 [INFO] [stdout] | [INFO] [stdout] 38 | let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stdout] 38 + let x_range = match points.iter().map(|p| p.x).minmax() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/curve.rs:44:51 [INFO] [stdout] | [INFO] [stdout] 44 | let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stdout] 44 + let y_range = match points.iter().map(|p| p.y).minmax() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/curve.rs:28:86 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve { [INFO] [stdout] | -- the lifetime is named here ^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/curve.rs:37:50 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve { [INFO] [stdout] | -- ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/single_plot.rs:19:73 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot { [INFO] [stdout] | -- -- the lifetime is named here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot<'a> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.32s [INFO] running `Command { std: "docker" "inspect" "8a80e2494d738a8ba0f07dfc145c88fe81b36ca35552fe22b33a7a3970ebc2d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a80e2494d738a8ba0f07dfc145c88fe81b36ca35552fe22b33a7a3970ebc2d1", kill_on_drop: false }` [INFO] [stdout] 8a80e2494d738a8ba0f07dfc145c88fe81b36ca35552fe22b33a7a3970ebc2d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ca886c8bf49e6d2630ef1ec5c23e1b6a468b6f97dac64f31931e85c56f487332 [INFO] running `Command { std: "docker" "start" "-a" "ca886c8bf49e6d2630ef1ec5c23e1b6a468b6f97dac64f31931e85c56f487332", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/curve.rs:38:51 [INFO] [stderr] | [INFO] [stderr] 38 | let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 38 - let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stderr] 38 + let x_range = match points.iter().map(|p| p.x).minmax() { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/curve.rs:44:51 [INFO] [stderr] | [INFO] [stderr] 44 | let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 44 - let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stderr] 44 + let y_range = match points.iter().map(|p| p.y).minmax() { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/curve.rs:28:86 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve { [INFO] [stderr] | -- the lifetime is named here ^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 28 | pub fn new(points: &'a [PlotPoint], x_range: Range, y_range: Range) -> Curve<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/curve.rs:37:50 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve { [INFO] [stderr] | -- ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 37 | pub fn from_data(points: &'a [PlotPoint]) -> Curve<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/single_plot.rs:19:73 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot { [INFO] [stderr] | -- -- the lifetime is named here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot<'a> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `embedded-plots` (lib) generated 5 warnings (run `cargo fix --lib -p embedded-plots` to apply 5 suggestions) [INFO] [stderr] warning: `embedded-plots` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/embedded_plots-7c4c5545532b13da) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test range_conv::tests::convert::double ... ok [INFO] [stderr] Doc-tests embedded_plots [INFO] [stdout] test range_conv::tests::convert::negative_input_range ... ok [INFO] [stdout] test range_conv::tests::convert::equal_ranges ... ok [INFO] [stdout] test range_conv::tests::convert::negative_output_range ... ok [INFO] [stdout] test range_conv::tests::convert::reversing_negative_range ... ok [INFO] [stdout] test range_conv::tests::convert::half ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/curve.rs:38:51 [INFO] [stderr] | [INFO] [stderr] 38 | let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 38 - let x_range = match points.iter().map(|p| (p.x)).minmax() { [INFO] [stderr] 38 + let x_range = match points.iter().map(|p| p.x).minmax() { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around closure body [INFO] [stderr] --> src/curve.rs:44:51 [INFO] [stderr] | [INFO] [stderr] 44 | let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 44 - let y_range = match points.iter().map(|p| (p.y)).minmax() { [INFO] [stderr] 44 + let y_range = match points.iter().map(|p| p.y).minmax() { [INFO] [stderr] | [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stdout] running 2 tests [INFO] [stderr] [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] test src/lib.rs - (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.89s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ca886c8bf49e6d2630ef1ec5c23e1b6a468b6f97dac64f31931e85c56f487332", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca886c8bf49e6d2630ef1ec5c23e1b6a468b6f97dac64f31931e85c56f487332", kill_on_drop: false }` [INFO] [stdout] ca886c8bf49e6d2630ef1ec5c23e1b6a468b6f97dac64f31931e85c56f487332