[INFO] updating cached repository https://github.com/lawrencek0/pet-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 555eb8f0aea86d5696b871b96fce600d322caef5 [INFO] testing lawrencek0/pet-rs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flawrencek0%2Fpet-rs" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lawrencek0/pet-rs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] c10a9765aa9428d6c25f3ed073fd962f897c518b8821784ca3d1d22fdef43484 [INFO] running `"docker" "start" "-a" "c10a9765aa9428d6c25f3ed073fd962f897c518b8821784ca3d1d22fdef43484"` [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling webdriver v0.39.0 [INFO] [stderr] Compiling fantoccini v0.11.9 [INFO] [stderr] Compiling 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c10a9765aa9428d6c25f3ed073fd962f897c518b8821784ca3d1d22fdef43484"` [INFO] running `"docker" "rm" "-f" "c10a9765aa9428d6c25f3ed073fd962f897c518b8821784ca3d1d22fdef43484"` [INFO] [stdout] c10a9765aa9428d6c25f3ed073fd962f897c518b8821784ca3d1d22fdef43484