[INFO] fetching crate textplots 0.8.7...
[INFO] checking textplots-0.8.7 against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] extracting crate textplots 0.8.7 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate textplots 0.8.7
[INFO] finished tweaking crates.io crate textplots 0.8.7
[INFO] tweaked toml for crates.io crate textplots 0.8.7 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate textplots 0.8.7 on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate textplots 0.8.7 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `textplots` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded drawille v0.3.0
[INFO] [stderr]   Downloaded errno v0.3.2
[INFO] [stderr]   Downloaded rgb v0.8.36
[INFO] [stderr]   Downloaded ctrlc v3.4.0
[INFO] [stderr]   Downloaded rustix v0.38.9
[INFO] [stderr]   Downloaded chrono v0.4.30
[INFO] [stderr]   Downloaded nix v0.26.2
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f
[INFO] running `Command { std: "docker" "start" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `textplots` (manifest) generated 1 warning
[INFO] [stderr]    Compiling rustix v0.38.9
[INFO] [stderr]     Checking linux-raw-sys v0.4.5
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking nix v0.26.2
[INFO] [stderr]     Checking console v0.15.7
[INFO] [stderr]     Checking rgb v0.8.36
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking colored v2.0.4
[INFO] [stderr]     Checking ctrlc v3.4.0
[INFO] [stderr]     Checking drawille v0.3.0
[INFO] [stderr]     Checking textplots v0.8.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking chrono v0.4.30
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/lib.rs:275:24
[INFO] [stdout]     |
[INFO] [stdout] 275 |             ymin: f32::INFINITY,
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/lib.rs:276:24
[INFO] [stdout]     |
[INFO] [stdout] 276 |             ymax: f32::NEG_INFINITY,
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:122:60
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart;
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:78
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart;
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[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] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:78
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart {
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[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] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:616:60
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart {
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[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] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:634:64
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same 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] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same 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] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]  --> examples/multiple.rs:8:51
[INFO] [stdout]   |
[INFO] [stdout] 8 |         .lineplot(&Shape::Continuous(Box::new(|x| (-x.powf(2.0)))))
[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] 8 -         .lineplot(&Shape::Continuous(Box::new(|x| (-x.powf(2.0)))))
[INFO] [stdout] 8 +         .lineplot(&Shape::Continuous(Box::new(|x| -x.powf(2.0))))
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]  --> examples/multiple.rs:9:51
[INFO] [stdout]   |
[INFO] [stdout] 9 |         .lineplot(&Shape::Continuous(Box::new(|x| (x.powf(2.0)))))
[INFO] [stdout]   |                                                   ^           ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 9 -         .lineplot(&Shape::Continuous(Box::new(|x| (x.powf(2.0)))))
[INFO] [stdout] 9 +         .lineplot(&Shape::Continuous(Box::new(|x| x.powf(2.0))))
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::INFINITY`: replaced by the `INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/lib.rs:275:24
[INFO] [stdout]     |
[INFO] [stdout] 275 |             ymin: f32::INFINITY,
[INFO] [stdout]     |                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::NEG_INFINITY`: replaced by the `NEG_INFINITY` associated constant on `f32`
[INFO] [stdout]    --> src/lib.rs:276:24
[INFO] [stdout]     |
[INFO] [stdout] 276 |             ymax: f32::NEG_INFINITY,
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:122:60
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart;
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:128:78
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart;
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[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] 128 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a>;
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:78
[INFO] [stdout]     |
[INFO] [stdout] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart {
[INFO] [stdout]     |                       --                   --                         --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                    |                          |
[INFO] [stdout]     |                       |                    |                          the same lifetime is named here
[INFO] [stdout]     |                       |                    the lifetime is named here
[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] 606 |     fn linecolorplot(&'a mut self, shape: &'a Shape, color: RGB8) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:616:60
[INFO] [stdout]     |
[INFO] [stdout] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart {
[INFO] [stdout]     |                  --                   --            --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                    |             |
[INFO] [stdout]     |                  |                    |             the same lifetime is named here
[INFO] [stdout]     |                  |                    the lifetime is named here
[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] 616 |     fn lineplot(&'a mut self, shape: &'a Shape) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:634:64
[INFO] [stdout]     |
[INFO] [stdout] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same 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] 634 |     fn x_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:639:64
[INFO] [stdout]     |
[INFO] [stdout] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart {
[INFO] [stdout]     |                      --                                 --     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                                  |
[INFO] [stdout]     |                      the lifetime is named here         the same 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] 639 |     fn y_axis_style(&'a mut self, style: LineStyle) -> &'a mut Chart<'a> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
[INFO] running `Command { std: "docker" "inspect" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f", kill_on_drop: false }`
[INFO] [stdout] 784d20ebc7c97a55de5ba45596bd4bb6c586a60cad0d21b710b8e6af752a9e9f
