Oct 27 18:55:17.311 INFO checking namedarg_hack-0.1.1474613452 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:55:17.312 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.535 INFO blam! 585257b3bda23ab42ea6288761cf0aa733b41646bde4f2a33dd7479f14d8ed85 Oct 27 18:55:17.539 INFO running `"docker" "start" "-a" "585257b3bda23ab42ea6288761cf0aa733b41646bde4f2a33dd7479f14d8ed85"` Oct 27 18:55:18.291 INFO kablam! usermod: no changes Oct 27 18:55:18.354 INFO kablam! Compiling namedarg_hack v0.1.1474613452 (/source) Oct 27 18:55:26.787 INFO kablam! error[E0308]: mismatched types Oct 27 18:55:26.787 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:55:26.788 INFO kablam! | Oct 27 18:55:26.788 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Oct 27 18:55:26.788 INFO kablam! | --------- ^^^ Oct 27 18:55:26.789 INFO kablam! | | | Oct 27 18:55:26.789 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Oct 27 18:55:26.789 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Oct 27 18:55:26.789 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Oct 27 18:55:26.790 INFO kablam! | Oct 27 18:55:26.790 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Oct 27 18:55:26.790 INFO kablam! found type `&[_; 0]` Oct 27 18:55:26.791 INFO kablam! Oct 27 18:55:26.800 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Oct 27 18:55:26.801 INFO kablam! --> src/lib.rs:23:33 Oct 27 18:55:26.801 INFO kablam! | Oct 27 18:55:26.802 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Oct 27 18:55:26.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Oct 27 18:55:26.802 INFO kablam! Oct 27 18:55:26.811 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:55:26.811 INFO kablam! Oct 27 18:55:26.812 INFO kablam! Some errors occurred: E0308, E0599. Oct 27 18:55:26.812 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 18:55:26.828 INFO kablam! error: Could not compile `namedarg_hack`. Oct 27 18:55:26.829 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 18:55:27.108 INFO kablam! error[E0308]: mismatched types Oct 27 18:55:27.109 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:55:27.109 INFO kablam! | Oct 27 18:55:27.110 INFO kablam! 12 | fn get_lints(&self) -> LintArray { &[] } Oct 27 18:55:27.111 INFO kablam! | --------- ^^^ Oct 27 18:55:27.111 INFO kablam! | | | Oct 27 18:55:27.112 INFO kablam! | | expected struct `std::vec::Vec`, found &[_; 0] Oct 27 18:55:27.113 INFO kablam! | | help: try using a conversion method: `&[].to_vec()` Oct 27 18:55:27.113 INFO kablam! | expected `std::vec::Vec<&'static rustc::lint::Lint>` because of return type Oct 27 18:55:27.114 INFO kablam! | Oct 27 18:55:27.115 INFO kablam! = note: expected type `std::vec::Vec<&'static rustc::lint::Lint>` Oct 27 18:55:27.115 INFO kablam! found type `&[_; 0]` Oct 27 18:55:27.116 INFO kablam! Oct 27 18:55:27.130 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Oct 27 18:55:27.130 INFO kablam! --> src/lib.rs:23:33 Oct 27 18:55:27.131 INFO kablam! | Oct 27 18:55:27.132 INFO kablam! 23 | evil_item.vis = ast::Visibility::Public; Oct 27 18:55:27.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Oct 27 18:55:27.133 INFO kablam! Oct 27 18:55:27.139 INFO kablam! error: aborting due to 2 previous errors Oct 27 18:55:27.140 INFO kablam! Oct 27 18:55:27.140 INFO kablam! Some errors occurred: E0308, E0599. Oct 27 18:55:27.141 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 18:55:27.184 INFO kablam! error: Could not compile `namedarg_hack`. Oct 27 18:55:27.184 INFO kablam! Oct 27 18:55:27.184 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:55:27.187 INFO kablam! su: No module specific data is present Oct 27 18:55:28.519 INFO running `"docker" "rm" "-f" "585257b3bda23ab42ea6288761cf0aa733b41646bde4f2a33dd7479f14d8ed85"` Oct 27 18:55:28.955 INFO blam! 585257b3bda23ab42ea6288761cf0aa733b41646bde4f2a33dd7479f14d8ed85