Sep 20 04:29:05.227 INFO checking difference_engine-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:29:05.227 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:29:05.227 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:29:05.399 INFO blam! bc9cb971e9bf34eb6bc3fa0db1eff1f493550b69a53f311942a2e5716bb501e7 Sep 20 04:29:05.401 INFO running `"docker" "start" "-a" "bc9cb971e9bf34eb6bc3fa0db1eff1f493550b69a53f311942a2e5716bb501e7"` Sep 20 04:29:07.437 INFO kablam! usermod: no changes Sep 20 04:29:07.610 INFO kablam! Compiling serde v0.8.23 Sep 20 04:29:07.610 INFO kablam! Checking strsim v0.4.1 Sep 20 04:29:07.611 INFO kablam! Checking colored v1.2.0 Sep 20 04:29:07.618 INFO kablam! Compiling target_build_utils v0.1.2 Sep 20 04:29:09.230 INFO kablam! Checking clap v2.5.2 Sep 20 04:29:25.095 INFO kablam! Compiling serde_json v0.8.6 Sep 20 04:29:30.982 INFO kablam! Compiling libloading v0.2.4 Sep 20 04:29:32.266 INFO kablam! Checking difference_engine v0.1.0 (/source) Sep 20 04:29:33.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 20 04:29:33.037 INFO kablam! --> src/main.rs:83:12 Sep 20 04:29:33.037 INFO kablam! | Sep 20 04:29:33.037 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 20 04:29:33.037 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:29:33.037 INFO kablam! | Sep 20 04:29:33.037 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:29:33.037 INFO kablam! Sep 20 04:29:33.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 20 04:29:33.037 INFO kablam! --> src/main.rs:104:12 Sep 20 04:29:33.037 INFO kablam! | Sep 20 04:29:33.038 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 20 04:29:33.038 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:29:33.038 INFO kablam! Sep 20 04:29:33.063 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 04:29:33.063 INFO kablam! --> src/main.rs:85:6 Sep 20 04:29:33.063 INFO kablam! | Sep 20 04:29:33.063 INFO kablam! 85 | .flatten() Sep 20 04:29:33.063 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 04:29:33.063 INFO kablam! | Sep 20 04:29:33.063 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 04:29:33.063 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 04:29:33.063 INFO kablam! Sep 20 04:29:33.064 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 04:29:33.064 INFO kablam! --> src/main.rs:92:16 Sep 20 04:29:33.064 INFO kablam! | Sep 20 04:29:33.064 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 04:29:33.064 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 04:29:33.064 INFO kablam! | Sep 20 04:29:33.064 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 04:29:33.064 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.064 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 04:29:33.064 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.064 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.064 INFO kablam! Sep 20 04:29:33.066 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.066 INFO kablam! --> src/main.rs:93:35 Sep 20 04:29:33.066 INFO kablam! | Sep 20 04:29:33.066 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 20 04:29:33.066 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.066 INFO kablam! | Sep 20 04:29:33.066 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.066 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.066 INFO kablam! = note: required by `>::new` Sep 20 04:29:33.066 INFO kablam! Sep 20 04:29:33.066 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.066 INFO kablam! --> src/main.rs:79:7 Sep 20 04:29:33.066 INFO kablam! | Sep 20 04:29:33.066 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 04:29:33.066 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.066 INFO kablam! | Sep 20 04:29:33.066 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.066 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.066 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.066 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.066 INFO kablam! Sep 20 04:29:33.066 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.066 INFO kablam! --> src/main.rs:79:17 Sep 20 04:29:33.066 INFO kablam! | Sep 20 04:29:33.066 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 04:29:33.066 INFO kablam! | _________________^ Sep 20 04:29:33.066 INFO kablam! 80 | | .into_iter() Sep 20 04:29:33.066 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 04:29:33.066 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.066 INFO kablam! ... | Sep 20 04:29:33.066 INFO kablam! 91 | | }) Sep 20 04:29:33.066 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 04:29:33.066 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.066 INFO kablam! | Sep 20 04:29:33.066 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.066 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.066 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.066 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.066 INFO kablam! Sep 20 04:29:33.066 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.066 INFO kablam! --> src/main.rs:79:17 Sep 20 04:29:33.067 INFO kablam! | Sep 20 04:29:33.067 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 04:29:33.067 INFO kablam! | _________________^ Sep 20 04:29:33.067 INFO kablam! 80 | | .into_iter() Sep 20 04:29:33.067 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 04:29:33.067 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.067 INFO kablam! ... | Sep 20 04:29:33.067 INFO kablam! 91 | | }) Sep 20 04:29:33.067 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 04:29:33.067 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.067 INFO kablam! | Sep 20 04:29:33.067 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.067 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.067 INFO kablam! = note: required by `std::option::Option` Sep 20 04:29:33.067 INFO kablam! Sep 20 04:29:33.067 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.067 INFO kablam! --> src/main.rs:79:3 Sep 20 04:29:33.067 INFO kablam! | Sep 20 04:29:33.067 INFO kablam! 79 | / for plugin in env::current_dir() Sep 20 04:29:33.067 INFO kablam! 80 | | .into_iter() Sep 20 04:29:33.067 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 04:29:33.067 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.067 INFO kablam! ... | Sep 20 04:29:33.067 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 20 04:29:33.067 INFO kablam! 94 | | } Sep 20 04:29:33.067 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 04:29:33.067 INFO kablam! | Sep 20 04:29:33.067 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.067 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.067 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 04:29:33.067 INFO kablam! Sep 20 04:29:33.068 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:29:33.068 INFO kablam! --> src/main.rs:83:12 Sep 20 04:29:33.068 INFO kablam! | Sep 20 04:29:33.068 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 20 04:29:33.068 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:29:33.068 INFO kablam! | Sep 20 04:29:33.068 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:29:33.068 INFO kablam! Sep 20 04:29:33.068 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:29:33.068 INFO kablam! --> src/main.rs:104:12 Sep 20 04:29:33.068 INFO kablam! | Sep 20 04:29:33.068 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 20 04:29:33.068 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:29:33.068 INFO kablam! Sep 20 04:29:33.087 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 04:29:33.087 INFO kablam! --> src/main.rs:85:6 Sep 20 04:29:33.087 INFO kablam! | Sep 20 04:29:33.087 INFO kablam! 85 | .flatten() Sep 20 04:29:33.087 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 04:29:33.087 INFO kablam! | Sep 20 04:29:33.087 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 04:29:33.087 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 04:29:33.087 INFO kablam! Sep 20 04:29:33.087 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 04:29:33.087 INFO kablam! --> src/main.rs:106:6 Sep 20 04:29:33.087 INFO kablam! | Sep 20 04:29:33.087 INFO kablam! 106 | .flatten() Sep 20 04:29:33.087 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 04:29:33.087 INFO kablam! | Sep 20 04:29:33.087 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 04:29:33.087 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 04:29:33.087 INFO kablam! Sep 20 04:29:33.088 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 04:29:33.088 INFO kablam! --> src/main.rs:92:16 Sep 20 04:29:33.088 INFO kablam! | Sep 20 04:29:33.088 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 04:29:33.088 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 04:29:33.088 INFO kablam! | Sep 20 04:29:33.088 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 04:29:33.088 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.088 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 04:29:33.088 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.088 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.088 INFO kablam! Sep 20 04:29:33.088 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 04:29:33.088 INFO kablam! --> src/main.rs:113:16 Sep 20 04:29:33.088 INFO kablam! | Sep 20 04:29:33.088 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 04:29:33.088 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 04:29:33.088 INFO kablam! | Sep 20 04:29:33.088 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 04:29:33.088 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.088 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 04:29:33.088 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.088 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.088 INFO kablam! Sep 20 04:29:33.089 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.089 INFO kablam! --> src/main.rs:93:35 Sep 20 04:29:33.089 INFO kablam! | Sep 20 04:29:33.089 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 20 04:29:33.089 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.089 INFO kablam! | Sep 20 04:29:33.089 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.089 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.089 INFO kablam! = note: required by `>::new` Sep 20 04:29:33.089 INFO kablam! Sep 20 04:29:33.089 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.089 INFO kablam! --> src/main.rs:79:7 Sep 20 04:29:33.089 INFO kablam! | Sep 20 04:29:33.089 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 04:29:33.089 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.089 INFO kablam! | Sep 20 04:29:33.089 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.089 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.089 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.089 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.089 INFO kablam! Sep 20 04:29:33.089 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.089 INFO kablam! --> src/main.rs:79:17 Sep 20 04:29:33.089 INFO kablam! | Sep 20 04:29:33.089 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 04:29:33.089 INFO kablam! | _________________^ Sep 20 04:29:33.089 INFO kablam! 80 | | .into_iter() Sep 20 04:29:33.089 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 04:29:33.089 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.090 INFO kablam! ... | Sep 20 04:29:33.090 INFO kablam! 91 | | }) Sep 20 04:29:33.090 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 04:29:33.090 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.090 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.090 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.090 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.090 INFO kablam! Sep 20 04:29:33.090 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.090 INFO kablam! --> src/main.rs:114:39 Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 20 04:29:33.090 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.090 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.090 INFO kablam! = note: required by `>::new` Sep 20 04:29:33.090 INFO kablam! Sep 20 04:29:33.090 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.090 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.090 INFO kablam! --> src/main.rs:100:7 Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 04:29:33.090 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.090 INFO kablam! --> src/main.rs:79:17 Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 04:29:33.090 INFO kablam! | _________________^ Sep 20 04:29:33.090 INFO kablam! 80 | | .into_iter() Sep 20 04:29:33.090 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 04:29:33.090 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.090 INFO kablam! ... | Sep 20 04:29:33.090 INFO kablam! 91 | | }) Sep 20 04:29:33.090 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 04:29:33.090 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.090 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.090 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.090 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.090 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.090 INFO kablam! = note: required by `std::option::Option` Sep 20 04:29:33.090 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.090 INFO kablam! Sep 20 04:29:33.090 INFO kablam! Sep 20 04:29:33.090 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 04:29:33.090 INFO kablam! --> src/main.rs:79:3 Sep 20 04:29:33.090 INFO kablam! | Sep 20 04:29:33.090 INFO kablam! 79 | / for plugin in env::current_dir() Sep 20 04:29:33.090 INFO kablam! 80 | | .into_iter() Sep 20 04:29:33.090 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 04:29:33.090 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.090 INFO kablam! ... | Sep 20 04:29:33.090 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.090 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 20 04:29:33.090 INFO kablam! --> src/main.rs:100:17 Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! 94 | | } Sep 20 04:29:33.091 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 04:29:33.091 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 04:29:33.091 INFO kablam! | _________________^ Sep 20 04:29:33.091 INFO kablam! 101 | | .into_iter() Sep 20 04:29:33.091 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 04:29:33.091 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.091 INFO kablam! ... | Sep 20 04:29:33.091 INFO kablam! 112 | | }) Sep 20 04:29:33.091 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 04:29:33.091 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.091 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 04:29:33.091 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.091 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.091 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.091 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 04:29:33.091 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.091 INFO kablam! Sep 20 04:29:33.091 INFO kablam! Sep 20 04:29:33.091 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.091 INFO kablam! --> src/main.rs:100:17 Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 04:29:33.091 INFO kablam! | _________________^ Sep 20 04:29:33.091 INFO kablam! 101 | | .into_iter() Sep 20 04:29:33.091 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 04:29:33.091 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.091 INFO kablam! ... | Sep 20 04:29:33.091 INFO kablam! 112 | | }) Sep 20 04:29:33.091 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 04:29:33.091 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.091 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.091 INFO kablam! = note: required by `std::option::Option` Sep 20 04:29:33.091 INFO kablam! Sep 20 04:29:33.091 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.091 INFO kablam! --> src/main.rs:100:3 Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! 100 | / for plugin in env::current_dir() Sep 20 04:29:33.091 INFO kablam! 101 | | .into_iter() Sep 20 04:29:33.091 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 04:29:33.091 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.091 INFO kablam! ... | Sep 20 04:29:33.091 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 20 04:29:33.091 INFO kablam! 115 | | } Sep 20 04:29:33.091 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 04:29:33.091 INFO kablam! | Sep 20 04:29:33.091 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.091 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.091 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 04:29:33.091 INFO kablam! Sep 20 04:29:33.105 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 04:29:33.105 INFO kablam! --> src/main.rs:106:6 Sep 20 04:29:33.105 INFO kablam! | Sep 20 04:29:33.105 INFO kablam! 106 | .flatten() Sep 20 04:29:33.105 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 04:29:33.105 INFO kablam! | Sep 20 04:29:33.105 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 04:29:33.105 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 04:29:33.105 INFO kablam! Sep 20 04:29:33.106 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 04:29:33.106 INFO kablam! --> src/main.rs:113:16 Sep 20 04:29:33.106 INFO kablam! | Sep 20 04:29:33.106 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 04:29:33.106 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 04:29:33.106 INFO kablam! | Sep 20 04:29:33.106 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 04:29:33.106 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.106 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 04:29:33.106 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.106 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.106 INFO kablam! Sep 20 04:29:33.107 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.107 INFO kablam! --> src/main.rs:114:39 Sep 20 04:29:33.107 INFO kablam! | Sep 20 04:29:33.107 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 20 04:29:33.107 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.107 INFO kablam! | Sep 20 04:29:33.107 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.107 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.107 INFO kablam! = note: required by `>::new` Sep 20 04:29:33.107 INFO kablam! Sep 20 04:29:33.107 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.107 INFO kablam! --> src/main.rs:100:7 Sep 20 04:29:33.107 INFO kablam! | Sep 20 04:29:33.107 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 04:29:33.107 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 04:29:33.107 INFO kablam! | Sep 20 04:29:33.107 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.107 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.107 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.107 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.108 INFO kablam! Sep 20 04:29:33.108 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.108 INFO kablam! --> src/main.rs:100:17 Sep 20 04:29:33.108 INFO kablam! | Sep 20 04:29:33.108 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 04:29:33.108 INFO kablam! | _________________^ Sep 20 04:29:33.108 INFO kablam! 101 | | .into_iter() Sep 20 04:29:33.108 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 04:29:33.108 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.108 INFO kablam! ... | Sep 20 04:29:33.108 INFO kablam! 112 | | }) Sep 20 04:29:33.108 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 04:29:33.108 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.108 INFO kablam! | Sep 20 04:29:33.108 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.108 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.108 INFO kablam! = note: all local variables must have a statically known size Sep 20 04:29:33.108 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 04:29:33.108 INFO kablam! Sep 20 04:29:33.108 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.108 INFO kablam! --> src/main.rs:100:17 Sep 20 04:29:33.108 INFO kablam! | Sep 20 04:29:33.108 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 04:29:33.108 INFO kablam! | _________________^ Sep 20 04:29:33.108 INFO kablam! 101 | | .into_iter() Sep 20 04:29:33.108 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 04:29:33.108 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.108 INFO kablam! ... | Sep 20 04:29:33.108 INFO kablam! 112 | | }) Sep 20 04:29:33.108 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 04:29:33.108 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 04:29:33.108 INFO kablam! | Sep 20 04:29:33.108 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.108 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.108 INFO kablam! = note: required by `std::option::Option` Sep 20 04:29:33.108 INFO kablam! Sep 20 04:29:33.108 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 04:29:33.109 INFO kablam! --> src/main.rs:100:3 Sep 20 04:29:33.109 INFO kablam! | Sep 20 04:29:33.109 INFO kablam! 100 | / for plugin in env::current_dir() Sep 20 04:29:33.109 INFO kablam! 101 | | .into_iter() Sep 20 04:29:33.109 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 04:29:33.109 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 04:29:33.109 INFO kablam! ... | Sep 20 04:29:33.109 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 20 04:29:33.109 INFO kablam! 115 | | } Sep 20 04:29:33.109 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 04:29:33.109 INFO kablam! | Sep 20 04:29:33.109 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 04:29:33.109 INFO kablam! = note: to learn more, visit Sep 20 04:29:33.109 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 04:29:33.109 INFO kablam! Sep 20 04:29:33.119 INFO kablam! error: aborting due to 14 previous errors Sep 20 04:29:33.119 INFO kablam! Sep 20 04:29:33.119 INFO kablam! Some errors occurred: E0034, E0277. Sep 20 04:29:33.119 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 20 04:29:33.126 INFO kablam! error: Could not compile `difference_engine`. Sep 20 04:29:33.126 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:29:33.129 INFO kablam! error: aborting due to 14 previous errors Sep 20 04:29:33.129 INFO kablam! Sep 20 04:29:33.129 INFO kablam! Some errors occurred: E0034, E0277. Sep 20 04:29:33.129 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 20 04:29:33.139 INFO kablam! error: Could not compile `difference_engine`. Sep 20 04:29:33.139 INFO kablam! Sep 20 04:29:33.139 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:29:33.141 INFO kablam! su: No module specific data is present Sep 20 04:29:33.672 INFO running `"docker" "rm" "-f" "bc9cb971e9bf34eb6bc3fa0db1eff1f493550b69a53f311942a2e5716bb501e7"` Sep 20 04:29:33.729 INFO blam! bc9cb971e9bf34eb6bc3fa0db1eff1f493550b69a53f311942a2e5716bb501e7