Sep 03 20:36:50.271 INFO checking Michael-F-Bryan/rustc-internal-docs against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 20:36:50.271 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 20:36:50.271 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:50.462 INFO blam! 1124cbfb694a60f000e285971ba398e3a62159b9f3e1e944908a3adf1400e625 Sep 03 20:36:50.464 INFO running `"docker" "start" "-a" "1124cbfb694a60f000e285971ba398e3a62159b9f3e1e944908a3adf1400e625"` Sep 03 20:36:51.142 INFO kablam! Checking tempdir v0.3.5 Sep 03 20:36:51.144 INFO kablam! Checking chrono v0.4.0 Sep 03 20:36:51.144 INFO kablam! Checking copy_dir v0.1.2 Sep 03 20:36:53.620 INFO kablam! Checking env_logger v0.5.2 Sep 03 20:36:54.529 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 03 20:36:55.245 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 20:36:55.245 INFO kablam! --> src/helpers.rs:151:8 Sep 03 20:36:55.245 INFO kablam! | Sep 03 20:36:55.245 INFO kablam! 151 | Ok((buffer)) Sep 03 20:36:55.245 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 03 20:36:55.245 INFO kablam! | Sep 03 20:36:55.245 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 20:36:55.245 INFO kablam! Sep 03 20:36:55.264 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:55.264 INFO kablam! --> src/config.rs:21:29 Sep 03 20:36:55.264 INFO kablam! | Sep 03 20:36:55.264 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 03 20:36:55.264 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:36:55.264 INFO kablam! | Sep 03 20:36:55.264 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:36:55.264 INFO kablam! Sep 03 20:36:55.326 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 03 20:36:55.326 INFO kablam! --> src/config.rs:62:29 Sep 03 20:36:55.326 INFO kablam! | Sep 03 20:36:55.326 INFO kablam! 62 | error_handling: ErrorHandling { Sep 03 20:36:55.326 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 03 20:36:55.326 INFO kablam! Sep 03 20:36:55.335 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 20:36:55.335 INFO kablam! --> src/helpers.rs:151:8 Sep 03 20:36:55.335 INFO kablam! | Sep 03 20:36:55.335 INFO kablam! 151 | Ok((buffer)) Sep 03 20:36:55.335 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 03 20:36:55.336 INFO kablam! | Sep 03 20:36:55.336 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 20:36:55.336 INFO kablam! Sep 03 20:36:55.359 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:55.359 INFO kablam! --> src/config.rs:21:29 Sep 03 20:36:55.359 INFO kablam! | Sep 03 20:36:55.359 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 03 20:36:55.359 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:36:55.359 INFO kablam! | Sep 03 20:36:55.359 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:36:55.359 INFO kablam! Sep 03 20:36:55.714 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 03 20:36:55.714 INFO kablam! --> src/config.rs:62:13 Sep 03 20:36:55.714 INFO kablam! | Sep 03 20:36:55.714 INFO kablam! 62 | error_handling: ErrorHandling { Sep 03 20:36:55.714 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 03 20:36:55.714 INFO kablam! | Sep 03 20:36:55.714 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 03 20:36:55.714 INFO kablam! Sep 03 20:36:55.852 INFO kablam! error: aborting due to 2 previous errors Sep 03 20:36:55.852 INFO kablam! Sep 03 20:36:55.852 INFO kablam! Some errors occurred: E0422, E0560. Sep 03 20:36:55.852 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 03 20:36:55.860 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 03 20:36:55.860 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:36:56.147 INFO kablam! error: build failed Sep 03 20:36:56.149 INFO kablam! su: No module specific data is present Sep 03 20:36:56.512 INFO running `"docker" "rm" "-f" "1124cbfb694a60f000e285971ba398e3a62159b9f3e1e944908a3adf1400e625"` Sep 03 20:36:56.670 INFO blam! 1124cbfb694a60f000e285971ba398e3a62159b9f3e1e944908a3adf1400e625