Sep 14 16:22:56.993 INFO checking frunk-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:22:56.993 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:22:56.993 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:22:57.251 INFO blam! a43c67cf1877f7073a72f921a441caa55fde0216a4fba6508afaa4238463aa6e Sep 14 16:22:57.266 INFO running `"docker" "start" "-a" "a43c67cf1877f7073a72f921a441caa55fde0216a4fba6508afaa4238463aa6e"` Sep 14 16:22:58.667 INFO kablam! usermod: no changes Sep 14 16:22:58.723 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 14 16:22:58.838 INFO kablam! Compiling frunk_core v0.0.23 Sep 14 16:22:58.838 INFO kablam! Compiling frunk_core v0.2.0 Sep 14 16:23:25.403 INFO kablam! Compiling frunk_derives v0.2.0 Sep 14 16:23:26.146 INFO kablam! Compiling frunk_derives v0.0.24 Sep 14 16:23:29.906 INFO kablam! Checking frunk v0.2.0 (file:///source) Sep 14 16:23:29.945 INFO kablam! Checking frunk v0.1.36 Sep 14 16:23:30.811 INFO kablam! Checking frunk_laws v0.0.14 Sep 14 16:23:32.073 INFO kablam! warning: unused `#[macro_use]` import Sep 14 16:23:32.073 INFO kablam! --> benches/validated.rs:3:1 Sep 14 16:23:32.073 INFO kablam! | Sep 14 16:23:32.073 INFO kablam! 3 | #[macro_use] Sep 14 16:23:32.073 INFO kablam! | ^^^^^^^^^^^^ Sep 14 16:23:32.077 INFO kablam! | Sep 14 16:23:32.077 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:23:32.077 INFO kablam! Sep 14 16:23:32.288 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 14 16:23:32.288 INFO kablam! --> benches/labelled.rs:334:25 Sep 14 16:23:32.288 INFO kablam! | Sep 14 16:23:32.288 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.288 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.288 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.288 INFO kablam! | Sep 14 16:23:32.288 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 14 16:23:32.288 INFO kablam! | Sep 14 16:23:32.288 INFO kablam! Sep 14 16:23:32.295 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 14 16:23:32.295 INFO kablam! --> benches/labelled.rs:334:28 Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.295 INFO kablam! | ^ did you mean `i8`? Sep 14 16:23:32.295 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! Sep 14 16:23:32.295 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 14 16:23:32.295 INFO kablam! --> benches/labelled.rs:334:31 Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.295 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.295 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! Sep 14 16:23:32.295 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 14 16:23:32.295 INFO kablam! --> benches/labelled.rs:334:34 Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.295 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.295 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! Sep 14 16:23:32.295 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 14 16:23:32.295 INFO kablam! --> benches/labelled.rs:334:37 Sep 14 16:23:32.295 INFO kablam! | Sep 14 16:23:32.295 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.296 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! Sep 14 16:23:32.296 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 14 16:23:32.296 INFO kablam! --> benches/labelled.rs:334:40 Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.296 INFO kablam! | ^^ not found in this scope Sep 14 16:23:32.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! Sep 14 16:23:32.296 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 14 16:23:32.296 INFO kablam! --> benches/labelled.rs:334:44 Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.296 INFO kablam! | ^ did you mean `Fn`? Sep 14 16:23:32.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! Sep 14 16:23:32.296 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 14 16:23:32.296 INFO kablam! --> benches/labelled.rs:334:47 Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.296 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! Sep 14 16:23:32.296 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 14 16:23:32.296 INFO kablam! --> benches/labelled.rs:334:50 Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.296 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! Sep 14 16:23:32.296 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 14 16:23:32.296 INFO kablam! --> benches/labelled.rs:334:53 Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 14 16:23:32.296 INFO kablam! | ^ not found in this scope Sep 14 16:23:32.296 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 14 16:23:32.296 INFO kablam! | Sep 14 16:23:32.296 INFO kablam! Sep 14 16:23:33.259 INFO kablam! error: aborting due to 10 previous errors Sep 14 16:23:33.259 INFO kablam! Sep 14 16:23:33.259 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 14 16:23:33.271 INFO kablam! error: Could not compile `frunk`. Sep 14 16:23:33.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:23:34.163 INFO kablam! warning: unused import: `frunk_core::hlist` Sep 14 16:23:34.163 INFO kablam! --> benches/hlist.rs:7:5 Sep 14 16:23:34.163 INFO kablam! | Sep 14 16:23:34.163 INFO kablam! 7 | use frunk_core::hlist::*; Sep 14 16:23:34.163 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 16:23:34.163 INFO kablam! | Sep 14 16:23:34.163 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:23:34.163 INFO kablam! Sep 14 16:23:34.446 INFO kablam! error: build failed Sep 14 16:23:34.451 INFO kablam! su: No module specific data is present Sep 14 16:23:35.309 INFO running `"docker" "rm" "-f" "a43c67cf1877f7073a72f921a441caa55fde0216a4fba6508afaa4238463aa6e"` Sep 14 16:23:35.506 INFO blam! a43c67cf1877f7073a72f921a441caa55fde0216a4fba6508afaa4238463aa6e