Sep 02 04:43:01.660 INFO checking plotter-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 04:43:01.660 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 04:43:01.660 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 04:43:01.825 INFO blam! 0beb2601ba358ad19409ee83537b8db4c63b8f95b0a4a2d3c0ed9ca8edd65fa5 Sep 02 04:43:01.826 INFO running `"docker" "start" "-a" "0beb2601ba358ad19409ee83537b8db4c63b8f95b0a4a2d3c0ed9ca8edd65fa5"` Sep 02 04:43:02.408 INFO kablam! Checking plotter v0.1.0 (file:///source) Sep 02 04:43:02.941 INFO kablam! warning: unused variable: `name` Sep 02 04:43:02.941 INFO kablam! --> src/plotter/mod.rs:34:42 Sep 02 04:43:02.941 INFO kablam! | Sep 02 04:43:02.941 INFO kablam! 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { Sep 02 04:43:02.942 INFO kablam! | ^^^^ help: consider using `_name` instead Sep 02 04:43:02.942 INFO kablam! | Sep 02 04:43:02.942 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 04:43:02.942 INFO kablam! Sep 02 04:43:03.031 INFO kablam! warning: unused variable: `name` Sep 02 04:43:03.031 INFO kablam! --> src/plotter/mod.rs:34:42 Sep 02 04:43:03.031 INFO kablam! | Sep 02 04:43:03.031 INFO kablam! 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { Sep 02 04:43:03.031 INFO kablam! | ^^^^ help: consider using `_name` instead Sep 02 04:43:03.031 INFO kablam! | Sep 02 04:43:03.031 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 04:43:03.031 INFO kablam! Sep 02 04:43:03.293 INFO kablam! error[E0254]: the name `plotter` is defined multiple times Sep 02 04:43:03.293 INFO kablam! --> examples/basic.rs:3:5 Sep 02 04:43:03.293 INFO kablam! | Sep 02 04:43:03.293 INFO kablam! 1 | extern crate plotter; Sep 02 04:43:03.293 INFO kablam! | --------------------- previous import of the extern crate `plotter` here Sep 02 04:43:03.293 INFO kablam! 2 | Sep 02 04:43:03.294 INFO kablam! 3 | use plotter::plotter; Sep 02 04:43:03.294 INFO kablam! | ^^^^^^^^^^^^^^^^ `plotter` reimported here Sep 02 04:43:03.294 INFO kablam! | Sep 02 04:43:03.294 INFO kablam! = note: `plotter` must be defined only once in the type namespace of this module Sep 02 04:43:03.294 INFO kablam! help: You can use `as` to change the binding name of the import Sep 02 04:43:03.294 INFO kablam! | Sep 02 04:43:03.294 INFO kablam! 3 | use plotter::plotter as other_plotter; Sep 02 04:43:03.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 04:43:03.294 INFO kablam! Sep 02 04:43:03.294 INFO kablam! error[E0433]: failed to resolve. Could not find `Dataset` in `plotter` Sep 02 04:43:03.294 INFO kablam! --> examples/basic.rs:8:29 Sep 02 04:43:03.294 INFO kablam! | Sep 02 04:43:03.294 INFO kablam! 8 | let mut data = plotter::Dataset::from_fn(&func, (-10.0, 10.0), 1.0, None); Sep 02 04:43:03.294 INFO kablam! | ^^^^^^^ Could not find `Dataset` in `plotter` Sep 02 04:43:03.294 INFO kablam! Sep 02 04:43:03.294 INFO kablam! error[E0433]: failed to resolve. Could not find `Dataset` in `plotter` Sep 02 04:43:03.294 INFO kablam! --> examples/basic.rs:9:26 Sep 02 04:43:03.294 INFO kablam! | Sep 02 04:43:03.295 INFO kablam! 9 | let other = plotter::Dataset::from_fn(&o, (-10.0, 10.0), 1.0, None); Sep 02 04:43:03.295 INFO kablam! | ^^^^^^^ Could not find `Dataset` in `plotter` Sep 02 04:43:03.295 INFO kablam! Sep 02 04:43:03.295 INFO kablam! error[E0433]: failed to resolve. Could not find `Plotter` in `plotter` Sep 02 04:43:03.295 INFO kablam! --> examples/basic.rs:11:24 Sep 02 04:43:03.295 INFO kablam! | Sep 02 04:43:03.295 INFO kablam! 11 | let app = plotter::Plotter::new(data); Sep 02 04:43:03.295 INFO kablam! | ^^^^^^^ Could not find `Plotter` in `plotter` Sep 02 04:43:03.295 INFO kablam! Sep 02 04:43:03.295 INFO kablam! error[E0433]: failed to resolve. Could not find `PlotOptions` in `plotter` Sep 02 04:43:03.295 INFO kablam! --> examples/basic.rs:12:24 Sep 02 04:43:03.295 INFO kablam! | Sep 02 04:43:03.295 INFO kablam! 12 | let opt = plotter::PlotOptions::new() Sep 02 04:43:03.295 INFO kablam! | ^^^^^^^^^^^ Could not find `PlotOptions` in `plotter` Sep 02 04:43:03.295 INFO kablam! Sep 02 04:43:03.295 INFO kablam! warning: unused import: `plotter::plotter` Sep 02 04:43:03.295 INFO kablam! --> examples/basic.rs:3:5 Sep 02 04:43:03.295 INFO kablam! | Sep 02 04:43:03.296 INFO kablam! 3 | use plotter::plotter; Sep 02 04:43:03.296 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 02 04:43:03.296 INFO kablam! | Sep 02 04:43:03.296 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 04:43:03.296 INFO kablam! Sep 02 04:43:03.311 INFO kablam! error: aborting due to 5 previous errors Sep 02 04:43:03.311 INFO kablam! Sep 02 04:43:03.311 INFO kablam! Some errors occurred: E0254, E0433. Sep 02 04:43:03.311 INFO kablam! For more information about an error, try `rustc --explain E0254`. Sep 02 04:43:03.316 INFO kablam! error: Could not compile `plotter`. Sep 02 04:43:03.316 INFO kablam! Sep 02 04:43:03.316 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:43:03.318 INFO kablam! su: No module specific data is present Sep 02 04:43:03.709 INFO running `"docker" "rm" "-f" "0beb2601ba358ad19409ee83537b8db4c63b8f95b0a4a2d3c0ed9ca8edd65fa5"` Sep 02 04:43:03.830 INFO blam! 0beb2601ba358ad19409ee83537b8db4c63b8f95b0a4a2d3c0ed9ca8edd65fa5