Sep 06 06:52:18.449 INFO checking frunk-0.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:52:18.449 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:52:18.449 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:52:18.634 INFO blam! b99d00d0ac52b5e0cc7dce5ec0b83b1ddb04442687dec821a37633f1fe341670 Sep 06 06:52:18.636 INFO running `"docker" "start" "-a" "b99d00d0ac52b5e0cc7dce5ec0b83b1ddb04442687dec821a37633f1fe341670"` Sep 06 06:52:19.950 INFO kablam! usermod: no changes Sep 06 06:52:20.003 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 06 06:52:20.094 INFO kablam! Compiling frunk_core v0.0.23 Sep 06 06:52:20.106 INFO kablam! Checking frunk v0.2.0 (file:///source) Sep 06 06:52:38.307 INFO kablam! Compiling frunk_derives v0.0.24 Sep 06 06:52:41.720 INFO kablam! Checking frunk v0.1.36 Sep 06 06:52:42.718 INFO kablam! Checking frunk_laws v0.0.14 Sep 06 06:52:45.598 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 06 06:52:45.598 INFO kablam! --> benches/labelled.rs:334:25 Sep 06 06:52:45.598 INFO kablam! | Sep 06 06:52:45.598 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.598 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.598 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.598 INFO kablam! | Sep 06 06:52:45.598 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 06 06:52:45.598 INFO kablam! | Sep 06 06:52:45.598 INFO kablam! Sep 06 06:52:45.598 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 06 06:52:45.598 INFO kablam! --> benches/labelled.rs:334:28 Sep 06 06:52:45.598 INFO kablam! | Sep 06 06:52:45.598 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.598 INFO kablam! | ^ did you mean `i8`? Sep 06 06:52:45.598 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.598 INFO kablam! | Sep 06 06:52:45.598 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 06 06:52:45.598 INFO kablam! | Sep 06 06:52:45.598 INFO kablam! Sep 06 06:52:45.598 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:31 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:34 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:37 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:40 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^^ not found in this scope Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:44 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^ did you mean `Fn`? Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:47 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:50 Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.599 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.599 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 06 06:52:45.599 INFO kablam! | Sep 06 06:52:45.599 INFO kablam! Sep 06 06:52:45.599 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 06 06:52:45.599 INFO kablam! --> benches/labelled.rs:334:53 Sep 06 06:52:45.600 INFO kablam! | Sep 06 06:52:45.600 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 06 06:52:45.600 INFO kablam! | ^ not found in this scope Sep 06 06:52:45.600 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 06:52:45.600 INFO kablam! | Sep 06 06:52:45.600 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 06 06:52:45.600 INFO kablam! | Sep 06 06:52:45.600 INFO kablam! Sep 06 06:52:45.953 INFO kablam! error: aborting due to 10 previous errors Sep 06 06:52:45.953 INFO kablam! Sep 06 06:52:45.953 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 06 06:52:45.962 INFO kablam! error: Could not compile `frunk`. Sep 06 06:52:45.962 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:52:46.895 INFO kablam! warning: unused `#[macro_use]` import Sep 06 06:52:46.895 INFO kablam! --> benches/validated.rs:3:1 Sep 06 06:52:46.895 INFO kablam! | Sep 06 06:52:46.895 INFO kablam! 3 | #[macro_use] Sep 06 06:52:46.895 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:52:46.895 INFO kablam! | Sep 06 06:52:46.895 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 06:52:46.895 INFO kablam! Sep 06 06:52:48.188 INFO kablam! error: build failed Sep 06 06:52:48.191 INFO kablam! su: No module specific data is present Sep 06 06:52:49.281 INFO running `"docker" "rm" "-f" "b99d00d0ac52b5e0cc7dce5ec0b83b1ddb04442687dec821a37633f1fe341670"` Sep 06 06:52:49.394 INFO blam! b99d00d0ac52b5e0cc7dce5ec0b83b1ddb04442687dec821a37633f1fe341670