Sep 05 19:54:37.837 INFO checking Michael-F-Bryan/rustc-internal-docs against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 19:54:37.837 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 19:54:37.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 19:54:38.328 INFO blam! 452cafb10b75d2410ab7018d9c17b5d44ea5631dd0e43a3358c79f5eaa6c05c0 Sep 05 19:54:38.330 INFO running `"docker" "start" "-a" "452cafb10b75d2410ab7018d9c17b5d44ea5631dd0e43a3358c79f5eaa6c05c0"` Sep 05 19:54:40.314 INFO kablam! usermod: no changes Sep 05 19:54:40.514 INFO kablam! Checking termcolor v0.3.3 Sep 05 19:54:40.518 INFO kablam! Checking tempdir v0.3.5 Sep 05 19:54:40.518 INFO kablam! Checking clap v2.29.2 Sep 05 19:54:40.518 INFO kablam! Checking regex v0.2.5 Sep 05 19:54:40.518 INFO kablam! Checking chrono v0.4.0 Sep 05 19:54:40.521 INFO kablam! Checking copy_dir v0.1.2 Sep 05 19:54:43.589 INFO kablam! Checking env_logger v0.5.2 Sep 05 19:54:45.561 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 05 19:54:46.061 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 05 19:54:46.061 INFO kablam! --> src/config.rs:62:29 Sep 05 19:54:46.062 INFO kablam! | Sep 05 19:54:46.062 INFO kablam! 62 | error_handling: ErrorHandling { Sep 05 19:54:46.062 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 05 19:54:46.062 INFO kablam! Sep 05 19:54:46.065 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 19:54:46.065 INFO kablam! --> src/helpers.rs:151:8 Sep 05 19:54:46.065 INFO kablam! | Sep 05 19:54:46.065 INFO kablam! 151 | Ok((buffer)) Sep 05 19:54:46.066 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 05 19:54:46.066 INFO kablam! | Sep 05 19:54:46.066 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 19:54:46.066 INFO kablam! Sep 05 19:54:46.066 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 19:54:46.066 INFO kablam! --> src/helpers.rs:151:8 Sep 05 19:54:46.066 INFO kablam! | Sep 05 19:54:46.066 INFO kablam! 151 | Ok((buffer)) Sep 05 19:54:46.066 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 05 19:54:46.066 INFO kablam! | Sep 05 19:54:46.066 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 19:54:46.066 INFO kablam! Sep 05 19:54:46.090 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 05 19:54:46.090 INFO kablam! --> src/config.rs:21:29 Sep 05 19:54:46.090 INFO kablam! | Sep 05 19:54:46.090 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 05 19:54:46.090 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 19:54:46.090 INFO kablam! | Sep 05 19:54:46.090 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 19:54:46.090 INFO kablam! Sep 05 19:54:46.098 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 05 19:54:46.098 INFO kablam! --> src/config.rs:21:29 Sep 05 19:54:46.098 INFO kablam! | Sep 05 19:54:46.098 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 05 19:54:46.098 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 19:54:46.098 INFO kablam! | Sep 05 19:54:46.098 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 19:54:46.098 INFO kablam! Sep 05 19:54:46.311 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 05 19:54:46.311 INFO kablam! --> src/config.rs:62:13 Sep 05 19:54:46.311 INFO kablam! | Sep 05 19:54:46.311 INFO kablam! 62 | error_handling: ErrorHandling { Sep 05 19:54:46.311 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 05 19:54:46.311 INFO kablam! | Sep 05 19:54:46.325 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 05 19:54:46.326 INFO kablam! Sep 05 19:54:46.417 INFO kablam! error: aborting due to 2 previous errors Sep 05 19:54:46.417 INFO kablam! Sep 05 19:54:46.417 INFO kablam! Some errors occurred: E0422, E0560. Sep 05 19:54:46.417 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 05 19:54:46.417 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 05 19:54:46.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 19:54:46.600 INFO kablam! error: build failed Sep 05 19:54:46.602 INFO kablam! su: No module specific data is present Sep 05 19:54:47.343 INFO running `"docker" "rm" "-f" "452cafb10b75d2410ab7018d9c17b5d44ea5631dd0e43a3358c79f5eaa6c05c0"` Sep 05 19:54:47.641 INFO blam! 452cafb10b75d2410ab7018d9c17b5d44ea5631dd0e43a3358c79f5eaa6c05c0