Sep 19 14:50:15.924 INFO checking Michael-F-Bryan/rustc-internal-docs against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 14:50:15.924 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 14:50:15.925 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-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:16.293 INFO blam! 4f775a09a85195e6afc7607107bb2bdb636cfa800ed53efbd86154a85ffca4eb Sep 19 14:50:16.295 INFO running `"docker" "start" "-a" "4f775a09a85195e6afc7607107bb2bdb636cfa800ed53efbd86154a85ffca4eb"` Sep 19 14:50:18.123 INFO kablam! usermod: no changes Sep 19 14:50:18.339 INFO kablam! Checking termcolor v0.3.3 Sep 19 14:50:18.383 INFO kablam! Checking tempdir v0.3.5 Sep 19 14:50:18.395 INFO kablam! Checking chrono v0.4.0 Sep 19 14:50:18.395 INFO kablam! Checking error-chain v0.11.0 Sep 19 14:50:21.489 INFO kablam! Checking env_logger v0.5.2 Sep 19 14:50:22.212 INFO kablam! Checking rustc-internal-docs v0.1.0 (/source) Sep 19 14:50:22.919 INFO kablam! error[E0422]: cannot find struct, variant or union type `ErrorHandling` in this scope Sep 19 14:50:22.919 INFO kablam! --> src/config.rs:62:29 Sep 19 14:50:22.919 INFO kablam! | Sep 19 14:50:22.919 INFO kablam! 62 | error_handling: ErrorHandling { Sep 19 14:50:22.919 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 19 14:50:22.919 INFO kablam! Sep 19 14:50:22.928 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 14:50:22.929 INFO kablam! --> src/helpers.rs:151:8 Sep 19 14:50:22.929 INFO kablam! | Sep 19 14:50:22.929 INFO kablam! 151 | Ok((buffer)) Sep 19 14:50:22.929 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 14:50:22.929 INFO kablam! | Sep 19 14:50:22.929 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 14:50:22.929 INFO kablam! Sep 19 14:50:22.955 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:22.955 INFO kablam! --> src/config.rs:21:29 Sep 19 14:50:22.955 INFO kablam! | Sep 19 14:50:22.955 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 19 14:50:22.956 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 14:50:22.956 INFO kablam! | Sep 19 14:50:22.956 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 14:50:22.956 INFO kablam! Sep 19 14:50:22.971 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 14:50:22.971 INFO kablam! --> src/helpers.rs:151:8 Sep 19 14:50:22.971 INFO kablam! | Sep 19 14:50:22.971 INFO kablam! 151 | Ok((buffer)) Sep 19 14:50:22.971 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 14:50:22.971 INFO kablam! | Sep 19 14:50:22.971 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 14:50:22.971 INFO kablam! Sep 19 14:50:22.982 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:22.982 INFO kablam! --> src/config.rs:21:29 Sep 19 14:50:22.982 INFO kablam! | Sep 19 14:50:22.983 INFO kablam! 21 | if let Some(home) = env::home_dir() { Sep 19 14:50:22.983 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 14:50:22.983 INFO kablam! | Sep 19 14:50:22.983 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 14:50:22.983 INFO kablam! Sep 19 14:50:23.324 INFO kablam! error[E0560]: struct `config::Config` has no field named `error_handling` Sep 19 14:50:23.324 INFO kablam! --> src/config.rs:62:13 Sep 19 14:50:23.325 INFO kablam! | Sep 19 14:50:23.325 INFO kablam! 62 | error_handling: ErrorHandling { Sep 19 14:50:23.326 INFO kablam! | ^^^^^^^^^^^^^^ `config::Config` does not have this field Sep 19 14:50:23.326 INFO kablam! | Sep 19 14:50:23.327 INFO kablam! = note: available fields are: `rust_dir`, `git_repo`, `stages` Sep 19 14:50:23.327 INFO kablam! Sep 19 14:50:23.459 INFO kablam! error: aborting due to 2 previous errors Sep 19 14:50:23.459 INFO kablam! Sep 19 14:50:23.459 INFO kablam! Some errors occurred: E0422, E0560. Sep 19 14:50:23.459 INFO kablam! For more information about an error, try `rustc --explain E0422`. Sep 19 14:50:23.469 INFO kablam! error: Could not compile `rustc-internal-docs`. Sep 19 14:50:23.469 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:50:23.593 INFO kablam! error: build failed Sep 19 14:50:23.595 INFO kablam! su: No module specific data is present Sep 19 14:50:24.743 INFO running `"docker" "rm" "-f" "4f775a09a85195e6afc7607107bb2bdb636cfa800ed53efbd86154a85ffca4eb"` Sep 19 14:50:24.916 INFO blam! 4f775a09a85195e6afc7607107bb2bdb636cfa800ed53efbd86154a85ffca4eb