Oct 27 22:13:05.799 INFO checking frunk-0.2.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:13:05.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.221 INFO blam! 8bd814ea3f2fc2e6cc2d9ec96e5dc4fbefd1a60710b18859043293190247fb0c Oct 27 22:13:06.231 INFO running `"docker" "start" "-a" "8bd814ea3f2fc2e6cc2d9ec96e5dc4fbefd1a60710b18859043293190247fb0c"` Oct 27 22:13:08.022 INFO kablam! usermod: no changes Oct 27 22:13:08.240 INFO kablam! Compiling frunk_core v0.2.2 Oct 27 22:13:29.514 INFO kablam! Compiling frunk_derives v0.2.2 Oct 27 22:13:36.077 INFO kablam! Checking frunk v0.2.2 Oct 27 22:13:36.078 INFO kablam! Checking frunk v0.2.1 (/source) Oct 27 22:13:37.575 INFO kablam! Checking frunk_laws v0.2.2 Oct 27 22:13:42.732 INFO kablam! error[E0412]: cannot find type `f` in this scope Oct 27 22:13:42.732 INFO kablam! --> benches/labelled.rs:334:25 Oct 27 22:13:42.732 INFO kablam! | Oct 27 22:13:42.732 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.733 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.733 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! 9 | use frunk_core::labelled::chars::f; Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! Oct 27 22:13:42.733 INFO kablam! error[E0412]: cannot find type `i` in this scope Oct 27 22:13:42.733 INFO kablam! --> benches/labelled.rs:334:28 Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.733 INFO kablam! | ^ did you mean `i8`? Oct 27 22:13:42.733 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! 9 | use frunk_core::labelled::chars::i; Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! Oct 27 22:13:42.733 INFO kablam! error[E0412]: cannot find type `r` in this scope Oct 27 22:13:42.733 INFO kablam! --> benches/labelled.rs:334:31 Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.733 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.733 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! 9 | use frunk_core::labelled::chars::r; Oct 27 22:13:42.733 INFO kablam! | Oct 27 22:13:42.733 INFO kablam! Oct 27 22:13:42.738 INFO kablam! error[E0412]: cannot find type `s` in this scope Oct 27 22:13:42.738 INFO kablam! --> benches/labelled.rs:334:34 Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.738 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.738 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 9 | use frunk_core::labelled::chars::s; Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! Oct 27 22:13:42.738 INFO kablam! error[E0412]: cannot find type `t` in this scope Oct 27 22:13:42.738 INFO kablam! --> benches/labelled.rs:334:37 Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.738 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.738 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 9 | use frunk_core::labelled::chars::t; Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! Oct 27 22:13:42.738 INFO kablam! error[E0412]: cannot find type `__` in this scope Oct 27 22:13:42.738 INFO kablam! --> benches/labelled.rs:334:40 Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.738 INFO kablam! | ^^ not found in this scope Oct 27 22:13:42.738 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 9 | use frunk_core::labelled::chars::__; Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! Oct 27 22:13:42.738 INFO kablam! error[E0412]: cannot find type `n` in this scope Oct 27 22:13:42.738 INFO kablam! --> benches/labelled.rs:334:44 Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.738 INFO kablam! | ^ did you mean `Fn`? Oct 27 22:13:42.738 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 9 | use frunk_core::labelled::chars::n; Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! Oct 27 22:13:42.738 INFO kablam! error[E0412]: cannot find type `a` in this scope Oct 27 22:13:42.738 INFO kablam! --> benches/labelled.rs:334:47 Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.738 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.738 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! 9 | use frunk_core::labelled::chars::a; Oct 27 22:13:42.738 INFO kablam! | Oct 27 22:13:42.738 INFO kablam! Oct 27 22:13:42.739 INFO kablam! error[E0412]: cannot find type `m` in this scope Oct 27 22:13:42.739 INFO kablam! --> benches/labelled.rs:334:50 Oct 27 22:13:42.739 INFO kablam! | Oct 27 22:13:42.739 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.739 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.739 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.739 INFO kablam! | Oct 27 22:13:42.739 INFO kablam! 9 | use frunk_core::labelled::chars::m; Oct 27 22:13:42.739 INFO kablam! | Oct 27 22:13:42.739 INFO kablam! Oct 27 22:13:42.739 INFO kablam! error[E0412]: cannot find type `e` in this scope Oct 27 22:13:42.739 INFO kablam! --> benches/labelled.rs:334:53 Oct 27 22:13:42.739 INFO kablam! | Oct 27 22:13:42.739 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 27 22:13:42.739 INFO kablam! | ^ not found in this scope Oct 27 22:13:42.739 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 27 22:13:42.739 INFO kablam! | Oct 27 22:13:42.739 INFO kablam! 9 | use frunk_core::labelled::chars::e; Oct 27 22:13:42.739 INFO kablam! | Oct 27 22:13:42.739 INFO kablam! Oct 27 22:13:43.460 INFO kablam! error: aborting due to 10 previous errors Oct 27 22:13:43.460 INFO kablam! Oct 27 22:13:43.467 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 27 22:13:43.495 INFO kablam! error: Could not compile `frunk`. Oct 27 22:13:43.496 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:13:44.383 INFO kablam! warning: unused `#[macro_use]` import Oct 27 22:13:44.384 INFO kablam! --> benches/validated.rs:3:1 Oct 27 22:13:44.384 INFO kablam! | Oct 27 22:13:44.384 INFO kablam! 3 | #[macro_use] Oct 27 22:13:44.385 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:13:44.385 INFO kablam! | Oct 27 22:13:44.385 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:13:44.385 INFO kablam! Oct 27 22:13:45.639 INFO kablam! error: build failed Oct 27 22:13:45.647 INFO kablam! su: No module specific data is present Oct 27 22:13:46.331 INFO running `"docker" "rm" "-f" "8bd814ea3f2fc2e6cc2d9ec96e5dc4fbefd1a60710b18859043293190247fb0c"` Oct 27 22:13:46.527 INFO blam! 8bd814ea3f2fc2e6cc2d9ec96e5dc4fbefd1a60710b18859043293190247fb0c