Sep 04 13:10:46.709 INFO checking namedarg_hack-0.1.1474613452 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:10:46.709 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:10:46.709 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:10:46.980 INFO blam! 19fbfb4b66fe2b75fd9e4465536a53c777ad3b961521b0787ace4e174442fce7 Sep 04 13:10:46.986 INFO running `"docker" "start" "-a" "19fbfb4b66fe2b75fd9e4465536a53c777ad3b961521b0787ace4e174442fce7"` Sep 04 13:10:47.841 INFO kablam! Compiling namedarg_hack v0.1.1474613452 (file:///source) Sep 04 13:10:54.244 INFO kablam! error[E0308]: mismatched types Sep 04 13:10:54.244 INFO kablam! --> src/lib.rs:12:40 Sep 04 13:10:54.244 INFO kablam! | Sep 04 13:10:54.244 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Sep 04 13:10:54.244 INFO kablam! | --------- ^^^ Sep 04 13:10:54.244 INFO kablam! | | | Sep 04 13:10:54.244 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Sep 04 13:10:54.244 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Sep 04 13:10:54.244 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Sep 04 13:10:54.244 INFO kablam! | Sep 04 13:10:54.244 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Sep 04 13:10:54.244 INFO kablam! found type `&[_; 0]` Sep 04 13:10:54.245 INFO kablam! Sep 04 13:10:54.271 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 04 13:10:54.271 INFO kablam! --> src/lib.rs:23:33 Sep 04 13:10:54.271 INFO kablam! | Sep 04 13:10:54.271 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Sep 04 13:10:54.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 04 13:10:54.271 INFO kablam! Sep 04 13:10:54.289 INFO kablam! error: aborting due to 2 previous errors Sep 04 13:10:54.289 INFO kablam! Sep 04 13:10:54.289 INFO kablam! Some errors occurred: E0308, E0599. Sep 04 13:10:54.289 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 13:10:54.316 INFO kablam! error: Could not compile `namedarg_hack`. Sep 04 13:10:54.316 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:10:54.354 INFO kablam! error[E0308]: mismatched types Sep 04 13:10:54.354 INFO kablam! --> src/lib.rs:12:40 Sep 04 13:10:54.354 INFO kablam! | Sep 04 13:10:54.354 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Sep 04 13:10:54.354 INFO kablam! | --------- ^^^ Sep 04 13:10:54.354 INFO kablam! | | | Sep 04 13:10:54.354 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Sep 04 13:10:54.355 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Sep 04 13:10:54.355 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Sep 04 13:10:54.355 INFO kablam! | Sep 04 13:10:54.355 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Sep 04 13:10:54.355 INFO kablam! found type `&[_; 0]` Sep 04 13:10:54.355 INFO kablam! Sep 04 13:10:54.377 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 04 13:10:54.377 INFO kablam! --> src/lib.rs:23:33 Sep 04 13:10:54.377 INFO kablam! | Sep 04 13:10:54.377 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Sep 04 13:10:54.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 04 13:10:54.377 INFO kablam! Sep 04 13:10:54.388 INFO kablam! error: aborting due to 2 previous errors Sep 04 13:10:54.388 INFO kablam! Sep 04 13:10:54.388 INFO kablam! Some errors occurred: E0308, E0599. Sep 04 13:10:54.388 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 13:10:54.403 INFO kablam! error: Could not compile `namedarg_hack`. Sep 04 13:10:54.403 INFO kablam! Sep 04 13:10:54.403 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:10:54.404 INFO kablam! su: No module specific data is present Sep 04 13:10:55.050 INFO running `"docker" "rm" "-f" "19fbfb4b66fe2b75fd9e4465536a53c777ad3b961521b0787ace4e174442fce7"` Sep 04 13:10:55.207 INFO blam! 19fbfb4b66fe2b75fd9e4465536a53c777ad3b961521b0787ace4e174442fce7