Sep 01 00:27:00.764 INFO checking Michael-F-Bryan/rustc-internal-docs against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 00:27:00.764 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 00:27:00.765 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 00:27:00.935 INFO blam! 459d5034b5d3a6163d7bb174e6968367d1f0cb31dbbad4d192b8e5679450b454 Sep 01 00:27:00.937 INFO running `"docker" "start" "-a" "459d5034b5d3a6163d7bb174e6968367d1f0cb31dbbad4d192b8e5679450b454"` Sep 01 00:27:01.591 INFO kablam! Checking tempdir v0.3.5 Sep 01 00:27:01.592 INFO kablam! Checking num v0.1.41 Sep 01 00:27:01.593 INFO kablam! Checking copy_dir v0.1.2 Sep 01 00:27:01.593 INFO kablam! Checking error-chain v0.11.0 Sep 01 00:27:01.811 INFO kablam! Checking chrono v0.4.0 Sep 01 00:27:04.375 INFO kablam! Checking env_logger v0.5.2 Sep 01 00:27:05.237 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 01 00:27:06.126 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:27:06.126 INFO kablam! --> src/helpers.rs:151:8 Sep 01 00:27:06.126 INFO kablam! | Sep 01 00:27:06.126 INFO kablam! 151 | Ok((buffer)) Sep 01 00:27:06.126 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 00:27:06.126 INFO kablam! | Sep 01 00:27:06.126 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 00:27:06.126 INFO kablam! Sep 01 00:27:06.165 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 01 00:27:06.165 INFO kablam! --> src/config.rs:21:29 Sep 01 00:27:06.165 INFO kablam! | Sep 01 00:27:06.165 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 00:27:06.165 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:27:06.165 INFO kablam! | Sep 01 00:27:06.165 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 00:27:06.165 INFO kablam! Sep 01 00:27:06.268 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 01 00:27:06.268 INFO kablam! --> src/config.rs:62:29 Sep 01 00:27:06.268 INFO kablam! | Sep 01 00:27:06.268 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 00:27:06.268 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 01 00:27:06.268 INFO kablam! Sep 01 00:27:06.281 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 00:27:06.281 INFO kablam! --> src/helpers.rs:151:8 Sep 01 00:27:06.281 INFO kablam! | Sep 01 00:27:06.281 INFO kablam! 151 | Ok((buffer)) Sep 01 00:27:06.281 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 00:27:06.281 INFO kablam! | Sep 01 00:27:06.281 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 00:27:06.281 INFO kablam! Sep 01 00:27:06.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 01 00:27:06.314 INFO kablam! --> src/config.rs:21:29 Sep 01 00:27:06.314 INFO kablam! | Sep 01 00:27:06.314 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 00:27:06.314 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 00:27:06.314 INFO kablam! | Sep 01 00:27:06.314 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 00:27:06.314 INFO kablam! Sep 01 00:27:06.780 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 01 00:27:06.780 INFO kablam! --> src/config.rs:62:13 Sep 01 00:27:06.780 INFO kablam! | Sep 01 00:27:06.780 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 00:27:06.780 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 01 00:27:06.780 INFO kablam! | Sep 01 00:27:06.780 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 01 00:27:06.780 INFO kablam! Sep 01 00:27:06.930 INFO kablam! error: aborting due to 2 previous errors Sep 01 00:27:06.930 INFO kablam! Sep 01 00:27:06.930 INFO kablam! Some errors occurred: E0422, E0560. Sep 01 00:27:06.930 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 01 00:27:06.941 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 01 00:27:06.941 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 00:27:07.230 INFO kablam! error: build failed Sep 01 00:27:07.236 INFO kablam! su: No module specific data is present Sep 01 00:27:07.759 INFO running `"docker" "rm" "-f" "459d5034b5d3a6163d7bb174e6968367d1f0cb31dbbad4d192b8e5679450b454"` Sep 01 00:27:07.915 INFO blam! 459d5034b5d3a6163d7bb174e6968367d1f0cb31dbbad4d192b8e5679450b454