Sep 10 05:22:32.589 INFO checking Michael-F-Bryan/rustc-internal-docs against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 05:22:32.589 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 05:22:32.589 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:32.822 INFO blam! 76e3cc4a2e52b879e3ebe0efcf192740ce5ac2a3976ce72a9db4ae1bfff5940c Sep 10 05:22:32.824 INFO running `"docker" "start" "-a" "76e3cc4a2e52b879e3ebe0efcf192740ce5ac2a3976ce72a9db4ae1bfff5940c"` Sep 10 05:22:34.202 INFO kablam! usermod: no changes Sep 10 05:22:34.462 INFO kablam! Checking termcolor v0.3.3 Sep 10 05:22:34.462 INFO kablam! Checking shlex v0.1.1 Sep 10 05:22:34.510 INFO kablam! Checking tempdir v0.3.5 Sep 10 05:22:34.510 INFO kablam! Checking chrono v0.4.0 Sep 10 05:22:34.510 INFO kablam! Checking copy_dir v0.1.2 Sep 10 05:22:38.103 INFO kablam! Checking env_logger v0.5.2 Sep 10 05:22:38.907 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 10 05:22:39.596 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 10 05:22:39.596 INFO kablam! --> src/config.rs:62:29 Sep 10 05:22:39.596 INFO kablam! | Sep 10 05:22:39.596 INFO kablam! 62 | error_handling: ErrorHandling { Sep 10 05:22:39.596 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 10 05:22:39.606 INFO kablam! Sep 10 05:22:39.609 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 05:22:39.609 INFO kablam! --> src/helpers.rs:151:8 Sep 10 05:22:39.609 INFO kablam! | Sep 10 05:22:39.609 INFO kablam! 151 | Ok((buffer)) Sep 10 05:22:39.609 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 05:22:39.609 INFO kablam! | Sep 10 05:22:39.609 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 05:22:39.609 INFO kablam! Sep 10 05:22:39.615 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 05:22:39.615 INFO kablam! --> src/helpers.rs:151:8 Sep 10 05:22:39.615 INFO kablam! | Sep 10 05:22:39.615 INFO kablam! 151 | Ok((buffer)) Sep 10 05:22:39.615 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 05:22:39.615 INFO kablam! | Sep 10 05:22:39.615 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 05:22:39.615 INFO kablam! Sep 10 05:22:39.630 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:39.630 INFO kablam! --> src/config.rs:21:29 Sep 10 05:22:39.630 INFO kablam! | Sep 10 05:22:39.630 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 10 05:22:39.630 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 05:22:39.630 INFO kablam! | Sep 10 05:22:39.630 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 05:22:39.630 INFO kablam! Sep 10 05:22:39.654 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:39.654 INFO kablam! --> src/config.rs:21:29 Sep 10 05:22:39.654 INFO kablam! | Sep 10 05:22:39.654 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 10 05:22:39.654 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 05:22:39.654 INFO kablam! | Sep 10 05:22:39.654 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 05:22:39.654 INFO kablam! Sep 10 05:22:39.949 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 10 05:22:39.949 INFO kablam! --> src/config.rs:62:13 Sep 10 05:22:39.949 INFO kablam! | Sep 10 05:22:39.949 INFO kablam! 62 | error_handling: ErrorHandling { Sep 10 05:22:39.949 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 10 05:22:39.949 INFO kablam! | Sep 10 05:22:39.949 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 10 05:22:39.949 INFO kablam! Sep 10 05:22:40.084 INFO kablam! error: aborting due to 2 previous errors Sep 10 05:22:40.091 INFO kablam! Sep 10 05:22:40.091 INFO kablam! Some errors occurred: E0422, E0560. Sep 10 05:22:40.092 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 10 05:22:40.106 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 10 05:22:40.106 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 05:22:40.243 INFO kablam! error: build failed Sep 10 05:22:40.250 INFO kablam! su: No module specific data is present Sep 10 05:22:41.891 INFO running `"docker" "rm" "-f" "76e3cc4a2e52b879e3ebe0efcf192740ce5ac2a3976ce72a9db4ae1bfff5940c"` Sep 10 05:22:41.995 INFO blam! 76e3cc4a2e52b879e3ebe0efcf192740ce5ac2a3976ce72a9db4ae1bfff5940c