Sep 04 17:21:38.719 INFO checking frunk-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 17:21:38.719 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 17:21:38.719 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 17:21:38.901 INFO blam! d7b62982dd8714b23654526c9bdaf5a88ced32ebb696175c6647b992f41ea8bf Sep 04 17:21:38.903 INFO running `"docker" "start" "-a" "d7b62982dd8714b23654526c9bdaf5a88ced32ebb696175c6647b992f41ea8bf"` Sep 04 17:21:39.479 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 04 17:21:39.576 INFO kablam! Compiling frunk_core v0.0.23 Sep 04 17:21:39.577 INFO kablam! Compiling frunk_core v0.2.0 Sep 04 17:22:04.984 INFO kablam! Compiling frunk_derives v0.2.0 Sep 04 17:22:06.649 INFO kablam! Compiling frunk_derives v0.0.24 Sep 04 17:22:12.947 INFO kablam! Checking frunk v0.2.0 (file:///source) Sep 04 17:22:13.689 INFO kablam! Checking frunk v0.1.36 Sep 04 17:22:15.770 INFO kablam! Checking frunk_laws v0.0.14 Sep 04 17:22:21.403 INFO kablam! warning: unused import: `frunk_core::hlist` Sep 04 17:22:21.403 INFO kablam! --> benches/hlist.rs:7:5 Sep 04 17:22:21.403 INFO kablam! | Sep 04 17:22:21.403 INFO kablam! 7 | use frunk_core::hlist::*; Sep 04 17:22:21.403 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 17:22:21.403 INFO kablam! | Sep 04 17:22:21.403 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 17:22:21.403 INFO kablam! Sep 04 17:22:21.789 INFO kablam! warning: unused `#[macro_use]` import Sep 04 17:22:21.789 INFO kablam! --> benches/validated.rs:3:1 Sep 04 17:22:21.789 INFO kablam! | Sep 04 17:22:21.789 INFO kablam! 3 | #[macro_use] Sep 04 17:22:21.789 INFO kablam! | ^^^^^^^^^^^^ Sep 04 17:22:21.790 INFO kablam! | Sep 04 17:22:21.790 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 17:22:21.791 INFO kablam! Sep 04 17:22:22.934 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 04 17:22:22.934 INFO kablam! --> benches/labelled.rs:334:25 Sep 04 17:22:22.934 INFO kablam! | Sep 04 17:22:22.934 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.935 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.942 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.942 INFO kablam! | Sep 04 17:22:22.942 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 04 17:22:22.942 INFO kablam! | Sep 04 17:22:22.943 INFO kablam! Sep 04 17:22:22.943 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 04 17:22:22.943 INFO kablam! --> benches/labelled.rs:334:28 Sep 04 17:22:22.943 INFO kablam! | Sep 04 17:22:22.943 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.943 INFO kablam! | ^ did you mean `i8`? Sep 04 17:22:22.943 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.943 INFO kablam! | Sep 04 17:22:22.943 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 04 17:22:22.943 INFO kablam! | Sep 04 17:22:22.943 INFO kablam! Sep 04 17:22:22.943 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 04 17:22:22.943 INFO kablam! --> benches/labelled.rs:334:31 Sep 04 17:22:22.943 INFO kablam! | Sep 04 17:22:22.943 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.943 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.945 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.945 INFO kablam! | Sep 04 17:22:22.945 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 04 17:22:22.945 INFO kablam! | Sep 04 17:22:22.945 INFO kablam! Sep 04 17:22:22.945 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 04 17:22:22.945 INFO kablam! --> benches/labelled.rs:334:34 Sep 04 17:22:22.945 INFO kablam! | Sep 04 17:22:22.945 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.945 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.945 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.945 INFO kablam! | Sep 04 17:22:22.945 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 04 17:22:22.945 INFO kablam! | Sep 04 17:22:22.945 INFO kablam! Sep 04 17:22:22.945 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 04 17:22:22.945 INFO kablam! --> benches/labelled.rs:334:37 Sep 04 17:22:22.945 INFO kablam! | Sep 04 17:22:22.945 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.945 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.946 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! Sep 04 17:22:22.946 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 04 17:22:22.946 INFO kablam! --> benches/labelled.rs:334:40 Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.946 INFO kablam! | ^^ not found in this scope Sep 04 17:22:22.946 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! Sep 04 17:22:22.946 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 04 17:22:22.946 INFO kablam! --> benches/labelled.rs:334:44 Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.946 INFO kablam! | ^ did you mean `Fn`? Sep 04 17:22:22.946 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 04 17:22:22.946 INFO kablam! | Sep 04 17:22:22.946 INFO kablam! Sep 04 17:22:22.946 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 04 17:22:22.947 INFO kablam! --> benches/labelled.rs:334:47 Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.947 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.947 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! Sep 04 17:22:22.947 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 04 17:22:22.947 INFO kablam! --> benches/labelled.rs:334:50 Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.947 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.947 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! Sep 04 17:22:22.947 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 04 17:22:22.947 INFO kablam! --> benches/labelled.rs:334:53 Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.947 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 17:22:22.947 INFO kablam! | ^ not found in this scope Sep 04 17:22:22.947 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 17:22:22.947 INFO kablam! | Sep 04 17:22:22.948 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 04 17:22:22.948 INFO kablam! | Sep 04 17:22:22.948 INFO kablam! Sep 04 17:22:23.310 INFO kablam! error: aborting due to 10 previous errors Sep 04 17:22:23.310 INFO kablam! Sep 04 17:22:23.310 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 04 17:22:23.319 INFO kablam! error: Could not compile `frunk`. Sep 04 17:22:23.320 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 17:22:25.563 INFO kablam! error: build failed Sep 04 17:22:25.565 INFO kablam! su: No module specific data is present Sep 04 17:22:26.120 INFO running `"docker" "rm" "-f" "d7b62982dd8714b23654526c9bdaf5a88ced32ebb696175c6647b992f41ea8bf"` Sep 04 17:22:26.277 INFO blam! d7b62982dd8714b23654526c9bdaf5a88ced32ebb696175c6647b992f41ea8bf