[INFO] fetching crate splot 0.1.0... [INFO] checking splot-0.1.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate splot 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate splot 0.1.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate splot 0.1.0 [INFO] finished tweaking crates.io crate splot 0.1.0 [INFO] tweaked toml for crates.io crate splot 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate splot 0.1.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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c38c4dbafcc904f2cda6125944ce10b57fa0e8304bf2f06d04c07a179f0516c [INFO] running `Command { std: "docker" "start" "-a" "8c38c4dbafcc904f2cda6125944ce10b57fa0e8304bf2f06d04c07a179f0516c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c38c4dbafcc904f2cda6125944ce10b57fa0e8304bf2f06d04c07a179f0516c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c38c4dbafcc904f2cda6125944ce10b57fa0e8304bf2f06d04c07a179f0516c", kill_on_drop: false }` [INFO] [stdout] 8c38c4dbafcc904f2cda6125944ce10b57fa0e8304bf2f06d04c07a179f0516c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37c946bac840d40f36a393ade9586b2aad7db2cfa595f5508751aa699c7ba4a2 [INFO] running `Command { std: "docker" "start" "-a" "37c946bac840d40f36a393ade9586b2aad7db2cfa595f5508751aa699c7ba4a2", kill_on_drop: false }` [INFO] [stderr] Checking splot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | Edge::Left => (rect.right() - len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 52 - Edge::Left => (rect.right() - len), [INFO] [stdout] 52 + Edge::Left => rect.right() - len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | Edge::Right => (rect.x + len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - Edge::Right => (rect.x + len), [INFO] [stdout] 53 + Edge::Right => rect.x + len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | Edge::Top => (rect.bottom() - len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 59 - Edge::Top => (rect.bottom() - len), [INFO] [stdout] 59 + Edge::Top => rect.bottom() - len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | Edge::Bottom => (rect.y + len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 60 - Edge::Bottom => (rect.y + len), [INFO] [stdout] 60 + Edge::Bottom => rect.y + len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | Edge::Left => (rect.right() - len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 52 - Edge::Left => (rect.right() - len), [INFO] [stdout] 52 + Edge::Left => rect.right() - len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:53:28 [INFO] [stdout] | [INFO] [stdout] 53 | Edge::Right => (rect.x + len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - Edge::Right => (rect.x + len), [INFO] [stdout] 53 + Edge::Right => rect.x + len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:59:26 [INFO] [stdout] | [INFO] [stdout] 59 | Edge::Top => (rect.bottom() - len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 59 - Edge::Top => (rect.bottom() - len), [INFO] [stdout] 59 + Edge::Top => rect.bottom() - len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/axis.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | Edge::Bottom => (rect.y + len), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 60 - Edge::Bottom => (rect.y + len), [INFO] [stdout] 60 + Edge::Bottom => rect.y + len, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `ticks` found for struct `scale::Numeric` in the current scope [INFO] [stdout] --> src/domain.rs:90:46 [INFO] [stdout] | [INFO] [stdout] 90 | let ticks = Numeric::new(45.0, 90.0).ticks(); [INFO] [stdout] | ^^^^^ method not found in `Numeric` [INFO] [stdout] | [INFO] [stdout] ::: src/scale.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Numeric { [INFO] [stdout] | ------------------ method `ticks` not found for this struct [INFO] [stdout] | [INFO] [stdout] ::: src/private.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | fn ticks(&self) -> Vec; [INFO] [stdout] | ----- the method is available for `scale::Numeric` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: trait `SealedScale` which provides `ticks` is implemented but not in scope; perhaps you want to import it [INFO] [stdout] | [INFO] [stdout] 83 + use crate::private::SealedScale; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Minimum` and `Maximum` are never constructed [INFO] [stdout] --> src/text.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub enum LabelPoint { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 12 | /// Minimum point (start of bar/column) [INFO] [stdout] 13 | Minimum, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | Maximum, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LabelPoint` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Below` and `Above` are never constructed [INFO] [stdout] --> src/text.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | pub enum VerticalOffset { [INFO] [stdout] | -------------- variants in this enum [INFO] [stdout] 23 | /// Label below point [INFO] [stdout] 24 | Below, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | Above, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VerticalOffset` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/text.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 86 | impl Label { [INFO] [stdout] | ---------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 91 | pub fn point(&self) -> LabelPoint { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | pub fn vertical_offset(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn minimum(mut self) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn maximum(mut self) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 113 | pub fn above(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | pub fn below(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 123 | pub fn start(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | pub fn end(mut self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | pub fn rounded(&self, value: f32) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `dy` is never used [INFO] [stdout] --> src/text.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 141 | impl<'a> Text<'a> { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 152 | pub fn dy(mut self, dy: f32) -> Self { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `splot` (lib test) due to 2 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "37c946bac840d40f36a393ade9586b2aad7db2cfa595f5508751aa699c7ba4a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37c946bac840d40f36a393ade9586b2aad7db2cfa595f5508751aa699c7ba4a2", kill_on_drop: false }` [INFO] [stdout] 37c946bac840d40f36a393ade9586b2aad7db2cfa595f5508751aa699c7ba4a2