Sep 06 02:50:46.540 INFO checking ovgu-canteen-0.0.5 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:50:46.540 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:50:46.540 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:50:46.699 INFO blam! 463ae8e72a8cbcf0659eb2dbe341b333d65bfe17bee3c889b64d9958ea312f67 Sep 06 02:50:46.701 INFO running `"docker" "start" "-a" "463ae8e72a8cbcf0659eb2dbe341b333d65bfe17bee3c889b64d9958ea312f67"` Sep 06 02:50:47.564 INFO kablam! usermod: no changes Sep 06 02:50:47.625 INFO kablam! warning: profile `doc` is deprecated and has no effect Sep 06 02:50:47.974 INFO kablam! Compiling hyper-openssl v0.6.1 Sep 06 02:50:47.984 INFO kablam! Checking ego-tree v0.5.0 Sep 06 02:50:47.987 INFO kablam! Checking arrayvec v0.4.7 Sep 06 02:50:47.988 INFO kablam! Checking servo_arc v0.1.1 Sep 06 02:50:47.989 INFO kablam! Checking dtoa-short v0.3.2 Sep 06 02:50:47.998 INFO kablam! Checking linked_hash_set v0.1.3 Sep 06 02:50:48.008 INFO kablam! Compiling syn v0.13.11 Sep 06 02:50:48.008 INFO kablam! Checking tendril v0.4.0 Sep 06 02:50:49.027 INFO kablam! Compiling selectors v0.19.0 Sep 06 02:50:49.282 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 06 02:50:49.781 INFO kablam! Checking tokio-openssl v0.2.1 Sep 06 02:50:50.311 INFO kablam! Compiling markup5ever v0.7.2 Sep 06 02:50:50.505 INFO kablam! Checking string_cache v0.7.3 Sep 06 02:50:51.554 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 06 02:50:53.970 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 06 02:50:56.067 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 06 02:50:57.570 INFO kablam! Checking tokio-fs v0.1.3 Sep 06 02:50:59.418 INFO kablam! Checking tokio v0.1.8 Sep 06 02:51:02.226 INFO kablam! Checking hyper v0.12.9 Sep 06 02:51:02.226 INFO kablam! Checking tokio-core v0.1.17 Sep 06 02:51:12.530 INFO kablam! Compiling cssparser v0.23.10 Sep 06 02:51:12.530 INFO kablam! Compiling html5ever v0.22.3 Sep 06 02:51:27.580 INFO kablam! Checking scraper v0.7.0 Sep 06 02:51:28.577 INFO kablam! Checking ovgu-canteen v0.0.5 (file:///source) Sep 06 02:51:30.520 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 06 02:51:30.520 INFO kablam! --> src/canteen.rs:113:40 Sep 06 02:51:30.520 INFO kablam! | Sep 06 02:51:30.520 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 06 02:51:30.520 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 06 02:51:30.521 INFO kablam! Sep 06 02:51:30.573 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 06 02:51:30.573 INFO kablam! --> src/canteen.rs:113:40 Sep 06 02:51:30.573 INFO kablam! | Sep 06 02:51:30.573 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 06 02:51:30.573 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 06 02:51:30.573 INFO kablam! Sep 06 02:51:30.905 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 06 02:51:30.905 INFO kablam! --> src/canteen.rs:101:25 Sep 06 02:51:30.905 INFO kablam! | Sep 06 02:51:30.905 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 06 02:51:30.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 06 02:51:30.905 INFO kablam! Sep 06 02:51:30.953 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 06 02:51:30.953 INFO kablam! --> src/canteen.rs:105:22 Sep 06 02:51:30.953 INFO kablam! | Sep 06 02:51:30.953 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 06 02:51:30.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 06 02:51:30.953 INFO kablam! Sep 06 02:51:30.954 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:30.954 INFO kablam! --> src/canteen.rs:114:65 Sep 06 02:51:30.954 INFO kablam! | Sep 06 02:51:30.954 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 06 02:51:30.954 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:30.954 INFO kablam! | Sep 06 02:51:30.954 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:30.954 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.954 INFO kablam! = note: required by `>::new` Sep 06 02:51:30.954 INFO kablam! Sep 06 02:51:30.955 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:30.955 INFO kablam! --> src/canteen.rs:119:60 Sep 06 02:51:30.955 INFO kablam! | Sep 06 02:51:30.955 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 06 02:51:30.955 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:30.955 INFO kablam! | Sep 06 02:51:30.955 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:30.955 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.955 INFO kablam! = note: required by `>::new` Sep 06 02:51:30.955 INFO kablam! Sep 06 02:51:30.955 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:30.955 INFO kablam! --> src/canteen.rs:118:37 Sep 06 02:51:30.955 INFO kablam! | Sep 06 02:51:30.955 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.955 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:30.955 INFO kablam! | Sep 06 02:51:30.955 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:30.955 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.956 INFO kablam! Sep 06 02:51:30.956 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:30.956 INFO kablam! --> src/canteen.rs:118:46 Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.956 INFO kablam! | ^ doesn't have a size known at compile-time Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:30.956 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.956 INFO kablam! = note: all local variables must have a statically known size Sep 06 02:51:30.956 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 02:51:30.956 INFO kablam! Sep 06 02:51:30.956 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:30.956 INFO kablam! --> src/canteen.rs:118:27 Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.956 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:30.956 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.956 INFO kablam! = note: required by `std::result::Result` Sep 06 02:51:30.956 INFO kablam! Sep 06 02:51:30.956 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 06 02:51:30.956 INFO kablam! --> src/canteen.rs:101:25 Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 06 02:51:30.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 06 02:51:30.956 INFO kablam! Sep 06 02:51:30.956 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:30.956 INFO kablam! --> src/canteen.rs:118:13 Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.956 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:30.956 INFO kablam! | Sep 06 02:51:30.956 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:30.956 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.956 INFO kablam! = note: all local variables must have a statically known size Sep 06 02:51:30.956 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 02:51:30.956 INFO kablam! Sep 06 02:51:30.957 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:30.957 INFO kablam! --> src/canteen.rs:118:22 Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.957 INFO kablam! | ______________________^ Sep 06 02:51:30.957 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 06 02:51:30.957 INFO kablam! 120 | | })?; Sep 06 02:51:30.957 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:30.957 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.957 INFO kablam! = note: all local variables must have a statically known size Sep 06 02:51:30.957 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 02:51:30.957 INFO kablam! Sep 06 02:51:30.957 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:30.957 INFO kablam! --> src/canteen.rs:118:22 Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.957 INFO kablam! | ______________________^ Sep 06 02:51:30.957 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 06 02:51:30.957 INFO kablam! 120 | | })?; Sep 06 02:51:30.957 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:30.957 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.957 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 06 02:51:30.957 INFO kablam! Sep 06 02:51:30.957 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:30.957 INFO kablam! --> src/canteen.rs:118:37 Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.957 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:30.957 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.957 INFO kablam! Sep 06 02:51:30.957 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:30.957 INFO kablam! --> src/canteen.rs:118:27 Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:30.957 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 06 02:51:30.957 INFO kablam! | Sep 06 02:51:30.957 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:30.957 INFO kablam! = note: to learn more, visit Sep 06 02:51:30.957 INFO kablam! = note: required by `std::result::Result` Sep 06 02:51:30.957 INFO kablam! Sep 06 02:51:30.978 INFO kablam! error: aborting due to 13 previous errors Sep 06 02:51:30.978 INFO kablam! Sep 06 02:51:30.978 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 06 02:51:30.978 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 02:51:30.990 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 06 02:51:30.990 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:51:31.010 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 06 02:51:31.010 INFO kablam! --> src/canteen.rs:105:22 Sep 06 02:51:31.010 INFO kablam! | Sep 06 02:51:31.010 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 06 02:51:31.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 06 02:51:31.010 INFO kablam! Sep 06 02:51:31.011 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:31.011 INFO kablam! --> src/canteen.rs:114:65 Sep 06 02:51:31.011 INFO kablam! | Sep 06 02:51:31.011 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 06 02:51:31.011 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:31.011 INFO kablam! | Sep 06 02:51:31.011 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:31.011 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.011 INFO kablam! = note: required by `>::new` Sep 06 02:51:31.011 INFO kablam! Sep 06 02:51:31.013 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:31.013 INFO kablam! --> src/canteen.rs:119:60 Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 06 02:51:31.013 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:31.013 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.013 INFO kablam! = note: required by `>::new` Sep 06 02:51:31.013 INFO kablam! Sep 06 02:51:31.013 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:31.013 INFO kablam! --> src/canteen.rs:118:37 Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.013 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:31.013 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.013 INFO kablam! Sep 06 02:51:31.013 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:31.013 INFO kablam! --> src/canteen.rs:118:46 Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.013 INFO kablam! | ^ doesn't have a size known at compile-time Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:31.013 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.013 INFO kablam! = note: all local variables must have a statically known size Sep 06 02:51:31.013 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 02:51:31.013 INFO kablam! Sep 06 02:51:31.013 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 06 02:51:31.013 INFO kablam! --> src/canteen.rs:118:27 Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.013 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 06 02:51:31.013 INFO kablam! | Sep 06 02:51:31.013 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 06 02:51:31.013 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.013 INFO kablam! = note: required by `std::result::Result` Sep 06 02:51:31.013 INFO kablam! Sep 06 02:51:31.014 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:31.014 INFO kablam! --> src/canteen.rs:118:13 Sep 06 02:51:31.014 INFO kablam! | Sep 06 02:51:31.014 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.014 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:31.014 INFO kablam! | Sep 06 02:51:31.014 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:31.014 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.014 INFO kablam! = note: all local variables must have a statically known size Sep 06 02:51:31.014 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 02:51:31.014 INFO kablam! Sep 06 02:51:31.014 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:31.014 INFO kablam! --> src/canteen.rs:118:22 Sep 06 02:51:31.014 INFO kablam! | Sep 06 02:51:31.014 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.014 INFO kablam! | ______________________^ Sep 06 02:51:31.014 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 06 02:51:31.014 INFO kablam! 120 | | })?; Sep 06 02:51:31.014 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:31.015 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.015 INFO kablam! = note: all local variables must have a statically known size Sep 06 02:51:31.015 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 02:51:31.015 INFO kablam! Sep 06 02:51:31.015 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:31.015 INFO kablam! --> src/canteen.rs:118:22 Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.015 INFO kablam! | ______________________^ Sep 06 02:51:31.015 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 06 02:51:31.015 INFO kablam! 120 | | })?; Sep 06 02:51:31.015 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:31.015 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.015 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 06 02:51:31.015 INFO kablam! Sep 06 02:51:31.015 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:31.015 INFO kablam! --> src/canteen.rs:118:37 Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.015 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:31.015 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.015 INFO kablam! Sep 06 02:51:31.015 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 06 02:51:31.015 INFO kablam! --> src/canteen.rs:118:27 Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 06 02:51:31.015 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 06 02:51:31.015 INFO kablam! | Sep 06 02:51:31.015 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 06 02:51:31.015 INFO kablam! = note: to learn more, visit Sep 06 02:51:31.015 INFO kablam! = note: required by `std::result::Result` Sep 06 02:51:31.015 INFO kablam! Sep 06 02:51:31.045 INFO kablam! error: aborting due to 13 previous errors Sep 06 02:51:31.045 INFO kablam! Sep 06 02:51:31.045 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 06 02:51:31.045 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 02:51:31.066 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 06 02:51:31.066 INFO kablam! Sep 06 02:51:31.066 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:51:31.068 INFO kablam! su: No module specific data is present Sep 06 02:51:31.549 INFO running `"docker" "rm" "-f" "463ae8e72a8cbcf0659eb2dbe341b333d65bfe17bee3c889b64d9958ea312f67"` Sep 06 02:51:31.639 INFO blam! 463ae8e72a8cbcf0659eb2dbe341b333d65bfe17bee3c889b64d9958ea312f67