Jul 12 09:20:30.015 INFO checking frunk-0.2.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 09:20:30.015 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 09:20:30.015 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 09:20:30.015 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 09:20:30.291 INFO blam! d0c22bc2f79e0fecbeae8f2fc9db4f0e112be7384f72d2b7b10f4c994eaed42b Jul 12 09:20:30.292 INFO running `"docker" "start" "-a" "d0c22bc2f79e0fecbeae8f2fc9db4f0e112be7384f72d2b7b10f4c994eaed42b"` Jul 12 09:20:31.408 INFO kablam! warning: `panic` setting is ignored for `bench` profile Jul 12 09:20:31.577 INFO kablam! Compiling frunk_core v0.0.23 Jul 12 09:20:31.583 INFO kablam! Checking frunk v0.2.0 (file:///source) Jul 12 09:21:17.897 INFO kablam! Compiling frunk_derives v0.0.24 Jul 12 09:21:25.478 INFO kablam! Checking frunk v0.1.36 Jul 12 09:21:27.707 INFO kablam! Checking frunk_laws v0.0.14 Jul 12 09:21:33.261 INFO kablam! warning: unused import: `frunk_core::hlist` Jul 12 09:21:33.261 INFO kablam! --> benches/hlist.rs:7:5 Jul 12 09:21:33.261 INFO kablam! | Jul 12 09:21:33.261 INFO kablam! 7 | use frunk_core::hlist::*; Jul 12 09:21:33.261 INFO kablam! | ^^^^^^^^^^^^^^^^^ Jul 12 09:21:33.310 INFO kablam! | Jul 12 09:21:33.310 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 09:21:33.310 INFO kablam! Jul 12 09:21:34.640 INFO kablam! warning: unused `#[macro_use]` import Jul 12 09:21:34.640 INFO kablam! --> benches/validated.rs:3:1 Jul 12 09:21:34.640 INFO kablam! | Jul 12 09:21:34.640 INFO kablam! 3 | #[macro_use] Jul 12 09:21:34.640 INFO kablam! | ^^^^^^^^^^^^ Jul 12 09:21:34.640 INFO kablam! | Jul 12 09:21:34.641 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 09:21:34.641 INFO kablam! Jul 12 09:21:34.919 INFO kablam! error[E0412]: cannot find type `f` in this scope Jul 12 09:21:34.919 INFO kablam! --> benches/labelled.rs:334:25 Jul 12 09:21:34.919 INFO kablam! | Jul 12 09:21:34.919 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.919 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.920 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.920 INFO kablam! | Jul 12 09:21:34.920 INFO kablam! 9 | use frunk_core::labelled::chars::f; Jul 12 09:21:34.920 INFO kablam! | Jul 12 09:21:34.920 INFO kablam! Jul 12 09:21:34.921 INFO kablam! error[E0412]: cannot find type `i` in this scope Jul 12 09:21:34.921 INFO kablam! --> benches/labelled.rs:334:28 Jul 12 09:21:34.921 INFO kablam! | Jul 12 09:21:34.921 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.921 INFO kablam! | ^ did you mean `i8`? Jul 12 09:21:34.921 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.922 INFO kablam! | Jul 12 09:21:34.922 INFO kablam! 9 | use frunk_core::labelled::chars::i; Jul 12 09:21:34.922 INFO kablam! | Jul 12 09:21:34.922 INFO kablam! Jul 12 09:21:34.923 INFO kablam! error[E0412]: cannot find type `r` in this scope Jul 12 09:21:34.923 INFO kablam! --> benches/labelled.rs:334:31 Jul 12 09:21:34.923 INFO kablam! | Jul 12 09:21:34.923 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.923 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.923 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.923 INFO kablam! | Jul 12 09:21:34.923 INFO kablam! 9 | use frunk_core::labelled::chars::r; Jul 12 09:21:34.924 INFO kablam! | Jul 12 09:21:34.924 INFO kablam! Jul 12 09:21:34.924 INFO kablam! error[E0412]: cannot find type `s` in this scope Jul 12 09:21:34.924 INFO kablam! --> benches/labelled.rs:334:34 Jul 12 09:21:34.925 INFO kablam! | Jul 12 09:21:34.925 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.925 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.930 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.930 INFO kablam! | Jul 12 09:21:34.931 INFO kablam! 9 | use frunk_core::labelled::chars::s; Jul 12 09:21:34.931 INFO kablam! | Jul 12 09:21:34.931 INFO kablam! Jul 12 09:21:34.932 INFO kablam! error[E0412]: cannot find type `t` in this scope Jul 12 09:21:34.932 INFO kablam! --> benches/labelled.rs:334:37 Jul 12 09:21:34.932 INFO kablam! | Jul 12 09:21:34.932 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.932 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.932 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.932 INFO kablam! | Jul 12 09:21:34.932 INFO kablam! 9 | use frunk_core::labelled::chars::t; Jul 12 09:21:34.932 INFO kablam! | Jul 12 09:21:34.933 INFO kablam! Jul 12 09:21:34.933 INFO kablam! error[E0412]: cannot find type `__` in this scope Jul 12 09:21:34.933 INFO kablam! --> benches/labelled.rs:334:40 Jul 12 09:21:34.933 INFO kablam! | Jul 12 09:21:34.934 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.934 INFO kablam! | ^^ not found in this scope Jul 12 09:21:34.934 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.934 INFO kablam! | Jul 12 09:21:34.934 INFO kablam! 9 | use frunk_core::labelled::chars::__; Jul 12 09:21:34.934 INFO kablam! | Jul 12 09:21:34.935 INFO kablam! Jul 12 09:21:34.935 INFO kablam! error[E0412]: cannot find type `n` in this scope Jul 12 09:21:34.935 INFO kablam! --> benches/labelled.rs:334:44 Jul 12 09:21:34.935 INFO kablam! | Jul 12 09:21:34.935 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.935 INFO kablam! | ^ did you mean `Fn`? Jul 12 09:21:34.936 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.936 INFO kablam! | Jul 12 09:21:34.936 INFO kablam! 9 | use frunk_core::labelled::chars::n; Jul 12 09:21:34.936 INFO kablam! | Jul 12 09:21:34.937 INFO kablam! Jul 12 09:21:34.937 INFO kablam! error[E0412]: cannot find type `a` in this scope Jul 12 09:21:34.937 INFO kablam! --> benches/labelled.rs:334:47 Jul 12 09:21:34.937 INFO kablam! | Jul 12 09:21:34.937 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.937 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.938 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.938 INFO kablam! | Jul 12 09:21:34.938 INFO kablam! 9 | use frunk_core::labelled::chars::a; Jul 12 09:21:34.938 INFO kablam! | Jul 12 09:21:34.938 INFO kablam! Jul 12 09:21:34.939 INFO kablam! error[E0412]: cannot find type `m` in this scope Jul 12 09:21:34.939 INFO kablam! --> benches/labelled.rs:334:50 Jul 12 09:21:34.939 INFO kablam! | Jul 12 09:21:34.939 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.939 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.940 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.940 INFO kablam! | Jul 12 09:21:34.940 INFO kablam! 9 | use frunk_core::labelled::chars::m; Jul 12 09:21:34.940 INFO kablam! | Jul 12 09:21:34.940 INFO kablam! Jul 12 09:21:34.941 INFO kablam! error[E0412]: cannot find type `e` in this scope Jul 12 09:21:34.941 INFO kablam! --> benches/labelled.rs:334:53 Jul 12 09:21:34.941 INFO kablam! | Jul 12 09:21:34.941 INFO kablam! 334 | let field = field!((f, i, r, s, t, __, n, a, m, e), "Joe"); Jul 12 09:21:34.941 INFO kablam! | ^ not found in this scope Jul 12 09:21:34.941 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 09:21:34.941 INFO kablam! | Jul 12 09:21:34.942 INFO kablam! 9 | use frunk_core::labelled::chars::e; Jul 12 09:21:34.942 INFO kablam! | Jul 12 09:21:34.942 INFO kablam! Jul 12 09:21:37.022 INFO kablam! error: aborting due to 10 previous errors Jul 12 09:21:37.034 INFO kablam! Jul 12 09:21:37.035 INFO kablam! For more information about this error, try `rustc --explain E0412`. Jul 12 09:21:37.108 INFO kablam! error: Could not compile `frunk`. Jul 12 09:21:37.108 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 09:21:41.384 INFO kablam! error: build failed Jul 12 09:21:41.387 INFO kablam! su: No module specific data is present Jul 12 09:21:42.012 INFO running `"docker" "rm" "-f" "d0c22bc2f79e0fecbeae8f2fc9db4f0e112be7384f72d2b7b10f4c994eaed42b"` Jul 12 09:21:42.177 INFO blam! d0c22bc2f79e0fecbeae8f2fc9db4f0e112be7384f72d2b7b10f4c994eaed42b