Oct 22 03:08:41.107 INFO checking frunk-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:08:41.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 22 03:08:41.295 INFO blam! b1f5273da5161978de7b09babfea5bcd789aadb372e421bdf4b8d84aa0e3c257 Oct 22 03:08:41.297 INFO running `"docker" "start" "-a" "b1f5273da5161978de7b09babfea5bcd789aadb372e421bdf4b8d84aa0e3c257"` Oct 22 03:08:41.781 INFO kablam! usermod: no changes Oct 22 03:08:41.904 INFO kablam! Compiling frunk_core v0.2.2 Oct 22 03:08:56.367 INFO kablam! Compiling frunk_derives v0.2.2 Oct 22 03:09:02.210 INFO kablam! Checking frunk v0.2.2 Oct 22 03:09:02.210 INFO kablam! Checking frunk v0.2.1 (/source) Oct 22 03:09:04.289 INFO kablam! Checking frunk_laws v0.2.2 Oct 22 03:09:11.225 INFO kablam! warning: unused import: `frunk_core::hlist` Oct 22 03:09:11.226 INFO kablam! --> benches/hlist.rs:7:5 Oct 22 03:09:11.226 INFO kablam! | Oct 22 03:09:11.226 INFO kablam! 7 | use frunk_core::hlist::*; Oct 22 03:09:11.226 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 22 03:09:11.245 INFO kablam! | Oct 22 03:09:11.245 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:09:11.245 INFO kablam! Oct 22 03:09:14.824 INFO kablam! warning: unused `#[macro_use]` import Oct 22 03:09:14.824 INFO kablam! --> benches/validated.rs:3:1 Oct 22 03:09:14.824 INFO kablam! | Oct 22 03:09:14.824 INFO kablam! 3 | #[macro_use] Oct 22 03:09:14.824 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:09:14.824 INFO kablam! | Oct 22 03:09:14.824 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:09:14.824 INFO kablam! Oct 22 03:09:15.207 INFO kablam! error[E0412]: cannot find type `f` in this scope Oct 22 03:09:15.207 INFO kablam! --> benches/labelled.rs:334:25 Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.207 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.207 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 9 | use frunk_core::labelled::chars::f; Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! Oct 22 03:09:15.207 INFO kablam! error[E0412]: cannot find type `i` in this scope Oct 22 03:09:15.207 INFO kablam! --> benches/labelled.rs:334:28 Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.207 INFO kablam! | ^ did you mean `i8`? Oct 22 03:09:15.207 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 9 | use frunk_core::labelled::chars::i; Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! Oct 22 03:09:15.207 INFO kablam! error[E0412]: cannot find type `r` in this scope Oct 22 03:09:15.207 INFO kablam! --> benches/labelled.rs:334:31 Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.207 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.207 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 9 | use frunk_core::labelled::chars::r; Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! Oct 22 03:09:15.207 INFO kablam! error[E0412]: cannot find type `s` in this scope Oct 22 03:09:15.207 INFO kablam! --> benches/labelled.rs:334:34 Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.207 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.207 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! 9 | use frunk_core::labelled::chars::s; Oct 22 03:09:15.207 INFO kablam! | Oct 22 03:09:15.207 INFO kablam! Oct 22 03:09:15.213 INFO kablam! error[E0412]: cannot find type `t` in this scope Oct 22 03:09:15.213 INFO kablam! --> benches/labelled.rs:334:37 Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.213 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.213 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 9 | use frunk_core::labelled::chars::t; Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! Oct 22 03:09:15.213 INFO kablam! error[E0412]: cannot find type `__` in this scope Oct 22 03:09:15.213 INFO kablam! --> benches/labelled.rs:334:40 Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.213 INFO kablam! | ^^ not found in this scope Oct 22 03:09:15.213 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 9 | use frunk_core::labelled::chars::__; Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! Oct 22 03:09:15.213 INFO kablam! error[E0412]: cannot find type `n` in this scope Oct 22 03:09:15.213 INFO kablam! --> benches/labelled.rs:334:44 Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.213 INFO kablam! | ^ did you mean `Fn`? Oct 22 03:09:15.213 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 9 | use frunk_core::labelled::chars::n; Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! Oct 22 03:09:15.213 INFO kablam! error[E0412]: cannot find type `a` in this scope Oct 22 03:09:15.213 INFO kablam! --> benches/labelled.rs:334:47 Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.213 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.213 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 9 | use frunk_core::labelled::chars::a; Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! Oct 22 03:09:15.213 INFO kablam! error[E0412]: cannot find type `m` in this scope Oct 22 03:09:15.213 INFO kablam! --> benches/labelled.rs:334:50 Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.213 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.213 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 9 | use frunk_core::labelled::chars::m; Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! Oct 22 03:09:15.213 INFO kablam! error[E0412]: cannot find type `e` in this scope Oct 22 03:09:15.213 INFO kablam! --> benches/labelled.rs:334:53 Oct 22 03:09:15.213 INFO kablam! | Oct 22 03:09:15.213 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 22 03:09:15.214 INFO kablam! | ^ not found in this scope Oct 22 03:09:15.214 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 22 03:09:15.214 INFO kablam! | Oct 22 03:09:15.214 INFO kablam! 9 | use frunk_core::labelled::chars::e; Oct 22 03:09:15.214 INFO kablam! | Oct 22 03:09:15.214 INFO kablam! Oct 22 03:09:15.337 INFO kablam! error: aborting due to 10 previous errors Oct 22 03:09:15.337 INFO kablam! Oct 22 03:09:15.337 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 22 03:09:15.341 INFO kablam! error: Could not compile `frunk`. Oct 22 03:09:15.341 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 03:09:15.588 INFO kablam! error: build failed Oct 22 03:09:15.589 INFO kablam! su: No module specific data is present Oct 22 03:09:16.187 INFO running `"docker" "rm" "-f" "b1f5273da5161978de7b09babfea5bcd789aadb372e421bdf4b8d84aa0e3c257"` Oct 22 03:09:16.311 INFO blam! b1f5273da5161978de7b09babfea5bcd789aadb372e421bdf4b8d84aa0e3c257