Sep 21 10:14:10.126 INFO checking frunk-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:14:10.126 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:14:10.126 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:14:10.328 INFO blam! fb5a9f5291721cf3f57fac173a3ced75c195012f6281a4e42320e8f789fa5e75 Sep 21 10:14:10.331 INFO running `"docker" "start" "-a" "fb5a9f5291721cf3f57fac173a3ced75c195012f6281a4e42320e8f789fa5e75"` Sep 21 10:14:11.553 INFO kablam! usermod: no changes Sep 21 10:14:11.614 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 21 10:14:11.739 INFO kablam! Compiling frunk_core v0.0.23 Sep 21 10:14:11.750 INFO kablam! Compiling frunk_core v0.2.0 Sep 21 10:14:35.473 INFO kablam! Compiling frunk_derives v0.0.24 Sep 21 10:14:36.155 INFO kablam! Compiling frunk_derives v0.2.0 Sep 21 10:14:40.590 INFO kablam! Checking frunk v0.2.0 (/source) Sep 21 10:14:40.621 INFO kablam! Checking frunk v0.1.36 Sep 21 10:14:41.949 INFO kablam! Checking frunk_laws v0.0.14 Sep 21 10:14:43.563 INFO kablam! warning: unused import: `frunk_core::hlist` Sep 21 10:14:43.563 INFO kablam! --> benches/hlist.rs:7:5 Sep 21 10:14:43.563 INFO kablam! | Sep 21 10:14:43.563 INFO kablam! 7 | use frunk_core::hlist::*; Sep 21 10:14:43.563 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 10:14:43.563 INFO kablam! | Sep 21 10:14:43.563 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:14:43.563 INFO kablam! Sep 21 10:14:44.078 INFO kablam! warning: unused `#[macro_use]` import Sep 21 10:14:44.078 INFO kablam! --> benches/validated.rs:3:1 Sep 21 10:14:44.078 INFO kablam! | Sep 21 10:14:44.078 INFO kablam! 3 | #[macro_use] Sep 21 10:14:44.078 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:14:44.078 INFO kablam! | Sep 21 10:14:44.078 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:14:44.078 INFO kablam! Sep 21 10:14:44.702 INFO kablam! error[E0412]: cannot find type `f` in this scope Sep 21 10:14:44.702 INFO kablam! --> benches/labelled.rs:334:25 Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.702 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.702 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 9 | use frunk_core::labelled::chars::f; Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! Sep 21 10:14:44.702 INFO kablam! error[E0412]: cannot find type `i` in this scope Sep 21 10:14:44.702 INFO kablam! --> benches/labelled.rs:334:28 Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.702 INFO kablam! | ^ did you mean `i8`? Sep 21 10:14:44.702 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 9 | use frunk_core::labelled::chars::i; Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! Sep 21 10:14:44.702 INFO kablam! error[E0412]: cannot find type `r` in this scope Sep 21 10:14:44.702 INFO kablam! --> benches/labelled.rs:334:31 Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.702 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.702 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 9 | use frunk_core::labelled::chars::r; Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! Sep 21 10:14:44.702 INFO kablam! error[E0412]: cannot find type `s` in this scope Sep 21 10:14:44.702 INFO kablam! --> benches/labelled.rs:334:34 Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.702 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.702 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.702 INFO kablam! 9 | use frunk_core::labelled::chars::s; Sep 21 10:14:44.702 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! Sep 21 10:14:44.703 INFO kablam! error[E0412]: cannot find type `t` in this scope Sep 21 10:14:44.703 INFO kablam! --> benches/labelled.rs:334:37 Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.703 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 9 | use frunk_core::labelled::chars::t; Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! Sep 21 10:14:44.703 INFO kablam! error[E0412]: cannot find type `__` in this scope Sep 21 10:14:44.703 INFO kablam! --> benches/labelled.rs:334:40 Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.703 INFO kablam! | ^^ not found in this scope Sep 21 10:14:44.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 9 | use frunk_core::labelled::chars::__; Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! Sep 21 10:14:44.703 INFO kablam! error[E0412]: cannot find type `n` in this scope Sep 21 10:14:44.703 INFO kablam! --> benches/labelled.rs:334:44 Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.703 INFO kablam! | ^ did you mean `Fn`? Sep 21 10:14:44.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 9 | use frunk_core::labelled::chars::n; Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! Sep 21 10:14:44.703 INFO kablam! error[E0412]: cannot find type `a` in this scope Sep 21 10:14:44.703 INFO kablam! --> benches/labelled.rs:334:47 Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.703 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 9 | use frunk_core::labelled::chars::a; Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! Sep 21 10:14:44.703 INFO kablam! error[E0412]: cannot find type `m` in this scope Sep 21 10:14:44.703 INFO kablam! --> benches/labelled.rs:334:50 Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.703 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.703 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! 9 | use frunk_core::labelled::chars::m; Sep 21 10:14:44.703 INFO kablam! | Sep 21 10:14:44.703 INFO kablam! Sep 21 10:14:44.704 INFO kablam! error[E0412]: cannot find type `e` in this scope Sep 21 10:14:44.704 INFO kablam! --> benches/labelled.rs:334:53 Sep 21 10:14:44.704 INFO kablam! | Sep 21 10:14:44.704 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Sep 21 10:14:44.704 INFO kablam! | ^ not found in this scope Sep 21 10:14:44.704 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 10:14:44.704 INFO kablam! | Sep 21 10:14:44.704 INFO kablam! 9 | use frunk_core::labelled::chars::e; Sep 21 10:14:44.704 INFO kablam! | Sep 21 10:14:44.704 INFO kablam! Sep 21 10:14:44.822 INFO kablam! error: aborting due to 10 previous errors Sep 21 10:14:44.822 INFO kablam! Sep 21 10:14:44.822 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 21 10:14:44.834 INFO kablam! error: Could not compile `frunk`. Sep 21 10:14:44.834 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:14:45.386 INFO kablam! error: build failed Sep 21 10:14:45.388 INFO kablam! su: No module specific data is present Sep 21 10:14:45.898 INFO running `"docker" "rm" "-f" "fb5a9f5291721cf3f57fac173a3ced75c195012f6281a4e42320e8f789fa5e75"` Sep 21 10:14:45.981 INFO blam! fb5a9f5291721cf3f57fac173a3ced75c195012f6281a4e42320e8f789fa5e75