Sep 19 22:48:28.957 INFO checking plotter-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:48:28.957 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:48:28.957 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:48:29.092 INFO blam! aa1626ebedd26f2bdeff1b1df3ea6038ac713a81e13dcaf01fb6471437dbbd6e Sep 19 22:48:29.094 INFO running `"docker" "start" "-a" "aa1626ebedd26f2bdeff1b1df3ea6038ac713a81e13dcaf01fb6471437dbbd6e"` Sep 19 22:48:29.900 INFO kablam! usermod: no changes Sep 19 22:48:29.927 INFO kablam! Checking plotter v0.1.0 (/source) Sep 19 22:48:30.202 INFO kablam! warning: unused variable: `name` Sep 19 22:48:30.202 INFO kablam! --> src/plotter/mod.rs:34:42 Sep 19 22:48:30.202 INFO kablam! | Sep 19 22:48:30.202 INFO kablam! 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { Sep 19 22:48:30.203 INFO kablam! | ^^^^ help: consider using `_name` instead Sep 19 22:48:30.203 INFO kablam! | Sep 19 22:48:30.203 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:48:30.203 INFO kablam! Sep 19 22:48:30.233 INFO kablam! warning: unused variable: `name` Sep 19 22:48:30.233 INFO kablam! --> src/plotter/mod.rs:34:42 Sep 19 22:48:30.233 INFO kablam! | Sep 19 22:48:30.233 INFO kablam! 34 | pub fn plot(&self, size: (u32, u32), name: &'static str, port: String, options: PlotOptions) { Sep 19 22:48:30.233 INFO kablam! | ^^^^ help: consider using `_name` instead Sep 19 22:48:30.233 INFO kablam! | Sep 19 22:48:30.233 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:48:30.233 INFO kablam! Sep 19 22:48:30.360 INFO kablam! error[E0254]: the name `plotter` is defined multiple times Sep 19 22:48:30.360 INFO kablam! --> examples/basic.rs:3:5 Sep 19 22:48:30.360 INFO kablam! | Sep 19 22:48:30.360 INFO kablam! 1 | extern crate plotter; Sep 19 22:48:30.361 INFO kablam! | --------------------- previous import of the extern crate `plotter` here Sep 19 22:48:30.361 INFO kablam! 2 | Sep 19 22:48:30.361 INFO kablam! 3 | use plotter::plotter; Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^^^^^^^^^^ `plotter` reimported here Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! = note: `plotter` must be defined only once in the type namespace of this module Sep 19 22:48:30.361 INFO kablam! help: You can use `as` to change the binding name of the import Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! 3 | use plotter::plotter as other_plotter; Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:48:30.361 INFO kablam! Sep 19 22:48:30.361 INFO kablam! error[E0433]: failed to resolve. Could not find `Dataset` in `plotter` Sep 19 22:48:30.361 INFO kablam! --> examples/basic.rs:8:29 Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! 8 | let mut data = plotter::Dataset::from_fn(&func, (-10.0, 10.0), 1.0, None); Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^ Could not find `Dataset` in `plotter` Sep 19 22:48:30.361 INFO kablam! Sep 19 22:48:30.361 INFO kablam! error[E0433]: failed to resolve. Could not find `Dataset` in `plotter` Sep 19 22:48:30.361 INFO kablam! --> examples/basic.rs:9:26 Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! 9 | let other = plotter::Dataset::from_fn(&o, (-10.0, 10.0), 1.0, None); Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^ Could not find `Dataset` in `plotter` Sep 19 22:48:30.361 INFO kablam! Sep 19 22:48:30.361 INFO kablam! error[E0433]: failed to resolve. Could not find `Plotter` in `plotter` Sep 19 22:48:30.361 INFO kablam! --> examples/basic.rs:11:24 Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! 11 | let app = plotter::Plotter::new(data); Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^ Could not find `Plotter` in `plotter` Sep 19 22:48:30.361 INFO kablam! Sep 19 22:48:30.361 INFO kablam! error[E0433]: failed to resolve. Could not find `PlotOptions` in `plotter` Sep 19 22:48:30.361 INFO kablam! --> examples/basic.rs:12:24 Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! 12 | let opt = plotter::PlotOptions::new() Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^^^^^ Could not find `PlotOptions` in `plotter` Sep 19 22:48:30.361 INFO kablam! Sep 19 22:48:30.361 INFO kablam! warning: unused import: `plotter::plotter` Sep 19 22:48:30.361 INFO kablam! --> examples/basic.rs:3:5 Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! 3 | use plotter::plotter; Sep 19 22:48:30.361 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 22:48:30.361 INFO kablam! | Sep 19 22:48:30.361 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:48:30.361 INFO kablam! Sep 19 22:48:30.369 INFO kablam! error: aborting due to 5 previous errors Sep 19 22:48:30.369 INFO kablam! Sep 19 22:48:30.369 INFO kablam! Some errors occurred: E0254, E0433. Sep 19 22:48:30.369 INFO kablam! For more information about an error, try `rustc --explain E0254`. Sep 19 22:48:30.373 INFO kablam! error: Could not compile `plotter`. Sep 19 22:48:30.373 INFO kablam! Sep 19 22:48:30.373 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:48:30.374 INFO kablam! su: No module specific data is present Sep 19 22:48:31.115 INFO running `"docker" "rm" "-f" "aa1626ebedd26f2bdeff1b1df3ea6038ac713a81e13dcaf01fb6471437dbbd6e"` Sep 19 22:48:31.170 INFO blam! aa1626ebedd26f2bdeff1b1df3ea6038ac713a81e13dcaf01fb6471437dbbd6e