Sep 04 22:34:28.154 INFO checking difference_engine-0.1.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 22:34:28.155 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 22:34:28.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:34:28.331 INFO blam! 79d40786fd9dd05bc59a9ad2a9f66bd5356744e7d6fc8d4d8b1deda140e3c136 Sep 04 22:34:28.333 INFO running `"docker" "start" "-a" "79d40786fd9dd05bc59a9ad2a9f66bd5356744e7d6fc8d4d8b1deda140e3c136"` Sep 04 22:34:28.962 INFO kablam! Checking colored v1.2.0 Sep 04 22:34:28.962 INFO kablam! Checking clap v2.5.2 Sep 04 22:34:28.964 INFO kablam! Compiling libloading v0.2.4 Sep 04 22:34:36.368 INFO kablam! Checking difference_engine v0.1.0 (file:///source) Sep 04 22:34:39.622 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 04 22:34:39.622 INFO kablam! --> src/main.rs:83:12 Sep 04 22:34:39.623 INFO kablam! | Sep 04 22:34:39.623 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 04 22:34:39.623 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:34:39.623 INFO kablam! | Sep 04 22:34:39.623 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:34:39.623 INFO kablam! Sep 04 22:34:39.623 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 04 22:34:39.623 INFO kablam! --> src/main.rs:104:12 Sep 04 22:34:39.623 INFO kablam! | Sep 04 22:34:39.623 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 04 22:34:39.623 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:34:39.623 INFO kablam! Sep 04 22:34:39.665 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 04 22:34:39.665 INFO kablam! --> src/main.rs:83:12 Sep 04 22:34:39.665 INFO kablam! | Sep 04 22:34:39.665 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 04 22:34:39.665 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:34:39.665 INFO kablam! | Sep 04 22:34:39.665 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:34:39.665 INFO kablam! Sep 04 22:34:39.665 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 04 22:34:39.665 INFO kablam! --> src/main.rs:104:12 Sep 04 22:34:39.665 INFO kablam! | Sep 04 22:34:39.665 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 04 22:34:39.665 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:34:39.665 INFO kablam! Sep 04 22:34:39.698 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 22:34:39.698 INFO kablam! --> src/main.rs:85:6 Sep 04 22:34:39.698 INFO kablam! | Sep 04 22:34:39.698 INFO kablam! 85 | .flatten() Sep 04 22:34:39.698 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 04 22:34:39.698 INFO kablam! | Sep 04 22:34:39.698 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 04 22:34:39.698 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 04 22:34:39.698 INFO kablam! Sep 04 22:34:39.701 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 04 22:34:39.701 INFO kablam! --> src/main.rs:92:16 Sep 04 22:34:39.701 INFO kablam! | Sep 04 22:34:39.701 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 04 22:34:39.701 INFO kablam! | ^ doesn't have a size known at compile-time Sep 04 22:34:39.701 INFO kablam! | Sep 04 22:34:39.701 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 04 22:34:39.701 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.702 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 04 22:34:39.702 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.702 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.702 INFO kablam! Sep 04 22:34:39.704 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.704 INFO kablam! --> src/main.rs:93:35 Sep 04 22:34:39.704 INFO kablam! | Sep 04 22:34:39.704 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 04 22:34:39.704 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.704 INFO kablam! | Sep 04 22:34:39.704 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.705 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.705 INFO kablam! = note: required by `>::new` Sep 04 22:34:39.705 INFO kablam! Sep 04 22:34:39.706 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.706 INFO kablam! --> src/main.rs:79:7 Sep 04 22:34:39.706 INFO kablam! | Sep 04 22:34:39.706 INFO kablam! 79 | for plugin in env::current_dir() Sep 04 22:34:39.706 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.706 INFO kablam! | Sep 04 22:34:39.706 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.706 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.706 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.706 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.706 INFO kablam! Sep 04 22:34:39.706 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.706 INFO kablam! --> src/main.rs:79:17 Sep 04 22:34:39.706 INFO kablam! | Sep 04 22:34:39.706 INFO kablam! 79 | for plugin in env::current_dir() Sep 04 22:34:39.706 INFO kablam! | _________________^ Sep 04 22:34:39.706 INFO kablam! 80 | | .into_iter() Sep 04 22:34:39.706 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 04 22:34:39.706 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.706 INFO kablam! ... | Sep 04 22:34:39.706 INFO kablam! 91 | | }) Sep 04 22:34:39.706 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 04 22:34:39.706 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.706 INFO kablam! | Sep 04 22:34:39.706 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.706 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.706 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.707 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.707 INFO kablam! Sep 04 22:34:39.707 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.707 INFO kablam! --> src/main.rs:79:17 Sep 04 22:34:39.707 INFO kablam! | Sep 04 22:34:39.707 INFO kablam! 79 | for plugin in env::current_dir() Sep 04 22:34:39.707 INFO kablam! | _________________^ Sep 04 22:34:39.707 INFO kablam! 80 | | .into_iter() Sep 04 22:34:39.707 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 04 22:34:39.707 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.707 INFO kablam! ... | Sep 04 22:34:39.707 INFO kablam! 91 | | }) Sep 04 22:34:39.707 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 04 22:34:39.707 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.707 INFO kablam! | Sep 04 22:34:39.707 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.707 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.707 INFO kablam! = note: required by `std::option::Option` Sep 04 22:34:39.707 INFO kablam! Sep 04 22:34:39.709 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.709 INFO kablam! --> src/main.rs:79:3 Sep 04 22:34:39.709 INFO kablam! | Sep 04 22:34:39.709 INFO kablam! 79 | / for plugin in env::current_dir() Sep 04 22:34:39.709 INFO kablam! 80 | | .into_iter() Sep 04 22:34:39.709 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 04 22:34:39.709 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.709 INFO kablam! ... | Sep 04 22:34:39.709 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 04 22:34:39.709 INFO kablam! 94 | | } Sep 04 22:34:39.709 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 04 22:34:39.709 INFO kablam! | Sep 04 22:34:39.709 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.710 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.710 INFO kablam! = note: required by `std::prelude::v1::None` Sep 04 22:34:39.710 INFO kablam! Sep 04 22:34:39.721 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 22:34:39.721 INFO kablam! --> src/main.rs:85:6 Sep 04 22:34:39.721 INFO kablam! | Sep 04 22:34:39.721 INFO kablam! 85 | .flatten() Sep 04 22:34:39.721 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 04 22:34:39.721 INFO kablam! | Sep 04 22:34:39.721 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 04 22:34:39.721 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 04 22:34:39.721 INFO kablam! Sep 04 22:34:39.724 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 04 22:34:39.724 INFO kablam! --> src/main.rs:92:16 Sep 04 22:34:39.724 INFO kablam! | Sep 04 22:34:39.724 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 04 22:34:39.724 INFO kablam! | ^ doesn't have a size known at compile-time Sep 04 22:34:39.724 INFO kablam! | Sep 04 22:34:39.724 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 04 22:34:39.724 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.724 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 04 22:34:39.724 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.724 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.724 INFO kablam! Sep 04 22:34:39.727 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.727 INFO kablam! --> src/main.rs:93:35 Sep 04 22:34:39.727 INFO kablam! | Sep 04 22:34:39.727 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 04 22:34:39.727 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.727 INFO kablam! | Sep 04 22:34:39.727 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.728 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.728 INFO kablam! = note: required by `>::new` Sep 04 22:34:39.728 INFO kablam! Sep 04 22:34:39.729 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.729 INFO kablam! --> src/main.rs:79:7 Sep 04 22:34:39.729 INFO kablam! | Sep 04 22:34:39.729 INFO kablam! 79 | for plugin in env::current_dir() Sep 04 22:34:39.729 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.729 INFO kablam! | Sep 04 22:34:39.729 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.729 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.729 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.729 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.729 INFO kablam! Sep 04 22:34:39.729 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.729 INFO kablam! --> src/main.rs:79:17 Sep 04 22:34:39.729 INFO kablam! | Sep 04 22:34:39.729 INFO kablam! 79 | for plugin in env::current_dir() Sep 04 22:34:39.729 INFO kablam! | _________________^ Sep 04 22:34:39.729 INFO kablam! 80 | | .into_iter() Sep 04 22:34:39.729 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 04 22:34:39.729 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.729 INFO kablam! ... | Sep 04 22:34:39.729 INFO kablam! 91 | | }) Sep 04 22:34:39.729 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 04 22:34:39.730 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.730 INFO kablam! | Sep 04 22:34:39.730 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.730 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.730 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.730 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.730 INFO kablam! Sep 04 22:34:39.730 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.730 INFO kablam! --> src/main.rs:79:17 Sep 04 22:34:39.730 INFO kablam! | Sep 04 22:34:39.730 INFO kablam! 79 | for plugin in env::current_dir() Sep 04 22:34:39.730 INFO kablam! | _________________^ Sep 04 22:34:39.730 INFO kablam! 80 | | .into_iter() Sep 04 22:34:39.730 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 04 22:34:39.730 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.730 INFO kablam! ... | Sep 04 22:34:39.730 INFO kablam! 91 | | }) Sep 04 22:34:39.730 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 04 22:34:39.730 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.730 INFO kablam! | Sep 04 22:34:39.730 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.730 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.730 INFO kablam! = note: required by `std::option::Option` Sep 04 22:34:39.730 INFO kablam! Sep 04 22:34:39.730 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 04 22:34:39.730 INFO kablam! --> src/main.rs:79:3 Sep 04 22:34:39.730 INFO kablam! | Sep 04 22:34:39.730 INFO kablam! 79 | / for plugin in env::current_dir() Sep 04 22:34:39.730 INFO kablam! 80 | | .into_iter() Sep 04 22:34:39.730 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 04 22:34:39.731 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.731 INFO kablam! ... | Sep 04 22:34:39.731 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 04 22:34:39.731 INFO kablam! 94 | | } Sep 04 22:34:39.731 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 04 22:34:39.731 INFO kablam! | Sep 04 22:34:39.731 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 04 22:34:39.731 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.731 INFO kablam! = note: required by `std::prelude::v1::None` Sep 04 22:34:39.731 INFO kablam! Sep 04 22:34:39.751 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 22:34:39.751 INFO kablam! --> src/main.rs:106:6 Sep 04 22:34:39.751 INFO kablam! | Sep 04 22:34:39.751 INFO kablam! 106 | .flatten() Sep 04 22:34:39.751 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 04 22:34:39.751 INFO kablam! | Sep 04 22:34:39.751 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 04 22:34:39.751 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 04 22:34:39.751 INFO kablam! Sep 04 22:34:39.753 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 04 22:34:39.753 INFO kablam! --> src/main.rs:113:16 Sep 04 22:34:39.753 INFO kablam! | Sep 04 22:34:39.753 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 04 22:34:39.753 INFO kablam! | ^ doesn't have a size known at compile-time Sep 04 22:34:39.753 INFO kablam! | Sep 04 22:34:39.753 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 04 22:34:39.753 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.753 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 04 22:34:39.753 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.753 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.753 INFO kablam! Sep 04 22:34:39.756 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.756 INFO kablam! --> src/main.rs:114:39 Sep 04 22:34:39.756 INFO kablam! | Sep 04 22:34:39.756 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 04 22:34:39.756 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.756 INFO kablam! | Sep 04 22:34:39.756 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.756 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.756 INFO kablam! = note: required by `>::new` Sep 04 22:34:39.756 INFO kablam! Sep 04 22:34:39.757 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.757 INFO kablam! --> src/main.rs:100:7 Sep 04 22:34:39.757 INFO kablam! | Sep 04 22:34:39.757 INFO kablam! 100 | for plugin in env::current_dir() Sep 04 22:34:39.757 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.757 INFO kablam! | Sep 04 22:34:39.757 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.757 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.757 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.757 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.758 INFO kablam! Sep 04 22:34:39.758 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.758 INFO kablam! --> src/main.rs:100:17 Sep 04 22:34:39.758 INFO kablam! | Sep 04 22:34:39.758 INFO kablam! 100 | for plugin in env::current_dir() Sep 04 22:34:39.758 INFO kablam! | _________________^ Sep 04 22:34:39.758 INFO kablam! 101 | | .into_iter() Sep 04 22:34:39.758 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 04 22:34:39.758 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.758 INFO kablam! ... | Sep 04 22:34:39.758 INFO kablam! 112 | | }) Sep 04 22:34:39.758 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 04 22:34:39.758 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.758 INFO kablam! | Sep 04 22:34:39.758 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.758 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.758 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.758 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.758 INFO kablam! Sep 04 22:34:39.758 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.758 INFO kablam! --> src/main.rs:100:17 Sep 04 22:34:39.758 INFO kablam! | Sep 04 22:34:39.758 INFO kablam! 100 | for plugin in env::current_dir() Sep 04 22:34:39.758 INFO kablam! | _________________^ Sep 04 22:34:39.758 INFO kablam! 101 | | .into_iter() Sep 04 22:34:39.758 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 04 22:34:39.758 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.758 INFO kablam! ... | Sep 04 22:34:39.759 INFO kablam! 112 | | }) Sep 04 22:34:39.759 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 04 22:34:39.759 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.759 INFO kablam! | Sep 04 22:34:39.759 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.759 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.759 INFO kablam! = note: required by `std::option::Option` Sep 04 22:34:39.759 INFO kablam! Sep 04 22:34:39.759 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.759 INFO kablam! --> src/main.rs:100:3 Sep 04 22:34:39.759 INFO kablam! | Sep 04 22:34:39.759 INFO kablam! 100 | / for plugin in env::current_dir() Sep 04 22:34:39.759 INFO kablam! 101 | | .into_iter() Sep 04 22:34:39.759 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 04 22:34:39.759 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.759 INFO kablam! ... | Sep 04 22:34:39.759 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 04 22:34:39.759 INFO kablam! 115 | | } Sep 04 22:34:39.759 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 04 22:34:39.759 INFO kablam! | Sep 04 22:34:39.759 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.759 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.759 INFO kablam! = note: required by `std::prelude::v1::None` Sep 04 22:34:39.759 INFO kablam! Sep 04 22:34:39.772 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 22:34:39.772 INFO kablam! --> src/main.rs:106:6 Sep 04 22:34:39.772 INFO kablam! | Sep 04 22:34:39.772 INFO kablam! 106 | .flatten() Sep 04 22:34:39.773 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 04 22:34:39.773 INFO kablam! | Sep 04 22:34:39.773 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 04 22:34:39.773 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 04 22:34:39.773 INFO kablam! Sep 04 22:34:39.775 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 04 22:34:39.775 INFO kablam! --> src/main.rs:113:16 Sep 04 22:34:39.775 INFO kablam! | Sep 04 22:34:39.775 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 04 22:34:39.775 INFO kablam! | ^ doesn't have a size known at compile-time Sep 04 22:34:39.775 INFO kablam! | Sep 04 22:34:39.775 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 04 22:34:39.775 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.776 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 04 22:34:39.776 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.776 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.776 INFO kablam! Sep 04 22:34:39.778 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.778 INFO kablam! --> src/main.rs:114:39 Sep 04 22:34:39.778 INFO kablam! | Sep 04 22:34:39.778 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 04 22:34:39.778 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.779 INFO kablam! | Sep 04 22:34:39.779 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.779 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.779 INFO kablam! = note: required by `>::new` Sep 04 22:34:39.779 INFO kablam! Sep 04 22:34:39.779 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.779 INFO kablam! --> src/main.rs:100:7 Sep 04 22:34:39.779 INFO kablam! | Sep 04 22:34:39.779 INFO kablam! 100 | for plugin in env::current_dir() Sep 04 22:34:39.779 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 04 22:34:39.779 INFO kablam! | Sep 04 22:34:39.779 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.780 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.780 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.780 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.780 INFO kablam! Sep 04 22:34:39.780 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.781 INFO kablam! --> src/main.rs:100:17 Sep 04 22:34:39.781 INFO kablam! | Sep 04 22:34:39.781 INFO kablam! 100 | for plugin in env::current_dir() Sep 04 22:34:39.781 INFO kablam! | _________________^ Sep 04 22:34:39.781 INFO kablam! 101 | | .into_iter() Sep 04 22:34:39.781 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 04 22:34:39.781 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.781 INFO kablam! ... | Sep 04 22:34:39.781 INFO kablam! 112 | | }) Sep 04 22:34:39.781 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 04 22:34:39.781 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.781 INFO kablam! | Sep 04 22:34:39.781 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.781 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.781 INFO kablam! = note: all local variables must have a statically known size Sep 04 22:34:39.781 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 04 22:34:39.782 INFO kablam! Sep 04 22:34:39.782 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.782 INFO kablam! --> src/main.rs:100:17 Sep 04 22:34:39.782 INFO kablam! | Sep 04 22:34:39.782 INFO kablam! 100 | for plugin in env::current_dir() Sep 04 22:34:39.782 INFO kablam! | _________________^ Sep 04 22:34:39.782 INFO kablam! 101 | | .into_iter() Sep 04 22:34:39.782 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 04 22:34:39.782 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.782 INFO kablam! ... | Sep 04 22:34:39.782 INFO kablam! 112 | | }) Sep 04 22:34:39.782 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 04 22:34:39.782 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 04 22:34:39.782 INFO kablam! | Sep 04 22:34:39.782 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.782 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.782 INFO kablam! = note: required by `std::option::Option` Sep 04 22:34:39.782 INFO kablam! Sep 04 22:34:39.783 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 04 22:34:39.783 INFO kablam! --> src/main.rs:100:3 Sep 04 22:34:39.783 INFO kablam! | Sep 04 22:34:39.783 INFO kablam! 100 | / for plugin in env::current_dir() Sep 04 22:34:39.783 INFO kablam! 101 | | .into_iter() Sep 04 22:34:39.783 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 04 22:34:39.783 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 04 22:34:39.783 INFO kablam! ... | Sep 04 22:34:39.783 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 04 22:34:39.783 INFO kablam! 115 | | } Sep 04 22:34:39.783 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 04 22:34:39.783 INFO kablam! | Sep 04 22:34:39.783 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 04 22:34:39.783 INFO kablam! = note: to learn more, visit Sep 04 22:34:39.784 INFO kablam! = note: required by `std::prelude::v1::None` Sep 04 22:34:39.784 INFO kablam! Sep 04 22:34:39.821 INFO kablam! error: aborting due to 14 previous errors Sep 04 22:34:39.821 INFO kablam! Sep 04 22:34:39.821 INFO kablam! Some errors occurred: E0034, E0277. Sep 04 22:34:39.821 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 04 22:34:39.829 INFO kablam! error: Could not compile `difference_engine`. Sep 04 22:34:39.830 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:34:39.848 INFO kablam! error: aborting due to 14 previous errors Sep 04 22:34:39.848 INFO kablam! Sep 04 22:34:39.848 INFO kablam! Some errors occurred: E0034, E0277. Sep 04 22:34:39.849 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 04 22:34:39.861 INFO kablam! error: Could not compile `difference_engine`. Sep 04 22:34:39.861 INFO kablam! Sep 04 22:34:39.861 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:34:39.863 INFO kablam! su: No module specific data is present Sep 04 22:34:40.447 INFO running `"docker" "rm" "-f" "79d40786fd9dd05bc59a9ad2a9f66bd5356744e7d6fc8d4d8b1deda140e3c136"` Sep 04 22:34:40.618 INFO blam! 79d40786fd9dd05bc59a9ad2a9f66bd5356744e7d6fc8d4d8b1deda140e3c136