Sep 14 05:32:30.316 INFO checking Michael-F-Bryan/rustc-internal-docs against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 05:32:30.316 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 05:32:30.316 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:32:30.659 INFO blam! 52c29a8e6ae9384ccdd4433c53a5a0fcb9a5e519634c5591937abd5540e16600 Sep 14 05:32:30.671 INFO running `"docker" "start" "-a" "52c29a8e6ae9384ccdd4433c53a5a0fcb9a5e519634c5591937abd5540e16600"` Sep 14 05:32:31.947 INFO kablam! usermod: no changes Sep 14 05:32:32.134 INFO kablam! Checking toml v0.4.5 Sep 14 05:32:32.136 INFO kablam! Checking tempdir v0.3.5 Sep 14 05:32:32.136 INFO kablam! Checking clap v2.29.2 Sep 14 05:32:32.136 INFO kablam! Checking chrono v0.4.0 Sep 14 05:32:36.556 INFO kablam! Checking env_logger v0.5.2 Sep 14 05:32:39.483 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 14 05:32:40.326 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 05:32:40.326 INFO kablam! --> src/helpers.rs:151:8 Sep 14 05:32:40.326 INFO kablam! | Sep 14 05:32:40.326 INFO kablam! 151 | Ok((buffer)) Sep 14 05:32:40.326 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 14 05:32:40.326 INFO kablam! | Sep 14 05:32:40.326 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 05:32:40.326 INFO kablam! Sep 14 05:32:40.365 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 14 05:32:40.365 INFO kablam! --> src/config.rs:21:29 Sep 14 05:32:40.365 INFO kablam! | Sep 14 05:32:40.365 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 14 05:32:40.365 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 05:32:40.365 INFO kablam! | Sep 14 05:32:40.365 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 05:32:40.365 INFO kablam! Sep 14 05:32:40.385 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 14 05:32:40.385 INFO kablam! --> src/config.rs:62:29 Sep 14 05:32:40.385 INFO kablam! | Sep 14 05:32:40.385 INFO kablam! 62 | error_handling: ErrorHandling { Sep 14 05:32:40.385 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 14 05:32:40.385 INFO kablam! Sep 14 05:32:40.394 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 05:32:40.394 INFO kablam! --> src/helpers.rs:151:8 Sep 14 05:32:40.394 INFO kablam! | Sep 14 05:32:40.394 INFO kablam! 151 | Ok((buffer)) Sep 14 05:32:40.394 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 14 05:32:40.407 INFO kablam! | Sep 14 05:32:40.407 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 05:32:40.407 INFO kablam! Sep 14 05:32:40.441 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 14 05:32:40.441 INFO kablam! --> src/config.rs:21:29 Sep 14 05:32:40.441 INFO kablam! | Sep 14 05:32:40.441 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 14 05:32:40.441 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 05:32:40.447 INFO kablam! | Sep 14 05:32:40.447 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 05:32:40.447 INFO kablam! Sep 14 05:32:40.838 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 14 05:32:40.838 INFO kablam! --> src/config.rs:62:13 Sep 14 05:32:40.838 INFO kablam! | Sep 14 05:32:40.838 INFO kablam! 62 | error_handling: ErrorHandling { Sep 14 05:32:40.838 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 14 05:32:40.843 INFO kablam! | Sep 14 05:32:40.843 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 14 05:32:40.843 INFO kablam! Sep 14 05:32:40.988 INFO kablam! error: aborting due to 2 previous errors Sep 14 05:32:40.999 INFO kablam! Sep 14 05:32:41.000 INFO kablam! Some errors occurred: E0422, E0560. Sep 14 05:32:41.000 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 14 05:32:41.010 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 14 05:32:41.011 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:32:41.052 INFO kablam! error: build failed Sep 14 05:32:41.054 INFO kablam! su: No module specific data is present Sep 14 05:32:43.071 INFO running `"docker" "rm" "-f" "52c29a8e6ae9384ccdd4433c53a5a0fcb9a5e519634c5591937abd5540e16600"` Sep 14 05:32:43.407 INFO blam! 52c29a8e6ae9384ccdd4433c53a5a0fcb9a5e519634c5591937abd5540e16600