Sep 01 17:23:45.607 INFO checking Michael-F-Bryan/rustc-internal-docs against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 17:23:45.607 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 17:23:45.607 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 17:23:45.773 INFO blam! 0581d824d3a691b860862cfcb482ef7d790d79b748627f2d8cbbfbab92b97716 Sep 01 17:23:45.775 INFO running `"docker" "start" "-a" "0581d824d3a691b860862cfcb482ef7d790d79b748627f2d8cbbfbab92b97716"` Sep 01 17:23:46.531 INFO kablam! Checking shlex v0.1.1 Sep 01 17:23:46.532 INFO kablam! Checking tempdir v0.3.5 Sep 01 17:23:46.534 INFO kablam! Checking regex v0.2.5 Sep 01 17:23:46.534 INFO kablam! Checking chrono v0.4.0 Sep 01 17:23:46.535 INFO kablam! Checking copy_dir v0.1.2 Sep 01 17:23:51.337 INFO kablam! Checking env_logger v0.5.2 Sep 01 17:23:52.087 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 01 17:23:52.739 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 01 17:23:52.739 INFO kablam! --> src/config.rs:62:29 Sep 01 17:23:52.739 INFO kablam! | Sep 01 17:23:52.739 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 17:23:52.739 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 01 17:23:52.739 INFO kablam! Sep 01 17:23:52.741 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:23:52.741 INFO kablam! --> src/helpers.rs:151:8 Sep 01 17:23:52.741 INFO kablam! | Sep 01 17:23:52.741 INFO kablam! 151 | Ok((buffer)) Sep 01 17:23:52.741 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 17:23:52.741 INFO kablam! | Sep 01 17:23:52.741 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:23:52.741 INFO kablam! Sep 01 17:23:52.752 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:23:52.752 INFO kablam! --> src/helpers.rs:151:8 Sep 01 17:23:52.752 INFO kablam! | Sep 01 17:23:52.752 INFO kablam! 151 | Ok((buffer)) Sep 01 17:23:52.752 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 17:23:52.752 INFO kablam! | Sep 01 17:23:52.752 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:23:52.752 INFO kablam! Sep 01 17:23:52.761 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 17:23:52.761 INFO kablam! --> src/config.rs:21:29 Sep 01 17:23:52.761 INFO kablam! | Sep 01 17:23:52.761 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 17:23:52.761 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 17:23:52.761 INFO kablam! | Sep 01 17:23:52.761 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 17:23:52.762 INFO kablam! Sep 01 17:23:52.787 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 17:23:52.787 INFO kablam! --> src/config.rs:21:29 Sep 01 17:23:52.787 INFO kablam! | Sep 01 17:23:52.787 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 17:23:52.787 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 17:23:52.787 INFO kablam! | Sep 01 17:23:52.787 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 17:23:52.787 INFO kablam! Sep 01 17:23:53.241 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 01 17:23:53.241 INFO kablam! --> src/config.rs:62:13 Sep 01 17:23:53.241 INFO kablam! | Sep 01 17:23:53.241 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 17:23:53.241 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 01 17:23:53.241 INFO kablam! | Sep 01 17:23:53.241 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 01 17:23:53.241 INFO kablam! Sep 01 17:23:53.415 INFO kablam! error: aborting due to 2 previous errors Sep 01 17:23:53.415 INFO kablam! Sep 01 17:23:53.415 INFO kablam! Some errors occurred: E0422, E0560. Sep 01 17:23:53.415 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 01 17:23:53.423 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 01 17:23:53.423 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:23:53.662 INFO kablam! error: build failed Sep 01 17:23:53.663 INFO kablam! su: No module specific data is present Sep 01 17:23:54.076 INFO running `"docker" "rm" "-f" "0581d824d3a691b860862cfcb482ef7d790d79b748627f2d8cbbfbab92b97716"` Sep 01 17:23:54.185 INFO blam! 0581d824d3a691b860862cfcb482ef7d790d79b748627f2d8cbbfbab92b97716