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