Sep 10 05:22:32.770 INFO checking Michael-F-Bryan/rustc-internal-docs against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:22:32.770 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:22:32.770 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:22:33.006 INFO blam! fea7390683ff4f4c3311302700b40502c5d54a575116d02d3435251d45f47b7a Sep 10 05:22:33.008 INFO running `"docker" "start" "-a" "fea7390683ff4f4c3311302700b40502c5d54a575116d02d3435251d45f47b7a"` Sep 10 05:22:34.322 INFO kablam! usermod: no changes Sep 10 05:22:34.520 INFO kablam! Checking shlex v0.1.1 Sep 10 05:22:34.520 INFO kablam! Checking num-integer v0.1.35 Sep 10 05:22:34.520 INFO kablam! Checking tempdir v0.3.5 Sep 10 05:22:34.528 INFO kablam! Checking copy_dir v0.1.2 Sep 10 05:22:35.695 INFO kablam! Checking num-iter v0.1.34 Sep 10 05:22:35.962 INFO kablam! Checking num v0.1.41 Sep 10 05:22:36.205 INFO kablam! Checking chrono v0.4.0 Sep 10 05:22:38.791 INFO kablam! Checking env_logger v0.5.2 Sep 10 05:22:39.664 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 10 05:22:40.374 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 05:22:40.374 INFO kablam! --> src/helpers.rs:151:8 Sep 10 05:22:40.374 INFO kablam! | Sep 10 05:22:40.374 INFO kablam! 151 | Ok((buffer)) Sep 10 05:22:40.374 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 05:22:40.374 INFO kablam! | Sep 10 05:22:40.374 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 05:22:40.374 INFO kablam! Sep 10 05:22:40.410 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 10 05:22:40.410 INFO kablam! --> src/config.rs:21:29 Sep 10 05:22:40.410 INFO kablam! | Sep 10 05:22:40.410 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 10 05:22:40.410 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 05:22:40.410 INFO kablam! | Sep 10 05:22:40.410 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 05:22:40.410 INFO kablam! Sep 10 05:22:40.490 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 10 05:22:40.490 INFO kablam! --> src/config.rs:62:29 Sep 10 05:22:40.490 INFO kablam! | Sep 10 05:22:40.490 INFO kablam! 62 | error_handling: ErrorHandling { Sep 10 05:22:40.490 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 10 05:22:40.490 INFO kablam! Sep 10 05:22:40.494 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 05:22:40.494 INFO kablam! --> src/helpers.rs:151:8 Sep 10 05:22:40.494 INFO kablam! | Sep 10 05:22:40.494 INFO kablam! 151 | Ok((buffer)) Sep 10 05:22:40.494 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 05:22:40.494 INFO kablam! | Sep 10 05:22:40.494 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 05:22:40.494 INFO kablam! Sep 10 05:22:40.518 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 10 05:22:40.518 INFO kablam! --> src/config.rs:21:29 Sep 10 05:22:40.518 INFO kablam! | Sep 10 05:22:40.518 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 10 05:22:40.518 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 05:22:40.518 INFO kablam! | Sep 10 05:22:40.518 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 05:22:40.518 INFO kablam! Sep 10 05:22:40.730 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 10 05:22:40.730 INFO kablam! --> src/config.rs:62:13 Sep 10 05:22:40.730 INFO kablam! | Sep 10 05:22:40.730 INFO kablam! 62 | error_handling: ErrorHandling { Sep 10 05:22:40.730 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 10 05:22:40.730 INFO kablam! | Sep 10 05:22:40.730 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 10 05:22:40.730 INFO kablam! Sep 10 05:22:40.824 INFO kablam! error: aborting due to 2 previous errors Sep 10 05:22:40.830 INFO kablam! Sep 10 05:22:40.830 INFO kablam! Some errors occurred: E0422, E0560. Sep 10 05:22:40.830 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 10 05:22:40.845 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 10 05:22:40.845 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:22:41.022 INFO kablam! error: build failed Sep 10 05:22:41.026 INFO kablam! su: No module specific data is present Sep 10 05:22:42.108 INFO running `"docker" "rm" "-f" "fea7390683ff4f4c3311302700b40502c5d54a575116d02d3435251d45f47b7a"` Sep 10 05:22:42.223 INFO blam! fea7390683ff4f4c3311302700b40502c5d54a575116d02d3435251d45f47b7a