Sep 19 14:50:14.223 INFO checking Michael-F-Bryan/rustc-internal-docs against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:50:14.223 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:50:14.223 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:50:14.372 INFO blam! 2fc51677bc4ad7a172b235e862e41ac08352fd37e27f03c0bbad152f3aa5d09c Sep 19 14:50:14.374 INFO running `"docker" "start" "-a" "2fc51677bc4ad7a172b235e862e41ac08352fd37e27f03c0bbad152f3aa5d09c"` Sep 19 14:50:15.350 INFO kablam! usermod: no changes Sep 19 14:50:15.597 INFO kablam! Checking termcolor v0.3.3 Sep 19 14:50:15.598 INFO kablam! Checking rand v0.3.20 Sep 19 14:50:15.603 INFO kablam! Checking toml v0.4.5 Sep 19 14:50:15.603 INFO kablam! Checking clap v2.29.2 Sep 19 14:50:15.603 INFO kablam! Checking num v0.1.41 Sep 19 14:50:15.604 INFO kablam! Checking backtrace-sys v0.1.16 Sep 19 14:50:15.604 INFO kablam! Checking copy_dir v0.1.2 Sep 19 14:50:16.391 INFO kablam! Checking backtrace v0.3.5 Sep 19 14:50:16.803 INFO kablam! Checking chrono v0.4.0 Sep 19 14:50:18.260 INFO kablam! Checking error-chain v0.11.0 Sep 19 14:50:21.424 INFO kablam! Checking tempdir v0.3.5 Sep 19 14:50:23.628 INFO kablam! Checking env_logger v0.5.2 Sep 19 14:50:26.492 INFO kablam! Checking rustc-internal-docs v0.1.0 (/source) Sep 19 14:50:27.143 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 14:50:27.143 INFO kablam! --> src/helpers.rs:151:8 Sep 19 14:50:27.143 INFO kablam! | Sep 19 14:50:27.143 INFO kablam! 151 | Ok((buffer)) Sep 19 14:50:27.143 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 14:50:27.143 INFO kablam! | Sep 19 14:50:27.144 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 14:50:27.144 INFO kablam! Sep 19 14:50:27.175 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 19 14:50:27.175 INFO kablam! --> src/config.rs:62:29 Sep 19 14:50:27.175 INFO kablam! | Sep 19 14:50:27.175 INFO kablam! 62 | error_handling: ErrorHandling { Sep 19 14:50:27.176 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 14:50:27.176 INFO kablam! Sep 19 14:50:27.195 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 14:50:27.195 INFO kablam! --> src/helpers.rs:151:8 Sep 19 14:50:27.195 INFO kablam! | Sep 19 14:50:27.196 INFO kablam! 151 | Ok((buffer)) Sep 19 14:50:27.196 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 14:50:27.196 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 19 14:50:27.197 INFO kablam! --> src/config.rs:21:29 Sep 19 14:50:27.197 INFO kablam! | Sep 19 14:50:27.197 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 19 14:50:27.198 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 14:50:27.198 INFO kablam! | Sep 19 14:50:27.198 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 14:50:27.198 INFO kablam! Sep 19 14:50:27.199 INFO kablam! | Sep 19 14:50:27.199 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 14:50:27.199 INFO kablam! Sep 19 14:50:27.239 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 19 14:50:27.239 INFO kablam! --> src/config.rs:21:29 Sep 19 14:50:27.239 INFO kablam! | Sep 19 14:50:27.240 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 19 14:50:27.240 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 14:50:27.240 INFO kablam! | Sep 19 14:50:27.241 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 14:50:27.241 INFO kablam! Sep 19 14:50:27.611 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 19 14:50:27.612 INFO kablam! --> src/config.rs:62:13 Sep 19 14:50:27.612 INFO kablam! | Sep 19 14:50:27.612 INFO kablam! 62 | error_handling: ErrorHandling { Sep 19 14:50:27.613 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 19 14:50:27.613 INFO kablam! | Sep 19 14:50:27.613 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 19 14:50:27.614 INFO kablam! Sep 19 14:50:27.747 INFO kablam! error: aborting due to 2 previous errors Sep 19 14:50:27.747 INFO kablam! Sep 19 14:50:27.747 INFO kablam! Some errors occurred: E0422, E0560. Sep 19 14:50:27.747 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 19 14:50:27.767 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 19 14:50:27.767 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:50:27.931 INFO kablam! error: build failed Sep 19 14:50:27.935 INFO kablam! su: No module specific data is present Sep 19 14:50:29.444 INFO running `"docker" "rm" "-f" "2fc51677bc4ad7a172b235e862e41ac08352fd37e27f03c0bbad152f3aa5d09c"` Sep 19 14:50:29.755 INFO blam! 2fc51677bc4ad7a172b235e862e41ac08352fd37e27f03c0bbad152f3aa5d09c