[INFO] fetching crate splot 0.1.0... [INFO] testing splot-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate splot 0.1.0 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate splot 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-19/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: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2bce9a1a01e2f93d720f295691c88121a892c830bf4c76f0d26b844fda178dfb [INFO] running `Command { std: "docker" "start" "-a" "2bce9a1a01e2f93d720f295691c88121a892c830bf4c76f0d26b844fda178dfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bce9a1a01e2f93d720f295691c88121a892c830bf4c76f0d26b844fda178dfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bce9a1a01e2f93d720f295691c88121a892c830bf4c76f0d26b844fda178dfb", kill_on_drop: false }` [INFO] [stdout] 2bce9a1a01e2f93d720f295691c88121a892c830bf4c76f0d26b844fda178dfb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e8145d473f7fb9ca70ef542f43d50bc421306b4477bafbbeb8290d617c7dc74d [INFO] running `Command { std: "docker" "start" "-a" "e8145d473f7fb9ca70ef542f43d50bc421306b4477bafbbeb8290d617c7dc74d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling splot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `Minimum` [INFO] [stdout] --> src/text.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Minimum, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LabelPoint` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/text.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Maximum` [INFO] [stdout] --> src/text.rs:17:5 [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] --> src/text.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Below` [INFO] [stdout] --> src/text.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Below, [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] --> src/text.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Above` [INFO] [stdout] --> src/text.rs:28:5 [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] --> src/text.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `point` [INFO] [stdout] --> src/text.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn point(&self) -> LabelPoint { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vertical_offset` [INFO] [stdout] --> src/text.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn vertical_offset(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `minimum` [INFO] [stdout] --> src/text.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn minimum(mut self) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `maximum` [INFO] [stdout] --> src/text.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn maximum(mut self) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `above` [INFO] [stdout] --> src/text.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn above(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `below` [INFO] [stdout] --> src/text.rs:118:12 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn below(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `start` [INFO] [stdout] --> src/text.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn start(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end` [INFO] [stdout] --> src/text.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn end(mut self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rounded` [INFO] [stdout] --> src/text.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn rounded(&self, value: f32) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dy` [INFO] [stdout] --> src/text.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn dy(mut self, dy: f32) -> Self { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "e8145d473f7fb9ca70ef542f43d50bc421306b4477bafbbeb8290d617c7dc74d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8145d473f7fb9ca70ef542f43d50bc421306b4477bafbbeb8290d617c7dc74d", kill_on_drop: false }` [INFO] [stdout] e8145d473f7fb9ca70ef542f43d50bc421306b4477bafbbeb8290d617c7dc74d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f85338037ea0cac5edb55e535920b6a5c39078dcc2c17ec14eb04dccdf4287fd [INFO] running `Command { std: "docker" "start" "-a" "f85338037ea0cac5edb55e535920b6a5c39078dcc2c17ec14eb04dccdf4287fd", kill_on_drop: false }` [INFO] [stdout] warning: variant is never constructed: `Minimum` [INFO] [stdout] --> src/text.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Minimum, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LabelPoint` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/text.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Maximum` [INFO] [stdout] --> src/text.rs:17:5 [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] --> src/text.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Below` [INFO] [stdout] --> src/text.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | Below, [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] --> src/text.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Above` [INFO] [stdout] --> src/text.rs:28:5 [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] --> src/text.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `point` [INFO] [stdout] --> src/text.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn point(&self) -> LabelPoint { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `vertical_offset` [INFO] [stdout] --> src/text.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn vertical_offset(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `minimum` [INFO] [stdout] --> src/text.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn minimum(mut self) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `maximum` [INFO] [stdout] --> src/text.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn maximum(mut self) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling splot v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `above` [INFO] [stdout] --> src/text.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn above(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `below` [INFO] [stdout] --> src/text.rs:118:12 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn below(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `start` [INFO] [stdout] --> src/text.rs:123:12 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn start(mut self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `end` [INFO] [stdout] --> src/text.rs:128:12 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn end(mut self) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rounded` [INFO] [stdout] --> src/text.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn rounded(&self, value: f32) -> String { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dy` [INFO] [stdout] --> src/text.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn dy(mut self, dy: f32) -> Self { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [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 `scale::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 [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: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 83 | use crate::private::SealedScale; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `[({float}, {float}); 2]` [INFO] [stdout] --> src/domain.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 88 | let data = [(45.0, 150.0), (90.0, 200.0)]; [INFO] [stdout] | ---- consider giving `data` the explicit type `[({float}, {float}); 2]`, where the type parameter `({float}, {float})` is specified [INFO] [stdout] 89 | let domain = Domain::::from_data(&data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for tuple `({float}, {float})` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `({float}, {float}): Point` found [INFO] [stdout] --> src/point.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl Point for (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | impl Point for (f64, f64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `domain::Domain::::from_data` [INFO] [stdout] --> src/domain.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn from_data

(data: &[P]) -> Self [INFO] [stdout] | --------- required by a bound in this [INFO] [stdout] 31 | where [INFO] [stdout] 32 | P: Point, [INFO] [stdout] | ^^^^^ required by this bound in `domain::Domain::::from_data` [INFO] [stdout] help: consider specifying the type argument in the function call [INFO] [stdout] | [INFO] [stdout] 89 | let domain = Domain::::from_data::

(&data); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `splot` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f85338037ea0cac5edb55e535920b6a5c39078dcc2c17ec14eb04dccdf4287fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f85338037ea0cac5edb55e535920b6a5c39078dcc2c17ec14eb04dccdf4287fd", kill_on_drop: false }` [INFO] [stdout] f85338037ea0cac5edb55e535920b6a5c39078dcc2c17ec14eb04dccdf4287fd