Sep 21 13:20:02.838 INFO checking asciii-3.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394
Sep 21 13:20:02.838 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets
Sep 21 13:20:02.838 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/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 21 13:20:04.347 INFO blam! 3de4948850f3c29dc269c9cc80178bb77820c308ed62c37eff8da1a817558f07
Sep 21 13:20:04.349 INFO running `"docker" "start" "-a" "3de4948850f3c29dc269c9cc80178bb77820c308ed62c37eff8da1a817558f07"`
Sep 21 13:20:06.048 INFO kablam! usermod: no changes
Sep 21 13:20:06.648 INFO kablam! Checking enum_derive v0.1.7
Sep 21 13:20:06.650 INFO kablam! Compiling libgit2-sys v0.7.8
Sep 21 13:20:06.652 INFO kablam! Checking crowbook-intl-runtime v0.1.0
Sep 21 13:20:06.654 INFO kablam! Compiling num-integer v0.1.39
Sep 21 13:20:06.656 INFO kablam! Checking prettytable-rs v0.7.0
Sep 21 13:20:06.657 INFO kablam! Checking linked-hash-map v0.5.1
Sep 21 13:20:06.659 INFO kablam! Checking icalendar v0.3.1
Sep 21 13:20:06.659 INFO kablam! Compiling crowbook-intl v0.2.1
Sep 21 13:20:06.982 INFO kablam! Checking claude v0.3.0
Sep 21 13:20:07.326 INFO kablam! Checking yaml-rust v0.4.2
Sep 21 13:20:07.495 INFO kablam! Checking bill v0.3.0
Sep 21 13:20:07.664 INFO kablam! Compiling chrono v0.4.6
Sep 21 13:20:08.455 INFO kablam! Checking serde_yaml v0.7.5
Sep 21 13:20:10.418 INFO kablam! Compiling asciii v3.3.0 (/source)
Sep 21 13:20:24.620 INFO kablam! Checking git2 v0.7.5
Sep 21 13:20:30.716 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 21 13:20:30.717 INFO kablam! --> src/util/mod.rs:4:16
Sep 21 13:20:30.717 INFO kablam! |
Sep 21 13:20:30.717 INFO kablam! 4 | use std::env::{home_dir, current_dir};
Sep 21 13:20:30.717 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.717 INFO kablam! |
Sep 21 13:20:30.717 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 21 13:20:30.717 INFO kablam!
Sep 21 13:20:30.720 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 21 13:20:30.720 INFO kablam! --> src/util/mod.rs:83:37
Sep 21 13:20:30.720 INFO kablam! |
Sep 21 13:20:30.720 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap()))
Sep 21 13:20:30.720 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.720 INFO kablam!
Sep 21 13:20:30.720 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 21 13:20:30.721 INFO kablam! --> src/config.rs:15:22
Sep 21 13:20:30.721 INFO kablam! |
Sep 21 13:20:30.721 INFO kablam! 15 | use std::env::{self, home_dir, current_dir};
Sep 21 13:20:30.721 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.721 INFO kablam!
Sep 21 13:20:30.721 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 21 13:20:30.721 INFO kablam! --> src/storage/mod.rs:25:22
Sep 21 13:20:30.721 INFO kablam! |
Sep 21 13:20:30.721 INFO kablam! 25 | use std::env::{self, home_dir, current_dir};
Sep 21 13:20:30.721 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.722 INFO kablam!
Sep 21 13:20:30.722 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 21 13:20:30.722 INFO kablam! --> src/storage/mod.rs:155:37
Sep 21 13:20:30.722 INFO kablam! |
Sep 21 13:20:30.723 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap()))
Sep 21 13:20:30.723 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.723 INFO kablam!
Sep 21 13:20:30.725 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 21 13:20:30.725 INFO kablam! --> src/config.rs:38:20
Sep 21 13:20:30.726 INFO kablam! |
Sep 21 13:20:30.726 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY");
Sep 21 13:20:30.726 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.726 INFO kablam!
Sep 21 13:20:30.726 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 21 13:20:30.726 INFO kablam! --> src/config.rs:58:53
Sep 21 13:20:30.726 INFO kablam! |
Sep 21 13:20:30.726 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) {
Sep 21 13:20:30.726 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.726 INFO kablam!
Sep 21 13:20:30.858 INFO kablam! warning: the trait bound `P: storage::storable::Storable` is not satisfied
Sep 21 13:20:30.858 INFO kablam! --> src/storage/project_list.rs:9:30
Sep 21 13:20:30.858 INFO kablam! |
Sep 21 13:20:30.858 INFO kablam! 9 | pub type ProjectsByYear
= LinkedHashMap>;
Sep 21 13:20:30.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `storage::storable::Storable` is not implemented for `P`
Sep 21 13:20:30.858 INFO kablam! |
Sep 21 13:20:30.858 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default
Sep 21 13:20:30.858 INFO kablam! = help: consider adding a `where P: storage::storable::Storable` bound
Sep 21 13:20:30.858 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 13:20:30.858 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 13:20:30.858 INFO kablam!
Sep 21 13:20:30.922 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 21 13:20:30.923 INFO kablam! --> src/util/mod.rs:4:16
Sep 21 13:20:30.923 INFO kablam! |
Sep 21 13:20:30.923 INFO kablam! 4 | use std::env::{home_dir, current_dir};
Sep 21 13:20:30.923 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.923 INFO kablam! |
Sep 21 13:20:30.923 INFO kablam! = note: #[warn(deprecated)] on by default
Sep 21 13:20:30.923 INFO kablam!
Sep 21 13:20:30.925 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 21 13:20:30.925 INFO kablam! --> src/util/mod.rs:83:37
Sep 21 13:20:30.925 INFO kablam! |
Sep 21 13:20:30.925 INFO kablam! 83 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap()))
Sep 21 13:20:30.925 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.925 INFO kablam!
Sep 21 13:20:30.925 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 21 13:20:30.925 INFO kablam! --> src/config.rs:15:22
Sep 21 13:20:30.925 INFO kablam! |
Sep 21 13:20:30.925 INFO kablam! 15 | use std::env::{self, home_dir, current_dir};
Sep 21 13:20:30.925 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.925 INFO kablam!
Sep 21 13:20:30.927 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 21 13:20:30.927 INFO kablam! --> src/storage/mod.rs:25:22
Sep 21 13:20:30.927 INFO kablam! |
Sep 21 13:20:30.927 INFO kablam! 25 | use std::env::{self, home_dir, current_dir};
Sep 21 13:20:30.927 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.927 INFO kablam!
Sep 21 13:20:30.928 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 21 13:20:30.928 INFO kablam! --> src/storage/mod.rs:155:37
Sep 21 13:20:30.928 INFO kablam! |
Sep 21 13:20:30.928 INFO kablam! 155 | PathBuf::from( path.replace("~",home_dir().unwrap().to_str().unwrap()))
Sep 21 13:20:30.928 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.928 INFO kablam!
Sep 21 13:20:30.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 21 13:20:30.932 INFO kablam! --> src/config.rs:38:20
Sep 21 13:20:30.932 INFO kablam! |
Sep 21 13:20:30.932 INFO kablam! 38 | let home = home_dir().expect("Can't find HOME DIRECTORY");
Sep 21 13:20:30.932 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.932 INFO kablam!
Sep 21 13:20:30.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 21 13:20:30.932 INFO kablam! --> src/config.rs:58:53
Sep 21 13:20:30.932 INFO kablam! |
Sep 21 13:20:30.932 INFO kablam! 58 | if let (Some(home_dir), Ok(current_dir)) = (home_dir(), current_dir()) {
Sep 21 13:20:30.932 INFO kablam! | ^^^^^^^^
Sep 21 13:20:30.932 INFO kablam!
Sep 21 13:20:31.099 INFO kablam! warning: the trait bound `P: storage::storable::Storable` is not satisfied
Sep 21 13:20:31.099 INFO kablam! --> src/storage/project_list.rs:9:30
Sep 21 13:20:31.099 INFO kablam! |
Sep 21 13:20:31.099 INFO kablam! 9 | pub type ProjectsByYear = LinkedHashMap>;
Sep 21 13:20:31.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `storage::storable::Storable` is not implemented for `P`
Sep 21 13:20:31.099 INFO kablam! |
Sep 21 13:20:31.099 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default
Sep 21 13:20:31.099 INFO kablam! = help: consider adding a `where P: storage::storable::Storable` bound
Sep 21 13:20:31.099 INFO kablam! = help: missing bounds in type aliases were previously allowed
Sep 21 13:20:31.099 INFO kablam! = help: this is a hard error in Rust 2018
Sep 21 13:20:31.099 INFO kablam!
Sep 21 13:20:31.247 INFO kablam! error[E0053]: method `from_template` has an incompatible type for trait
Sep 21 13:20:31.247 INFO kablam! --> src/storage/tests.rs:21:89
Sep 21 13:20:31.247 INFO kablam! |
Sep 21 13:20:31.247 INFO kablam! 21 | fn from_template(project_name:&str,template:&Path, _fill:&HashMap<&str, String>) -> StorageResult where Self: Sized{
Sep 21 13:20:31.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected struct `storage::storable::StorableAndTempDir`, found struct `storage::tests::TestProject`
Sep 21 13:20:31.247 INFO kablam! |
Sep 21 13:20:31.247 INFO kablam! ::: src/storage/storable.rs:28:92
Sep 21 13:20:31.247 INFO kablam! |
Sep 21 13:20:31.247 INFO kablam! 28 | fn from_template(project_name: &str, template: &Path, data: &HashMap<&str, String>) -> StorageResult> where Self: Sized;
Sep 21 13:20:31.247 INFO kablam! | --------------------------------------- type in trait
Sep 21 13:20:31.247 INFO kablam! |
Sep 21 13:20:31.247 INFO kablam! = note: expected type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result, storage::error::StorageError>`
Sep 21 13:20:31.247 INFO kablam! found type `fn(&str, &std::path::Path, &std::collections::HashMap<&str, std::string::String>) -> std::result::Result`
Sep 21 13:20:31.247 INFO kablam!
Sep 21 13:20:31.308 INFO kablam! error: aborting due to previous error
Sep 21 13:20:31.308 INFO kablam!
Sep 21 13:20:31.308 INFO kablam! For more information about this error, try `rustc --explain E0053`.
Sep 21 13:20:31.322 INFO kablam! error: Could not compile `asciii`.
Sep 21 13:20:31.322 INFO kablam! warning: build failed, waiting for other jobs to finish...
Sep 21 13:20:33.350 INFO kablam! error: build failed
Sep 21 13:20:33.352 INFO kablam! su: No module specific data is present
Sep 21 13:20:35.106 INFO running `"docker" "rm" "-f" "3de4948850f3c29dc269c9cc80178bb77820c308ed62c37eff8da1a817558f07"`
Sep 21 13:20:35.238 INFO blam! 3de4948850f3c29dc269c9cc80178bb77820c308ed62c37eff8da1a817558f07