Sep 06 03:30:01.311 INFO checking namedarg_hack-0.1.1474613452 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:30:01.311 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:30:01.311 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:30:01.504 INFO blam! b81fe6b30a5038c7fbbaab6ef3fd36a294b77d70f2d68e6ac6a29962214d9c37 Sep 06 03:30:01.506 INFO running `"docker" "start" "-a" "b81fe6b30a5038c7fbbaab6ef3fd36a294b77d70f2d68e6ac6a29962214d9c37"` Sep 06 03:30:02.334 INFO kablam! usermod: no changes Sep 06 03:30:02.398 INFO kablam! Compiling namedarg_hack v0.1.1474613452 (file:///source) Sep 06 03:30:06.778 INFO kablam! error[E0308]: mismatched types Sep 06 03:30:06.778 INFO kablam! --> src/lib.rs:12:40 Sep 06 03:30:06.778 INFO kablam! | Sep 06 03:30:06.778 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Sep 06 03:30:06.778 INFO kablam! | --------- ^^^ Sep 06 03:30:06.778 INFO kablam! | | | Sep 06 03:30:06.778 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Sep 06 03:30:06.778 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Sep 06 03:30:06.778 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Sep 06 03:30:06.778 INFO kablam! | Sep 06 03:30:06.778 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Sep 06 03:30:06.778 INFO kablam! found type `&[_; 0]` Sep 06 03:30:06.778 INFO kablam! Sep 06 03:30:06.807 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 06 03:30:06.807 INFO kablam! --> src/lib.rs:23:33 Sep 06 03:30:06.807 INFO kablam! | Sep 06 03:30:06.807 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Sep 06 03:30:06.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 06 03:30:06.807 INFO kablam! Sep 06 03:30:06.818 INFO kablam! error: aborting due to 2 previous errors Sep 06 03:30:06.818 INFO kablam! Sep 06 03:30:06.818 INFO kablam! Some errors occurred: E0308, E0599. Sep 06 03:30:06.818 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 06 03:30:06.830 INFO kablam! error: Could not compile `namedarg_hack`. Sep 06 03:30:06.830 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:30:07.026 INFO kablam! error[E0308]: mismatched types Sep 06 03:30:07.026 INFO kablam! --> src/lib.rs:12:40 Sep 06 03:30:07.026 INFO kablam! | Sep 06 03:30:07.026 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Sep 06 03:30:07.026 INFO kablam! | --------- ^^^ Sep 06 03:30:07.026 INFO kablam! | | | Sep 06 03:30:07.026 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Sep 06 03:30:07.026 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Sep 06 03:30:07.026 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Sep 06 03:30:07.026 INFO kablam! | Sep 06 03:30:07.026 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Sep 06 03:30:07.026 INFO kablam! found type `&[_; 0]` Sep 06 03:30:07.026 INFO kablam! Sep 06 03:30:07.041 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 06 03:30:07.041 INFO kablam! --> src/lib.rs:23:33 Sep 06 03:30:07.041 INFO kablam! | Sep 06 03:30:07.041 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Sep 06 03:30:07.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 06 03:30:07.041 INFO kablam! Sep 06 03:30:07.054 INFO kablam! error: aborting due to 2 previous errors Sep 06 03:30:07.054 INFO kablam! Sep 06 03:30:07.054 INFO kablam! Some errors occurred: E0308, E0599. Sep 06 03:30:07.054 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 06 03:30:07.063 INFO kablam! error: Could not compile `namedarg_hack`. Sep 06 03:30:07.063 INFO kablam! Sep 06 03:30:07.063 INFO kablam! To learn more, run the command again with --verbose. Sep 06 03:30:07.064 INFO kablam! su: No module specific data is present Sep 06 03:30:08.060 INFO running `"docker" "rm" "-f" "b81fe6b30a5038c7fbbaab6ef3fd36a294b77d70f2d68e6ac6a29962214d9c37"` Sep 06 03:30:08.168 INFO blam! b81fe6b30a5038c7fbbaab6ef3fd36a294b77d70f2d68e6ac6a29962214d9c37