Jul 12 03:46:14.145 INFO checking namedarg_hack-0.1.1474613452 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 03:46:14.145 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:46:14.145 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:46:14.145 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-0/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 03:46:14.406 INFO blam! 23c9bb9dd2df54cf68767e8b2cdfe65a21c6fc3f362c2ce956c97aeae41824ff Jul 12 03:46:14.409 INFO running `"docker" "start" "-a" "23c9bb9dd2df54cf68767e8b2cdfe65a21c6fc3f362c2ce956c97aeae41824ff"` Jul 12 03:46:15.634 INFO kablam! Compiling namedarg_hack v0.1.1474613452 (file:///source) Jul 12 03:46:23.109 INFO kablam! error[E0308]: mismatched types Jul 12 03:46:23.109 INFO kablam! --> src/lib.rs:12:40 Jul 12 03:46:23.109 INFO kablam! | Jul 12 03:46:23.109 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Jul 12 03:46:23.109 INFO kablam! | --------- ^^^ Jul 12 03:46:23.109 INFO kablam! | | | Jul 12 03:46:23.110 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Jul 12 03:46:23.110 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Jul 12 03:46:23.110 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Jul 12 03:46:23.110 INFO kablam! | Jul 12 03:46:23.110 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Jul 12 03:46:23.110 INFO kablam! found type `&[_; 0]` Jul 12 03:46:23.110 INFO kablam! Jul 12 03:46:23.126 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned` in the current scope Jul 12 03:46:23.126 INFO kablam! --> src/lib.rs:23:33 Jul 12 03:46:23.126 INFO kablam! | Jul 12 03:46:23.126 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Jul 12 03:46:23.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 12 03:46:23.127 INFO kablam! Jul 12 03:46:23.140 INFO kablam! error: aborting due to 2 previous errors Jul 12 03:46:23.140 INFO kablam! Jul 12 03:46:23.141 INFO kablam! Some errors occurred: E0308, E0599. Jul 12 03:46:23.141 INFO kablam! For more information about an error, try `rustc --explain E0308`. Jul 12 03:46:23.165 INFO kablam! error: Could not compile `namedarg_hack`. Jul 12 03:46:23.165 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 03:46:23.522 INFO kablam! error[E0308]: mismatched types Jul 12 03:46:23.522 INFO kablam! --> src/lib.rs:12:40 Jul 12 03:46:23.522 INFO kablam! | Jul 12 03:46:23.522 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Jul 12 03:46:23.522 INFO kablam! | --------- ^^^ Jul 12 03:46:23.522 INFO kablam! | | | Jul 12 03:46:23.522 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Jul 12 03:46:23.522 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Jul 12 03:46:23.522 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Jul 12 03:46:23.522 INFO kablam! | Jul 12 03:46:23.522 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Jul 12 03:46:23.522 INFO kablam! found type `&[_; 0]` Jul 12 03:46:23.523 INFO kablam! Jul 12 03:46:23.547 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned` in the current scope Jul 12 03:46:23.547 INFO kablam! --> src/lib.rs:23:33 Jul 12 03:46:23.547 INFO kablam! | Jul 12 03:46:23.547 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Jul 12 03:46:23.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 12 03:46:23.547 INFO kablam! Jul 12 03:46:23.558 INFO kablam! error: aborting due to 2 previous errors Jul 12 03:46:23.558 INFO kablam! Jul 12 03:46:23.558 INFO kablam! Some errors occurred: E0308, E0599. Jul 12 03:46:23.558 INFO kablam! For more information about an error, try `rustc --explain E0308`. Jul 12 03:46:23.577 INFO kablam! error: Could not compile `namedarg_hack`. Jul 12 03:46:23.578 INFO kablam! Jul 12 03:46:23.578 INFO kablam! To learn more, run the command again with --verbose. Jul 12 03:46:23.580 INFO kablam! su: No module specific data is present Jul 12 03:46:24.036 INFO running `"docker" "rm" "-f" "23c9bb9dd2df54cf68767e8b2cdfe65a21c6fc3f362c2ce956c97aeae41824ff"` Jul 12 03:46:24.224 INFO blam! 23c9bb9dd2df54cf68767e8b2cdfe65a21c6fc3f362c2ce956c97aeae41824ff