Sep 03 20:36:48.914 INFO checking Michael-F-Bryan/rustc-internal-docs against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 20:36:48.915 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 20:36:48.915 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:36:49.089 INFO blam! ee390000588d6cd4d3fb42aaf2d27d99b1922f4a2c067ac306341bbc8a366212 Sep 03 20:36:49.091 INFO running `"docker" "start" "-a" "ee390000588d6cd4d3fb42aaf2d27d99b1922f4a2c067ac306341bbc8a366212"` Sep 03 20:36:49.727 INFO kablam! Checking tempdir v0.3.5 Sep 03 20:36:49.729 INFO kablam! Checking walkdir v0.1.8 Sep 03 20:36:49.729 INFO kablam! Checking chrono v0.4.0 Sep 03 20:36:49.730 INFO kablam! Checking error-chain v0.11.0 Sep 03 20:36:50.303 INFO kablam! Checking copy_dir v0.1.2 Sep 03 20:36:52.564 INFO kablam! Checking env_logger v0.5.2 Sep 03 20:36:53.704 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 03 20:36:54.424 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 20:36:54.424 INFO kablam! --> src/helpers.rs:151:8 Sep 03 20:36:54.424 INFO kablam! | Sep 03 20:36:54.424 INFO kablam! 151 | Ok((buffer)) Sep 03 20:36:54.425 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 03 20:36:54.425 INFO kablam! | Sep 03 20:36:54.425 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 20:36:54.425 INFO kablam! Sep 03 20:36:54.454 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 03 20:36:54.454 INFO kablam! --> src/config.rs:21:29 Sep 03 20:36:54.454 INFO kablam! | Sep 03 20:36:54.454 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 03 20:36:54.454 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:36:54.454 INFO kablam! | Sep 03 20:36:54.454 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:36:54.454 INFO kablam! Sep 03 20:36:54.454 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 03 20:36:54.454 INFO kablam! --> src/config.rs:62:29 Sep 03 20:36:54.454 INFO kablam! | Sep 03 20:36:54.454 INFO kablam! 62 | error_handling: ErrorHandling { Sep 03 20:36:54.454 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 03 20:36:54.454 INFO kablam! Sep 03 20:36:54.467 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 20:36:54.467 INFO kablam! --> src/helpers.rs:151:8 Sep 03 20:36:54.467 INFO kablam! | Sep 03 20:36:54.467 INFO kablam! 151 | Ok((buffer)) Sep 03 20:36:54.467 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 03 20:36:54.467 INFO kablam! | Sep 03 20:36:54.467 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 20:36:54.467 INFO kablam! Sep 03 20:36:54.499 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 03 20:36:54.499 INFO kablam! --> src/config.rs:21:29 Sep 03 20:36:54.499 INFO kablam! | Sep 03 20:36:54.499 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 03 20:36:54.499 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:36:54.499 INFO kablam! | Sep 03 20:36:54.499 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:36:54.499 INFO kablam! Sep 03 20:36:54.977 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 03 20:36:54.977 INFO kablam! --> src/config.rs:62:13 Sep 03 20:36:54.977 INFO kablam! | Sep 03 20:36:54.977 INFO kablam! 62 | error_handling: ErrorHandling { Sep 03 20:36:54.977 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 03 20:36:54.977 INFO kablam! | Sep 03 20:36:54.977 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 03 20:36:54.977 INFO kablam! Sep 03 20:36:55.100 INFO kablam! error: aborting due to 2 previous errors Sep 03 20:36:55.100 INFO kablam! Sep 03 20:36:55.100 INFO kablam! Some errors occurred: E0422, E0560. Sep 03 20:36:55.100 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 03 20:36:55.109 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 03 20:36:55.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:36:55.472 INFO kablam! error: build failed Sep 03 20:36:55.473 INFO kablam! su: No module specific data is present Sep 03 20:36:55.902 INFO running `"docker" "rm" "-f" "ee390000588d6cd4d3fb42aaf2d27d99b1922f4a2c067ac306341bbc8a366212"` Sep 03 20:36:55.996 INFO blam! ee390000588d6cd4d3fb42aaf2d27d99b1922f4a2c067ac306341bbc8a366212