Sep 20 23:46:43.849 INFO checking Michael-F-Bryan/rustc-internal-docs against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:46:43.849 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:46:43.849 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:46:44.068 INFO blam! 84eebf828f807670b8d576bd75bb8e2518ea0728e9e809d9ccb1d07d8200e513 Sep 20 23:46:44.070 INFO running `"docker" "start" "-a" "84eebf828f807670b8d576bd75bb8e2518ea0728e9e809d9ccb1d07d8200e513"` Sep 20 23:46:45.670 INFO kablam! usermod: no changes Sep 20 23:46:45.886 INFO kablam! Checking tempdir v0.3.5 Sep 20 23:46:45.886 INFO kablam! Checking clap v2.29.2 Sep 20 23:46:45.982 INFO kablam! Checking chrono v0.4.0 Sep 20 23:46:45.982 INFO kablam! Checking error-chain v0.11.0 Sep 20 23:46:45.982 INFO kablam! Checking copy_dir v0.1.2 Sep 20 23:46:49.618 INFO kablam! Checking env_logger v0.5.2 Sep 20 23:46:52.986 INFO kablam! Checking rustc-internal-docs v0.1.0 (/source) Sep 20 23:46:53.642 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 23:46:53.642 INFO kablam! --> src/helpers.rs:151:8 Sep 20 23:46:53.642 INFO kablam! | Sep 20 23:46:53.642 INFO kablam! 151 | Ok((buffer)) Sep 20 23:46:53.642 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 20 23:46:53.642 INFO kablam! | Sep 20 23:46:53.642 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 23:46:53.642 INFO kablam! Sep 20 23:46:53.683 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 20 23:46:53.683 INFO kablam! --> src/config.rs:21:29 Sep 20 23:46:53.683 INFO kablam! | Sep 20 23:46:53.683 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 20 23:46:53.683 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 23:46:53.683 INFO kablam! | Sep 20 23:46:53.683 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 23:46:53.683 INFO kablam! Sep 20 23:46:53.747 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 20 23:46:53.747 INFO kablam! --> src/config.rs:62:29 Sep 20 23:46:53.747 INFO kablam! | Sep 20 23:46:53.747 INFO kablam! 62 | error_handling: ErrorHandling { Sep 20 23:46:53.747 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 20 23:46:53.747 INFO kablam! Sep 20 23:46:53.758 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 23:46:53.758 INFO kablam! --> src/helpers.rs:151:8 Sep 20 23:46:53.758 INFO kablam! | Sep 20 23:46:53.758 INFO kablam! 151 | Ok((buffer)) Sep 20 23:46:53.758 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 20 23:46:53.758 INFO kablam! | Sep 20 23:46:53.758 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 23:46:53.758 INFO kablam! Sep 20 23:46:53.800 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 20 23:46:53.800 INFO kablam! --> src/config.rs:21:29 Sep 20 23:46:53.800 INFO kablam! | Sep 20 23:46:53.800 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 20 23:46:53.800 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 23:46:53.800 INFO kablam! | Sep 20 23:46:53.800 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 23:46:53.800 INFO kablam! Sep 20 23:46:54.170 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 20 23:46:54.170 INFO kablam! --> src/config.rs:62:13 Sep 20 23:46:54.170 INFO kablam! | Sep 20 23:46:54.170 INFO kablam! 62 | error_handling: ErrorHandling { Sep 20 23:46:54.170 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 20 23:46:54.170 INFO kablam! | Sep 20 23:46:54.170 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 20 23:46:54.170 INFO kablam! Sep 20 23:46:54.279 INFO kablam! error: aborting due to 2 previous errors Sep 20 23:46:54.279 INFO kablam! Sep 20 23:46:54.279 INFO kablam! Some errors occurred: E0422, E0560. Sep 20 23:46:54.279 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 20 23:46:54.289 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 20 23:46:54.289 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 23:46:54.438 INFO kablam! error: build failed Sep 20 23:46:54.438 INFO kablam! su: No module specific data is present Sep 20 23:46:55.400 INFO running `"docker" "rm" "-f" "84eebf828f807670b8d576bd75bb8e2518ea0728e9e809d9ccb1d07d8200e513"` Sep 20 23:46:55.496 INFO blam! 84eebf828f807670b8d576bd75bb8e2518ea0728e9e809d9ccb1d07d8200e513