Sep 21 06:03:52.429 INFO checking ovgu-canteen-0.0.5 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:03:52.429 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:03:52.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:03:52.611 INFO blam! f6864b4ccb5df7e3872d094f1627f87f77c850745a75ed21f8680c17ca4dc275 Sep 21 06:03:52.613 INFO running `"docker" "start" "-a" "f6864b4ccb5df7e3872d094f1627f87f77c850745a75ed21f8680c17ca4dc275"` Sep 21 06:03:53.747 INFO kablam! usermod: no changes Sep 21 06:03:53.792 INFO kablam! warning: profile `doc` is deprecated and has no effect Sep 21 06:03:54.194 INFO kablam! Compiling hyper-openssl v0.6.1 Sep 21 06:03:54.194 INFO kablam! Checking ego-tree v0.5.0 Sep 21 06:03:54.198 INFO kablam! Checking linked_hash_set v0.1.3 Sep 21 06:03:54.207 INFO kablam! Compiling selectors v0.19.0 Sep 21 06:03:54.210 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 21 06:03:54.210 INFO kablam! Checking tokio-openssl v0.2.1 Sep 21 06:03:54.222 INFO kablam! Checking html5ever v0.22.3 Sep 21 06:03:54.222 INFO kablam! Checking hyper v0.12.10 Sep 21 06:04:04.679 INFO kablam! Checking cssparser v0.23.10 Sep 21 06:04:11.030 INFO kablam! Checking scraper v0.7.0 Sep 21 06:04:12.283 INFO kablam! Checking ovgu-canteen v0.0.5 (/source) Sep 21 06:04:14.958 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 21 06:04:14.958 INFO kablam! --> src/canteen.rs:113:40 Sep 21 06:04:14.958 INFO kablam! | Sep 21 06:04:14.958 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 21 06:04:14.958 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 21 06:04:14.958 INFO kablam! Sep 21 06:04:15.014 INFO kablam! error[E0412]: cannot find type `UriError` in module `hyper::error` Sep 21 06:04:15.014 INFO kablam! --> src/canteen.rs:113:40 Sep 21 06:04:15.014 INFO kablam! | Sep 21 06:04:15.014 INFO kablam! 113 | .map_err(|e: hyper::error::UriError| { Sep 21 06:04:15.014 INFO kablam! | ^^^^^^^^ not found in `hyper::error` Sep 21 06:04:15.014 INFO kablam! Sep 21 06:04:15.656 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 21 06:04:15.656 INFO kablam! --> src/canteen.rs:101:25 Sep 21 06:04:15.656 INFO kablam! | Sep 21 06:04:15.656 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 21 06:04:15.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 21 06:04:15.656 INFO kablam! Sep 21 06:04:15.761 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 21 06:04:15.761 INFO kablam! --> src/canteen.rs:101:25 Sep 21 06:04:15.761 INFO kablam! | Sep 21 06:04:15.761 INFO kablam! 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) Sep 21 06:04:15.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 21 06:04:15.761 INFO kablam! Sep 21 06:04:15.810 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 21 06:04:15.810 INFO kablam! --> src/canteen.rs:105:22 Sep 21 06:04:15.810 INFO kablam! | Sep 21 06:04:15.810 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 21 06:04:15.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 21 06:04:15.810 INFO kablam! Sep 21 06:04:15.810 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.810 INFO kablam! --> src/canteen.rs:114:65 Sep 21 06:04:15.810 INFO kablam! | Sep 21 06:04:15.810 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.810 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.810 INFO kablam! | Sep 21 06:04:15.810 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.810 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.810 INFO kablam! = note: required by `>::new` Sep 21 06:04:15.810 INFO kablam! Sep 21 06:04:15.810 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.810 INFO kablam! --> src/canteen.rs:119:60 Sep 21 06:04:15.810 INFO kablam! | Sep 21 06:04:15.810 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.810 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.811 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.811 INFO kablam! = note: required by `>::new` Sep 21 06:04:15.811 INFO kablam! Sep 21 06:04:15.811 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.811 INFO kablam! --> src/canteen.rs:118:37 Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.811 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.811 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.811 INFO kablam! Sep 21 06:04:15.811 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.811 INFO kablam! --> src/canteen.rs:118:46 Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.811 INFO kablam! | ^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.811 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.811 INFO kablam! = note: all local variables must have a statically known size Sep 21 06:04:15.811 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 21 06:04:15.811 INFO kablam! Sep 21 06:04:15.811 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.811 INFO kablam! --> src/canteen.rs:118:27 Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.811 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.811 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.811 INFO kablam! = note: required by `std::result::Result` Sep 21 06:04:15.811 INFO kablam! Sep 21 06:04:15.811 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.811 INFO kablam! --> src/canteen.rs:118:13 Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.811 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.811 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.811 INFO kablam! = note: all local variables must have a statically known size Sep 21 06:04:15.811 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 21 06:04:15.811 INFO kablam! Sep 21 06:04:15.811 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.811 INFO kablam! --> src/canteen.rs:118:22 Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.811 INFO kablam! | ______________________^ Sep 21 06:04:15.811 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.811 INFO kablam! 120 | | })?; Sep 21 06:04:15.811 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.811 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.811 INFO kablam! = note: all local variables must have a statically known size Sep 21 06:04:15.811 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 21 06:04:15.811 INFO kablam! Sep 21 06:04:15.811 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.811 INFO kablam! --> src/canteen.rs:118:22 Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.811 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.811 INFO kablam! | ______________________^ Sep 21 06:04:15.811 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.811 INFO kablam! 120 | | })?; Sep 21 06:04:15.811 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 21 06:04:15.811 INFO kablam! | Sep 21 06:04:15.812 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.812 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.812 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 21 06:04:15.812 INFO kablam! Sep 21 06:04:15.812 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.812 INFO kablam! --> src/canteen.rs:118:37 Sep 21 06:04:15.812 INFO kablam! | Sep 21 06:04:15.812 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.812 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.812 INFO kablam! | Sep 21 06:04:15.812 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.812 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.812 INFO kablam! Sep 21 06:04:15.812 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.812 INFO kablam! --> src/canteen.rs:118:27 Sep 21 06:04:15.812 INFO kablam! | Sep 21 06:04:15.812 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.812 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 21 06:04:15.812 INFO kablam! | Sep 21 06:04:15.812 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.812 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.812 INFO kablam! = note: required by `std::result::Result` Sep 21 06:04:15.812 INFO kablam! Sep 21 06:04:15.858 INFO kablam! error: aborting due to 13 previous errors Sep 21 06:04:15.858 INFO kablam! Sep 21 06:04:15.858 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 21 06:04:15.858 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 06:04:15.886 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 21 06:04:15.886 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:04:15.966 INFO kablam! error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope Sep 21 06:04:15.966 INFO kablam! --> src/canteen.rs:105:22 Sep 21 06:04:15.966 INFO kablam! | Sep 21 06:04:15.966 INFO kablam! 105 | let client = hyper::Client::configure().connector(connector).build( Sep 21 06:04:15.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` Sep 21 06:04:15.966 INFO kablam! Sep 21 06:04:15.974 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.974 INFO kablam! --> src/canteen.rs:114:65 Sep 21 06:04:15.974 INFO kablam! | Sep 21 06:04:15.974 INFO kablam! 114 | Error::Creation("parse", "uri".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.974 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.974 INFO kablam! | Sep 21 06:04:15.974 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.974 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.974 INFO kablam! = note: required by `>::new` Sep 21 06:04:15.974 INFO kablam! Sep 21 06:04:15.974 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.974 INFO kablam! --> src/canteen.rs:119:60 Sep 21 06:04:15.974 INFO kablam! | Sep 21 06:04:15.974 INFO kablam! 119 | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.974 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.974 INFO kablam! | Sep 21 06:04:15.974 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.974 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.974 INFO kablam! = note: required by `>::new` Sep 21 06:04:15.974 INFO kablam! Sep 21 06:04:15.974 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.974 INFO kablam! --> src/canteen.rs:118:37 Sep 21 06:04:15.974 INFO kablam! | Sep 21 06:04:15.974 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.974 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.974 INFO kablam! | Sep 21 06:04:15.974 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.974 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.974 INFO kablam! Sep 21 06:04:15.975 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.975 INFO kablam! --> src/canteen.rs:118:46 Sep 21 06:04:15.975 INFO kablam! | Sep 21 06:04:15.975 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.975 INFO kablam! | ^ doesn't have a size known at compile-time Sep 21 06:04:15.975 INFO kablam! | Sep 21 06:04:15.975 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.975 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.975 INFO kablam! = note: all local variables must have a statically known size Sep 21 06:04:15.975 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 21 06:04:15.975 INFO kablam! Sep 21 06:04:15.975 INFO kablam! error[E0277]: the size for values of type `dyn std::error::Error` cannot be known at compilation time Sep 21 06:04:15.975 INFO kablam! --> src/canteen.rs:118:27 Sep 21 06:04:15.975 INFO kablam! | Sep 21 06:04:15.975 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.975 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 21 06:04:15.975 INFO kablam! | Sep 21 06:04:15.975 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn std::error::Error` Sep 21 06:04:15.975 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.975 INFO kablam! = note: required by `std::result::Result` Sep 21 06:04:15.975 INFO kablam! Sep 21 06:04:15.982 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.982 INFO kablam! --> src/canteen.rs:118:13 Sep 21 06:04:15.982 INFO kablam! | Sep 21 06:04:15.982 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.982 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.982 INFO kablam! | Sep 21 06:04:15.982 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.982 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.982 INFO kablam! = note: all local variables must have a statically known size Sep 21 06:04:15.982 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 21 06:04:15.982 INFO kablam! Sep 21 06:04:15.982 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.982 INFO kablam! --> src/canteen.rs:118:22 Sep 21 06:04:15.982 INFO kablam! | Sep 21 06:04:15.982 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.982 INFO kablam! | ______________________^ Sep 21 06:04:15.982 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.982 INFO kablam! 120 | | })?; Sep 21 06:04:15.982 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 21 06:04:15.982 INFO kablam! | Sep 21 06:04:15.982 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.982 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.982 INFO kablam! = note: all local variables must have a statically known size Sep 21 06:04:15.982 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 21 06:04:15.982 INFO kablam! Sep 21 06:04:15.982 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.982 INFO kablam! --> src/canteen.rs:118:22 Sep 21 06:04:15.982 INFO kablam! | Sep 21 06:04:15.982 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.982 INFO kablam! | ______________________^ Sep 21 06:04:15.982 INFO kablam! 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) Sep 21 06:04:15.982 INFO kablam! 120 | | })?; Sep 21 06:04:15.982 INFO kablam! | |___________^ doesn't have a size known at compile-time Sep 21 06:04:15.982 INFO kablam! | Sep 21 06:04:15.982 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.982 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.983 INFO kablam! = note: required by `std::ops::Try::into_result` Sep 21 06:04:15.983 INFO kablam! Sep 21 06:04:15.983 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.983 INFO kablam! --> src/canteen.rs:118:37 Sep 21 06:04:15.983 INFO kablam! | Sep 21 06:04:15.983 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.983 INFO kablam! | ^^^^^^^ doesn't have a size known at compile-time Sep 21 06:04:15.983 INFO kablam! | Sep 21 06:04:15.983 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.983 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.983 INFO kablam! Sep 21 06:04:15.983 INFO kablam! error[E0277]: the size for values of type `[u8]` cannot be known at compilation time Sep 21 06:04:15.983 INFO kablam! --> src/canteen.rs:118:27 Sep 21 06:04:15.983 INFO kablam! | Sep 21 06:04:15.983 INFO kablam! 118 | let chunks = core.run(work).map_err(|e| { Sep 21 06:04:15.983 INFO kablam! | ^^^ doesn't have a size known at compile-time Sep 21 06:04:15.983 INFO kablam! | Sep 21 06:04:15.983 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[u8]` Sep 21 06:04:15.983 INFO kablam! = note: to learn more, visit Sep 21 06:04:15.983 INFO kablam! = note: required by `std::result::Result` Sep 21 06:04:15.983 INFO kablam! Sep 21 06:04:16.034 INFO kablam! error: aborting due to 13 previous errors Sep 21 06:04:16.034 INFO kablam! Sep 21 06:04:16.034 INFO kablam! Some errors occurred: E0061, E0277, E0412, E0599. Sep 21 06:04:16.034 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 06:04:16.070 INFO kablam! error: Could not compile `ovgu-canteen`. Sep 21 06:04:16.070 INFO kablam! Sep 21 06:04:16.070 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:04:16.070 INFO kablam! su: No module specific data is present Sep 21 06:04:16.889 INFO running `"docker" "rm" "-f" "f6864b4ccb5df7e3872d094f1627f87f77c850745a75ed21f8680c17ca4dc275"` Sep 21 06:04:17.004 INFO blam! f6864b4ccb5df7e3872d094f1627f87f77c850745a75ed21f8680c17ca4dc275