Sep 01 11:16:40.098 INFO checking plotter-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:16:40.098 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:16:40.098 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:16:40.302 INFO blam! 4a3c78070885df4fbfe6d000c48bc569d2487d80eaf05e6306f0bb297e31b1c1 Sep 01 11:16:40.304 INFO running `"docker" "start" "-a" "4a3c78070885df4fbfe6d000c48bc569d2487d80eaf05e6306f0bb297e31b1c1"` Sep 01 11:16:40.944 INFO kablam! Checking plotter v0.1.0 (file:///source) Sep 01 11:16:41.477 INFO kablam! warning: unused variable: `name` Sep 01 11:16:41.477 INFO kablam! --> src/plotter/mod.rs:34:42 Sep 01 11:16:41.477 INFO kablam! | Sep 01 11:16:41.477 INFO kablam! 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { Sep 01 11:16:41.477 INFO kablam! | ^^^^ help: consider using `_name` instead Sep 01 11:16:41.477 INFO kablam! | Sep 01 11:16:41.477 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 11:16:41.477 INFO kablam! Sep 01 11:16:41.650 INFO kablam! warning: unused variable: `name` Sep 01 11:16:41.650 INFO kablam! --> src/plotter/mod.rs:34:42 Sep 01 11:16:41.650 INFO kablam! | Sep 01 11:16:41.650 INFO kablam! 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { Sep 01 11:16:41.650 INFO kablam! | ^^^^ help: consider using `_name` instead Sep 01 11:16:41.650 INFO kablam! | Sep 01 11:16:41.650 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 11:16:41.650 INFO kablam! Sep 01 11:16:41.859 INFO kablam! error[E0254]: the name `plotter` is defined multiple times Sep 01 11:16:41.859 INFO kablam! --> examples/basic.rs:3:5 Sep 01 11:16:41.859 INFO kablam! | Sep 01 11:16:41.859 INFO kablam! 1 | extern crate plotter; Sep 01 11:16:41.859 INFO kablam! | --------------------- previous import of the extern crate `plotter` here Sep 01 11:16:41.859 INFO kablam! 2 | Sep 01 11:16:41.859 INFO kablam! 3 | use plotter::plotter; Sep 01 11:16:41.859 INFO kablam! | ^^^^^^^^^^^^^^^^ `plotter` reimported here Sep 01 11:16:41.859 INFO kablam! | Sep 01 11:16:41.859 INFO kablam! = note: `plotter` must be defined only once in the type namespace of this module Sep 01 11:16:41.859 INFO kablam! help: You can use `as` to change the binding name of the import Sep 01 11:16:41.859 INFO kablam! | Sep 01 11:16:41.859 INFO kablam! 3 | use plotter::plotter as other_plotter; Sep 01 11:16:41.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 11:16:41.859 INFO kablam! Sep 01 11:16:41.860 INFO kablam! error[E0433]: failed to resolve. Could not find `Dataset` in `plotter` Sep 01 11:16:41.860 INFO kablam! --> examples/basic.rs:8:29 Sep 01 11:16:41.860 INFO kablam! | Sep 01 11:16:41.860 INFO kablam! 8 | let mut data = plotter::Dataset::from_fn(&func, (-10.0, 10.0), 1.0, None); Sep 01 11:16:41.860 INFO kablam! | ^^^^^^^ Could not find `Dataset` in `plotter` Sep 01 11:16:41.860 INFO kablam! Sep 01 11:16:41.860 INFO kablam! error[E0433]: failed to resolve. Could not find `Dataset` in `plotter` Sep 01 11:16:41.860 INFO kablam! --> examples/basic.rs:9:26 Sep 01 11:16:41.860 INFO kablam! | Sep 01 11:16:41.860 INFO kablam! 9 | let other = plotter::Dataset::from_fn(&o, (-10.0, 10.0), 1.0, None); Sep 01 11:16:41.860 INFO kablam! | ^^^^^^^ Could not find `Dataset` in `plotter` Sep 01 11:16:41.860 INFO kablam! Sep 01 11:16:41.861 INFO kablam! error[E0433]: failed to resolve. Could not find `Plotter` in `plotter` Sep 01 11:16:41.861 INFO kablam! --> examples/basic.rs:11:24 Sep 01 11:16:41.861 INFO kablam! | Sep 01 11:16:41.861 INFO kablam! 11 | let app = plotter::Plotter::new(data); Sep 01 11:16:41.861 INFO kablam! | ^^^^^^^ Could not find `Plotter` in `plotter` Sep 01 11:16:41.861 INFO kablam! Sep 01 11:16:41.861 INFO kablam! error[E0433]: failed to resolve. Could not find `PlotOptions` in `plotter` Sep 01 11:16:41.861 INFO kablam! --> examples/basic.rs:12:24 Sep 01 11:16:41.861 INFO kablam! | Sep 01 11:16:41.861 INFO kablam! 12 | let opt = plotter::PlotOptions::new() Sep 01 11:16:41.861 INFO kablam! | ^^^^^^^^^^^ Could not find `PlotOptions` in `plotter` Sep 01 11:16:41.861 INFO kablam! Sep 01 11:16:41.861 INFO kablam! warning: unused import: `plotter::plotter` Sep 01 11:16:41.861 INFO kablam! --> examples/basic.rs:3:5 Sep 01 11:16:41.861 INFO kablam! | Sep 01 11:16:41.861 INFO kablam! 3 | use plotter::plotter; Sep 01 11:16:41.861 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 11:16:41.861 INFO kablam! | Sep 01 11:16:41.861 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 11:16:41.861 INFO kablam! Sep 01 11:16:41.874 INFO kablam! error: aborting due to 5 previous errors Sep 01 11:16:41.874 INFO kablam! Sep 01 11:16:41.874 INFO kablam! Some errors occurred: E0254, E0433. Sep 01 11:16:41.874 INFO kablam! For more information about an error, try `rustc --explain E0254`. Sep 01 11:16:41.879 INFO kablam! error: Could not compile `plotter`. Sep 01 11:16:41.879 INFO kablam! Sep 01 11:16:41.879 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:16:41.881 INFO kablam! su: No module specific data is present Sep 01 11:16:42.329 INFO running `"docker" "rm" "-f" "4a3c78070885df4fbfe6d000c48bc569d2487d80eaf05e6306f0bb297e31b1c1"` Sep 01 11:16:42.451 INFO blam! 4a3c78070885df4fbfe6d000c48bc569d2487d80eaf05e6306f0bb297e31b1c1