Sep 01 17:23:46.041 INFO checking Michael-F-Bryan/rustc-internal-docs against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 17:23:46.041 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 17:23:46.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:46.197 INFO blam! bf9691ca5257c91837cf5999f7b8c2c94bc5133b0d5cb131fb8f69c0f284154a Sep 01 17:23:46.199 INFO running `"docker" "start" "-a" "bf9691ca5257c91837cf5999f7b8c2c94bc5133b0d5cb131fb8f69c0f284154a"` Sep 01 17:23:46.928 INFO kablam! Checking termcolor v0.3.3 Sep 01 17:23:46.928 INFO kablam! Checking shlex v0.1.1 Sep 01 17:23:46.931 INFO kablam! Checking toml v0.4.5 Sep 01 17:23:46.932 INFO kablam! Checking tempdir v0.3.5 Sep 01 17:23:46.932 INFO kablam! Checking num v0.1.41 Sep 01 17:23:46.935 INFO kablam! Checking regex v0.2.5 Sep 01 17:23:46.943 INFO kablam! Checking error-chain v0.11.0 Sep 01 17:23:46.943 INFO kablam! Checking copy_dir v0.1.2 Sep 01 17:23:47.454 INFO kablam! Checking chrono v0.4.0 Sep 01 17:23:51.423 INFO kablam! Checking env_logger v0.5.2 Sep 01 17:23:52.536 INFO kablam! Checking rustc-internal-docs v0.1.0 (file:///source) Sep 01 17:23:53.155 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:23:53.155 INFO kablam! --> src/helpers.rs:151:8 Sep 01 17:23:53.155 INFO kablam! | Sep 01 17:23:53.155 INFO kablam! 151 | Ok((buffer)) Sep 01 17:23:53.155 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 17:23:53.155 INFO kablam! | Sep 01 17:23:53.155 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:23:53.155 INFO kablam! Sep 01 17:23:53.188 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:53.188 INFO kablam! --> src/config.rs:21:29 Sep 01 17:23:53.188 INFO kablam! | Sep 01 17:23:53.188 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 17:23:53.188 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 17:23:53.189 INFO kablam! | Sep 01 17:23:53.189 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 17:23:53.189 INFO kablam! Sep 01 17:23:53.304 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 01 17:23:53.304 INFO kablam! --> src/config.rs:62:29 Sep 01 17:23:53.304 INFO kablam! | Sep 01 17:23:53.304 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 17:23:53.305 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 01 17:23:53.305 INFO kablam! Sep 01 17:23:53.318 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 17:23:53.319 INFO kablam! --> src/helpers.rs:151:8 Sep 01 17:23:53.319 INFO kablam! | Sep 01 17:23:53.319 INFO kablam! 151 | Ok((buffer)) Sep 01 17:23:53.319 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 17:23:53.319 INFO kablam! | Sep 01 17:23:53.319 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 17:23:53.319 INFO kablam! Sep 01 17:23:53.354 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:53.354 INFO kablam! --> src/config.rs:21:29 Sep 01 17:23:53.354 INFO kablam! | Sep 01 17:23:53.354 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 01 17:23:53.354 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 17:23:53.354 INFO kablam! | Sep 01 17:23:53.354 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 17:23:53.354 INFO kablam! Sep 01 17:23:53.799 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 01 17:23:53.799 INFO kablam! --> src/config.rs:62:13 Sep 01 17:23:53.799 INFO kablam! | Sep 01 17:23:53.799 INFO kablam! 62 | error_handling: ErrorHandling { Sep 01 17:23:53.799 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 01 17:23:53.799 INFO kablam! | Sep 01 17:23:53.799 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 01 17:23:53.799 INFO kablam! Sep 01 17:23:53.936 INFO kablam! error: aborting due to 2 previous errors Sep 01 17:23:53.936 INFO kablam! Sep 01 17:23:53.937 INFO kablam! Some errors occurred: E0422, E0560. Sep 01 17:23:53.937 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 01 17:23:53.946 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 01 17:23:53.946 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 17:23:54.151 INFO kablam! error: build failed Sep 01 17:23:54.152 INFO kablam! su: No module specific data is present Sep 01 17:23:54.498 INFO running `"docker" "rm" "-f" "bf9691ca5257c91837cf5999f7b8c2c94bc5133b0d5cb131fb8f69c0f284154a"` Sep 01 17:23:54.666 INFO blam! bf9691ca5257c91837cf5999f7b8c2c94bc5133b0d5cb131fb8f69c0f284154a