Sep 20 04:51:29.478 INFO checking asciii-3.3.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 04:51:29.478 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 04:51:29.478 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 20 04:51:29.716 INFO blam! f4b6441768558614a8331eb00ee808601c2c621fb6e68fe8f26c5383c18abbbb Sep 20 04:51:29.718 INFO running `"docker" "start" "-a" "f4b6441768558614a8331eb00ee808601c2c621fb6e68fe8f26c5383c18abbbb"` Sep 20 04:51:30.619 INFO kablam! usermod: no changes Sep 20 04:51:30.910 INFO kablam! Checking crowbook-intl-runtime v0.1.0 Sep 20 04:51:30.910 INFO kablam! Compiling num-integer v0.1.39 Sep 20 04:51:30.911 INFO kablam! Checking prettytable-rs v0.7.0 Sep 20 04:51:30.915 INFO kablam! Checking icalendar v0.3.1 Sep 20 04:51:30.915 INFO kablam! Checking yaml-rust v0.4.2 Sep 20 04:51:30.915 INFO kablam! Checking git2 v0.7.5 Sep 20 04:51:30.922 INFO kablam! Compiling crowbook-intl v0.2.1 Sep 20 04:51:30.922 INFO kablam! Checking claude v0.3.0 Sep 20 04:51:32.178 INFO kablam! Checking bill v0.3.0 Sep 20 04:51:33.207 INFO kablam! Compiling chrono v0.4.6 Sep 20 04:51:33.224 INFO kablam! Checking serde_yaml v0.7.5 Sep 20 04:51:37.396 INFO kablam! Compiling asciii v3.3.0 (/source) Sep 20 04:51:42.243 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 04:51:42.243 INFO kablam! --> src/util/mod.rs:4:16 Sep 20 04:51:42.243 INFO kablam! | Sep 20 04:51:42.243 INFO kablam! 4 | use std::env::{home_dir, current_dir}; Sep 20 04:51:42.243 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.243 INFO kablam! | Sep 20 04:51:42.243 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:51:42.243 INFO kablam! Sep 20 04:51:42.255 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 04:51:42.255 INFO kablam! --> src/util/mod.rs:83:37 Sep 20 04:51:42.255 INFO kablam! | Sep 20 04:51:42.255 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 20 04:51:42.255 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.255 INFO kablam! Sep 20 04:51:42.255 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 04:51:42.255 INFO kablam! --> src/config.rs:15:22 Sep 20 04:51:42.255 INFO kablam! | Sep 20 04:51:42.255 INFO kablam! 15 | use std::env::{self, home_dir, current_dir}; Sep 20 04:51:42.255 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.255 INFO kablam! Sep 20 04:51:42.255 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 04:51:42.255 INFO kablam! --> src/storage/mod.rs:25:22 Sep 20 04:51:42.255 INFO kablam! | Sep 20 04:51:42.255 INFO kablam! 25 | use std::env::{self, home_dir, current_dir}; Sep 20 04:51:42.255 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.255 INFO kablam! Sep 20 04:51:42.255 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 04:51:42.255 INFO kablam! --> src/storage/mod.rs:155:37 Sep 20 04:51:42.255 INFO kablam! | Sep 20 04:51:42.255 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 20 04:51:42.255 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.255 INFO kablam! Sep 20 04:51:42.255 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 04:51:42.255 INFO kablam! --> src/config.rs:38:20 Sep 20 04:51:42.255 INFO kablam! | Sep 20 04:51:42.256 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY"); Sep 20 04:51:42.256 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.256 INFO kablam! Sep 20 04:51:42.256 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 04:51:42.256 INFO kablam! --> src/config.rs:58:53 Sep 20 04:51:42.256 INFO kablam! | Sep 20 04:51:42.256 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) { Sep 20 04:51:42.256 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.256 INFO kablam! Sep 20 04:51:42.539 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 04:51:42.539 INFO kablam! --> src/util/mod.rs:4:16 Sep 20 04:51:42.539 INFO kablam! | Sep 20 04:51:42.539 INFO kablam! 4 | use std::env::{home_dir, current_dir}; Sep 20 04:51:42.539 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.539 INFO kablam! | Sep 20 04:51:42.539 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:51:42.539 INFO kablam! Sep 20 04:51:42.541 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 04:51:42.541 INFO kablam! --> src/util/mod.rs:83:37 Sep 20 04:51:42.541 INFO kablam! | Sep 20 04:51:42.541 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 20 04:51:42.541 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.541 INFO kablam! Sep 20 04:51:42.547 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 04:51:42.547 INFO kablam! --> src/config.rs:15:22 Sep 20 04:51:42.548 INFO kablam! | Sep 20 04:51:42.548 INFO kablam! 15 | use std::env::{self, home_dir, current_dir}; Sep 20 04:51:42.548 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.548 INFO kablam! Sep 20 04:51:42.548 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 04:51:42.548 INFO kablam! --> src/storage/mod.rs:25:22 Sep 20 04:51:42.548 INFO kablam! | Sep 20 04:51:42.548 INFO kablam! 25 | use std::env::{self, home_dir, current_dir}; Sep 20 04:51:42.548 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.548 INFO kablam! Sep 20 04:51:42.548 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 04:51:42.548 INFO kablam! --> src/storage/mod.rs:155:37 Sep 20 04:51:42.548 INFO kablam! | Sep 20 04:51:42.548 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap())) Sep 20 04:51:42.548 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.548 INFO kablam! Sep 20 04:51:42.548 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 04:51:42.548 INFO kablam! --> src/config.rs:38:20 Sep 20 04:51:42.548 INFO kablam! | Sep 20 04:51:42.548 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY"); Sep 20 04:51:42.548 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.548 INFO kablam! Sep 20 04:51:42.548 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 04:51:42.548 INFO kablam! --> src/config.rs:58:53 Sep 20 04:51:42.548 INFO kablam! | Sep 20 04:51:42.548 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) { Sep 20 04:51:42.548 INFO kablam! | ^^^^^^^^ Sep 20 04:51:42.548 INFO kablam! Sep 20 04:51:42.881 INFO kablam! error[E0053]: method `from_template` has an incompatible type for trait Sep 20 04:51:42.881 INFO kablam! --> src/storage/tests.rs:21:89 Sep 20 04:51:42.881 INFO kablam! | Sep 20 04:51:42.881 INFO kablam! 21 | fn from_template(project_name:&str,template:&Path, _fill:&HashMap<&str, String>) -> StorageResult where Self: Sized{ Sep 20 04:51:42.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `storage::storable::StorableAndTempDir`, found struct `storage::tests::TestProject` Sep 20 04:51:42.881 INFO kablam! | Sep 20 04:51:42.881 INFO kablam! ::: src/storage/storable.rs:28:92 Sep 20 04:51:42.881 INFO kablam! | Sep 20 04:51:42.881 INFO kablam! 28 | fn from_template(project_name: &str, template: &Path, data: &HashMap<&str, String>) -> StorageResult> where Self: Sized; Sep 20 04:51:42.881 INFO kablam! | --------------------------------------- type in trait Sep 20 04:51:42.881 INFO kablam! | Sep 20 04:51:42.881 INFO kablam! = note: expected type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result, storage::error::StorageError>` Sep 20 04:51:42.881 INFO kablam! found type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result` Sep 20 04:51:42.881 INFO kablam! Sep 20 04:51:42.935 INFO kablam! error: aborting due to previous error Sep 20 04:51:42.935 INFO kablam! Sep 20 04:51:42.935 INFO kablam! For more information about this error, try `rustc --explain E0053`. Sep 20 04:51:42.945 INFO kablam! error: Could not compile `asciii`. Sep 20 04:51:42.945 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:51:45.339 INFO kablam! error: build failed Sep 20 04:51:45.341 INFO kablam! su: No module specific data is present Sep 20 04:51:46.037 INFO running `"docker" "rm" "-f" "f4b6441768558614a8331eb00ee808601c2c621fb6e68fe8f26c5383c18abbbb"` Sep 20 04:51:46.291 INFO blam! f4b6441768558614a8331eb00ee808601c2c621fb6e68fe8f26c5383c18abbbb