Sep 10 22:40:24.393 INFO checking asciii-3.3.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 22:40:24.393 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 22:40:24.393 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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:24.578 INFO blam! b0550d52f6b909460e10bcb8e8a7f9734df52f07ad272429c8d279c524955f84 Sep 10 22:40:24.580 INFO running `"docker" "start" "-a" "b0550d52f6b909460e10bcb8e8a7f9734df52f07ad272429c8d279c524955f84"` Sep 10 22:40:25.766 INFO kablam! usermod: no changes Sep 10 22:40:26.056 INFO kablam! Checking enum_derive v0.1.7 Sep 10 22:40:26.062 INFO kablam! Checking crowbook-intl-runtime v0.1.0 Sep 10 22:40:26.063 INFO kablam! Compiling num-integer v0.1.39 Sep 10 22:40:26.063 INFO kablam! Checking prettytable-rs v0.7.0 Sep 10 22:40:26.063 INFO kablam! Checking yaml-rust v0.4.0 Sep 10 22:40:26.064 INFO kablam! Checking icalendar v0.3.1 Sep 10 22:40:26.064 INFO kablam! Checking git2 v0.7.5 Sep 10 22:40:26.064 INFO kablam! Compiling crowbook-intl v0.2.1 Sep 10 22:40:27.285 INFO kablam! Checking claude v0.3.0 Sep 10 22:40:28.386 INFO kablam! Checking bill v0.3.0 Sep 10 22:40:28.606 INFO kablam! Compiling chrono v0.4.6 Sep 10 22:40:29.127 INFO kablam! Checking serde_yaml v0.7.5 Sep 10 22:40:32.913 INFO kablam! Compiling asciii v3.3.0 (file:///source) Sep 10 22:40:38.932 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:38.932 INFO kablam! --> src/util/mod.rs:4:16 Sep 10 22:40:38.932 INFO kablam! | Sep 10 22:40:38.932 INFO kablam! 4 | use std::env::{home_dir, current_dir}; Sep 10 22:40:38.932 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.932 INFO kablam! | Sep 10 22:40:38.932 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:40:38.932 INFO kablam! Sep 10 22:40:38.934 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:38.934 INFO kablam! --> src/util/mod.rs:83:37 Sep 10 22:40:38.934 INFO kablam! | Sep 10 22:40:38.934 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:38.934 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.934 INFO kablam! Sep 10 22:40:38.935 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:38.935 INFO kablam! --> src/config.rs:15:22 Sep 10 22:40:38.935 INFO kablam! | Sep 10 22:40:38.935 INFO kablam! 15 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:38.935 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.935 INFO kablam! Sep 10 22:40:38.935 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:38.935 INFO kablam! --> src/storage/mod.rs:25:22 Sep 10 22:40:38.935 INFO kablam! | Sep 10 22:40:38.935 INFO kablam! 25 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:38.935 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.935 INFO kablam! Sep 10 22:40:38.935 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:38.935 INFO kablam! --> src/storage/mod.rs:155:37 Sep 10 22:40:38.935 INFO kablam! | Sep 10 22:40:38.935 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:38.935 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.935 INFO kablam! Sep 10 22:40:38.942 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:38.942 INFO kablam! --> src/config.rs:38:20 Sep 10 22:40:38.942 INFO kablam! | Sep 10 22:40:38.942 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY"); Sep 10 22:40:38.942 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.942 INFO kablam! Sep 10 22:40:38.942 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:38.942 INFO kablam! --> src/config.rs:58:53 Sep 10 22:40:38.942 INFO kablam! | Sep 10 22:40:38.942 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) { Sep 10 22:40:38.942 INFO kablam! | ^^^^^^^^ Sep 10 22:40:38.942 INFO kablam! Sep 10 22:40:39.037 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:39.037 INFO kablam! --> src/util/mod.rs:4:16 Sep 10 22:40:39.037 INFO kablam! | Sep 10 22:40:39.037 INFO kablam! 4 | use std::env::{home_dir, current_dir}; Sep 10 22:40:39.037 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.037 INFO kablam! | Sep 10 22:40:39.037 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:40:39.037 INFO kablam! Sep 10 22:40:39.042 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:39.042 INFO kablam! --> src/util/mod.rs:83:37 Sep 10 22:40:39.042 INFO kablam! | Sep 10 22:40:39.042 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:39.042 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.042 INFO kablam! Sep 10 22:40:39.042 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:39.042 INFO kablam! --> src/config.rs:15:22 Sep 10 22:40:39.042 INFO kablam! | Sep 10 22:40:39.042 INFO kablam! 15 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:39.042 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.042 INFO kablam! Sep 10 22:40:39.042 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:39.042 INFO kablam! --> src/storage/mod.rs:25:22 Sep 10 22:40:39.042 INFO kablam! | Sep 10 22:40:39.042 INFO kablam! 25 | use std::env::{self, home_dir, current_dir}; Sep 10 22:40:39.042 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.042 INFO kablam! Sep 10 22:40:39.042 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:39.042 INFO kablam! --> src/storage/mod.rs:155:37 Sep 10 22:40:39.042 INFO kablam! | Sep 10 22:40:39.042 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 10 22:40:39.042 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.042 INFO kablam! Sep 10 22:40:39.046 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:39.046 INFO kablam! --> src/config.rs:38:20 Sep 10 22:40:39.046 INFO kablam! | Sep 10 22:40:39.046 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY"); Sep 10 22:40:39.046 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.046 INFO kablam! Sep 10 22:40:39.046 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:39.046 INFO kablam! --> src/config.rs:58:53 Sep 10 22:40:39.046 INFO kablam! | Sep 10 22:40:39.046 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) { Sep 10 22:40:39.046 INFO kablam! | ^^^^^^^^ Sep 10 22:40:39.046 INFO kablam! Sep 10 22:40:39.425 INFO kablam! error[E0053]: method `from_template` has an incompatible type for trait Sep 10 22:40:39.425 INFO kablam! --> src/storage/tests.rs:21:89 Sep 10 22:40:39.425 INFO kablam! | Sep 10 22:40:39.425 INFO kablam! 21 | fn from_template(project_name:&str,template:&Path, _fill:&HashMap<&str, String>) -> StorageResult where Self: Sized{ Sep 10 22:40:39.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `storage::storable::StorableAndTempDir`, found struct `storage::tests::TestProject` Sep 10 22:40:39.425 INFO kablam! | Sep 10 22:40:39.425 INFO kablam! ::: src/storage/storable.rs:28:92 Sep 10 22:40:39.425 INFO kablam! | Sep 10 22:40:39.425 INFO kablam! 28 | fn from_template(project_name: &str, template: &Path, data: &HashMap<&str, String>) -> StorageResult> where Self: Sized; Sep 10 22:40:39.425 INFO kablam! | --------------------------------------- type in trait Sep 10 22:40:39.425 INFO kablam! | Sep 10 22:40:39.426 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:39.426 INFO kablam! found type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result` Sep 10 22:40:39.426 INFO kablam! Sep 10 22:40:39.490 INFO kablam! error: aborting due to previous error Sep 10 22:40:39.490 INFO kablam! Sep 10 22:40:39.490 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 10 22:40:39.508 INFO kablam! error: Could not compile `asciii`. Sep 10 22:40:39.508 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 22:40:42.114 INFO kablam! error: build failed Sep 10 22:40:42.115 INFO kablam! su: No module specific data is present Sep 10 22:40:42.822 INFO running `"docker" "rm" "-f" "b0550d52f6b909460e10bcb8e8a7f9734df52f07ad272429c8d279c524955f84"` Sep 10 22:40:42.891 INFO blam! b0550d52f6b909460e10bcb8e8a7f9734df52f07ad272429c8d279c524955f84