Sep 17 20:21:39.343 INFO checking ovgu-canteen-0.0.5 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:21:39.343 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:21:39.343 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:21:39.536 INFO blam! 0901f26cfacc36a34c2fc96c1e73682c3a3883ace781251a34bfa12cdd5f7e71 Sep 17 20:21:39.541 INFO running `"docker" "start" "-a" "0901f26cfacc36a34c2fc96c1e73682c3a3883ace781251a34bfa12cdd5f7e71"` Sep 17 20:21:40.862 INFO kablam! usermod: no changes Sep 17 20:21:40.902 INFO kablam! warning: profile `doc` is deprecated and has no effect Sep 17 20:21:41.205 INFO kablam! Checking nodrop v0.1.12 Sep 17 20:21:41.209 INFO kablam! Compiling procedural-masquerade v0.1.6 Sep 17 20:21:41.215 INFO kablam! Compiling hyper-openssl v0.6.1 Sep 17 20:21:41.215 INFO kablam! Checking ego-tree v0.5.0 Sep 17 20:21:41.226 INFO kablam! Checking dtoa-short v0.3.2 Sep 17 20:21:41.226 INFO kablam! Checking linked_hash_set v0.1.3 Sep 17 20:21:41.259 INFO kablam! Compiling cssparser v0.23.10 Sep 17 20:21:42.071 INFO kablam! Compiling selectors v0.19.0 Sep 17 20:21:43.289 INFO kablam! Checking arrayvec v0.4.7 Sep 17 20:21:44.098 INFO kablam! Checking servo_arc v0.1.1 Sep 17 20:21:44.153 INFO kablam! Checking tokio-openssl v0.2.1 Sep 17 20:21:44.224 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 17 20:21:44.226 INFO kablam! Checking html5ever v0.22.3 Sep 17 20:21:48.697 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 17 20:21:49.691 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 17 20:21:52.357 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 17 20:21:55.787 INFO kablam! Checking tokio-fs v0.1.3 Sep 17 20:21:56.823 INFO kablam! Checking tokio v0.1.8 Sep 17 20:21:57.915 INFO kablam! Checking hyper v0.12.10 Sep 17 20:21:57.915 INFO kablam! Checking tokio-core v0.1.17 Sep 17 20:22:07.442 INFO kablam! Checking scraper v0.7.0 Sep 17 20:22:08.731 INFO kablam! Checking ovgu-canteen v0.0.5 (/source) Sep 17 20:22:10.803 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 17 20:22:10.803 INFO kablam! --> src/canteen.rs:113:40 Sep 17 20:22:10.803 INFO kablam! | Sep 17 20:22:10.803 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 17 20:22:10.803 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 17 20:22:10.803 INFO kablam! Sep 17 20:22:10.949 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 17 20:22:10.949 INFO kablam! --> src/canteen.rs:113:40 Sep 17 20:22:10.949 INFO kablam! | Sep 17 20:22:10.949 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 17 20:22:10.949 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 17 20:22:10.949 INFO kablam! Sep 17 20:22:11.331 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 20:22:11.331 INFO kablam! --> src/canteen.rs:101:25 Sep 17 20:22:11.331 INFO kablam! | Sep 17 20:22:11.331 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 17 20:22:11.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 20:22:11.331 INFO kablam! Sep 17 20:22:11.467 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 17 20:22:11.468 INFO kablam! --> src/canteen.rs:105:22 Sep 17 20:22:11.468 INFO kablam! | Sep 17 20:22:11.468 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 17 20:22:11.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 17 20:22:11.468 INFO kablam! Sep 17 20:22:11.471 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.471 INFO kablam! --> src/canteen.rs:114:65 Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.471 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.471 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.471 INFO kablam! = note: required by `>::new` Sep 17 20:22:11.471 INFO kablam! Sep 17 20:22:11.471 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.471 INFO kablam! --> src/canteen.rs:119:60 Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.471 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.471 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.471 INFO kablam! = note: required by `>::new` Sep 17 20:22:11.471 INFO kablam! Sep 17 20:22:11.471 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.471 INFO kablam! --> src/canteen.rs:118:37 Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.471 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.471 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.471 INFO kablam! Sep 17 20:22:11.471 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.471 INFO kablam! --> src/canteen.rs:118:46 Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.471 INFO kablam! | ^ doesn't have a size known at compile-time Sep 17 20:22:11.471 INFO kablam! | Sep 17 20:22:11.471 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.471 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.471 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:22:11.471 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:22:11.471 INFO kablam! Sep 17 20:22:11.479 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.479 INFO kablam! --> src/canteen.rs:118:27 Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.479 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.479 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.479 INFO kablam! = note: required by `std::result::Result` Sep 17 20:22:11.479 INFO kablam! Sep 17 20:22:11.479 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.479 INFO kablam! --> src/canteen.rs:118:13 Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.479 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.479 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.479 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:22:11.479 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:22:11.479 INFO kablam! Sep 17 20:22:11.479 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.479 INFO kablam! --> src/canteen.rs:118:22 Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.479 INFO kablam! | ______________________^ Sep 17 20:22:11.479 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.479 INFO kablam! 120 | | })?; Sep 17 20:22:11.479 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.479 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.479 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:22:11.479 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:22:11.479 INFO kablam! Sep 17 20:22:11.479 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.479 INFO kablam! --> src/canteen.rs:118:22 Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.479 INFO kablam! | ______________________^ Sep 17 20:22:11.479 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.479 INFO kablam! 120 | | })?; Sep 17 20:22:11.479 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 17 20:22:11.479 INFO kablam! | Sep 17 20:22:11.479 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.479 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.480 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 17 20:22:11.480 INFO kablam! Sep 17 20:22:11.480 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 20:22:11.480 INFO kablam! --> src/canteen.rs:101:25 Sep 17 20:22:11.480 INFO kablam! | Sep 17 20:22:11.480 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 17 20:22:11.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 20:22:11.480 INFO kablam! Sep 17 20:22:11.480 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.480 INFO kablam! --> src/canteen.rs:118:37 Sep 17 20:22:11.480 INFO kablam! | Sep 17 20:22:11.480 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.480 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.480 INFO kablam! | Sep 17 20:22:11.480 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.480 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.480 INFO kablam! Sep 17 20:22:11.480 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.480 INFO kablam! --> src/canteen.rs:118:27 Sep 17 20:22:11.480 INFO kablam! | Sep 17 20:22:11.480 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.480 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 17 20:22:11.480 INFO kablam! | Sep 17 20:22:11.480 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.480 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.480 INFO kablam! = note: required by `std::result::Result` Sep 17 20:22:11.480 INFO kablam! Sep 17 20:22:11.518 INFO kablam! error: aborting due to 13 previous errors Sep 17 20:22:11.519 INFO kablam! Sep 17 20:22:11.519 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 17 20:22:11.519 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 20:22:11.524 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 17 20:22:11.524 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:22:11.622 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 17 20:22:11.623 INFO kablam! --> src/canteen.rs:105:22 Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 17 20:22:11.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 17 20:22:11.623 INFO kablam! Sep 17 20:22:11.623 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.623 INFO kablam! --> src/canteen.rs:114:65 Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.623 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.623 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.623 INFO kablam! = note: required by `>::new` Sep 17 20:22:11.623 INFO kablam! Sep 17 20:22:11.623 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.623 INFO kablam! --> src/canteen.rs:119:60 Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.623 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.623 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.623 INFO kablam! = note: required by `>::new` Sep 17 20:22:11.623 INFO kablam! Sep 17 20:22:11.623 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.623 INFO kablam! --> src/canteen.rs:118:37 Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.623 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.623 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.623 INFO kablam! Sep 17 20:22:11.623 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.623 INFO kablam! --> src/canteen.rs:118:46 Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.623 INFO kablam! | ^ doesn't have a size known at compile-time Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.623 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.623 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:22:11.623 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:22:11.623 INFO kablam! Sep 17 20:22:11.623 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 17 20:22:11.623 INFO kablam! --> src/canteen.rs:118:27 Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.623 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 17 20:22:11.623 INFO kablam! | Sep 17 20:22:11.623 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 17 20:22:11.623 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.623 INFO kablam! = note: required by `std::result::Result` Sep 17 20:22:11.623 INFO kablam! Sep 17 20:22:11.627 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.627 INFO kablam! --> src/canteen.rs:118:13 Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.627 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.627 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.627 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:22:11.627 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:22:11.627 INFO kablam! Sep 17 20:22:11.627 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.627 INFO kablam! --> src/canteen.rs:118:22 Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.627 INFO kablam! | ______________________^ Sep 17 20:22:11.627 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.627 INFO kablam! 120 | | })?; Sep 17 20:22:11.627 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.627 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.627 INFO kablam! = note: all local variables must have a statically known size Sep 17 20:22:11.627 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 17 20:22:11.627 INFO kablam! Sep 17 20:22:11.627 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.627 INFO kablam! --> src/canteen.rs:118:22 Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.627 INFO kablam! | ______________________^ Sep 17 20:22:11.627 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 17 20:22:11.627 INFO kablam! 120 | | })?; Sep 17 20:22:11.627 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.627 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.627 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 17 20:22:11.627 INFO kablam! Sep 17 20:22:11.627 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.627 INFO kablam! --> src/canteen.rs:118:37 Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.627 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.627 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.627 INFO kablam! Sep 17 20:22:11.627 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 17 20:22:11.627 INFO kablam! --> src/canteen.rs:118:27 Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 17 20:22:11.627 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 17 20:22:11.627 INFO kablam! | Sep 17 20:22:11.627 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 17 20:22:11.627 INFO kablam! = note: to learn more, visit Sep 17 20:22:11.627 INFO kablam! = note: required by `std::result::Result` Sep 17 20:22:11.627 INFO kablam! Sep 17 20:22:11.662 INFO kablam! error: aborting due to 13 previous errors Sep 17 20:22:11.662 INFO kablam! Sep 17 20:22:11.662 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 17 20:22:11.662 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 20:22:11.691 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 17 20:22:11.691 INFO kablam! Sep 17 20:22:11.691 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:22:11.691 INFO kablam! su: No module specific data is present Sep 17 20:22:12.533 INFO running `"docker" "rm" "-f" "0901f26cfacc36a34c2fc96c1e73682c3a3883ace781251a34bfa12cdd5f7e71"` Sep 17 20:22:12.739 INFO blam! 0901f26cfacc36a34c2fc96c1e73682c3a3883ace781251a34bfa12cdd5f7e71