Sep 01 00:27:01.136 INFO checking Michael-F-Bryan/rustc-internal-docs against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 00:27:01.136 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 00:27:01.136 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:27:01.289 INFO blam! 560d9370011069fe49cb3eeae4918c08ce84c9788942019fef3580628539ee1e Sep 01 00:27:01.292 INFO running `"docker" "start" "-a" "560d9370011069fe49cb3eeae4918c08ce84c9788942019fef3580628539ee1e"` Sep 01 00:27:02.073 INFO kablam! Checking tempdir v0.3.5 Sep 01 00:27:02.074 INFO kablam! Checking chrono v0.4.0 Sep 01 00:27:04.562 INFO kablam! Checking env_logger v0.5.2 Sep 01 00:27:05.459 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 01 00:27:06.351 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:27:06.351 INFO kablam! --> src/helpers.rs:151:8 Sep 01 00:27:06.351 INFO kablam! | Sep 01 00:27:06.351 INFO kablam! 151 | Ok((buffer)) Sep 01 00:27:06.351 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 00:27:06.351 INFO kablam! | Sep 01 00:27:06.351 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 00:27:06.351 INFO kablam! Sep 01 00:27:06.404 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 01 00:27:06.404 INFO kablam! --> src/config.rs:21:29 Sep 01 00:27:06.404 INFO kablam! | Sep 01 00:27:06.404 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 00:27:06.405 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:27:06.405 INFO kablam! | Sep 01 00:27:06.405 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 00:27:06.405 INFO kablam! Sep 01 00:27:06.533 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 01 00:27:06.533 INFO kablam! --> src/config.rs:62:29 Sep 01 00:27:06.533 INFO kablam! | Sep 01 00:27:06.533 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 00:27:06.533 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 01 00:27:06.533 INFO kablam! Sep 01 00:27:06.547 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:27:06.547 INFO kablam! --> src/helpers.rs:151:8 Sep 01 00:27:06.547 INFO kablam! | Sep 01 00:27:06.547 INFO kablam! 151 | Ok((buffer)) Sep 01 00:27:06.547 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 00:27:06.547 INFO kablam! | Sep 01 00:27:06.547 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 00:27:06.547 INFO kablam! Sep 01 00:27:06.583 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 01 00:27:06.583 INFO kablam! --> src/config.rs:21:29 Sep 01 00:27:06.583 INFO kablam! | Sep 01 00:27:06.583 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 00:27:06.583 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:27:06.583 INFO kablam! | Sep 01 00:27:06.583 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 00:27:06.583 INFO kablam! Sep 01 00:27:07.032 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 01 00:27:07.032 INFO kablam! --> src/config.rs:62:13 Sep 01 00:27:07.032 INFO kablam! | Sep 01 00:27:07.032 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 00:27:07.032 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 01 00:27:07.032 INFO kablam! | Sep 01 00:27:07.032 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 01 00:27:07.032 INFO kablam! Sep 01 00:27:07.190 INFO kablam! error: aborting due to 2 previous errors Sep 01 00:27:07.190 INFO kablam! Sep 01 00:27:07.190 INFO kablam! Some errors occurred: E0422, E0560. Sep 01 00:27:07.190 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 01 00:27:07.201 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 01 00:27:07.201 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:27:07.604 INFO kablam! error: build failed Sep 01 00:27:07.606 INFO kablam! su: No module specific data is present Sep 01 00:27:08.160 INFO running `"docker" "rm" "-f" "560d9370011069fe49cb3eeae4918c08ce84c9788942019fef3580628539ee1e"` Sep 01 00:27:08.330 INFO blam! 560d9370011069fe49cb3eeae4918c08ce84c9788942019fef3580628539ee1e