Sep 20 02:47:35.835 INFO checking difference_engine-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 02:47:35.835 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 02:47:35.836 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:47:36.191 INFO blam! ee2a5c520b5328e610736479e29bf33a4ae6e2e8d06715f257f7c509ed3f0f11 Sep 20 02:47:36.194 INFO running `"docker" "start" "-a" "ee2a5c520b5328e610736479e29bf33a4ae6e2e8d06715f257f7c509ed3f0f11"` Sep 20 02:47:37.680 INFO kablam! usermod: no changes Sep 20 02:47:37.823 INFO kablam! Checking colored v1.2.0 Sep 20 02:47:37.823 INFO kablam! Checking clap v2.5.2 Sep 20 02:47:37.839 INFO kablam! Compiling target_build_utils v0.1.2 Sep 20 02:47:37.839 INFO kablam! Compiling serde_json v0.8.6 Sep 20 02:47:54.695 INFO kablam! Compiling libloading v0.2.4 Sep 20 02:47:55.858 INFO kablam! Checking difference_engine v0.1.0 (/source) Sep 20 02:47:56.803 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 02:47:56.803 INFO kablam! --> src/main.rs:83:12 Sep 20 02:47:56.803 INFO kablam! | Sep 20 02:47:56.803 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 20 02:47:56.803 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:47:56.803 INFO kablam! | Sep 20 02:47:56.803 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:47:56.803 INFO kablam! Sep 20 02:47:56.803 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 02:47:56.803 INFO kablam! --> src/main.rs:104:12 Sep 20 02:47:56.803 INFO kablam! | Sep 20 02:47:56.803 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 20 02:47:56.803 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:47:56.803 INFO kablam! Sep 20 02:47:56.811 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 02:47:56.811 INFO kablam! --> src/main.rs:83:12 Sep 20 02:47:56.811 INFO kablam! | Sep 20 02:47:56.811 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 20 02:47:56.811 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:47:56.811 INFO kablam! | Sep 20 02:47:56.811 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:47:56.811 INFO kablam! Sep 20 02:47:56.811 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 02:47:56.811 INFO kablam! --> src/main.rs:104:12 Sep 20 02:47:56.811 INFO kablam! | Sep 20 02:47:56.811 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 20 02:47:56.811 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:47:56.811 INFO kablam! Sep 20 02:47:56.823 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 02:47:56.823 INFO kablam! --> src/main.rs:85:6 Sep 20 02:47:56.823 INFO kablam! | Sep 20 02:47:56.823 INFO kablam! 85 | .flatten() Sep 20 02:47:56.823 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 02:47:56.823 INFO kablam! | Sep 20 02:47:56.823 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 02:47:56.823 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 02:47:56.823 INFO kablam! Sep 20 02:47:56.830 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 02:47:56.831 INFO kablam! --> src/main.rs:92:16 Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 02:47:56.831 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 02:47:56.831 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.831 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 02:47:56.831 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.831 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.831 INFO kablam! Sep 20 02:47:56.831 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.831 INFO kablam! --> src/main.rs:93:35 Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 20 02:47:56.831 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.831 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.831 INFO kablam! = note: required by `>::new` Sep 20 02:47:56.831 INFO kablam! Sep 20 02:47:56.831 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.831 INFO kablam! --> src/main.rs:79:7 Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 02:47:56.831 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.831 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.831 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.831 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.831 INFO kablam! Sep 20 02:47:56.831 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.831 INFO kablam! --> src/main.rs:79:17 Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 02:47:56.831 INFO kablam! | _________________^ Sep 20 02:47:56.831 INFO kablam! 80 | | .into_iter() Sep 20 02:47:56.831 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 02:47:56.831 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.831 INFO kablam! ... | Sep 20 02:47:56.831 INFO kablam! 91 | | }) Sep 20 02:47:56.831 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 02:47:56.831 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.831 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.831 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.831 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.831 INFO kablam! Sep 20 02:47:56.831 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.831 INFO kablam! --> src/main.rs:79:17 Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 02:47:56.831 INFO kablam! | _________________^ Sep 20 02:47:56.831 INFO kablam! 80 | | .into_iter() Sep 20 02:47:56.831 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 02:47:56.831 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.831 INFO kablam! ... | Sep 20 02:47:56.831 INFO kablam! 91 | | }) Sep 20 02:47:56.831 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 02:47:56.831 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.831 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.831 INFO kablam! = note: required by `std::option::Option` Sep 20 02:47:56.831 INFO kablam! Sep 20 02:47:56.831 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.831 INFO kablam! --> src/main.rs:79:3 Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.831 INFO kablam! 79 | / for plugin in env::current_dir() Sep 20 02:47:56.831 INFO kablam! 80 | | .into_iter() Sep 20 02:47:56.831 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 02:47:56.831 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.831 INFO kablam! ... | Sep 20 02:47:56.831 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 20 02:47:56.831 INFO kablam! 94 | | } Sep 20 02:47:56.831 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 02:47:56.831 INFO kablam! | Sep 20 02:47:56.832 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.832 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.832 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 02:47:56.832 INFO kablam! Sep 20 02:47:56.838 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 02:47:56.839 INFO kablam! --> src/main.rs:85:6 Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! 85 | .flatten() Sep 20 02:47:56.839 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 02:47:56.839 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 02:47:56.839 INFO kablam! Sep 20 02:47:56.839 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 02:47:56.839 INFO kablam! --> src/main.rs:92:16 Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 02:47:56.839 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 02:47:56.839 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.839 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 02:47:56.839 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.839 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.839 INFO kablam! Sep 20 02:47:56.839 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.839 INFO kablam! --> src/main.rs:93:35 Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 20 02:47:56.839 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.839 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.839 INFO kablam! = note: required by `>::new` Sep 20 02:47:56.839 INFO kablam! Sep 20 02:47:56.839 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.839 INFO kablam! --> src/main.rs:79:7 Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 02:47:56.839 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.839 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.839 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.839 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.839 INFO kablam! Sep 20 02:47:56.839 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.839 INFO kablam! --> src/main.rs:79:17 Sep 20 02:47:56.839 INFO kablam! | Sep 20 02:47:56.839 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 02:47:56.840 INFO kablam! | _________________^ Sep 20 02:47:56.840 INFO kablam! 80 | | .into_iter() Sep 20 02:47:56.840 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 02:47:56.840 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.840 INFO kablam! ... | Sep 20 02:47:56.840 INFO kablam! 91 | | }) Sep 20 02:47:56.840 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 02:47:56.840 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.840 INFO kablam! | Sep 20 02:47:56.840 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.840 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.840 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.840 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.840 INFO kablam! Sep 20 02:47:56.840 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.840 INFO kablam! --> src/main.rs:79:17 Sep 20 02:47:56.840 INFO kablam! | Sep 20 02:47:56.840 INFO kablam! 79 | for plugin in env::current_dir() Sep 20 02:47:56.840 INFO kablam! | _________________^ Sep 20 02:47:56.840 INFO kablam! 80 | | .into_iter() Sep 20 02:47:56.840 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 02:47:56.840 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.840 INFO kablam! ... | Sep 20 02:47:56.840 INFO kablam! 91 | | }) Sep 20 02:47:56.840 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 20 02:47:56.840 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.840 INFO kablam! | Sep 20 02:47:56.840 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.840 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.840 INFO kablam! = note: required by `std::option::Option` Sep 20 02:47:56.840 INFO kablam! Sep 20 02:47:56.840 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 20 02:47:56.840 INFO kablam! --> src/main.rs:79:3 Sep 20 02:47:56.840 INFO kablam! | Sep 20 02:47:56.840 INFO kablam! 79 | / for plugin in env::current_dir() Sep 20 02:47:56.840 INFO kablam! 80 | | .into_iter() Sep 20 02:47:56.840 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 20 02:47:56.840 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.840 INFO kablam! ... | Sep 20 02:47:56.840 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 20 02:47:56.840 INFO kablam! 94 | | } Sep 20 02:47:56.840 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 02:47:56.840 INFO kablam! | Sep 20 02:47:56.840 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 20 02:47:56.840 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.840 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 02:47:56.840 INFO kablam! Sep 20 02:47:56.845 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 02:47:56.845 INFO kablam! --> src/main.rs:106:6 Sep 20 02:47:56.845 INFO kablam! | Sep 20 02:47:56.845 INFO kablam! 106 | .flatten() Sep 20 02:47:56.845 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 02:47:56.845 INFO kablam! | Sep 20 02:47:56.845 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 02:47:56.845 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 02:47:56.845 INFO kablam! Sep 20 02:47:56.846 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 02:47:56.846 INFO kablam! --> src/main.rs:113:16 Sep 20 02:47:56.846 INFO kablam! | Sep 20 02:47:56.846 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 02:47:56.846 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 02:47:56.846 INFO kablam! | Sep 20 02:47:56.846 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 02:47:56.846 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.846 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 02:47:56.846 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.846 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.846 INFO kablam! Sep 20 02:47:56.847 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.847 INFO kablam! --> src/main.rs:114:39 Sep 20 02:47:56.847 INFO kablam! | Sep 20 02:47:56.847 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 20 02:47:56.847 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.847 INFO kablam! | Sep 20 02:47:56.847 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.847 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.847 INFO kablam! = note: required by `>::new` Sep 20 02:47:56.847 INFO kablam! Sep 20 02:47:56.847 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.847 INFO kablam! --> src/main.rs:100:7 Sep 20 02:47:56.847 INFO kablam! | Sep 20 02:47:56.847 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 02:47:56.847 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.847 INFO kablam! | Sep 20 02:47:56.847 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.847 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.847 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.847 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.847 INFO kablam! Sep 20 02:47:56.847 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.847 INFO kablam! --> src/main.rs:100:17 Sep 20 02:47:56.847 INFO kablam! | Sep 20 02:47:56.847 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 02:47:56.847 INFO kablam! | _________________^ Sep 20 02:47:56.847 INFO kablam! 101 | | .into_iter() Sep 20 02:47:56.847 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 02:47:56.847 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.847 INFO kablam! ... | Sep 20 02:47:56.847 INFO kablam! 112 | | }) Sep 20 02:47:56.847 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 02:47:56.847 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.851 INFO kablam! | Sep 20 02:47:56.851 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.851 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.851 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.851 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.851 INFO kablam! Sep 20 02:47:56.851 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.851 INFO kablam! --> src/main.rs:100:17 Sep 20 02:47:56.851 INFO kablam! | Sep 20 02:47:56.851 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 02:47:56.851 INFO kablam! | _________________^ Sep 20 02:47:56.851 INFO kablam! 101 | | .into_iter() Sep 20 02:47:56.851 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 02:47:56.851 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.851 INFO kablam! ... | Sep 20 02:47:56.851 INFO kablam! 112 | | }) Sep 20 02:47:56.851 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 02:47:56.851 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.851 INFO kablam! | Sep 20 02:47:56.851 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.851 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.851 INFO kablam! = note: required by `std::option::Option` Sep 20 02:47:56.851 INFO kablam! Sep 20 02:47:56.851 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.851 INFO kablam! --> src/main.rs:100:3 Sep 20 02:47:56.851 INFO kablam! | Sep 20 02:47:56.851 INFO kablam! 100 | / for plugin in env::current_dir() Sep 20 02:47:56.851 INFO kablam! 101 | | .into_iter() Sep 20 02:47:56.851 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 02:47:56.851 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.851 INFO kablam! ... | Sep 20 02:47:56.851 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 20 02:47:56.851 INFO kablam! 115 | | } Sep 20 02:47:56.851 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 02:47:56.851 INFO kablam! | Sep 20 02:47:56.851 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.851 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.852 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 02:47:56.852 INFO kablam! Sep 20 02:47:56.858 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 02:47:56.858 INFO kablam! --> src/main.rs:106:6 Sep 20 02:47:56.858 INFO kablam! | Sep 20 02:47:56.858 INFO kablam! 106 | .flatten() Sep 20 02:47:56.858 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 20 02:47:56.858 INFO kablam! | Sep 20 02:47:56.858 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 20 02:47:56.858 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 20 02:47:56.858 INFO kablam! Sep 20 02:47:56.859 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 20 02:47:56.859 INFO kablam! --> src/main.rs:113:16 Sep 20 02:47:56.859 INFO kablam! | Sep 20 02:47:56.859 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 02:47:56.859 INFO kablam! | ^ doesn't have a size known at compile-time Sep 20 02:47:56.859 INFO kablam! | Sep 20 02:47:56.859 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 20 02:47:56.859 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.859 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 20 02:47:56.859 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.859 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.859 INFO kablam! Sep 20 02:47:56.861 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.861 INFO kablam! --> src/main.rs:114:39 Sep 20 02:47:56.861 INFO kablam! | Sep 20 02:47:56.861 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 20 02:47:56.861 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.861 INFO kablam! | Sep 20 02:47:56.861 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.861 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.861 INFO kablam! = note: required by `>::new` Sep 20 02:47:56.861 INFO kablam! Sep 20 02:47:56.861 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.861 INFO kablam! --> src/main.rs:100:7 Sep 20 02:47:56.861 INFO kablam! | Sep 20 02:47:56.861 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 02:47:56.861 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 20 02:47:56.861 INFO kablam! | Sep 20 02:47:56.861 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.861 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.861 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.861 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.861 INFO kablam! Sep 20 02:47:56.861 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.861 INFO kablam! --> src/main.rs:100:17 Sep 20 02:47:56.861 INFO kablam! | Sep 20 02:47:56.862 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 02:47:56.862 INFO kablam! | _________________^ Sep 20 02:47:56.862 INFO kablam! 101 | | .into_iter() Sep 20 02:47:56.862 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 02:47:56.862 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.862 INFO kablam! ... | Sep 20 02:47:56.862 INFO kablam! 112 | | }) Sep 20 02:47:56.862 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 02:47:56.862 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.862 INFO kablam! | Sep 20 02:47:56.862 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.862 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.862 INFO kablam! = note: all local variables must have a statically known size Sep 20 02:47:56.862 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 20 02:47:56.862 INFO kablam! Sep 20 02:47:56.862 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.862 INFO kablam! --> src/main.rs:100:17 Sep 20 02:47:56.862 INFO kablam! | Sep 20 02:47:56.862 INFO kablam! 100 | for plugin in env::current_dir() Sep 20 02:47:56.862 INFO kablam! | _________________^ Sep 20 02:47:56.862 INFO kablam! 101 | | .into_iter() Sep 20 02:47:56.862 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 02:47:56.862 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.862 INFO kablam! ... | Sep 20 02:47:56.862 INFO kablam! 112 | | }) Sep 20 02:47:56.862 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 20 02:47:56.862 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 20 02:47:56.862 INFO kablam! | Sep 20 02:47:56.862 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.862 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.862 INFO kablam! = note: required by `std::option::Option` Sep 20 02:47:56.862 INFO kablam! Sep 20 02:47:56.862 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 20 02:47:56.862 INFO kablam! --> src/main.rs:100:3 Sep 20 02:47:56.862 INFO kablam! | Sep 20 02:47:56.862 INFO kablam! 100 | / for plugin in env::current_dir() Sep 20 02:47:56.862 INFO kablam! 101 | | .into_iter() Sep 20 02:47:56.862 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 20 02:47:56.862 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 20 02:47:56.862 INFO kablam! ... | Sep 20 02:47:56.862 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 20 02:47:56.862 INFO kablam! 115 | | } Sep 20 02:47:56.862 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 20 02:47:56.862 INFO kablam! | Sep 20 02:47:56.862 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 20 02:47:56.862 INFO kablam! = note: to learn more, visit Sep 20 02:47:56.862 INFO kablam! = note: required by `std::prelude::v1::None` Sep 20 02:47:56.862 INFO kablam! Sep 20 02:47:56.878 INFO kablam! error: aborting due to 14 previous errors Sep 20 02:47:56.878 INFO kablam! Sep 20 02:47:56.878 INFO kablam! Some errors occurred: E0034, E0277. Sep 20 02:47:56.878 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 20 02:47:56.887 INFO kablam! error: Could not compile `difference_engine`. Sep 20 02:47:56.887 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:47:56.896 INFO kablam! error: aborting due to 14 previous errors Sep 20 02:47:56.896 INFO kablam! Sep 20 02:47:56.896 INFO kablam! Some errors occurred: E0034, E0277. Sep 20 02:47:56.896 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 20 02:47:56.901 INFO kablam! error: Could not compile `difference_engine`. Sep 20 02:47:56.901 INFO kablam! Sep 20 02:47:56.902 INFO kablam! To learn more, run the command again with --verbose. Sep 20 02:47:56.903 INFO kablam! su: No module specific data is present Sep 20 02:47:57.498 INFO running `"docker" "rm" "-f" "ee2a5c520b5328e610736479e29bf33a4ae6e2e8d06715f257f7c509ed3f0f11"` Sep 20 02:47:57.553 INFO blam! ee2a5c520b5328e610736479e29bf33a4ae6e2e8d06715f257f7c509ed3f0f11