Sep 19 23:52:08.706 INFO checking namedarg_hack-0.1.1474613452 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:52:08.706 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:52:08.706 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/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 23:52:08.942 INFO blam! 9a2588f109c19aa8d94834ea79c9e9eab2e7ddac75870a7c4ed6addd99ea7352 Sep 19 23:52:08.943 INFO running `"docker" "start" "-a" "9a2588f109c19aa8d94834ea79c9e9eab2e7ddac75870a7c4ed6addd99ea7352"` Sep 19 23:52:09.823 INFO kablam! usermod: no changes Sep 19 23:52:09.866 INFO kablam! Compiling namedarg_hack v0.1.1474613452 (/source) Sep 19 23:52:13.223 INFO kablam! error[E0308]: mismatched types Sep 19 23:52:13.223 INFO kablam! --> src/lib.rs:12:40 Sep 19 23:52:13.223 INFO kablam! | Sep 19 23:52:13.223 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Sep 19 23:52:13.223 INFO kablam! | --------- ^^^ Sep 19 23:52:13.223 INFO kablam! | | | Sep 19 23:52:13.223 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Sep 19 23:52:13.223 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Sep 19 23:52:13.223 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Sep 19 23:52:13.223 INFO kablam! | Sep 19 23:52:13.223 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Sep 19 23:52:13.223 INFO kablam! found type `&[_; 0]` Sep 19 23:52:13.223 INFO kablam! Sep 19 23:52:13.242 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 19 23:52:13.242 INFO kablam! --> src/lib.rs:23:33 Sep 19 23:52:13.242 INFO kablam! | Sep 19 23:52:13.242 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Sep 19 23:52:13.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 19 23:52:13.242 INFO kablam! Sep 19 23:52:13.254 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:52:13.254 INFO kablam! Sep 19 23:52:13.254 INFO kablam! Some errors occurred: E0308, E0599. Sep 19 23:52:13.254 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 23:52:13.262 INFO kablam! error: Could not compile `namedarg_hack`. Sep 19 23:52:13.262 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:52:13.266 INFO kablam! error[E0308]: mismatched types Sep 19 23:52:13.266 INFO kablam! --> src/lib.rs:12:40 Sep 19 23:52:13.266 INFO kablam! | Sep 19 23:52:13.266 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Sep 19 23:52:13.266 INFO kablam! | --------- ^^^ Sep 19 23:52:13.266 INFO kablam! | | | Sep 19 23:52:13.266 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Sep 19 23:52:13.266 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Sep 19 23:52:13.266 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Sep 19 23:52:13.266 INFO kablam! | Sep 19 23:52:13.266 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Sep 19 23:52:13.266 INFO kablam! found type `&[_; 0]` Sep 19 23:52:13.266 INFO kablam! Sep 19 23:52:13.271 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 19 23:52:13.271 INFO kablam! --> src/lib.rs:23:33 Sep 19 23:52:13.271 INFO kablam! | Sep 19 23:52:13.271 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Sep 19 23:52:13.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 19 23:52:13.271 INFO kablam! Sep 19 23:52:13.282 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:52:13.282 INFO kablam! Sep 19 23:52:13.282 INFO kablam! Some errors occurred: E0308, E0599. Sep 19 23:52:13.282 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 23:52:13.300 INFO kablam! error: Could not compile `namedarg_hack`. Sep 19 23:52:13.300 INFO kablam! Sep 19 23:52:13.300 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:52:13.300 INFO kablam! su: No module specific data is present Sep 19 23:52:14.212 INFO running `"docker" "rm" "-f" "9a2588f109c19aa8d94834ea79c9e9eab2e7ddac75870a7c4ed6addd99ea7352"` Sep 19 23:52:14.338 INFO blam! 9a2588f109c19aa8d94834ea79c9e9eab2e7ddac75870a7c4ed6addd99ea7352