Sep 01 06:20:36.446 INFO checking difference_engine-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 06:20:36.446 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 06:20:36.446 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:20:36.695 INFO blam! a50e58f1d20758c758285bb8d89949e01e064414cb4e391a0173351699b9ad96 Sep 01 06:20:36.697 INFO running `"docker" "start" "-a" "a50e58f1d20758c758285bb8d89949e01e064414cb4e391a0173351699b9ad96"` Sep 01 06:20:37.752 INFO kablam! Compiling serde v0.8.23 Sep 01 06:20:37.767 INFO kablam! Checking colored v1.2.0 Sep 01 06:20:37.767 INFO kablam! Checking clap v2.5.2 Sep 01 06:20:37.811 INFO kablam! Compiling target_build_utils v0.1.2 Sep 01 06:20:49.765 INFO kablam! Compiling serde_json v0.8.6 Sep 01 06:20:56.305 INFO kablam! Compiling libloading v0.2.4 Sep 01 06:20:59.263 INFO kablam! Checking difference_engine v0.1.0 (file:///source) Sep 01 06:21:01.249 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 01 06:21:01.249 INFO kablam! --> src/main.rs:83:12 Sep 01 06:21:01.249 INFO kablam! | Sep 01 06:21:01.249 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 01 06:21:01.249 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:21:01.249 INFO kablam! | Sep 01 06:21:01.249 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:21:01.249 INFO kablam! Sep 01 06:21:01.250 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 01 06:21:01.250 INFO kablam! --> src/main.rs:104:12 Sep 01 06:21:01.250 INFO kablam! | Sep 01 06:21:01.250 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 01 06:21:01.250 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:21:01.250 INFO kablam! Sep 01 06:21:01.301 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 06:21:01.301 INFO kablam! --> src/main.rs:85:6 Sep 01 06:21:01.302 INFO kablam! | Sep 01 06:21:01.302 INFO kablam! 85 | .flatten() Sep 01 06:21:01.302 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 01 06:21:01.302 INFO kablam! | Sep 01 06:21:01.302 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 01 06:21:01.302 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 01 06:21:01.302 INFO kablam! Sep 01 06:21:01.303 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 01 06:21:01.303 INFO kablam! --> src/main.rs:92:16 Sep 01 06:21:01.303 INFO kablam! | Sep 01 06:21:01.303 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 01 06:21:01.303 INFO kablam! | ^ doesn't have a size known at compile-time Sep 01 06:21:01.304 INFO kablam! | Sep 01 06:21:01.304 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 01 06:21:01.304 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.304 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 01 06:21:01.304 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.304 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.304 INFO kablam! Sep 01 06:21:01.306 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.306 INFO kablam! --> src/main.rs:93:35 Sep 01 06:21:01.306 INFO kablam! | Sep 01 06:21:01.306 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 01 06:21:01.306 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.306 INFO kablam! | Sep 01 06:21:01.306 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.306 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.306 INFO kablam! = note: required by `>::new` Sep 01 06:21:01.306 INFO kablam! Sep 01 06:21:01.306 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.306 INFO kablam! --> src/main.rs:79:7 Sep 01 06:21:01.306 INFO kablam! | Sep 01 06:21:01.307 INFO kablam! 79 | for plugin in env::current_dir() Sep 01 06:21:01.307 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.307 INFO kablam! | Sep 01 06:21:01.307 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.307 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.307 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.307 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.307 INFO kablam! Sep 01 06:21:01.307 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.307 INFO kablam! --> src/main.rs:79:17 Sep 01 06:21:01.307 INFO kablam! | Sep 01 06:21:01.307 INFO kablam! 79 | for plugin in env::current_dir() Sep 01 06:21:01.307 INFO kablam! | _________________^ Sep 01 06:21:01.307 INFO kablam! 80 | | .into_iter() Sep 01 06:21:01.307 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 01 06:21:01.307 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.307 INFO kablam! ... | Sep 01 06:21:01.307 INFO kablam! 91 | | }) Sep 01 06:21:01.307 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 01 06:21:01.307 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.307 INFO kablam! | Sep 01 06:21:01.307 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.307 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.307 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.308 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.308 INFO kablam! Sep 01 06:21:01.308 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.308 INFO kablam! --> src/main.rs:79:17 Sep 01 06:21:01.308 INFO kablam! | Sep 01 06:21:01.308 INFO kablam! 79 | for plugin in env::current_dir() Sep 01 06:21:01.308 INFO kablam! | _________________^ Sep 01 06:21:01.308 INFO kablam! 80 | | .into_iter() Sep 01 06:21:01.308 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 01 06:21:01.308 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.308 INFO kablam! ... | Sep 01 06:21:01.308 INFO kablam! 91 | | }) Sep 01 06:21:01.308 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 01 06:21:01.308 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.308 INFO kablam! | Sep 01 06:21:01.308 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.308 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.308 INFO kablam! = note: required by `std::option::Option` Sep 01 06:21:01.308 INFO kablam! Sep 01 06:21:01.308 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.309 INFO kablam! --> src/main.rs:79:3 Sep 01 06:21:01.309 INFO kablam! | Sep 01 06:21:01.309 INFO kablam! 79 | / for plugin in env::current_dir() Sep 01 06:21:01.309 INFO kablam! 80 | | .into_iter() Sep 01 06:21:01.309 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 01 06:21:01.309 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.309 INFO kablam! ... | Sep 01 06:21:01.309 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 01 06:21:01.309 INFO kablam! 94 | | } Sep 01 06:21:01.309 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 01 06:21:01.309 INFO kablam! | Sep 01 06:21:01.309 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.309 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.309 INFO kablam! = note: required by `std::prelude::v1::None` Sep 01 06:21:01.309 INFO kablam! Sep 01 06:21:01.329 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 01 06:21:01.329 INFO kablam! --> src/main.rs:83:12 Sep 01 06:21:01.329 INFO kablam! | Sep 01 06:21:01.329 INFO kablam! 83 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("languages").join("raw"))) Sep 01 06:21:01.329 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:21:01.329 INFO kablam! | Sep 01 06:21:01.329 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:21:01.329 INFO kablam! Sep 01 06:21:01.329 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 01 06:21:01.330 INFO kablam! --> src/main.rs:104:12 Sep 01 06:21:01.330 INFO kablam! | Sep 01 06:21:01.330 INFO kablam! 104 | .chain(env::home_dir().into_iter().map(|d| d.join(".deng").join("presentations").join("raw"))) Sep 01 06:21:01.330 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:21:01.330 INFO kablam! Sep 01 06:21:01.342 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 06:21:01.343 INFO kablam! --> src/main.rs:106:6 Sep 01 06:21:01.343 INFO kablam! | Sep 01 06:21:01.343 INFO kablam! 106 | .flatten() Sep 01 06:21:01.343 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 01 06:21:01.343 INFO kablam! | Sep 01 06:21:01.343 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 01 06:21:01.343 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 01 06:21:01.343 INFO kablam! Sep 01 06:21:01.344 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 01 06:21:01.344 INFO kablam! --> src/main.rs:113:16 Sep 01 06:21:01.344 INFO kablam! | Sep 01 06:21:01.345 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 01 06:21:01.345 INFO kablam! | ^ doesn't have a size known at compile-time Sep 01 06:21:01.345 INFO kablam! | Sep 01 06:21:01.345 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 01 06:21:01.345 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.345 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 01 06:21:01.345 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.345 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.345 INFO kablam! Sep 01 06:21:01.348 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.348 INFO kablam! --> src/main.rs:114:39 Sep 01 06:21:01.348 INFO kablam! | Sep 01 06:21:01.348 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 01 06:21:01.348 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.348 INFO kablam! | Sep 01 06:21:01.348 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.348 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.348 INFO kablam! = note: required by `>::new` Sep 01 06:21:01.348 INFO kablam! Sep 01 06:21:01.348 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.348 INFO kablam! --> src/main.rs:100:7 Sep 01 06:21:01.348 INFO kablam! | Sep 01 06:21:01.348 INFO kablam! 100 | for plugin in env::current_dir() Sep 01 06:21:01.348 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.348 INFO kablam! | Sep 01 06:21:01.348 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.348 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.348 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.348 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.349 INFO kablam! Sep 01 06:21:01.349 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.349 INFO kablam! --> src/main.rs:100:17 Sep 01 06:21:01.349 INFO kablam! | Sep 01 06:21:01.349 INFO kablam! 100 | for plugin in env::current_dir() Sep 01 06:21:01.349 INFO kablam! | _________________^ Sep 01 06:21:01.349 INFO kablam! 101 | | .into_iter() Sep 01 06:21:01.349 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 01 06:21:01.349 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.349 INFO kablam! ... | Sep 01 06:21:01.349 INFO kablam! 112 | | }) Sep 01 06:21:01.349 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 01 06:21:01.349 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.349 INFO kablam! | Sep 01 06:21:01.349 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.349 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.349 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.349 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.349 INFO kablam! Sep 01 06:21:01.349 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.349 INFO kablam! --> src/main.rs:100:17 Sep 01 06:21:01.349 INFO kablam! | Sep 01 06:21:01.349 INFO kablam! 100 | for plugin in env::current_dir() Sep 01 06:21:01.349 INFO kablam! | _________________^ Sep 01 06:21:01.349 INFO kablam! 101 | | .into_iter() Sep 01 06:21:01.349 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 01 06:21:01.349 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.349 INFO kablam! ... | Sep 01 06:21:01.349 INFO kablam! 112 | | }) Sep 01 06:21:01.349 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 01 06:21:01.349 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.349 INFO kablam! | Sep 01 06:21:01.349 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.349 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.349 INFO kablam! = note: required by `std::option::Option` Sep 01 06:21:01.349 INFO kablam! Sep 01 06:21:01.349 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.349 INFO kablam! --> src/main.rs:100:3 Sep 01 06:21:01.349 INFO kablam! | Sep 01 06:21:01.349 INFO kablam! 100 | / for plugin in env::current_dir() Sep 01 06:21:01.349 INFO kablam! 101 | | .into_iter() Sep 01 06:21:01.350 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 01 06:21:01.350 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.350 INFO kablam! ... | Sep 01 06:21:01.350 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 01 06:21:01.350 INFO kablam! 115 | | } Sep 01 06:21:01.350 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 01 06:21:01.350 INFO kablam! | Sep 01 06:21:01.350 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.350 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.350 INFO kablam! = note: required by `std::prelude::v1::None` Sep 01 06:21:01.350 INFO kablam! Sep 01 06:21:01.383 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 06:21:01.383 INFO kablam! --> src/main.rs:85:6 Sep 01 06:21:01.383 INFO kablam! | Sep 01 06:21:01.383 INFO kablam! 85 | .flatten() Sep 01 06:21:01.383 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 01 06:21:01.383 INFO kablam! | Sep 01 06:21:01.384 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 01 06:21:01.384 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 01 06:21:01.384 INFO kablam! Sep 01 06:21:01.386 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 01 06:21:01.386 INFO kablam! --> src/main.rs:92:16 Sep 01 06:21:01.386 INFO kablam! | Sep 01 06:21:01.386 INFO kablam! 92 | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 01 06:21:01.386 INFO kablam! | ^ doesn't have a size known at compile-time Sep 01 06:21:01.386 INFO kablam! | Sep 01 06:21:01.386 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 01 06:21:01.386 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.387 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 01 06:21:01.387 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.387 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.387 INFO kablam! Sep 01 06:21:01.389 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.389 INFO kablam! --> src/main.rs:93:35 Sep 01 06:21:01.389 INFO kablam! | Sep 01 06:21:01.389 INFO kablam! 93 | registered_languages_vec.push(Box::new(plugin)); Sep 01 06:21:01.390 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.390 INFO kablam! | Sep 01 06:21:01.390 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.390 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.390 INFO kablam! = note: required by `>::new` Sep 01 06:21:01.390 INFO kablam! Sep 01 06:21:01.390 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.390 INFO kablam! --> src/main.rs:79:7 Sep 01 06:21:01.390 INFO kablam! | Sep 01 06:21:01.390 INFO kablam! 79 | for plugin in env::current_dir() Sep 01 06:21:01.390 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.390 INFO kablam! | Sep 01 06:21:01.390 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.390 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.390 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.390 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.390 INFO kablam! Sep 01 06:21:01.391 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.391 INFO kablam! --> src/main.rs:79:17 Sep 01 06:21:01.391 INFO kablam! | Sep 01 06:21:01.391 INFO kablam! 79 | for plugin in env::current_dir() Sep 01 06:21:01.391 INFO kablam! | _________________^ Sep 01 06:21:01.391 INFO kablam! 80 | | .into_iter() Sep 01 06:21:01.391 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 01 06:21:01.391 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.391 INFO kablam! ... | Sep 01 06:21:01.391 INFO kablam! 91 | | }) Sep 01 06:21:01.391 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 01 06:21:01.391 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.391 INFO kablam! | Sep 01 06:21:01.391 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.391 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.391 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.391 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.391 INFO kablam! Sep 01 06:21:01.391 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.391 INFO kablam! --> src/main.rs:79:17 Sep 01 06:21:01.391 INFO kablam! | Sep 01 06:21:01.391 INFO kablam! 79 | for plugin in env::current_dir() Sep 01 06:21:01.391 INFO kablam! | _________________^ Sep 01 06:21:01.392 INFO kablam! 80 | | .into_iter() Sep 01 06:21:01.392 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 01 06:21:01.392 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.392 INFO kablam! ... | Sep 01 06:21:01.392 INFO kablam! 91 | | }) Sep 01 06:21:01.392 INFO kablam! 92 | | .flat_map(|p| RawPluginLanguage::load(&p).into_iter()) { Sep 01 06:21:01.392 INFO kablam! | |__________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.392 INFO kablam! | Sep 01 06:21:01.392 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.392 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.392 INFO kablam! = note: required by `std::option::Option` Sep 01 06:21:01.392 INFO kablam! Sep 01 06:21:01.392 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Language` cannot be known at compilation time Sep 01 06:21:01.392 INFO kablam! --> src/main.rs:79:3 Sep 01 06:21:01.392 INFO kablam! | Sep 01 06:21:01.392 INFO kablam! 79 | / for plugin in env::current_dir() Sep 01 06:21:01.392 INFO kablam! 80 | | .into_iter() Sep 01 06:21:01.392 INFO kablam! 81 | | .map(|d| d.join(".deng").join("languages").join("raw")) Sep 01 06:21:01.392 INFO kablam! 82 | | .chain(raw_language_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.392 INFO kablam! ... | Sep 01 06:21:01.392 INFO kablam! 93 | | registered_languages_vec.push(Box::new(plugin)); Sep 01 06:21:01.392 INFO kablam! 94 | | } Sep 01 06:21:01.392 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 01 06:21:01.393 INFO kablam! | Sep 01 06:21:01.393 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Language` Sep 01 06:21:01.393 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.393 INFO kablam! = note: required by `std::prelude::v1::None` Sep 01 06:21:01.393 INFO kablam! Sep 01 06:21:01.415 INFO kablam! error: aborting due to 14 previous errors Sep 01 06:21:01.415 INFO kablam! Sep 01 06:21:01.415 INFO kablam! Some errors occurred: E0034, E0277. Sep 01 06:21:01.415 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 01 06:21:01.425 INFO kablam! error: Could not compile `difference_engine`. Sep 01 06:21:01.425 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:21:01.433 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 06:21:01.433 INFO kablam! --> src/main.rs:106:6 Sep 01 06:21:01.433 INFO kablam! | Sep 01 06:21:01.433 INFO kablam! 106 | .flatten() Sep 01 06:21:01.433 INFO kablam! | ^^^^^^^ multiple `flatten` found Sep 01 06:21:01.433 INFO kablam! | Sep 01 06:21:01.434 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::FlatMap<_, _, _>` Sep 01 06:21:01.434 INFO kablam! = note: candidate #2 is defined in an impl of the trait `itertools::Itertools` for the type `_` Sep 01 06:21:01.434 INFO kablam! Sep 01 06:21:01.435 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 01 06:21:01.435 INFO kablam! --> src/main.rs:113:16 Sep 01 06:21:01.435 INFO kablam! | Sep 01 06:21:01.435 INFO kablam! 113 | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 01 06:21:01.435 INFO kablam! | ^ doesn't have a size known at compile-time Sep 01 06:21:01.436 INFO kablam! | Sep 01 06:21:01.436 INFO kablam! = help: within `std::path::Path`, the trait `std::marker::Sized` is not implemented for `[u8]` Sep 01 06:21:01.436 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.436 INFO kablam! = note: required because it appears within the type `std::path::Path` Sep 01 06:21:01.436 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.436 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.436 INFO kablam! Sep 01 06:21:01.437 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.438 INFO kablam! --> src/main.rs:114:39 Sep 01 06:21:01.438 INFO kablam! | Sep 01 06:21:01.438 INFO kablam! 114 | registered_presentations_vec.push(Box::new(plugin)); Sep 01 06:21:01.438 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.438 INFO kablam! | Sep 01 06:21:01.438 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.438 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.438 INFO kablam! = note: required by `>::new` Sep 01 06:21:01.438 INFO kablam! Sep 01 06:21:01.438 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.438 INFO kablam! --> src/main.rs:100:7 Sep 01 06:21:01.438 INFO kablam! | Sep 01 06:21:01.438 INFO kablam! 100 | for plugin in env::current_dir() Sep 01 06:21:01.438 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 01 06:21:01.438 INFO kablam! | Sep 01 06:21:01.438 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.438 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.438 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.438 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.439 INFO kablam! Sep 01 06:21:01.439 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.439 INFO kablam! --> src/main.rs:100:17 Sep 01 06:21:01.439 INFO kablam! | Sep 01 06:21:01.439 INFO kablam! 100 | for plugin in env::current_dir() Sep 01 06:21:01.439 INFO kablam! | _________________^ Sep 01 06:21:01.439 INFO kablam! 101 | | .into_iter() Sep 01 06:21:01.439 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 01 06:21:01.439 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.439 INFO kablam! ... | Sep 01 06:21:01.439 INFO kablam! 112 | | }) Sep 01 06:21:01.439 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 01 06:21:01.439 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.439 INFO kablam! | Sep 01 06:21:01.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.439 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.439 INFO kablam! = note: all local variables must have a statically known size Sep 01 06:21:01.439 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 01 06:21:01.439 INFO kablam! Sep 01 06:21:01.439 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.439 INFO kablam! --> src/main.rs:100:17 Sep 01 06:21:01.439 INFO kablam! | Sep 01 06:21:01.439 INFO kablam! 100 | for plugin in env::current_dir() Sep 01 06:21:01.439 INFO kablam! | _________________^ Sep 01 06:21:01.439 INFO kablam! 101 | | .into_iter() Sep 01 06:21:01.439 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 01 06:21:01.440 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.440 INFO kablam! ... | Sep 01 06:21:01.440 INFO kablam! 112 | | }) Sep 01 06:21:01.440 INFO kablam! 113 | | .flat_map(|p| RawPluginPresentation::load(&p).into_iter()) { Sep 01 06:21:01.440 INFO kablam! | |______________________________________________________________^ doesn't have a size known at compile-time Sep 01 06:21:01.441 INFO kablam! | Sep 01 06:21:01.441 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.441 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.441 INFO kablam! = note: required by `std::option::Option` Sep 01 06:21:01.441 INFO kablam! Sep 01 06:21:01.441 INFO kablam! error[E0277]: the size for values of type `dyn difference_engine::Presentation` cannot be known at compilation time Sep 01 06:21:01.441 INFO kablam! --> src/main.rs:100:3 Sep 01 06:21:01.441 INFO kablam! | Sep 01 06:21:01.441 INFO kablam! 100 | / for plugin in env::current_dir() Sep 01 06:21:01.441 INFO kablam! 101 | | .into_iter() Sep 01 06:21:01.441 INFO kablam! 102 | | .map(|d| d.join(".deng").join("presentations").join("raw")) Sep 01 06:21:01.441 INFO kablam! 103 | | .chain(raw_presentation_plugin_path.as_ref().into_iter().flat_map(env::split_paths)) Sep 01 06:21:01.441 INFO kablam! ... | Sep 01 06:21:01.441 INFO kablam! 114 | | registered_presentations_vec.push(Box::new(plugin)); Sep 01 06:21:01.441 INFO kablam! 115 | | } Sep 01 06:21:01.441 INFO kablam! | |___^ doesn't have a size known at compile-time Sep 01 06:21:01.441 INFO kablam! | Sep 01 06:21:01.441 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn difference_engine::Presentation` Sep 01 06:21:01.441 INFO kablam! = note: to learn more, visit Sep 01 06:21:01.441 INFO kablam! = note: required by `std::prelude::v1::None` Sep 01 06:21:01.441 INFO kablam! Sep 01 06:21:01.495 INFO kablam! error: aborting due to 14 previous errors Sep 01 06:21:01.495 INFO kablam! Sep 01 06:21:01.495 INFO kablam! Some errors occurred: E0034, E0277. Sep 01 06:21:01.495 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 01 06:21:01.506 INFO kablam! error: Could not compile `difference_engine`. Sep 01 06:21:01.507 INFO kablam! Sep 01 06:21:01.507 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:21:01.509 INFO kablam! su: No module specific data is present Sep 01 06:21:02.111 INFO running `"docker" "rm" "-f" "a50e58f1d20758c758285bb8d89949e01e064414cb4e391a0173351699b9ad96"` Sep 01 06:21:02.217 INFO blam! a50e58f1d20758c758285bb8d89949e01e064414cb4e391a0173351699b9ad96