Sep 01 20:24:50.154 INFO checking frunk-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 20:24:50.155 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 20:24:50.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 20:24:50.402 INFO blam! 4851f19ca972cda5e33d864d40d437337852b575b081666b37da5a75e925b87b Sep 01 20:24:50.404 INFO running `"docker" "start" "-a" "4851f19ca972cda5e33d864d40d437337852b575b081666b37da5a75e925b87b"` Sep 01 20:24:51.096 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 01 20:24:51.185 INFO kablam! Compiling frunk_core v0.0.23 Sep 01 20:24:51.185 INFO kablam! Compiling frunk_core v0.2.0 Sep 01 20:25:13.607 INFO kablam! Compiling frunk_derives v0.0.24 Sep 01 20:25:13.672 INFO kablam! Compiling frunk_derives v0.2.0 Sep 01 20:25:21.770 INFO kablam! Checking frunk v0.2.0 (file:///source) Sep 01 20:25:21.772 INFO kablam! Checking frunk v0.1.36 Sep 01 20:25:24.496 INFO kablam! Checking frunk_laws v0.0.14 Sep 01 20:25:28.331 INFO kablam! warning: unused `#[macro_use]` import Sep 01 20:25:28.331 INFO kablam! --> benches/validated.rs:3:1 Sep 01 20:25:28.331 INFO kablam! | Sep 01 20:25:28.331 INFO kablam! 3 | #[macro_use] Sep 01 20:25:28.331 INFO kablam! | ^^^^^^^^^^^^ Sep 01 20:25:28.331 INFO kablam! | Sep 01 20:25:28.331 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 20:25:28.331 INFO kablam! Sep 01 20:25:28.817 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 01 20:25:28.817 INFO kablam! --> benches/labelled.rs:334:25 Sep 01 20:25:28.817 INFO kablam! | Sep 01 20:25:28.817 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.818 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.818 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.818 INFO kablam! | Sep 01 20:25:28.818 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 01 20:25:28.818 INFO kablam! | Sep 01 20:25:28.818 INFO kablam! Sep 01 20:25:28.819 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 01 20:25:28.819 INFO kablam! --> benches/labelled.rs:334:28 Sep 01 20:25:28.819 INFO kablam! | Sep 01 20:25:28.819 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.819 INFO kablam! | ^ did you mean `i8`? Sep 01 20:25:28.819 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.819 INFO kablam! | Sep 01 20:25:28.819 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 01 20:25:28.819 INFO kablam! | Sep 01 20:25:28.819 INFO kablam! Sep 01 20:25:28.819 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 01 20:25:28.819 INFO kablam! --> benches/labelled.rs:334:31 Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.820 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.820 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! Sep 01 20:25:28.820 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 01 20:25:28.820 INFO kablam! --> benches/labelled.rs:334:34 Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.820 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.820 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! Sep 01 20:25:28.820 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 01 20:25:28.820 INFO kablam! --> benches/labelled.rs:334:37 Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.820 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.820 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.820 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.820 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! Sep 01 20:25:28.821 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 01 20:25:28.821 INFO kablam! --> benches/labelled.rs:334:40 Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.821 INFO kablam! | ^^ not found in this scope Sep 01 20:25:28.821 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! Sep 01 20:25:28.821 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 01 20:25:28.821 INFO kablam! --> benches/labelled.rs:334:44 Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.821 INFO kablam! | ^ did you mean `Fn`? Sep 01 20:25:28.821 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! Sep 01 20:25:28.821 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 01 20:25:28.821 INFO kablam! --> benches/labelled.rs:334:47 Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.821 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.821 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.821 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.821 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! Sep 01 20:25:28.822 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 01 20:25:28.822 INFO kablam! --> benches/labelled.rs:334:50 Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.822 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.822 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! Sep 01 20:25:28.822 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 01 20:25:28.822 INFO kablam! --> benches/labelled.rs:334:53 Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 01 20:25:28.822 INFO kablam! | ^ not found in this scope Sep 01 20:25:28.822 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 01 20:25:28.822 INFO kablam! | Sep 01 20:25:28.822 INFO kablam! Sep 01 20:25:29.106 INFO kablam! error: aborting due to 10 previous errors Sep 01 20:25:29.106 INFO kablam! Sep 01 20:25:29.106 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 01 20:25:29.123 INFO kablam! error: Could not compile `frunk`. Sep 01 20:25:29.124 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 20:25:29.477 INFO kablam! warning: unused import: `frunk_core::hlist` Sep 01 20:25:29.477 INFO kablam! --> benches/hlist.rs:7:5 Sep 01 20:25:29.477 INFO kablam! | Sep 01 20:25:29.477 INFO kablam! 7 | use frunk_core::hlist::*; Sep 01 20:25:29.477 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 20:25:29.477 INFO kablam! | Sep 01 20:25:29.477 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 20:25:29.478 INFO kablam! Sep 01 20:25:30.492 INFO kablam! error: build failed Sep 01 20:25:30.492 INFO kablam! su: No module specific data is present Sep 01 20:25:30.901 INFO running `"docker" "rm" "-f" "4851f19ca972cda5e33d864d40d437337852b575b081666b37da5a75e925b87b"` Sep 01 20:25:31.000 INFO blam! 4851f19ca972cda5e33d864d40d437337852b575b081666b37da5a75e925b87b