Sep 14 12:09:04.262 INFO checking ovgu-canteen-0.0.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:09:04.262 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:09:04.262 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:09:04.501 INFO blam! 37d8a6ce7e46fa2728fa8b89034213cc9566e25b9a8a164b736d2012408ca439 Sep 14 12:09:04.503 INFO running `"docker" "start" "-a" "37d8a6ce7e46fa2728fa8b89034213cc9566e25b9a8a164b736d2012408ca439"` Sep 14 12:09:05.202 INFO kablam! usermod: no changes Sep 14 12:09:05.231 INFO kablam! warning: profile `doc` is deprecated and has no effect Sep 14 12:09:05.501 INFO kablam! Compiling procedural-masquerade v0.1.6 Sep 14 12:09:05.501 INFO kablam! Compiling hyper-openssl v0.6.1 Sep 14 12:09:05.501 INFO kablam! Checking ego-tree v0.5.0 Sep 14 12:09:05.512 INFO kablam! Checking servo_arc v0.1.1 Sep 14 12:09:05.514 INFO kablam! Checking dtoa-short v0.3.2 Sep 14 12:09:05.514 INFO kablam! Checking linked_hash_set v0.1.3 Sep 14 12:09:05.518 INFO kablam! Compiling syn v0.14.9 Sep 14 12:09:06.159 INFO kablam! Compiling cssparser v0.23.10 Sep 14 12:09:06.579 INFO kablam! Compiling selectors v0.19.0 Sep 14 12:09:06.582 INFO kablam! Checking tokio-openssl v0.2.1 Sep 14 12:09:06.584 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 14 12:09:06.615 INFO kablam! Checking html5ever v0.22.3 Sep 14 12:09:08.598 INFO kablam! Checking tokio-fs v0.1.3 Sep 14 12:09:11.943 INFO kablam! Checking tokio v0.1.8 Sep 14 12:09:14.399 INFO kablam! Checking hyper v0.12.9 Sep 14 12:09:14.399 INFO kablam! Checking tokio-core v0.1.17 Sep 14 12:09:24.716 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 14 12:09:34.895 INFO kablam! Checking scraper v0.7.0 Sep 14 12:09:36.099 INFO kablam! Checking ovgu-canteen v0.0.5 (file:///source) Sep 14 12:09:37.807 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 14 12:09:37.807 INFO kablam! --> src/canteen.rs:113:40 Sep 14 12:09:37.807 INFO kablam! | Sep 14 12:09:37.807 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 14 12:09:37.807 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 14 12:09:37.807 INFO kablam! Sep 14 12:09:37.898 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 14 12:09:37.898 INFO kablam! --> src/canteen.rs:113:40 Sep 14 12:09:37.898 INFO kablam! | Sep 14 12:09:37.898 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 14 12:09:37.898 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 14 12:09:37.898 INFO kablam! Sep 14 12:09:38.258 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 12:09:38.258 INFO kablam! --> src/canteen.rs:101:25 Sep 14 12:09:38.258 INFO kablam! | Sep 14 12:09:38.258 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 14 12:09:38.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 12:09:38.258 INFO kablam! Sep 14 12:09:38.287 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 12:09:38.287 INFO kablam! --> src/canteen.rs:101:25 Sep 14 12:09:38.287 INFO kablam! | Sep 14 12:09:38.287 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 14 12:09:38.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 12:09:38.287 INFO kablam! Sep 14 12:09:38.401 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 14 12:09:38.401 INFO kablam! --> src/canteen.rs:105:22 Sep 14 12:09:38.401 INFO kablam! | Sep 14 12:09:38.401 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 14 12:09:38.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 14 12:09:38.401 INFO kablam! Sep 14 12:09:38.401 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.401 INFO kablam! --> src/canteen.rs:114:65 Sep 14 12:09:38.401 INFO kablam! | Sep 14 12:09:38.401 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.401 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.401 INFO kablam! | Sep 14 12:09:38.401 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.401 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.401 INFO kablam! = note: required by `>::new` Sep 14 12:09:38.401 INFO kablam! Sep 14 12:09:38.402 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.402 INFO kablam! --> src/canteen.rs:119:60 Sep 14 12:09:38.402 INFO kablam! | Sep 14 12:09:38.402 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.402 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.402 INFO kablam! | Sep 14 12:09:38.402 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.402 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.402 INFO kablam! = note: required by `>::new` Sep 14 12:09:38.402 INFO kablam! Sep 14 12:09:38.402 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.402 INFO kablam! --> src/canteen.rs:118:37 Sep 14 12:09:38.402 INFO kablam! | Sep 14 12:09:38.402 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.402 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.402 INFO kablam! | Sep 14 12:09:38.402 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.402 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.402 INFO kablam! Sep 14 12:09:38.403 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.403 INFO kablam! --> src/canteen.rs:118:46 Sep 14 12:09:38.403 INFO kablam! | Sep 14 12:09:38.403 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.403 INFO kablam! | ^ doesn't have a size known at compile-time Sep 14 12:09:38.403 INFO kablam! | Sep 14 12:09:38.403 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.403 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.403 INFO kablam! = note: all local variables must have a statically known size Sep 14 12:09:38.403 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 12:09:38.403 INFO kablam! Sep 14 12:09:38.403 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.403 INFO kablam! --> src/canteen.rs:118:27 Sep 14 12:09:38.403 INFO kablam! | Sep 14 12:09:38.403 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.403 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 14 12:09:38.403 INFO kablam! | Sep 14 12:09:38.403 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.403 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.403 INFO kablam! = note: required by `std::result::Result` Sep 14 12:09:38.403 INFO kablam! Sep 14 12:09:38.411 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.411 INFO kablam! --> src/canteen.rs:118:13 Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.411 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.411 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.411 INFO kablam! = note: all local variables must have a statically known size Sep 14 12:09:38.411 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 12:09:38.411 INFO kablam! Sep 14 12:09:38.411 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.411 INFO kablam! --> src/canteen.rs:118:22 Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.411 INFO kablam! | ______________________^ Sep 14 12:09:38.411 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.411 INFO kablam! 120 | | })?; Sep 14 12:09:38.411 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.411 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.411 INFO kablam! = note: all local variables must have a statically known size Sep 14 12:09:38.411 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 12:09:38.411 INFO kablam! Sep 14 12:09:38.411 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.411 INFO kablam! --> src/canteen.rs:118:22 Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.411 INFO kablam! | ______________________^ Sep 14 12:09:38.411 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.411 INFO kablam! 120 | | })?; Sep 14 12:09:38.411 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.411 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.411 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 14 12:09:38.411 INFO kablam! Sep 14 12:09:38.411 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.411 INFO kablam! --> src/canteen.rs:118:37 Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.411 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.411 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.411 INFO kablam! Sep 14 12:09:38.411 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.411 INFO kablam! --> src/canteen.rs:118:27 Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.411 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 14 12:09:38.411 INFO kablam! | Sep 14 12:09:38.411 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.411 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.411 INFO kablam! = note: required by `std::result::Result` Sep 14 12:09:38.411 INFO kablam! Sep 14 12:09:38.423 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 14 12:09:38.423 INFO kablam! --> src/canteen.rs:105:22 Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 14 12:09:38.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 14 12:09:38.423 INFO kablam! Sep 14 12:09:38.423 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.423 INFO kablam! --> src/canteen.rs:114:65 Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.423 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.423 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.423 INFO kablam! = note: required by `>::new` Sep 14 12:09:38.423 INFO kablam! Sep 14 12:09:38.423 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.423 INFO kablam! --> src/canteen.rs:119:60 Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.423 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.423 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.423 INFO kablam! = note: required by `>::new` Sep 14 12:09:38.423 INFO kablam! Sep 14 12:09:38.423 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.423 INFO kablam! --> src/canteen.rs:118:37 Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.423 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.423 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.423 INFO kablam! Sep 14 12:09:38.423 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.423 INFO kablam! --> src/canteen.rs:118:46 Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.423 INFO kablam! | ^ doesn't have a size known at compile-time Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.423 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.423 INFO kablam! = note: all local variables must have a statically known size Sep 14 12:09:38.423 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 12:09:38.423 INFO kablam! Sep 14 12:09:38.423 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 14 12:09:38.423 INFO kablam! --> src/canteen.rs:118:27 Sep 14 12:09:38.423 INFO kablam! | Sep 14 12:09:38.423 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.423 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 14 12:09:38.424 INFO kablam! | Sep 14 12:09:38.424 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 14 12:09:38.424 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.424 INFO kablam! = note: required by `std::result::Result` Sep 14 12:09:38.424 INFO kablam! Sep 14 12:09:38.424 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.424 INFO kablam! --> src/canteen.rs:118:13 Sep 14 12:09:38.424 INFO kablam! | Sep 14 12:09:38.424 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.424 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.424 INFO kablam! | Sep 14 12:09:38.424 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.424 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.424 INFO kablam! = note: all local variables must have a statically known size Sep 14 12:09:38.424 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 12:09:38.424 INFO kablam! Sep 14 12:09:38.424 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.425 INFO kablam! --> src/canteen.rs:118:22 Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.425 INFO kablam! | ______________________^ Sep 14 12:09:38.425 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.425 INFO kablam! 120 | | })?; Sep 14 12:09:38.425 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.425 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.425 INFO kablam! = note: all local variables must have a statically known size Sep 14 12:09:38.425 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 12:09:38.425 INFO kablam! Sep 14 12:09:38.425 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.425 INFO kablam! --> src/canteen.rs:118:22 Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.425 INFO kablam! | ______________________^ Sep 14 12:09:38.425 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 14 12:09:38.425 INFO kablam! 120 | | })?; Sep 14 12:09:38.425 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.425 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.425 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 14 12:09:38.425 INFO kablam! Sep 14 12:09:38.425 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.425 INFO kablam! --> src/canteen.rs:118:37 Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.425 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.425 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.425 INFO kablam! Sep 14 12:09:38.425 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 14 12:09:38.425 INFO kablam! --> src/canteen.rs:118:27 Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 14 12:09:38.425 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 14 12:09:38.425 INFO kablam! | Sep 14 12:09:38.425 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 14 12:09:38.425 INFO kablam! = note: to learn more, visit Sep 14 12:09:38.425 INFO kablam! = note: required by `std::result::Result` Sep 14 12:09:38.425 INFO kablam! Sep 14 12:09:38.436 INFO kablam! error: aborting due to 13 previous errors Sep 14 12:09:38.436 INFO kablam! Sep 14 12:09:38.436 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 14 12:09:38.436 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 12:09:38.447 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 14 12:09:38.447 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:09:38.457 INFO kablam! error: aborting due to 13 previous errors Sep 14 12:09:38.457 INFO kablam! Sep 14 12:09:38.457 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 14 12:09:38.457 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 12:09:38.477 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 14 12:09:38.477 INFO kablam! Sep 14 12:09:38.477 INFO kablam! To learn more, run the command again with --verbose. Sep 14 12:09:38.478 INFO kablam! su: No module specific data is present Sep 14 12:09:39.487 INFO running `"docker" "rm" "-f" "37d8a6ce7e46fa2728fa8b89034213cc9566e25b9a8a164b736d2012408ca439"` Sep 14 12:09:39.571 INFO blam! 37d8a6ce7e46fa2728fa8b89034213cc9566e25b9a8a164b736d2012408ca439