Sep 04 00:17:24.037 INFO checking Michael-F-Bryan/rustc-internal-docs against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 00:17:24.037 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 00:17:24.037 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:17:24.194 INFO blam! 9471f1da7f0d4d0edc6c3f6d47a2d431a244dbb39acff1b1de469c1aba472062 Sep 04 00:17:24.196 INFO running `"docker" "start" "-a" "9471f1da7f0d4d0edc6c3f6d47a2d431a244dbb39acff1b1de469c1aba472062"` Sep 04 00:17:24.816 INFO kablam! Checking tempdir v0.3.5 Sep 04 00:17:24.817 INFO kablam! Checking chrono v0.4.0 Sep 04 00:17:28.012 INFO kablam! Checking env_logger v0.5.2 Sep 04 00:17:29.177 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 04 00:17:29.755 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:17:29.755 INFO kablam! --> src/helpers.rs:151:8 Sep 04 00:17:29.755 INFO kablam! | Sep 04 00:17:29.755 INFO kablam! 151 | Ok((buffer)) Sep 04 00:17:29.755 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 00:17:29.755 INFO kablam! | Sep 04 00:17:29.755 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:17:29.755 INFO kablam! Sep 04 00:17:29.778 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 00:17:29.778 INFO kablam! --> src/config.rs:21:29 Sep 04 00:17:29.778 INFO kablam! | Sep 04 00:17:29.778 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 04 00:17:29.778 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 00:17:29.778 INFO kablam! | Sep 04 00:17:29.778 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:17:29.778 INFO kablam! Sep 04 00:17:29.831 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 04 00:17:29.831 INFO kablam! --> src/config.rs:62:29 Sep 04 00:17:29.831 INFO kablam! | Sep 04 00:17:29.831 INFO kablam! 62 | error_handling: ErrorHandling { Sep 04 00:17:29.831 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 04 00:17:29.831 INFO kablam! Sep 04 00:17:29.839 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:17:29.839 INFO kablam! --> src/helpers.rs:151:8 Sep 04 00:17:29.839 INFO kablam! | Sep 04 00:17:29.839 INFO kablam! 151 | Ok((buffer)) Sep 04 00:17:29.839 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 00:17:29.839 INFO kablam! | Sep 04 00:17:29.839 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:17:29.839 INFO kablam! Sep 04 00:17:29.870 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 00:17:29.870 INFO kablam! --> src/config.rs:21:29 Sep 04 00:17:29.870 INFO kablam! | Sep 04 00:17:29.870 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 04 00:17:29.870 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 00:17:29.870 INFO kablam! | Sep 04 00:17:29.870 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:17:29.870 INFO kablam! Sep 04 00:17:30.262 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 04 00:17:30.262 INFO kablam! --> src/config.rs:62:13 Sep 04 00:17:30.262 INFO kablam! | Sep 04 00:17:30.262 INFO kablam! 62 | error_handling: ErrorHandling { Sep 04 00:17:30.262 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 04 00:17:30.262 INFO kablam! | Sep 04 00:17:30.262 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 04 00:17:30.262 INFO kablam! Sep 04 00:17:30.407 INFO kablam! error: aborting due to 2 previous errors Sep 04 00:17:30.407 INFO kablam! Sep 04 00:17:30.407 INFO kablam! Some errors occurred: E0422, E0560. Sep 04 00:17:30.407 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 04 00:17:30.417 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 04 00:17:30.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:17:30.594 INFO kablam! error: build failed Sep 04 00:17:30.596 INFO kablam! su: No module specific data is present Sep 04 00:17:30.958 INFO running `"docker" "rm" "-f" "9471f1da7f0d4d0edc6c3f6d47a2d431a244dbb39acff1b1de469c1aba472062"` Sep 04 00:17:31.075 INFO blam! 9471f1da7f0d4d0edc6c3f6d47a2d431a244dbb39acff1b1de469c1aba472062