Sep 06 07:15:24.761 INFO checking fantoccini-stable-0.7.2 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 07:15:24.761 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 07:15:24.762 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:15:24.990 INFO blam! 6d37a8aaa273c48e6fa4139b276abd47470c1fd67e410894c64243b87e19f3b8 Sep 06 07:15:24.992 INFO running `"docker" "start" "-a" "6d37a8aaa273c48e6fa4139b276abd47470c1fd67e410894c64243b87e19f3b8"` Sep 06 07:15:25.609 INFO kablam! usermod: no changes Sep 06 07:15:26.040 INFO kablam! Checking cookie v0.9.2 Sep 06 07:15:26.545 INFO kablam! Checking webdriver v0.31.0 Sep 06 07:15:28.838 INFO kablam! Checking fantoccini-stable v0.7.2 (file:///source) Sep 06 07:15:33.842 INFO kablam! error[E0308]: mismatched types Sep 06 07:15:33.842 INFO kablam! --> src/lib.rs:1466:9 Sep 06 07:15:33.842 INFO kablam! | Sep 06 07:15:33.842 INFO kablam! 1464 | fn works_inner<'a>(c: &'a Client) -> Box> { Sep 06 07:15:33.842 INFO kablam! | ----------------------------------------------- expected `std::boxed::Box<(dyn futures::Future + 'static)>` because of return type Sep 06 07:15:33.842 INFO kablam! 1465 | // go to the Wikipedia page for Foobar Sep 06 07:15:33.842 INFO kablam! 1466 | / c.goto("https://en.wikipedia.org/wiki/Foobar") Sep 06 07:15:33.842 INFO kablam! 1467 | | .and_then(move |_| c.current_url()) Sep 06 07:15:33.842 INFO kablam! 1468 | | .and_then(move |url| { Sep 06 07:15:33.842 INFO kablam! 1469 | | assert_eq!(url.as_ref(), "https://en.wikipedia.org/wiki/Foobar"); Sep 06 07:15:33.842 INFO kablam! ... | Sep 06 07:15:33.842 INFO kablam! 1482 | | Ok(()) Sep 06 07:15:33.842 INFO kablam! 1483 | | }) Sep 06 07:15:33.842 INFO kablam! | |______________^ expected struct `std::boxed::Box`, found struct `futures::AndThen` Sep 06 07:15:33.842 INFO kablam! | Sep 06 07:15:33.842 INFO kablam! = note: expected type `std::boxed::Box<(dyn futures::Future + 'static)>` Sep 06 07:15:33.842 INFO kablam! found type `futures::AndThen>, std::boxed::Box>, [closure@src/lib.rs:1467:23: 1467:47 c:_]>, std::boxed::Box>, [closure@src/lib.rs:1468:23: 1472:14 c:_]>, std::boxed::Box>, [closure@src/lib.rs:1473:23: 1473:36]>, std::boxed::Box>, [closure@src/lib.rs:1474:23: 1477:14 c:_]>, std::boxed::Box>, [closure@src/lib.rs:1478:23: 1478:36]>, std::boxed::Box>, [closure@src/lib.rs:1479:23: 1479:47 c:_]>, std::result::Result<(), error::CmdError>, [closure@src/lib.rs:1480:23: 1483:14]>` Sep 06 07:15:33.842 INFO kablam! Sep 06 07:15:33.947 INFO kablam! error[E0308]: mismatched types Sep 06 07:15:33.947 INFO kablam! --> src/lib.rs:1494:9 Sep 06 07:15:33.947 INFO kablam! | Sep 06 07:15:33.947 INFO kablam! 1492 | fn clicks_inner<'a>(c: &'a Client) -> Box> { Sep 06 07:15:33.947 INFO kablam! | ----------------------------------------------- expected `std::boxed::Box<(dyn futures::Future + 'static)>` because of return type Sep 06 07:15:33.947 INFO kablam! 1493 | // go to the Wikipedia frontpage this time Sep 06 07:15:33.947 INFO kablam! 1494 | / c.goto("https://www.wikipedia.org/") Sep 06 07:15:33.947 INFO kablam! 1495 | | .and_then(move |_| { Sep 06 07:15:33.948 INFO kablam! 1496 | | // find, fill out, and submit the search form Sep 06 07:15:33.948 INFO kablam! 1497 | | c.form("#search-form") Sep 06 07:15:33.948 INFO kablam! ... | Sep 06 07:15:33.948 INFO kablam! 1505 | | Ok(()) Sep 06 07:15:33.948 INFO kablam! 1506 | | }) Sep 06 07:15:33.948 INFO kablam! | |______________^ expected struct `std::boxed::Box`, found struct `futures::AndThen` Sep 06 07:15:33.948 INFO kablam! | Sep 06 07:15:33.954 INFO kablam! = note: expected type `std::boxed::Box<(dyn futures::Future + 'static)>` Sep 06 07:15:33.954 INFO kablam! found type `futures::AndThen>, std::boxed::Box>, [closure@src/lib.rs:1495:23: 1498:14 c:_]>, std::boxed::Box>, [closure@src/lib.rs:1499:23: 1499:60]>, std::boxed::Box>, [closure@src/lib.rs:1500:23: 1500:37]>, std::boxed::Box>, [closure@src/lib.rs:1501:23: 1501:47 c:_]>, std::result::Result<(), error::CmdError>, [closure@src/lib.rs:1502:23: 1506:14]>` Sep 06 07:15:33.954 INFO kablam! Sep 06 07:15:34.074 INFO kablam! error[E0308]: mismatched types Sep 06 07:15:34.074 INFO kablam! --> src/lib.rs:1517:9 Sep 06 07:15:34.074 INFO kablam! | Sep 06 07:15:34.074 INFO kablam! 1515 | fn raw_inner<'a>(c: &'a Client) -> Box> { Sep 06 07:15:34.074 INFO kablam! | ----------------------------------------------- expected `std::boxed::Box<(dyn futures::Future + 'static)>` because of return type Sep 06 07:15:34.074 INFO kablam! 1516 | // go back to the frontpage Sep 06 07:15:34.074 INFO kablam! 1517 | / c.goto("https://www.wikipedia.org/") Sep 06 07:15:34.074 INFO kablam! 1518 | | .and_then(move |_| { Sep 06 07:15:34.074 INFO kablam! 1519 | | // find the source for the Wikipedia globe Sep 06 07:15:34.074 INFO kablam! 1520 | | c.by_selector("img.central-featured-logo") Sep 06 07:15:34.074 INFO kablam! ... | Sep 06 07:15:34.074 INFO kablam! 1543 | | Ok(()) Sep 06 07:15:34.074 INFO kablam! 1544 | | }) Sep 06 07:15:34.074 INFO kablam! | |______________^ expected struct `std::boxed::Box`, found struct `futures::AndThen` Sep 06 07:15:34.074 INFO kablam! | Sep 06 07:15:34.074 INFO kablam! = note: expected type `std::boxed::Box<(dyn futures::Future + 'static)>` Sep 06 07:15:34.074 INFO kablam! found type `futures::AndThen>, std::boxed::Box>, [closure@src/lib.rs:1518:23: 1521:14 c:_]>, futures::Map>>, [closure@src/lib.rs:1524:26: 1524:69]>, [closure@src/lib.rs:1522:23: 1525:14]>, std::boxed::Box>, [closure@src/lib.rs:1526:23: 1529:14 c:_]>, futures::stream::Fold error::CmdError {>::from}>, [closure@src/lib.rs:1534:39: 1537:22], futures::FutureResult, error::CmdError>, std::vec::Vec>, [closure@src/lib.rs:1530:23: 1538:14]>, std::result::Result<(), error::CmdError>, [closure@src/lib.rs:1539:23: 1544:14]>` Sep 06 07:15:34.074 INFO kablam! Sep 06 07:15:34.108 INFO kablam! error: aborting due to 3 previous errors Sep 06 07:15:34.108 INFO kablam! Sep 06 07:15:34.108 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 06 07:15:34.121 INFO kablam! error: Could not compile `fantoccini-stable`. Sep 06 07:15:34.121 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:15:34.191 INFO kablam! error: build failed Sep 06 07:15:34.196 INFO kablam! su: No module specific data is present Sep 06 07:15:34.757 INFO running `"docker" "rm" "-f" "6d37a8aaa273c48e6fa4139b276abd47470c1fd67e410894c64243b87e19f3b8"` Sep 06 07:15:34.858 INFO blam! 6d37a8aaa273c48e6fa4139b276abd47470c1fd67e410894c64243b87e19f3b8