Oct 27 18:55:17.491 INFO checking namedarg_hack-0.1.1474613452 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:55:17.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:55:17.768 INFO blam! 258e788587679195c8867d5ef02c989e4f5cc4d02d28ead6ac5a2ae4fd32f3f6 Oct 27 18:55:17.770 INFO running `"docker" "start" "-a" "258e788587679195c8867d5ef02c989e4f5cc4d02d28ead6ac5a2ae4fd32f3f6"` Oct 27 18:55:18.390 INFO kablam! usermod: no changes Oct 27 18:55:18.455 INFO kablam! Compiling namedarg_hack v0.1.1474613452 (/source) Oct 27 18:55:28.415 INFO kablam! error[E0308]: mismatched types Oct 27 18:55:28.415 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:55:28.415 INFO kablam! | Oct 27 18:55:28.415 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Oct 27 18:55:28.415 INFO kablam! | --------- ^^^ Oct 27 18:55:28.415 INFO kablam! | | | Oct 27 18:55:28.415 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Oct 27 18:55:28.415 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Oct 27 18:55:28.415 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Oct 27 18:55:28.432 INFO kablam! | Oct 27 18:55:28.432 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Oct 27 18:55:28.432 INFO kablam! found type `&[_; 0]` Oct 27 18:55:28.432 INFO kablam! Oct 27 18:55:28.441 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Oct 27 18:55:28.441 INFO kablam! --> src/lib.rs:23:33 Oct 27 18:55:28.441 INFO kablam! | Oct 27 18:55:28.441 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Oct 27 18:55:28.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Oct 27 18:55:28.441 INFO kablam! Oct 27 18:55:28.472 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:55:28.472 INFO kablam! Oct 27 18:55:28.472 INFO kablam! Some errors occurred: E0308, E0599. Oct 27 18:55:28.472 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 18:55:28.519 INFO kablam! error: Could not compile `namedarg_hack`. Oct 27 18:55:28.519 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:55:28.650 INFO kablam! error[E0308]: mismatched types Oct 27 18:55:28.650 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:55:28.650 INFO kablam! | Oct 27 18:55:28.650 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Oct 27 18:55:28.650 INFO kablam! | --------- ^^^ Oct 27 18:55:28.650 INFO kablam! | | | Oct 27 18:55:28.650 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Oct 27 18:55:28.650 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Oct 27 18:55:28.650 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Oct 27 18:55:28.650 INFO kablam! | Oct 27 18:55:28.650 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Oct 27 18:55:28.650 INFO kablam! found type `&[_; 0]` Oct 27 18:55:28.650 INFO kablam! Oct 27 18:55:28.660 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Oct 27 18:55:28.660 INFO kablam! --> src/lib.rs:23:33 Oct 27 18:55:28.661 INFO kablam! | Oct 27 18:55:28.667 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Oct 27 18:55:28.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Oct 27 18:55:28.667 INFO kablam! Oct 27 18:55:28.669 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:55:28.669 INFO kablam! Oct 27 18:55:28.670 INFO kablam! Some errors occurred: E0308, E0599. Oct 27 18:55:28.670 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 18:55:28.685 INFO kablam! error: Could not compile `namedarg_hack`. Oct 27 18:55:28.685 INFO kablam! Oct 27 18:55:28.685 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:55:28.686 INFO kablam! su: No module specific data is present Oct 27 18:55:29.380 INFO running `"docker" "rm" "-f" "258e788587679195c8867d5ef02c989e4f5cc4d02d28ead6ac5a2ae4fd32f3f6"` Oct 27 18:55:29.675 INFO blam! 258e788587679195c8867d5ef02c989e4f5cc4d02d28ead6ac5a2ae4fd32f3f6