Sep 14 13:29:46.766 INFO checking luther-derive-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:29:46.766 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:29:46.766 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:29:47.223 INFO blam! 5f6ae60115b0c10474b290f54dacff1ef41598e40373c9b658864a6cc6ba3920 Sep 14 13:29:47.225 INFO running `"docker" "start" "-a" "5f6ae60115b0c10474b290f54dacff1ef41598e40373c9b658864a6cc6ba3920"` Sep 14 13:29:48.506 INFO kablam! usermod: no changes Sep 14 13:29:48.635 INFO kablam! Checking rustc-demangle v0.1.9 Sep 14 13:29:48.635 INFO kablam! Checking bit-vec v0.4.4 Sep 14 13:29:48.636 INFO kablam! Checking either v1.5.0 Sep 14 13:29:48.636 INFO kablam! Checking vec_map v0.6.0 Sep 14 13:29:48.636 INFO kablam! Checking encode_unicode v0.3.2 Sep 14 13:29:48.639 INFO kablam! Compiling redfa v0.0.2 Sep 14 13:29:48.639 INFO kablam! Compiling syn v0.12.15 Sep 14 13:29:48.639 INFO kablam! Checking backtrace-sys v0.1.24 Sep 14 13:29:50.521 INFO kablam! Checking backtrace v0.3.9 Sep 14 13:29:50.651 INFO kablam! Checking itertools v0.7.8 Sep 14 13:29:52.365 INFO kablam! Checking bit-set v0.4.0 Sep 14 13:29:54.171 INFO kablam! Checking failure v0.1.2 Sep 14 13:29:57.978 INFO kablam! Checking luther v0.1.0 Sep 14 13:30:05.012 INFO kablam! Checking luther-derive v0.1.0 (file:///source) Sep 14 13:30:08.543 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:08.543 INFO kablam! --> src/generate.rs:15:25 Sep 14 13:30:08.543 INFO kablam! | Sep 14 13:30:08.543 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 14 13:30:08.543 INFO kablam! | ^^^^^ Sep 14 13:30:08.543 INFO kablam! | Sep 14 13:30:08.543 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 13:30:08.543 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:08.543 INFO kablam! Sep 14 13:30:08.543 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:08.543 INFO kablam! --> src/dfa.rs:89:37 Sep 14 13:30:08.543 INFO kablam! | Sep 14 13:30:08.543 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 14 13:30:08.543 INFO kablam! | ^^^^^ Sep 14 13:30:08.543 INFO kablam! | Sep 14 13:30:08.543 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:08.543 INFO kablam! Sep 14 13:30:08.543 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:08.543 INFO kablam! --> src/lib.rs:126:23 Sep 14 13:30:08.543 INFO kablam! | Sep 14 13:30:08.543 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 14 13:30:08.543 INFO kablam! | ^^^^^ Sep 14 13:30:08.543 INFO kablam! | Sep 14 13:30:08.543 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:08.543 INFO kablam! Sep 14 13:30:10.362 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:10.362 INFO kablam! --> src/generate.rs:15:25 Sep 14 13:30:10.362 INFO kablam! | Sep 14 13:30:10.362 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 14 13:30:10.362 INFO kablam! | ^^^^^ Sep 14 13:30:10.362 INFO kablam! | Sep 14 13:30:10.362 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 13:30:10.362 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:10.362 INFO kablam! Sep 14 13:30:10.379 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:10.379 INFO kablam! --> src/dfa.rs:89:37 Sep 14 13:30:10.379 INFO kablam! | Sep 14 13:30:10.379 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 14 13:30:10.379 INFO kablam! | ^^^^^ Sep 14 13:30:10.379 INFO kablam! | Sep 14 13:30:10.379 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:10.379 INFO kablam! Sep 14 13:30:10.379 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:10.379 INFO kablam! --> src/lib.rs:126:23 Sep 14 13:30:10.379 INFO kablam! | Sep 14 13:30:10.379 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 14 13:30:10.379 INFO kablam! | ^^^^^ Sep 14 13:30:10.379 INFO kablam! | Sep 14 13:30:10.379 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:10.379 INFO kablam! Sep 14 13:30:12.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:12.491 INFO kablam! --> src/generate.rs:15:25 Sep 14 13:30:12.491 INFO kablam! | Sep 14 13:30:12.491 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 14 13:30:12.491 INFO kablam! | ^^^^^ Sep 14 13:30:12.491 INFO kablam! | Sep 14 13:30:12.491 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 13:30:12.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:12.491 INFO kablam! Sep 14 13:30:12.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:12.491 INFO kablam! --> src/dfa.rs:89:37 Sep 14 13:30:12.491 INFO kablam! | Sep 14 13:30:12.491 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 14 13:30:12.491 INFO kablam! | ^^^^^ Sep 14 13:30:12.491 INFO kablam! | Sep 14 13:30:12.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:12.491 INFO kablam! Sep 14 13:30:12.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:30:12.491 INFO kablam! --> src/lib.rs:126:23 Sep 14 13:30:12.491 INFO kablam! | Sep 14 13:30:12.491 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 14 13:30:12.491 INFO kablam! | ^^^^^ Sep 14 13:30:12.491 INFO kablam! | Sep 14 13:30:12.491 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:30:12.491 INFO kablam! Sep 14 13:30:46.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.88s Sep 14 13:30:46.414 INFO kablam! su: No module specific data is present Sep 14 13:30:47.424 INFO running `"docker" "rm" "-f" "5f6ae60115b0c10474b290f54dacff1ef41598e40373c9b658864a6cc6ba3920"` Sep 14 13:30:47.699 INFO blam! 5f6ae60115b0c10474b290f54dacff1ef41598e40373c9b658864a6cc6ba3920