Sep 17 14:00:38.246 INFO checking Michael-F-Bryan/rustc-internal-docs against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 14:00:38.246 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 14:00:38.246 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:00:38.639 INFO blam! e51a7b5d7ac2ab69e321646d42e544b8d7926ab0f3ebc5eb3f211e2be2134edd Sep 17 14:00:38.642 INFO running `"docker" "start" "-a" "e51a7b5d7ac2ab69e321646d42e544b8d7926ab0f3ebc5eb3f211e2be2134edd"` Sep 17 14:00:40.714 INFO kablam! usermod: no changes Sep 17 14:00:41.027 INFO kablam! Checking termcolor v0.3.3 Sep 17 14:00:41.027 INFO kablam! Checking shlex v0.1.1 Sep 17 14:00:41.043 INFO kablam! Checking tempdir v0.3.5 Sep 17 14:00:41.044 INFO kablam! Checking chrono v0.4.0 Sep 17 14:00:41.051 INFO kablam! Checking copy_dir v0.1.2 Sep 17 14:00:43.712 INFO kablam! Checking env_logger v0.5.2 Sep 17 14:00:44.537 INFO kablam! Checking rustc-internal-docs v0.1.0 (/source) Sep 17 14:00:45.279 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:00:45.279 INFO kablam! --> src/helpers.rs:151:8 Sep 17 14:00:45.280 INFO kablam! | Sep 17 14:00:45.280 INFO kablam! 151 | Ok((buffer)) Sep 17 14:00:45.281 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 14:00:45.281 INFO kablam! | Sep 17 14:00:45.281 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 14:00:45.282 INFO kablam! Sep 17 14:00:45.314 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 17 14:00:45.314 INFO kablam! --> src/config.rs:21:29 Sep 17 14:00:45.315 INFO kablam! | Sep 17 14:00:45.315 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 17 14:00:45.316 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 14:00:45.316 INFO kablam! | Sep 17 14:00:45.317 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:00:45.317 INFO kablam! Sep 17 14:00:45.357 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 17 14:00:45.358 INFO kablam! --> src/config.rs:62:29 Sep 17 14:00:45.358 INFO kablam! | Sep 17 14:00:45.359 INFO kablam! 62 | error_handling: ErrorHandling { Sep 17 14:00:45.359 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 17 14:00:45.360 INFO kablam! Sep 17 14:00:45.371 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 14:00:45.371 INFO kablam! --> src/helpers.rs:151:8 Sep 17 14:00:45.371 INFO kablam! | Sep 17 14:00:45.372 INFO kablam! 151 | Ok((buffer)) Sep 17 14:00:45.372 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 14:00:45.372 INFO kablam! | Sep 17 14:00:45.372 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 14:00:45.372 INFO kablam! Sep 17 14:00:45.408 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 17 14:00:45.408 INFO kablam! --> src/config.rs:21:29 Sep 17 14:00:45.408 INFO kablam! | Sep 17 14:00:45.408 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 17 14:00:45.408 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 14:00:45.408 INFO kablam! | Sep 17 14:00:45.408 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:00:45.408 INFO kablam! Sep 17 14:00:45.676 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 17 14:00:45.676 INFO kablam! --> src/config.rs:62:13 Sep 17 14:00:45.676 INFO kablam! | Sep 17 14:00:45.676 INFO kablam! 62 | error_handling: ErrorHandling { Sep 17 14:00:45.676 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 17 14:00:45.676 INFO kablam! | Sep 17 14:00:45.676 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 17 14:00:45.676 INFO kablam! Sep 17 14:00:45.802 INFO kablam! error: aborting due to 2 previous errors Sep 17 14:00:45.802 INFO kablam! Sep 17 14:00:45.802 INFO kablam! Some errors occurred: E0422, E0560. Sep 17 14:00:45.802 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 17 14:00:45.823 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 17 14:00:45.823 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:00:46.011 INFO kablam! error: build failed Sep 17 14:00:46.011 INFO kablam! su: No module specific data is present Sep 17 14:00:46.986 INFO running `"docker" "rm" "-f" "e51a7b5d7ac2ab69e321646d42e544b8d7926ab0f3ebc5eb3f211e2be2134edd"` Sep 17 14:00:47.158 INFO blam! e51a7b5d7ac2ab69e321646d42e544b8d7926ab0f3ebc5eb3f211e2be2134edd