[INFO] fetching crate textplots 0.8.6... [INFO] building textplots-0.8.6 against master#11663cd3bfefef7d34e8f0892c250bf698049392+rustflags=-Dtail-expr-drop-order for pr-134523 [INFO] extracting crate textplots 0.8.6 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate textplots 0.8.6 on toolchain 11663cd3bfefef7d34e8f0892c250bf698049392 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate textplots 0.8.6 [INFO] finished tweaking crates.io crate textplots 0.8.6 [INFO] tweaked toml for crates.io crate textplots 0.8.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate crates.io crate textplots 0.8.6 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" "+11663cd3bfefef7d34e8f0892c250bf698049392" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded drawille v0.3.0 [INFO] [stderr] Downloaded ctrlc v3.4.0 [INFO] [stderr] Downloaded meval v0.2.0 [INFO] [stderr] Downloaded chrono v0.4.30 [INFO] [stderr] Downloaded rustix v0.38.9 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72869cb67798b9875e661678eecb3650a2233fa311ee816d29330b72c0f54f3d [INFO] running `Command { std: "docker" "start" "-a" "72869cb67798b9875e661678eecb3650a2233fa311ee816d29330b72c0f54f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72869cb67798b9875e661678eecb3650a2233fa311ee816d29330b72c0f54f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72869cb67798b9875e661678eecb3650a2233fa311ee816d29330b72c0f54f3d", kill_on_drop: false }` [INFO] [stdout] 72869cb67798b9875e661678eecb3650a2233fa311ee816d29330b72c0f54f3d [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=forbid -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8551658313bd1315a02d7036b5c58de1c7f0095ada652a9178cff8734a0bc4a3 [INFO] running `Command { std: "docker" "start" "-a" "8551658313bd1315a02d7036b5c58de1c7f0095ada652a9178cff8734a0bc4a3", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.9 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling rgb v0.8.36 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling colored v2.0.4 [INFO] [stderr] Compiling drawille v0.3.0 [INFO] [stderr] Compiling textplots v0.8.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:122:60 [INFO] [stdout] | [INFO] [stdout] 120 | pub trait Plot<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 121 | /// Draws a [line chart](https://en.wikipedia.org/wiki/Line_chart) of points connected by straight line segments. [INFO] [stdout] 122 | fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart; [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/lib.rs:128:78 [INFO] [stdout] | [INFO] [stdout] 126 | pub trait ColorPlot<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 127 | /// Draws a [line chart](https://en.wikipedia.org/wiki/Line_chart) of points... [INFO] [stdout] 128 | fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart; [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:606:78 [INFO] [stdout] | [INFO] [stdout] 605 | impl<'a> ColorPlot<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 606 | fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:616:60 [INFO] [stdout] | [INFO] [stdout] 615 | impl<'a> Plot<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 616 | fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:634:64 [INFO] [stdout] | [INFO] [stdout] 633 | impl<'a> AxisBuilder<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 634 | fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:639:64 [INFO] [stdout] | [INFO] [stdout] 633 | impl<'a> AxisBuilder<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 639 | fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "8551658313bd1315a02d7036b5c58de1c7f0095ada652a9178cff8734a0bc4a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8551658313bd1315a02d7036b5c58de1c7f0095ada652a9178cff8734a0bc4a3", kill_on_drop: false }` [INFO] [stdout] 8551658313bd1315a02d7036b5c58de1c7f0095ada652a9178cff8734a0bc4a3 [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=forbid -Dtail-expr-drop-order" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+11663cd3bfefef7d34e8f0892c250bf698049392" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cddf9425c5de210bdfdea4842bbfd97069ab580296a6f6c9ecaca5559a8848f [INFO] running `Command { std: "docker" "start" "-a" "7cddf9425c5de210bdfdea4842bbfd97069ab580296a6f6c9ecaca5559a8848f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:122:60 [INFO] [stdout] | [INFO] [stdout] 120 | pub trait Plot<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 121 | /// Draws a [line chart](https://en.wikipedia.org/wiki/Line_chart) of points connected by straight line segments. [INFO] [stdout] 122 | fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart; [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/lib.rs:128:78 [INFO] [stdout] | [INFO] [stdout] 126 | pub trait ColorPlot<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 127 | /// Draws a [line chart](https://en.wikipedia.org/wiki/Line_chart) of points... [INFO] [stdout] 128 | fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart; [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:606:78 [INFO] [stdout] | [INFO] [stdout] 605 | impl<'a> ColorPlot<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 606 | fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:616:60 [INFO] [stdout] | [INFO] [stdout] 615 | impl<'a> Plot<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 616 | fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:634:64 [INFO] [stdout] | [INFO] [stdout] 633 | impl<'a> AxisBuilder<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 634 | fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:639:64 [INFO] [stdout] | [INFO] [stdout] 633 | impl<'a> AxisBuilder<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 639 | fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling chrono v0.4.30 [INFO] [stderr] Compiling nix v0.26.2 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling ctrlc v3.4.0 [INFO] [stderr] Compiling textplots v0.8.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:122:60 [INFO] [stdout] | [INFO] [stdout] 120 | pub trait Plot<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 121 | /// Draws a [line chart](https://en.wikipedia.org/wiki/Line_chart) of points connected by straight line segments. [INFO] [stdout] 122 | fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart; [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/lib.rs:128:78 [INFO] [stdout] | [INFO] [stdout] 126 | pub trait ColorPlot<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 127 | /// Draws a [line chart](https://en.wikipedia.org/wiki/Line_chart) of points... [INFO] [stdout] 128 | fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart; [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:606:78 [INFO] [stdout] | [INFO] [stdout] 605 | impl<'a> ColorPlot<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 606 | fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:616:60 [INFO] [stdout] | [INFO] [stdout] 615 | impl<'a> Plot<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 616 | fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:634:64 [INFO] [stdout] | [INFO] [stdout] 633 | impl<'a> AxisBuilder<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 634 | fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/lib.rs:639:64 [INFO] [stdout] | [INFO] [stdout] 633 | impl<'a> AxisBuilder<'a> for Chart<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 639 | fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart { [INFO] [stdout] | ^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `Command { std: "docker" "inspect" "7cddf9425c5de210bdfdea4842bbfd97069ab580296a6f6c9ecaca5559a8848f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cddf9425c5de210bdfdea4842bbfd97069ab580296a6f6c9ecaca5559a8848f", kill_on_drop: false }` [INFO] [stdout] 7cddf9425c5de210bdfdea4842bbfd97069ab580296a6f6c9ecaca5559a8848f