Sep 04 00:17:24.987 INFO checking Michael-F-Bryan/rustc-internal-docs against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 00:17:24.987 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 00:17:24.987 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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:25.170 INFO blam! 88a1ee06cdc0ce35494e045ec167a2c8b89576e36c1a8dc227c19e9106c03355 Sep 04 00:17:25.172 INFO running `"docker" "start" "-a" "88a1ee06cdc0ce35494e045ec167a2c8b89576e36c1a8dc227c19e9106c03355"` Sep 04 00:17:26.019 INFO kablam! Checking tempdir v0.3.5 Sep 04 00:17:26.022 INFO kablam! Checking chrono v0.4.0 Sep 04 00:17:29.274 INFO kablam! Checking env_logger v0.5.2 Sep 04 00:17:30.154 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 04 00:17:30.732 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:17:30.732 INFO kablam! --> src/helpers.rs:151:8 Sep 04 00:17:30.732 INFO kablam! | Sep 04 00:17:30.732 INFO kablam! 151 | Ok((buffer)) Sep 04 00:17:30.732 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 00:17:30.732 INFO kablam! | Sep 04 00:17:30.732 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:17:30.732 INFO kablam! Sep 04 00:17:30.749 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:30.749 INFO kablam! --> src/config.rs:21:29 Sep 04 00:17:30.749 INFO kablam! | Sep 04 00:17:30.749 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 04 00:17:30.749 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 00:17:30.750 INFO kablam! | Sep 04 00:17:30.750 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:17:30.750 INFO kablam! Sep 04 00:17:30.750 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 04 00:17:30.750 INFO kablam! --> src/config.rs:62:29 Sep 04 00:17:30.750 INFO kablam! | Sep 04 00:17:30.750 INFO kablam! 62 | error_handling: ErrorHandling { Sep 04 00:17:30.750 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 04 00:17:30.750 INFO kablam! Sep 04 00:17:30.758 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 00:17:30.758 INFO kablam! --> src/helpers.rs:151:8 Sep 04 00:17:30.758 INFO kablam! | Sep 04 00:17:30.758 INFO kablam! 151 | Ok((buffer)) Sep 04 00:17:30.758 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 00:17:30.758 INFO kablam! | Sep 04 00:17:30.758 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 00:17:30.758 INFO kablam! Sep 04 00:17:30.785 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:30.785 INFO kablam! --> src/config.rs:21:29 Sep 04 00:17:30.785 INFO kablam! | Sep 04 00:17:30.785 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 04 00:17:30.785 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 00:17:30.785 INFO kablam! | Sep 04 00:17:30.785 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 00:17:30.785 INFO kablam! Sep 04 00:17:31.098 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 04 00:17:31.098 INFO kablam! --> src/config.rs:62:13 Sep 04 00:17:31.099 INFO kablam! | Sep 04 00:17:31.099 INFO kablam! 62 | error_handling: ErrorHandling { Sep 04 00:17:31.099 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 04 00:17:31.099 INFO kablam! | Sep 04 00:17:31.099 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 04 00:17:31.099 INFO kablam! Sep 04 00:17:31.199 INFO kablam! error: aborting due to 2 previous errors Sep 04 00:17:31.199 INFO kablam! Sep 04 00:17:31.199 INFO kablam! Some errors occurred: E0422, E0560. Sep 04 00:17:31.199 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 04 00:17:31.206 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 04 00:17:31.206 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:17:31.424 INFO kablam! error: build failed Sep 04 00:17:31.425 INFO kablam! su: No module specific data is present Sep 04 00:17:31.885 INFO running `"docker" "rm" "-f" "88a1ee06cdc0ce35494e045ec167a2c8b89576e36c1a8dc227c19e9106c03355"` Sep 04 00:17:31.966 INFO blam! 88a1ee06cdc0ce35494e045ec167a2c8b89576e36c1a8dc227c19e9106c03355