[INFO] crate ovgu-canteen 0.0.5 is already in cache [INFO] extracting crate ovgu-canteen 0.0.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/ovgu-canteen/0.0.5 [INFO] extracting crate ovgu-canteen 0.0.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ovgu-canteen/0.0.5 [INFO] validating manifest of ovgu-canteen-0.0.5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ovgu-canteen-0.0.5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ovgu-canteen-0.0.5 [INFO] finished frobbing ovgu-canteen-0.0.5 [INFO] frobbed toml for ovgu-canteen-0.0.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/ovgu-canteen/0.0.5/Cargo.toml [INFO] started frobbing ovgu-canteen-0.0.5 [INFO] finished frobbing ovgu-canteen-0.0.5 [INFO] frobbed toml for ovgu-canteen-0.0.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ovgu-canteen/0.0.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ovgu-canteen-0.0.5 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ovgu-canteen/0.0.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 33747e818d6432e9d8da0b6171a65eea2e2be00def8c2cf1d276603490c340c2 [INFO] running `"docker" "start" "-a" "33747e818d6432e9d8da0b6171a65eea2e2be00def8c2cf1d276603490c340c2"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Compiling linked_hash_set v0.1.3 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling html5ever v0.22.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling scraper v0.10.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling ovgu-canteen v0.0.5 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `UriError` in module `hyper::error` [INFO] [stderr] --> src/canteen.rs:113:40 [INFO] [stderr] | [INFO] [stderr] 113 | .map_err(|e: hyper::error::UriError| { [INFO] [stderr] | ^^^^^^^^ not found in `hyper::error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:44:47 [INFO] [stderr] | [INFO] [stderr] 44 | Creation(&'static str, String, Option>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:61:57 [INFO] [stderr] | [INFO] [stderr] 61 | NotAvailable(&'static str, &'static str, Option>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:78:57 [INFO] [stderr] | [INFO] [stderr] 78 | InvalidValue(&'static str, &'static str, Option>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/canteen.rs:101:25 [INFO] [stderr] | [INFO] [stderr] 101 | let connector = hyper_openssl::HttpsConnector::new(num_cpus::get(), &core.handle()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `configure` found for type `hyper::Client<_, _>` in the current scope [INFO] [stderr] --> src/canteen.rs:105:37 [INFO] [stderr] | [INFO] [stderr] 105 | let client = hyper::Client::configure().connector(connector).build( [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `hyper::Client<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/canteen.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | let chunks = core.run(work).map_err(|e| { [INFO] [stderr] | ^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/canteen.rs:118:22 [INFO] [stderr] | [INFO] [stderr] 118 | let chunks = core.run(work).map_err(|e| { [INFO] [stderr] | ______________________^ [INFO] [stderr] 119 | | Error::Creation("get", "body".to_owned(), Some(Box::new(e))) [INFO] [stderr] 120 | | })?; [INFO] [stderr] | |___________^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: all local variables must have a statically known size [INFO] [stderr] = help: unsized locals are gated as an unstable feature [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/canteen.rs:120:11 [INFO] [stderr] | [INFO] [stderr] 120 | })?; [INFO] [stderr] | ^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `serde::export::Err` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/canteen.rs:118:37 [INFO] [stderr] | [INFO] [stderr] 118 | let chunks = core.run(work).map_err(|e| { [INFO] [stderr] | ^^^^^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stderr] --> src/canteen.rs:118:27 [INFO] [stderr] | [INFO] [stderr] 118 | let chunks = core.run(work).map_err(|e| { [INFO] [stderr] | ^^^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `[u8]` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::Stream` [INFO] [stderr] --> src/canteen.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use futures::Stream; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `futures::future::Future` [INFO] [stderr] --> src/canteen.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | use futures::future::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0412, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: Could not compile `ovgu-canteen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "33747e818d6432e9d8da0b6171a65eea2e2be00def8c2cf1d276603490c340c2"` [INFO] running `"docker" "rm" "-f" "33747e818d6432e9d8da0b6171a65eea2e2be00def8c2cf1d276603490c340c2"` [INFO] [stdout] 33747e818d6432e9d8da0b6171a65eea2e2be00def8c2cf1d276603490c340c2