Sep 04 20:13:27.162 INFO checking frunk-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 20:13:27.162 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 20:13:27.162 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:13:27.351 INFO blam! 3a341352acc71adf2aadae1958b95b82d401d2105930d625e2e0bc522a901225 Sep 04 20:13:27.353 INFO running `"docker" "start" "-a" "3a341352acc71adf2aadae1958b95b82d401d2105930d625e2e0bc522a901225"` Sep 04 20:13:27.985 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 04 20:13:28.072 INFO kablam! Compiling frunk_core v0.2.0 Sep 04 20:13:28.074 INFO kablam! Checking frunk_laws v0.0.14 Sep 04 20:13:42.076 INFO kablam! Compiling frunk_derives v0.2.0 Sep 04 20:13:46.080 INFO kablam! Checking frunk v0.2.0 (file:///source) Sep 04 20:13:53.749 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 04 20:13:53.749 INFO kablam! --> benches/labelled.rs:334:25 Sep 04 20:13:53.749 INFO kablam! | Sep 04 20:13:53.749 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.749 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.750 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.750 INFO kablam! | Sep 04 20:13:53.750 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 04 20:13:53.750 INFO kablam! | Sep 04 20:13:53.750 INFO kablam! Sep 04 20:13:53.750 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 04 20:13:53.750 INFO kablam! --> benches/labelled.rs:334:28 Sep 04 20:13:53.750 INFO kablam! | Sep 04 20:13:53.750 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.750 INFO kablam! | ^ did you mean `i8`? Sep 04 20:13:53.751 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! Sep 04 20:13:53.751 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 04 20:13:53.751 INFO kablam! --> benches/labelled.rs:334:31 Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.751 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.751 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! Sep 04 20:13:53.751 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 04 20:13:53.751 INFO kablam! --> benches/labelled.rs:334:34 Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.751 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.751 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! Sep 04 20:13:53.751 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 04 20:13:53.751 INFO kablam! --> benches/labelled.rs:334:37 Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.751 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.751 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.751 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 04 20:13:53.751 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! Sep 04 20:13:53.752 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 04 20:13:53.752 INFO kablam! --> benches/labelled.rs:334:40 Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.752 INFO kablam! | ^^ not found in this scope Sep 04 20:13:53.752 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! Sep 04 20:13:53.752 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 04 20:13:53.752 INFO kablam! --> benches/labelled.rs:334:44 Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.752 INFO kablam! | ^ did you mean `Fn`? Sep 04 20:13:53.752 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! Sep 04 20:13:53.752 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 04 20:13:53.752 INFO kablam! --> benches/labelled.rs:334:47 Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.752 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.752 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 04 20:13:53.752 INFO kablam! | Sep 04 20:13:53.752 INFO kablam! Sep 04 20:13:53.752 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 04 20:13:53.752 INFO kablam! --> benches/labelled.rs:334:50 Sep 04 20:13:53.753 INFO kablam! | Sep 04 20:13:53.753 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.753 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.753 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.753 INFO kablam! | Sep 04 20:13:53.753 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 04 20:13:53.753 INFO kablam! | Sep 04 20:13:53.753 INFO kablam! Sep 04 20:13:53.753 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 04 20:13:53.753 INFO kablam! --> benches/labelled.rs:334:53 Sep 04 20:13:53.753 INFO kablam! | Sep 04 20:13:53.753 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 04 20:13:53.753 INFO kablam! | ^ not found in this scope Sep 04 20:13:53.753 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 20:13:53.753 INFO kablam! | Sep 04 20:13:53.753 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 04 20:13:53.753 INFO kablam! | Sep 04 20:13:53.753 INFO kablam! Sep 04 20:13:54.431 INFO kablam! error: aborting due to 10 previous errors Sep 04 20:13:54.431 INFO kablam! Sep 04 20:13:54.431 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 04 20:13:54.440 INFO kablam! error: Could not compile `frunk`. Sep 04 20:13:54.440 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:13:55.254 INFO kablam! warning: unused `#[macro_use]` import Sep 04 20:13:55.254 INFO kablam! --> benches/validated.rs:3:1 Sep 04 20:13:55.254 INFO kablam! | Sep 04 20:13:55.254 INFO kablam! 3 | #[macro_use] Sep 04 20:13:55.254 INFO kablam! | ^^^^^^^^^^^^ Sep 04 20:13:55.254 INFO kablam! | Sep 04 20:13:55.254 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:13:55.254 INFO kablam! Sep 04 20:13:56.076 INFO kablam! warning: unused import: `frunk_core::hlist` Sep 04 20:13:56.076 INFO kablam! --> benches/hlist.rs:7:5 Sep 04 20:13:56.076 INFO kablam! | Sep 04 20:13:56.076 INFO kablam! 7 | use frunk_core::hlist::*; Sep 04 20:13:56.076 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 20:13:56.080 INFO kablam! | Sep 04 20:13:56.080 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 20:13:56.081 INFO kablam! Sep 04 20:13:56.425 INFO kablam! error: build failed Sep 04 20:13:56.429 INFO kablam! su: No module specific data is present Sep 04 20:13:57.007 INFO running `"docker" "rm" "-f" "3a341352acc71adf2aadae1958b95b82d401d2105930d625e2e0bc522a901225"` Sep 04 20:13:57.144 INFO blam! 3a341352acc71adf2aadae1958b95b82d401d2105930d625e2e0bc522a901225