Sep 10 20:03:26.901 INFO checking drone-0.6.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 20:03:26.901 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 20:03:26.901 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 20:03:27.110 INFO blam! c76a3064cbc5f7c77e7c8c320dae911733f428c090d71f5e83a0558379328198 Sep 10 20:03:27.112 INFO running `"docker" "start" "-a" "c76a3064cbc5f7c77e7c8c320dae911733f428c090d71f5e83a0558379328198"` Sep 10 20:03:28.986 INFO kablam! usermod: no changes Sep 10 20:03:29.168 INFO kablam! Checking futures v0.1.24 Sep 10 20:03:29.170 INFO kablam! Compiling drone-macros v0.6.0 Sep 10 20:03:29.170 INFO kablam! Checking compiletest_rs v0.2.10 Sep 10 20:03:36.124 INFO kablam! error[E0432]: unresolved import `test::TestPaths` Sep 10 20:03:36.124 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:34:5 Sep 10 20:03:36.124 INFO kablam! | Sep 10 20:03:36.124 INFO kablam! 34 | use test::TestPaths; Sep 10 20:03:36.124 INFO kablam! | ^^^^^^^^^^^^^^^ no `TestPaths` in the root. Did you mean to use `TestOpts`? Sep 10 20:03:36.134 INFO kablam! Sep 10 20:03:36.134 INFO kablam! error[E0432]: unresolved import `test::TestPaths` Sep 10 20:03:36.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/runtest.rs:20:5 Sep 10 20:03:36.134 INFO kablam! | Sep 10 20:03:36.134 INFO kablam! 20 | use test::TestPaths; Sep 10 20:03:36.134 INFO kablam! | ^^^^^^^^^^^^^^^ no `TestPaths` in the root. Did you mean to use `TestOpts`? Sep 10 20:03:36.135 INFO kablam! Sep 10 20:03:37.783 INFO kablam! error[E0560]: struct `test::TestOpts` has no field named `quiet` Sep 10 20:03:37.783 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:100:9 Sep 10 20:03:37.783 INFO kablam! | Sep 10 20:03:37.783 INFO kablam! 100 | quiet: config.quiet, Sep 10 20:03:37.783 INFO kablam! | ^^^^^ `test::TestOpts` does not have this field Sep 10 20:03:37.783 INFO kablam! | Sep 10 20:03:37.783 INFO kablam! = note: available fields are: `list`, `filter`, `filter_exact`, `run_ignored`, `run_tests` ... and 8 others Sep 10 20:03:37.783 INFO kablam! Sep 10 20:03:38.098 INFO kablam! error[E0593]: closure is expected to take 0 arguments, but it takes a single 0-tuple as argument Sep 10 20:03:38.098 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:263:21 Sep 10 20:03:38.098 INFO kablam! | Sep 10 20:03:38.098 INFO kablam! 263 | test::DynTestFn(Box::new(move |()| { Sep 10 20:03:38.098 INFO kablam! | ^ --------- takes a single 0-tuple as argument Sep 10 20:03:38.098 INFO kablam! | _____________________| Sep 10 20:03:38.098 INFO kablam! | | Sep 10 20:03:38.098 INFO kablam! 264 | | runtest::run(config, &testpaths) Sep 10 20:03:38.099 INFO kablam! 265 | | })) Sep 10 20:03:38.099 INFO kablam! | |______^ expected closure that takes 0 arguments Sep 10 20:03:38.106 INFO kablam! | Sep 10 20:03:38.106 INFO kablam! = note: required because of the requirements on the impl of `std::boxed::FnBox<()>` for `[closure@/cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:263:30: 265:6 config:_, testpaths:_]` Sep 10 20:03:38.106 INFO kablam! = note: required for the cast to the object type `dyn std::boxed::FnBox<(), Output=()> + std::marker::Send` Sep 10 20:03:38.107 INFO kablam! help: change the closure to take multiple arguments instead of a single tuple Sep 10 20:03:38.107 INFO kablam! | Sep 10 20:03:38.107 INFO kablam! 263 | test::DynTestFn(Box::new(|| { Sep 10 20:03:38.107 INFO kablam! | ^^ Sep 10 20:03:38.107 INFO kablam! Sep 10 20:03:39.689 INFO kablam! error: aborting due to 4 previous errors Sep 10 20:03:39.698 INFO kablam! Sep 10 20:03:39.698 INFO kablam! Some errors occurred: E0432, E0560, E0593. Sep 10 20:03:39.698 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 10 20:03:39.728 INFO kablam! error: Could not compile `compiletest_rs`. Sep 10 20:03:39.728 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 20:03:39.831 INFO kablam! error: build failed Sep 10 20:03:39.833 INFO kablam! su: No module specific data is present Sep 10 20:03:41.569 INFO running `"docker" "rm" "-f" "c76a3064cbc5f7c77e7c8c320dae911733f428c090d71f5e83a0558379328198"` Sep 10 20:03:41.732 INFO blam! c76a3064cbc5f7c77e7c8c320dae911733f428c090d71f5e83a0558379328198