Sep 10 22:40:25.015 INFO checking asciii-3.3.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 22:40:25.015 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 22:40:25.015 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:40:25.211 INFO blam! 56ba4263bd82ef461566482b866848f4556b1185471c6efec8169534330ee799 Sep 10 22:40:25.213 INFO running `"docker" "start" "-a" "56ba4263bd82ef461566482b866848f4556b1185471c6efec8169534330ee799"` Sep 10 22:40:26.080 INFO kablam! usermod: no changes Sep 10 22:40:26.618 INFO kablam! Compiling same-file v0.1.3 Sep 10 22:40:26.631 INFO kablam! Checking crowbook-intl-runtime v0.1.0 Sep 10 22:40:26.638 INFO kablam! Compiling libgit2-sys v0.7.7 Sep 10 22:40:26.662 INFO kablam! Compiling num-integer v0.1.39 Sep 10 22:40:26.662 INFO kablam! Checking prettytable-rs v0.7.0 Sep 10 22:40:26.662 INFO kablam! Checking linked-hash-map v0.5.1 Sep 10 22:40:26.663 INFO kablam! Checking icalendar v0.3.1 Sep 10 22:40:26.663 INFO kablam! Checking bill v0.3.0 Sep 10 22:40:28.146 INFO kablam! Compiling walkdir v1.0.7 Sep 10 22:40:29.202 INFO kablam! Checking yaml-rust v0.4.0 Sep 10 22:40:29.407 INFO kablam! Compiling chrono v0.4.6 Sep 10 22:40:30.159 INFO kablam! Compiling crowbook-intl v0.2.1 Sep 10 22:40:31.323 INFO kablam! Checking serde_yaml v0.7.5 Sep 10 22:40:33.664 INFO kablam! Compiling asciii v3.3.0 (file:///source) Sep 10 22:40:42.069 INFO kablam! Checking git2 v0.7.5 Sep 10 22:40:49.554 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 22:40:49.554 INFO kablam! --> src/util/mod.rs:4:16 Sep 10 22:40:49.554 INFO kablam! | Sep 10 22:40:49.555 INFO kablam! 4 | use std::env::{home_dir, current_dir}; Sep 10 22:40:49.555 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.555 INFO kablam! | Sep 10 22:40:49.555 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:40:49.555 INFO kablam! Sep 10 22:40:49.562 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 22:40:49.562 INFO kablam! --> src/util/mod.rs:83:37 Sep 10 22:40:49.562 INFO kablam! | Sep 10 22:40:49.562 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:49.562 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.562 INFO kablam! Sep 10 22:40:49.562 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 22:40:49.562 INFO kablam! --> src/config.rs:15:22 Sep 10 22:40:49.562 INFO kablam! | Sep 10 22:40:49.562 INFO kablam! 15 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:49.562 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.562 INFO kablam! Sep 10 22:40:49.562 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 22:40:49.562 INFO kablam! --> src/storage/mod.rs:25:22 Sep 10 22:40:49.562 INFO kablam! | Sep 10 22:40:49.562 INFO kablam! 25 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:49.562 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.562 INFO kablam! Sep 10 22:40:49.562 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 22:40:49.562 INFO kablam! --> src/storage/mod.rs:155:37 Sep 10 22:40:49.562 INFO kablam! | Sep 10 22:40:49.562 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:49.562 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.562 INFO kablam! Sep 10 22:40:49.564 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 22:40:49.564 INFO kablam! --> src/config.rs:38:20 Sep 10 22:40:49.564 INFO kablam! | Sep 10 22:40:49.564 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY"); Sep 10 22:40:49.564 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.564 INFO kablam! Sep 10 22:40:49.564 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 22:40:49.564 INFO kablam! --> src/config.rs:58:53 Sep 10 22:40:49.564 INFO kablam! | Sep 10 22:40:49.564 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) { Sep 10 22:40:49.564 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.564 INFO kablam! Sep 10 22:40:49.786 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 22:40:49.786 INFO kablam! --> src/util/mod.rs:4:16 Sep 10 22:40:49.786 INFO kablam! | Sep 10 22:40:49.786 INFO kablam! 4 | use std::env::{home_dir, current_dir}; Sep 10 22:40:49.786 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.786 INFO kablam! | Sep 10 22:40:49.786 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:40:49.786 INFO kablam! Sep 10 22:40:49.791 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 22:40:49.791 INFO kablam! --> src/util/mod.rs:83:37 Sep 10 22:40:49.791 INFO kablam! | Sep 10 22:40:49.791 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:49.791 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.791 INFO kablam! Sep 10 22:40:49.791 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 22:40:49.791 INFO kablam! --> src/config.rs:15:22 Sep 10 22:40:49.791 INFO kablam! | Sep 10 22:40:49.791 INFO kablam! 15 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:49.791 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.791 INFO kablam! Sep 10 22:40:49.792 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 22:40:49.792 INFO kablam! --> src/storage/mod.rs:25:22 Sep 10 22:40:49.792 INFO kablam! | Sep 10 22:40:49.792 INFO kablam! 25 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:49.792 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.792 INFO kablam! Sep 10 22:40:49.792 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 22:40:49.792 INFO kablam! --> src/storage/mod.rs:155:37 Sep 10 22:40:49.792 INFO kablam! | Sep 10 22:40:49.792 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:49.792 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.792 INFO kablam! Sep 10 22:40:49.796 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 22:40:49.796 INFO kablam! --> src/config.rs:38:20 Sep 10 22:40:49.796 INFO kablam! | Sep 10 22:40:49.796 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY"); Sep 10 22:40:49.796 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.796 INFO kablam! Sep 10 22:40:49.796 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 22:40:49.796 INFO kablam! --> src/config.rs:58:53 Sep 10 22:40:49.796 INFO kablam! | Sep 10 22:40:49.796 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) { Sep 10 22:40:49.796 INFO kablam! | ^^^^^^^^ Sep 10 22:40:49.796 INFO kablam! Sep 10 22:40:50.107 INFO kablam! error[E0053]: method `from_template` has an incompatible type for trait Sep 10 22:40:50.107 INFO kablam! --> src/storage/tests.rs:21:89 Sep 10 22:40:50.107 INFO kablam! | Sep 10 22:40:50.107 INFO kablam! 21 | fn from_template(project_name:&str,template:&Path, _fill:&HashMap<&str, String>) -> StorageResult where Self: Sized{ Sep 10 22:40:50.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `storage::storable::StorableAndTempDir`, found struct `storage::tests::TestProject` Sep 10 22:40:50.107 INFO kablam! | Sep 10 22:40:50.107 INFO kablam! ::: src/storage/storable.rs:28:92 Sep 10 22:40:50.107 INFO kablam! | Sep 10 22:40:50.107 INFO kablam! 28 | fn from_template(project_name: &str, template: &Path, data: &HashMap<&str, String>) -> StorageResult> where Self: Sized; Sep 10 22:40:50.107 INFO kablam! | --------------------------------------- type in trait Sep 10 22:40:50.107 INFO kablam! | Sep 10 22:40:50.107 INFO kablam! = note: expected type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result, storage::error::StorageError>` Sep 10 22:40:50.107 INFO kablam! found type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result` Sep 10 22:40:50.107 INFO kablam! Sep 10 22:40:50.149 INFO kablam! error: aborting due to previous error Sep 10 22:40:50.149 INFO kablam! Sep 10 22:40:50.149 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 10 22:40:50.162 INFO kablam! error: Could not compile `asciii`. Sep 10 22:40:50.163 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 22:40:52.527 INFO kablam! error: build failed Sep 10 22:40:52.527 INFO kablam! su: No module specific data is present Sep 10 22:40:53.305 INFO running `"docker" "rm" "-f" "56ba4263bd82ef461566482b866848f4556b1185471c6efec8169534330ee799"` Sep 10 22:40:53.380 INFO blam! 56ba4263bd82ef461566482b866848f4556b1185471c6efec8169534330ee799