Jul 11 20:06:26.470 INFO checking symtern-0.1.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 20:06:26.470 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 20:06:26.470 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 20:06:26.471 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 20:06:26.679 INFO blam! 5505c616fefceebf2fdc697d1790dc6bf4dc0d4b8579997836305250616b739f Jul 11 20:06:26.682 INFO running `"docker" "start" "-a" "5505c616fefceebf2fdc697d1790dc6bf4dc0d4b8579997836305250616b739f"` Jul 11 20:06:27.613 INFO kablam! Checking compiletest_rs v0.2.10 Jul 11 20:06:27.622 INFO kablam! Checking symtern v0.1.0 (file:///source) Jul 11 20:06:28.735 INFO kablam! warning: variable does not need to be mutable Jul 11 20:06:28.735 INFO kablam! --> src/basic.rs:170:15 Jul 11 20:06:28.735 INFO kablam! | Jul 11 20:06:28.735 INFO kablam! 170 | fn intern(mut self, value: &Self::Input) -> Result { Jul 11 20:06:28.735 INFO kablam! | ----^^^^ Jul 11 20:06:28.735 INFO kablam! | | Jul 11 20:06:28.735 INFO kablam! | help: remove this `mut` Jul 11 20:06:28.735 INFO kablam! | Jul 11 20:06:28.735 INFO kablam! = note: #[warn(unused_mut)] on by default Jul 11 20:06:28.735 INFO kablam! Jul 11 20:06:29.406 INFO kablam! error[E0432]: unresolved import `test::TestPaths` Jul 11 20:06:29.406 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:34:5 Jul 11 20:06:29.406 INFO kablam! | Jul 11 20:06:29.406 INFO kablam! 34 | use test::TestPaths; Jul 11 20:06:29.406 INFO kablam! | ^^^^^^^^^^^^^^^ no `TestPaths` in the root. Did you mean to use `TestOpts`? Jul 11 20:06:29.406 INFO kablam! Jul 11 20:06:29.407 INFO kablam! error[E0432]: unresolved import `test::TestPaths` Jul 11 20:06:29.407 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/runtest.rs:20:5 Jul 11 20:06:29.407 INFO kablam! | Jul 11 20:06:29.407 INFO kablam! 20 | use test::TestPaths; Jul 11 20:06:29.407 INFO kablam! | ^^^^^^^^^^^^^^^ no `TestPaths` in the root. Did you mean to use `TestOpts`? Jul 11 20:06:29.407 INFO kablam! Jul 11 20:06:29.962 INFO kablam! error[E0560]: struct `test::TestOpts` has no field named `quiet` Jul 11 20:06:29.962 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:100:9 Jul 11 20:06:29.962 INFO kablam! | Jul 11 20:06:29.962 INFO kablam! 100 | quiet: config.quiet, Jul 11 20:06:29.962 INFO kablam! | ^^^^^ `test::TestOpts` does not have this field Jul 11 20:06:29.962 INFO kablam! | Jul 11 20:06:29.962 INFO kablam! = note: available fields are: `list`, `filter`, `filter_exact`, `run_ignored`, `run_tests` ... and 8 others Jul 11 20:06:29.962 INFO kablam! Jul 11 20:06:30.204 INFO kablam! error[E0593]: closure is expected to take 0 arguments, but it takes a single 0-tuple as argument Jul 11 20:06:30.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/compiletest_rs-0.2.10/src/lib.rs:263:21 Jul 11 20:06:30.204 INFO kablam! | Jul 11 20:06:30.204 INFO kablam! 263 | test::DynTestFn(Box::new(move |()| { Jul 11 20:06:30.204 INFO kablam! | ^ --------- takes a single 0-tuple as argument Jul 11 20:06:30.204 INFO kablam! | _____________________| Jul 11 20:06:30.204 INFO kablam! | | Jul 11 20:06:30.204 INFO kablam! 264 | | runtest::run(config, &testpaths) Jul 11 20:06:30.204 INFO kablam! 265 | | })) Jul 11 20:06:30.204 INFO kablam! | |______^ expected closure that takes 0 arguments Jul 11 20:06:30.204 INFO kablam! | Jul 11 20:06:30.204 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:_]` Jul 11 20:06:30.204 INFO kablam! = note: required for the cast to the object type `dyn std::boxed::FnBox<(), Output=()> + std::marker::Send` Jul 11 20:06:30.204 INFO kablam! help: change the closure to take multiple arguments instead of a single tuple Jul 11 20:06:30.205 INFO kablam! | Jul 11 20:06:30.205 INFO kablam! 263 | test::DynTestFn(Box::new(|| { Jul 11 20:06:30.205 INFO kablam! | ^^ Jul 11 20:06:30.205 INFO kablam! Jul 11 20:06:32.034 INFO kablam! error: aborting due to 4 previous errors Jul 11 20:06:32.034 INFO kablam! Jul 11 20:06:32.034 INFO kablam! Some errors occurred: E0432, E0560, E0593. Jul 11 20:06:32.034 INFO kablam! For more information about an error, try `rustc --explain E0432`. Jul 11 20:06:32.061 INFO kablam! error: Could not compile `compiletest_rs`. Jul 11 20:06:32.061 INFO kablam! Jul 11 20:06:32.061 INFO kablam! To learn more, run the command again with --verbose. Jul 11 20:06:32.064 INFO kablam! su: No module specific data is present Jul 11 20:06:32.602 INFO running `"docker" "rm" "-f" "5505c616fefceebf2fdc697d1790dc6bf4dc0d4b8579997836305250616b739f"` Jul 11 20:06:32.771 INFO blam! 5505c616fefceebf2fdc697d1790dc6bf4dc0d4b8579997836305250616b739f