Oct 27 22:13:05.891 INFO checking frunk-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:13:05.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 22:13:06.331 INFO blam! bd789675230d204ae092b024f48a35e8f1769286d5eaf36e579feed4f67b4bbc Oct 27 22:13:06.347 INFO running `"docker" "start" "-a" "bd789675230d204ae092b024f48a35e8f1769286d5eaf36e579feed4f67b4bbc"` Oct 27 22:13:07.874 INFO kablam! usermod: no changes Oct 27 22:13:08.021 INFO kablam! Compiling frunk_core v0.2.2 Oct 27 22:13:30.191 INFO kablam! Compiling frunk_derives v0.2.2 Oct 27 22:13:36.041 INFO kablam! Checking frunk v0.2.2 Oct 27 22:13:36.041 INFO kablam! Checking frunk v0.2.1 (/source) Oct 27 22:13:38.159 INFO kablam! Checking frunk_laws v0.2.2 Oct 27 22:13:42.279 INFO kablam! warning: unused import: `frunk_core::hlist` Oct 27 22:13:42.279 INFO kablam! --> benches/hlist.rs:7:5 Oct 27 22:13:42.279 INFO kablam! | Oct 27 22:13:42.279 INFO kablam! 7 | use frunk_core::hlist::*; Oct 27 22:13:42.279 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 22:13:42.279 INFO kablam! | Oct 27 22:13:42.279 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:13:42.279 INFO kablam! Oct 27 22:13:47.486 INFO kablam! warning: unused `#[macro_use]` import Oct 27 22:13:47.487 INFO kablam! --> benches/validated.rs:3:1 Oct 27 22:13:47.487 INFO kablam! | Oct 27 22:13:47.487 INFO kablam! 3 | #[macro_use] Oct 27 22:13:47.487 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:47.488 INFO kablam! | Oct 27 22:13:47.488 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:13:47.488 INFO kablam! Oct 27 22:13:48.209 INFO kablam! error[E0412]: cannot find type `f` in this scope Oct 27 22:13:48.209 INFO kablam! --> benches/labelled.rs:334:25 Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.209 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.209 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 9 | use frunk_core::labelled::chars::f; Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! Oct 27 22:13:48.209 INFO kablam! error[E0412]: cannot find type `i` in this scope Oct 27 22:13:48.209 INFO kablam! --> benches/labelled.rs:334:28 Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.209 INFO kablam! | ^ did you mean `i8`? Oct 27 22:13:48.209 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 9 | use frunk_core::labelled::chars::i; Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! Oct 27 22:13:48.209 INFO kablam! error[E0412]: cannot find type `r` in this scope Oct 27 22:13:48.209 INFO kablam! --> benches/labelled.rs:334:31 Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.209 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.209 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 9 | use frunk_core::labelled::chars::r; Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! Oct 27 22:13:48.209 INFO kablam! error[E0412]: cannot find type `s` in this scope Oct 27 22:13:48.209 INFO kablam! --> benches/labelled.rs:334:34 Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.209 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.209 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 9 | use frunk_core::labelled::chars::s; Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! Oct 27 22:13:48.209 INFO kablam! error[E0412]: cannot find type `t` in this scope Oct 27 22:13:48.209 INFO kablam! --> benches/labelled.rs:334:37 Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.209 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.209 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.209 INFO kablam! 9 | use frunk_core::labelled::chars::t; Oct 27 22:13:48.209 INFO kablam! | Oct 27 22:13:48.210 INFO kablam! Oct 27 22:13:48.210 INFO kablam! error[E0412]: cannot find type `__` in this scope Oct 27 22:13:48.210 INFO kablam! --> benches/labelled.rs:334:40 Oct 27 22:13:48.210 INFO kablam! | Oct 27 22:13:48.210 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.210 INFO kablam! | ^^ not found in this scope Oct 27 22:13:48.210 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.210 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 9 | use frunk_core::labelled::chars::__; Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! Oct 27 22:13:48.211 INFO kablam! error[E0412]: cannot find type `n` in this scope Oct 27 22:13:48.211 INFO kablam! --> benches/labelled.rs:334:44 Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.211 INFO kablam! | ^ did you mean `Fn`? Oct 27 22:13:48.211 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 9 | use frunk_core::labelled::chars::n; Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! Oct 27 22:13:48.211 INFO kablam! error[E0412]: cannot find type `a` in this scope Oct 27 22:13:48.211 INFO kablam! --> benches/labelled.rs:334:47 Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.211 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.211 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 9 | use frunk_core::labelled::chars::a; Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! Oct 27 22:13:48.211 INFO kablam! error[E0412]: cannot find type `m` in this scope Oct 27 22:13:48.211 INFO kablam! --> benches/labelled.rs:334:50 Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.211 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.211 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! 9 | use frunk_core::labelled::chars::m; Oct 27 22:13:48.211 INFO kablam! | Oct 27 22:13:48.211 INFO kablam! Oct 27 22:13:48.215 INFO kablam! error[E0412]: cannot find type `e` in this scope Oct 27 22:13:48.215 INFO kablam! --> benches/labelled.rs:334:53 Oct 27 22:13:48.215 INFO kablam! | Oct 27 22:13:48.215 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:48.215 INFO kablam! | ^ not found in this scope Oct 27 22:13:48.215 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:48.215 INFO kablam! | Oct 27 22:13:48.215 INFO kablam! 9 | use frunk_core::labelled::chars::e; Oct 27 22:13:48.215 INFO kablam! | Oct 27 22:13:48.215 INFO kablam! Oct 27 22:13:48.332 INFO kablam! error: aborting due to 10 previous errors Oct 27 22:13:48.333 INFO kablam! Oct 27 22:13:48.333 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 27 22:13:48.339 INFO kablam! error: Could not compile `frunk`. Oct 27 22:13:48.339 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:13:48.875 INFO kablam! error: build failed Oct 27 22:13:48.875 INFO kablam! su: No module specific data is present Oct 27 22:13:49.383 INFO running `"docker" "rm" "-f" "bd789675230d204ae092b024f48a35e8f1769286d5eaf36e579feed4f67b4bbc"` Oct 27 22:13:49.495 INFO blam! bd789675230d204ae092b024f48a35e8f1769286d5eaf36e579feed4f67b4bbc