Sep 20 23:46:50.243 INFO checking Michael-F-Bryan/rustc-internal-docs against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:46:50.243 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:46:50.243 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:46:50.468 INFO blam! e10a8a97259cd46543572c55693d5f8256dfbe798ca971fe62a336633e74cec6 Sep 20 23:46:50.470 INFO running `"docker" "start" "-a" "e10a8a97259cd46543572c55693d5f8256dfbe798ca971fe62a336633e74cec6"` Sep 20 23:46:51.375 INFO kablam! usermod: no changes Sep 20 23:46:51.678 INFO kablam! Checking termcolor v0.3.3 Sep 20 23:46:51.678 INFO kablam! Checking shlex v0.1.1 Sep 20 23:46:51.680 INFO kablam! Checking rand v0.3.20 Sep 20 23:46:51.690 INFO kablam! Checking toml v0.4.5 Sep 20 23:46:51.690 INFO kablam! Checking clap v2.29.2 Sep 20 23:46:51.690 INFO kablam! Checking regex v0.2.5 Sep 20 23:46:51.690 INFO kablam! Checking chrono v0.4.0 Sep 20 23:46:51.690 INFO kablam! Checking walkdir v0.1.8 Sep 20 23:46:52.755 INFO kablam! Checking error-chain v0.11.0 Sep 20 23:46:52.770 INFO kablam! Checking copy_dir v0.1.2 Sep 20 23:46:54.278 INFO kablam! Checking tempdir v0.3.5 Sep 20 23:46:56.278 INFO kablam! Checking env_logger v0.5.2 Sep 20 23:46:58.546 INFO kablam! Checking rustc-internal-docs v0.1.0 (/source) Sep 20 23:46:59.357 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 23:46:59.357 INFO kablam! --> src/helpers.rs:151:8 Sep 20 23:46:59.357 INFO kablam! | Sep 20 23:46:59.357 INFO kablam! 151 | Ok((buffer)) Sep 20 23:46:59.357 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 20 23:46:59.357 INFO kablam! | Sep 20 23:46:59.357 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 23:46:59.357 INFO kablam! Sep 20 23:46:59.418 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 20 23:46:59.418 INFO kablam! --> src/config.rs:21:29 Sep 20 23:46:59.418 INFO kablam! | Sep 20 23:46:59.418 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 20 23:46:59.418 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 23:46:59.418 INFO kablam! | Sep 20 23:46:59.418 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 23:46:59.418 INFO kablam! Sep 20 23:46:59.463 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 20 23:46:59.463 INFO kablam! --> src/config.rs:62:29 Sep 20 23:46:59.463 INFO kablam! | Sep 20 23:46:59.463 INFO kablam! 62 | error_handling: ErrorHandling { Sep 20 23:46:59.464 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 20 23:46:59.464 INFO kablam! Sep 20 23:46:59.490 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 23:46:59.490 INFO kablam! --> src/helpers.rs:151:8 Sep 20 23:46:59.490 INFO kablam! | Sep 20 23:46:59.490 INFO kablam! 151 | Ok((buffer)) Sep 20 23:46:59.490 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 20 23:46:59.490 INFO kablam! | Sep 20 23:46:59.490 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 23:46:59.490 INFO kablam! Sep 20 23:46:59.529 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 20 23:46:59.529 INFO kablam! --> src/config.rs:21:29 Sep 20 23:46:59.529 INFO kablam! | Sep 20 23:46:59.529 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 20 23:46:59.529 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 23:46:59.529 INFO kablam! | Sep 20 23:46:59.529 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 23:46:59.529 INFO kablam! Sep 20 23:46:59.964 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 20 23:46:59.964 INFO kablam! --> src/config.rs:62:13 Sep 20 23:46:59.964 INFO kablam! | Sep 20 23:46:59.964 INFO kablam! 62 | error_handling: ErrorHandling { Sep 20 23:46:59.964 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 20 23:46:59.965 INFO kablam! | Sep 20 23:46:59.965 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 20 23:46:59.965 INFO kablam! Sep 20 23:47:00.096 INFO kablam! error: aborting due to 2 previous errors Sep 20 23:47:00.097 INFO kablam! Sep 20 23:47:00.097 INFO kablam! Some errors occurred: E0422, E0560. Sep 20 23:47:00.098 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 20 23:47:00.108 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 20 23:47:00.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:47:00.248 INFO kablam! error: build failed Sep 20 23:47:00.250 INFO kablam! su: No module specific data is present Sep 20 23:47:02.249 INFO running `"docker" "rm" "-f" "e10a8a97259cd46543572c55693d5f8256dfbe798ca971fe62a336633e74cec6"` Sep 20 23:47:02.365 INFO blam! e10a8a97259cd46543572c55693d5f8256dfbe798ca971fe62a336633e74cec6