[INFO] updating cached repository https://github.com/fin-ger/rust-ovgu-canteen [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb62dabc93c1671fc6597b345de4f41a47a027d9 [INFO] checking fin-ger/rust-ovgu-canteen against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffin-ger%2Frust-ovgu-canteen" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fin-ger/rust-ovgu-canteen on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fin-ger/rust-ovgu-canteen [INFO] finished tweaking git repo https://github.com/fin-ger/rust-ovgu-canteen [INFO] tweaked toml for git repo https://github.com/fin-ger/rust-ovgu-canteen written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/fin-ger/rust-ovgu-canteen already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8332425ced9e6d98561dfa0a7ebc132dfb92d72ba693a264f386371d7a4390cd [INFO] running `"docker" "start" "-a" "8332425ced9e6d98561dfa0a7ebc132dfb92d72ba693a264f386371d7a4390cd"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Checking linked_hash_set v0.1.3 [INFO] [stderr] Compiling html5ever v0.24.1 [INFO] [stderr] Checking tokio-openssl v0.3.0 [INFO] [stderr] Compiling markup5ever v0.9.0 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking scraper v0.11.0 [INFO] [stderr] Checking 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[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:121:40 [INFO] [stderr] | [INFO] [stderr] 121 | let body = std::str::from_utf8(&chunks).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: required because of the requirements on the impl of `std::ops::Try` for `std::result::Result<[u8], error::Error>` [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 5 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] warning: build failed, waiting for other jobs to finish... [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:121:40 [INFO] [stderr] | [INFO] [stderr] 121 | let body = std::str::from_utf8(&chunks).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: required because of the requirements on the impl of `std::ops::Try` for `std::result::Result<[u8], error::Error>` [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 5 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" "8332425ced9e6d98561dfa0a7ebc132dfb92d72ba693a264f386371d7a4390cd"` [INFO] running `"docker" "rm" "-f" "8332425ced9e6d98561dfa0a7ebc132dfb92d72ba693a264f386371d7a4390cd"` [INFO] [stdout] 8332425ced9e6d98561dfa0a7ebc132dfb92d72ba693a264f386371d7a4390cd