Oct 13 15:07:29.759 INFO checking frunk-0.2.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:07:29.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 15:07:29.933 INFO blam! db994e93a596318420edfa79ad1bc5e28c5adec6ad3c9debbd50acd92f8184c1 Oct 13 15:07:29.936 INFO running `"docker" "start" "-a" "db994e93a596318420edfa79ad1bc5e28c5adec6ad3c9debbd50acd92f8184c1"` Oct 13 15:07:31.324 INFO kablam! usermod: no changes Oct 13 15:07:31.532 INFO kablam! Compiling frunk_core v0.2.1 Oct 13 15:07:44.601 INFO kablam! Compiling frunk_derives v0.2.1 Oct 13 15:07:52.312 INFO kablam! Checking frunk v0.2.1 Oct 13 15:07:52.313 INFO kablam! Checking frunk v0.2.1 (/source) Oct 13 15:07:54.288 INFO kablam! Checking frunk_laws v0.2.1 Oct 13 15:07:59.381 INFO kablam! error[E0412]: cannot find type `f` in this scope Oct 13 15:07:59.381 INFO kablam! --> benches/labelled.rs:334:25 Oct 13 15:07:59.382 INFO kablam! | Oct 13 15:07:59.382 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.382 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.382 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.383 INFO kablam! | Oct 13 15:07:59.383 INFO kablam! 9 | use frunk_core::labelled::chars::f; Oct 13 15:07:59.383 INFO kablam! | Oct 13 15:07:59.384 INFO kablam! Oct 13 15:07:59.384 INFO kablam! error[E0412]: cannot find type `i` in this scope Oct 13 15:07:59.384 INFO kablam! --> benches/labelled.rs:334:28 Oct 13 15:07:59.385 INFO kablam! | Oct 13 15:07:59.385 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.386 INFO kablam! | ^ did you mean `i8`? Oct 13 15:07:59.387 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.387 INFO kablam! | Oct 13 15:07:59.387 INFO kablam! 9 | use frunk_core::labelled::chars::i; Oct 13 15:07:59.388 INFO kablam! | Oct 13 15:07:59.388 INFO kablam! Oct 13 15:07:59.388 INFO kablam! error[E0412]: cannot find type `r` in this scope Oct 13 15:07:59.388 INFO kablam! --> benches/labelled.rs:334:31 Oct 13 15:07:59.389 INFO kablam! | Oct 13 15:07:59.389 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.389 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.389 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.390 INFO kablam! | Oct 13 15:07:59.390 INFO kablam! 9 | use frunk_core::labelled::chars::r; Oct 13 15:07:59.390 INFO kablam! | Oct 13 15:07:59.391 INFO kablam! Oct 13 15:07:59.391 INFO kablam! error[E0412]: cannot find type `s` in this scope Oct 13 15:07:59.391 INFO kablam! --> benches/labelled.rs:334:34 Oct 13 15:07:59.391 INFO kablam! | Oct 13 15:07:59.392 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.392 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.392 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.392 INFO kablam! | Oct 13 15:07:59.393 INFO kablam! 9 | use frunk_core::labelled::chars::s; Oct 13 15:07:59.393 INFO kablam! | Oct 13 15:07:59.393 INFO kablam! Oct 13 15:07:59.393 INFO kablam! error[E0412]: cannot find type `t` in this scope Oct 13 15:07:59.394 INFO kablam! --> benches/labelled.rs:334:37 Oct 13 15:07:59.394 INFO kablam! | Oct 13 15:07:59.394 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.394 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.395 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.395 INFO kablam! | Oct 13 15:07:59.395 INFO kablam! 9 | use frunk_core::labelled::chars::t; Oct 13 15:07:59.396 INFO kablam! | Oct 13 15:07:59.396 INFO kablam! Oct 13 15:07:59.396 INFO kablam! error[E0412]: cannot find type `__` in this scope Oct 13 15:07:59.396 INFO kablam! --> benches/labelled.rs:334:40 Oct 13 15:07:59.397 INFO kablam! | Oct 13 15:07:59.397 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.397 INFO kablam! | ^^ not found in this scope Oct 13 15:07:59.397 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.398 INFO kablam! | Oct 13 15:07:59.398 INFO kablam! 9 | use frunk_core::labelled::chars::__; Oct 13 15:07:59.398 INFO kablam! | Oct 13 15:07:59.398 INFO kablam! Oct 13 15:07:59.399 INFO kablam! error[E0412]: cannot find type `n` in this scope Oct 13 15:07:59.399 INFO kablam! --> benches/labelled.rs:334:44 Oct 13 15:07:59.399 INFO kablam! | Oct 13 15:07:59.399 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.400 INFO kablam! | ^ did you mean `Fn`? Oct 13 15:07:59.400 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.400 INFO kablam! | Oct 13 15:07:59.400 INFO kablam! 9 | use frunk_core::labelled::chars::n; Oct 13 15:07:59.401 INFO kablam! | Oct 13 15:07:59.401 INFO kablam! Oct 13 15:07:59.401 INFO kablam! error[E0412]: cannot find type `a` in this scope Oct 13 15:07:59.401 INFO kablam! --> benches/labelled.rs:334:47 Oct 13 15:07:59.401 INFO kablam! | Oct 13 15:07:59.402 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.402 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.402 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.402 INFO kablam! | Oct 13 15:07:59.402 INFO kablam! 9 | use frunk_core::labelled::chars::a; Oct 13 15:07:59.402 INFO kablam! | Oct 13 15:07:59.402 INFO kablam! Oct 13 15:07:59.403 INFO kablam! error[E0412]: cannot find type `m` in this scope Oct 13 15:07:59.403 INFO kablam! --> benches/labelled.rs:334:50 Oct 13 15:07:59.403 INFO kablam! | Oct 13 15:07:59.403 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.403 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.403 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.404 INFO kablam! | Oct 13 15:07:59.404 INFO kablam! 9 | use frunk_core::labelled::chars::m; Oct 13 15:07:59.404 INFO kablam! | Oct 13 15:07:59.404 INFO kablam! Oct 13 15:07:59.404 INFO kablam! error[E0412]: cannot find type `e` in this scope Oct 13 15:07:59.404 INFO kablam! --> benches/labelled.rs:334:53 Oct 13 15:07:59.404 INFO kablam! | Oct 13 15:07:59.405 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Oct 13 15:07:59.405 INFO kablam! | ^ not found in this scope Oct 13 15:07:59.405 INFO kablam! help: possible candidate is found in another module, you can import it into scope Oct 13 15:07:59.405 INFO kablam! | Oct 13 15:07:59.405 INFO kablam! 9 | use frunk_core::labelled::chars::e; Oct 13 15:07:59.405 INFO kablam! | Oct 13 15:07:59.405 INFO kablam! Oct 13 15:07:59.996 INFO kablam! error: aborting due to 10 previous errors Oct 13 15:07:59.996 INFO kablam! Oct 13 15:07:59.996 INFO kablam! For more information about this error, try `rustc --explain E0412`. Oct 13 15:08:00.007 INFO kablam! error: Could not compile `frunk`. Oct 13 15:08:00.007 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 15:08:01.740 INFO kablam! warning: unused import: `frunk_core::hlist` Oct 13 15:08:01.740 INFO kablam! --> benches/hlist.rs:7:5 Oct 13 15:08:01.740 INFO kablam! | Oct 13 15:08:01.740 INFO kablam! 7 | use frunk_core::hlist::*; Oct 13 15:08:01.740 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 15:08:01.740 INFO kablam! | Oct 13 15:08:01.740 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:08:01.740 INFO kablam! Oct 13 15:08:02.012 INFO kablam! warning: unused `#[macro_use]` import Oct 13 15:08:02.012 INFO kablam! --> benches/validated.rs:3:1 Oct 13 15:08:02.012 INFO kablam! | Oct 13 15:08:02.012 INFO kablam! 3 | #[macro_use] Oct 13 15:08:02.012 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:08:02.012 INFO kablam! | Oct 13 15:08:02.012 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:08:02.012 INFO kablam! Oct 13 15:08:02.269 INFO kablam! error: build failed Oct 13 15:08:02.271 INFO kablam! su: No module specific data is present Oct 13 15:08:02.916 INFO running `"docker" "rm" "-f" "db994e93a596318420edfa79ad1bc5e28c5adec6ad3c9debbd50acd92f8184c1"` Oct 13 15:08:03.157 INFO blam! db994e93a596318420edfa79ad1bc5e28c5adec6ad3c9debbd50acd92f8184c1