Sep 18 00:29:59.501 INFO checking frunk-0.2.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 00:29:59.501 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 00:29:59.501 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:29:59.740 INFO blam! 920f93904b5c82f0207d00116efed4b59c0a5d0af1c4f66c76dc353b865bf6b9 Sep 18 00:29:59.742 INFO running `"docker" "start" "-a" "920f93904b5c82f0207d00116efed4b59c0a5d0af1c4f66c76dc353b865bf6b9"` Sep 18 00:30:00.767 INFO kablam! usermod: no changes Sep 18 00:30:00.823 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 18 00:30:00.985 INFO kablam! Compiling frunk_core v0.0.23 Sep 18 00:30:00.999 INFO kablam! Compiling frunk_core v0.2.0 Sep 18 00:30:25.065 INFO kablam! Compiling frunk_derives v0.0.24 Sep 18 00:30:25.964 INFO kablam! Compiling frunk_derives v0.2.0 Sep 18 00:30:29.694 INFO kablam! Checking frunk v0.1.36 Sep 18 00:30:30.366 INFO kablam! Checking frunk v0.2.0 (/source) Sep 18 00:30:30.846 INFO kablam! Checking frunk_laws v0.0.14 Sep 18 00:30:32.655 INFO kablam! warning: unused import: `frunk_core::hlist` Sep 18 00:30:32.655 INFO kablam! --> benches/hlist.rs:7:5 Sep 18 00:30:32.655 INFO kablam! | Sep 18 00:30:32.655 INFO kablam! 7 | use frunk_core::hlist::*; Sep 18 00:30:32.655 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 18 00:30:32.656 INFO kablam! | Sep 18 00:30:32.656 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 00:30:32.656 INFO kablam! Sep 18 00:30:32.657 INFO kablam! warning: unused `#[macro_use]` import Sep 18 00:30:32.657 INFO kablam! --> benches/validated.rs:3:1 Sep 18 00:30:32.657 INFO kablam! | Sep 18 00:30:32.657 INFO kablam! 3 | #[macro_use] Sep 18 00:30:32.657 INFO kablam! | ^^^^^^^^^^^^ Sep 18 00:30:32.668 INFO kablam! | Sep 18 00:30:32.668 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 00:30:32.668 INFO kablam! Sep 18 00:30:33.399 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 18 00:30:33.399 INFO kablam! --> benches/labelled.rs:334:25 Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.399 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.399 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! Sep 18 00:30:33.399 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 18 00:30:33.399 INFO kablam! --> benches/labelled.rs:334:28 Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.399 INFO kablam! | ^ did you mean `i8`? Sep 18 00:30:33.399 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! Sep 18 00:30:33.399 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 18 00:30:33.399 INFO kablam! --> benches/labelled.rs:334:31 Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.399 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.399 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! Sep 18 00:30:33.399 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 18 00:30:33.399 INFO kablam! --> benches/labelled.rs:334:34 Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.399 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.399 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! Sep 18 00:30:33.399 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 18 00:30:33.399 INFO kablam! --> benches/labelled.rs:334:37 Sep 18 00:30:33.399 INFO kablam! | Sep 18 00:30:33.399 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.399 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.399 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! Sep 18 00:30:33.400 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 18 00:30:33.400 INFO kablam! --> benches/labelled.rs:334:40 Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.400 INFO kablam! | ^^ not found in this scope Sep 18 00:30:33.400 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! Sep 18 00:30:33.400 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 18 00:30:33.400 INFO kablam! --> benches/labelled.rs:334:44 Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.400 INFO kablam! | ^ did you mean `Fn`? Sep 18 00:30:33.400 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! Sep 18 00:30:33.400 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 18 00:30:33.400 INFO kablam! --> benches/labelled.rs:334:47 Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.400 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.400 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! Sep 18 00:30:33.400 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 18 00:30:33.400 INFO kablam! --> benches/labelled.rs:334:50 Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.400 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.400 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! Sep 18 00:30:33.400 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 18 00:30:33.400 INFO kablam! --> benches/labelled.rs:334:53 Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 18 00:30:33.400 INFO kablam! | ^ not found in this scope Sep 18 00:30:33.400 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 18 00:30:33.400 INFO kablam! | Sep 18 00:30:33.400 INFO kablam! Sep 18 00:30:33.647 INFO kablam! error: aborting due to 10 previous errors Sep 18 00:30:33.647 INFO kablam! Sep 18 00:30:33.647 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 18 00:30:33.674 INFO kablam! error: Could not compile `frunk`. Sep 18 00:30:33.675 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:30:34.314 INFO kablam! error: build failed Sep 18 00:30:34.316 INFO kablam! su: No module specific data is present Sep 18 00:30:35.518 INFO running `"docker" "rm" "-f" "920f93904b5c82f0207d00116efed4b59c0a5d0af1c4f66c76dc353b865bf6b9"` Sep 18 00:30:35.586 INFO blam! 920f93904b5c82f0207d00116efed4b59c0a5d0af1c4f66c76dc353b865bf6b9