[INFO] cloning repository https://github.com/lawrencek0/pet-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lawrencek0/pet-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawrencek0%2Fpet-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawrencek0%2Fpet-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 555eb8f0aea86d5696b871b96fce600d322caef5 [INFO] checking lawrencek0/pet-rs against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawrencek0%2Fpet-rs" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lawrencek0/pet-rs on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lawrencek0/pet-rs [INFO] finished tweaking git repo https://github.com/lawrencek0/pet-rs [INFO] tweaked toml for git repo https://github.com/lawrencek0/pet-rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/lawrencek0/pet-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fantoccini v0.11.9 [INFO] [stderr] Downloaded webdriver v0.39.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] 6a470a77cf322704da586b037e3d91b8d4c0aca02bbaf3798d028017576c4ee2 [INFO] running `"docker" "start" "-a" "6a470a77cf322704da586b037e3d91b8d4c0aca02bbaf3798d028017576c4ee2"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking openssl v0.10.24 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.33 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking webdriver v0.39.0 [INFO] [stderr] Checking fantoccini v0.11.9 [INFO] [stderr] Checking webdri v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Locator` [INFO] [stderr] --> src/pages/mod.rs:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | use fantoccini::{error, Client, Locator}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]> as futures::future::IntoFuture>::Item == futures::future::loop_fn::Loop<_, std::vec::Vec<_>>` [INFO] [stderr] --> src/pages/known_phages.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let scrapes = loop_fn(Vec::new(), |c| { [INFO] [stderr] | ^^^^^^^ expected struct `std::sync::Arc`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/loop_fn.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 76 | A: IntoFuture>, [INFO] [stderr] | ----------------- required by this bound in `futures::future::loop_fn::loop_fn` [INFO] [stderr] | [INFO] [stderr] = note: expected type `futures::future::loop_fn::Loop>, std::sync::Arc>>` [INFO] [stderr] found type `futures::future::loop_fn::Loop<_, std::vec::Vec<_>>` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in closure arguments [INFO] [stderr] --> src/pages/known_phages.rs:41:101 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scrape_phages(client: std::sync::Arc>)-> impl Future, Error = error::CmdError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected signature of `fn(std::sync::Arc>) -> _` [INFO] [stderr] 42 | let scrapes = loop_fn(Vec::new(), |c| { [INFO] [stderr] | --- found signature of `fn(std::vec::Vec<_>) -> _` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures::future::Future` for `futures::future::loop_fn::LoopFn, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]>, [closure@src/pages/known_phages.rs:42:39: 53:6 client:_]>` [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]> as futures::future::IntoFuture>::Item == futures::future::loop_fn::Loop, std::vec::Vec<_>>` [INFO] [stderr] --> src/pages/known_phages.rs:41:101 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scrape_phages(client: std::sync::Arc>)-> impl Future, Error = error::CmdError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::Arc`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `futures::future::loop_fn::Loop>, std::sync::Arc>>` [INFO] [stderr] found type `futures::future::loop_fn::Loop, std::vec::Vec<_>>` [INFO] [stderr] = note: required because of the requirements on the impl of `futures::future::Future` for `futures::future::loop_fn::LoopFn, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]>, [closure@src/pages/known_phages.rs:42:39: 53:6 client:_]>` [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `webdri`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `Locator` [INFO] [stderr] --> src/pages/mod.rs:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | use fantoccini::{error, Client, Locator}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]> as futures::future::IntoFuture>::Item == futures::future::loop_fn::Loop<_, std::vec::Vec<_>>` [INFO] [stderr] --> src/pages/known_phages.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | let scrapes = loop_fn(Vec::new(), |c| { [INFO] [stderr] | ^^^^^^^ expected struct `std::sync::Arc`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/loop_fn.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 76 | A: IntoFuture>, [INFO] [stderr] | ----------------- required by this bound in `futures::future::loop_fn::loop_fn` [INFO] [stderr] | [INFO] [stderr] = note: expected type `futures::future::loop_fn::Loop>, std::sync::Arc>>` [INFO] [stderr] found type `futures::future::loop_fn::Loop<_, std::vec::Vec<_>>` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in closure arguments [INFO] [stderr] --> src/pages/known_phages.rs:41:101 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scrape_phages(client: std::sync::Arc>)-> impl Future, Error = error::CmdError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected signature of `fn(std::sync::Arc>) -> _` [INFO] [stderr] 42 | let scrapes = loop_fn(Vec::new(), |c| { [INFO] [stderr] | --- found signature of `fn(std::vec::Vec<_>) -> _` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures::future::Future` for `futures::future::loop_fn::LoopFn, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]>, [closure@src/pages/known_phages.rs:42:39: 53:6 client:_]>` [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]> as futures::future::IntoFuture>::Item == futures::future::loop_fn::Loop, std::vec::Vec<_>>` [INFO] [stderr] --> src/pages/known_phages.rs:41:101 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn scrape_phages(client: std::sync::Arc>)-> impl Future, Error = error::CmdError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::sync::Arc`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `futures::future::loop_fn::Loop>, std::sync::Arc>>` [INFO] [stderr] found type `futures::future::loop_fn::Loop, std::vec::Vec<_>>` [INFO] [stderr] = note: required because of the requirements on the impl of `futures::future::Future` for `futures::future::loop_fn::LoopFn, std::result::Result>, std::sync::Arc>>, fantoccini::error::CmdError>, [closure@src/pages/known_phages.rs:43:47: 52:10 client:_]>, [closure@src/pages/known_phages.rs:42:39: 53:6 client:_]>` [INFO] [stderr] = note: the return type of a function must have a statically known size [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: could not compile `webdri`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6a470a77cf322704da586b037e3d91b8d4c0aca02bbaf3798d028017576c4ee2"` [INFO] running `"docker" "rm" "-f" "6a470a77cf322704da586b037e3d91b8d4c0aca02bbaf3798d028017576c4ee2"` [INFO] [stdout] 6a470a77cf322704da586b037e3d91b8d4c0aca02bbaf3798d028017576c4ee2