[INFO] crate ovgu-canteen 0.0.5 is already in cache [INFO] testing ovgu-canteen-0.0.5 against 1.38.0 for beta-1.39-1 [INFO] extracting crate ovgu-canteen 0.0.5 into work/builds/worker-2/source [INFO] validating manifest of crates.io crate ovgu-canteen 0.0.5 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ovgu-canteen 0.0.5 [INFO] finished tweaking crates.io crate ovgu-canteen 0.0.5 [INFO] tweaked toml for crates.io crate ovgu-canteen 0.0.5 written to work/builds/worker-2/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 158284165aa1a04d107e4a8a86ba7b7d5f1855937021051fb0d0b923a3292c15 [INFO] running `"docker" "start" "-a" "158284165aa1a04d107e4a8a86ba7b7d5f1855937021051fb0d0b923a3292c15"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling procedural-masquerade v0.1.6 [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling dtoa-short v0.3.2 [INFO] [stderr] Compiling linked_hash_set v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling cssparser v0.25.9 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Compiling selectors v0.21.0 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling string_cache v0.7.4 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling cssparser-macros v0.3.6 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Compiling scraper v0.11.0 [INFO] [stderr] Compiling ovgu-canteen v0.0.5 (/opt/rustwide/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" "158284165aa1a04d107e4a8a86ba7b7d5f1855937021051fb0d0b923a3292c15"` [INFO] running `"docker" "rm" "-f" "158284165aa1a04d107e4a8a86ba7b7d5f1855937021051fb0d0b923a3292c15"` [INFO] [stdout] 158284165aa1a04d107e4a8a86ba7b7d5f1855937021051fb0d0b923a3292c15