Sep 04 11:34:44.246 INFO checking luther-derive-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:34:44.246 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:34:44.246 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:34:44.503 INFO blam! 0d1d8b461dc885bf574f783f8280b6affda7a622ae9d949cfef1135cfa89db38 Sep 04 11:34:44.505 INFO running `"docker" "start" "-a" "0d1d8b461dc885bf574f783f8280b6affda7a622ae9d949cfef1135cfa89db38"` Sep 04 11:34:45.497 INFO kablam! Checking bit-vec v0.4.4 Sep 04 11:34:45.513 INFO kablam! Checking encode_unicode v0.3.2 Sep 04 11:34:45.516 INFO kablam! Checking vec_map v0.6.0 Sep 04 11:34:45.565 INFO kablam! Checking assert_matches v1.3.0 Sep 04 11:34:45.600 INFO kablam! Compiling redfa v0.0.2 Sep 04 11:34:45.604 INFO kablam! Checking syn v0.12.15 Sep 04 11:34:45.613 INFO kablam! Checking failure v0.1.2 Sep 04 11:34:49.631 INFO kablam! Checking bit-set v0.4.0 Sep 04 11:34:50.489 INFO kablam! Checking luther v0.1.0 Sep 04 11:34:52.018 INFO kablam! Compiling luther-derive v0.1.0 (file:///source) Sep 04 11:34:57.160 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:34:57.161 INFO kablam! --> src/generate.rs:15:25 Sep 04 11:34:57.161 INFO kablam! | Sep 04 11:34:57.161 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 04 11:34:57.161 INFO kablam! | ^^^^^ Sep 04 11:34:57.161 INFO kablam! | Sep 04 11:34:57.161 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 11:34:57.161 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:34:57.161 INFO kablam! Sep 04 11:34:57.162 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:34:57.163 INFO kablam! --> src/dfa.rs:89:37 Sep 04 11:34:57.163 INFO kablam! | Sep 04 11:34:57.163 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 04 11:34:57.163 INFO kablam! | ^^^^^ Sep 04 11:34:57.163 INFO kablam! | Sep 04 11:34:57.163 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:34:57.163 INFO kablam! Sep 04 11:34:57.163 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:34:57.163 INFO kablam! --> src/lib.rs:126:23 Sep 04 11:34:57.163 INFO kablam! | Sep 04 11:34:57.164 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 04 11:34:57.164 INFO kablam! | ^^^^^ Sep 04 11:34:57.164 INFO kablam! | Sep 04 11:34:57.164 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:34:57.164 INFO kablam! Sep 04 11:35:07.894 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:35:07.894 INFO kablam! --> src/generate.rs:15:25 Sep 04 11:35:07.894 INFO kablam! | Sep 04 11:35:07.894 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 04 11:35:07.895 INFO kablam! | ^^^^^ Sep 04 11:35:07.895 INFO kablam! | Sep 04 11:35:07.895 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 11:35:07.895 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:35:07.895 INFO kablam! Sep 04 11:35:07.896 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:35:07.897 INFO kablam! --> src/dfa.rs:89:37 Sep 04 11:35:07.897 INFO kablam! | Sep 04 11:35:07.897 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 04 11:35:07.897 INFO kablam! | ^^^^^ Sep 04 11:35:07.897 INFO kablam! | Sep 04 11:35:07.897 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:35:07.897 INFO kablam! Sep 04 11:35:07.897 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:35:07.897 INFO kablam! --> src/lib.rs:126:23 Sep 04 11:35:07.897 INFO kablam! | Sep 04 11:35:07.898 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 04 11:35:07.898 INFO kablam! | ^^^^^ Sep 04 11:35:07.898 INFO kablam! | Sep 04 11:35:07.898 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:35:07.898 INFO kablam! Sep 04 11:35:08.229 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:35:08.229 INFO kablam! --> src/generate.rs:15:25 Sep 04 11:35:08.229 INFO kablam! | Sep 04 11:35:08.229 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 04 11:35:08.229 INFO kablam! | ^^^^^ Sep 04 11:35:08.229 INFO kablam! | Sep 04 11:35:08.229 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 11:35:08.230 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:35:08.230 INFO kablam! Sep 04 11:35:08.232 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:35:08.232 INFO kablam! --> src/dfa.rs:89:37 Sep 04 11:35:08.232 INFO kablam! | Sep 04 11:35:08.232 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 04 11:35:08.232 INFO kablam! | ^^^^^ Sep 04 11:35:08.232 INFO kablam! | Sep 04 11:35:08.232 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:35:08.232 INFO kablam! Sep 04 11:35:08.232 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 11:35:08.232 INFO kablam! --> src/lib.rs:126:23 Sep 04 11:35:08.232 INFO kablam! | Sep 04 11:35:08.233 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 04 11:35:08.233 INFO kablam! | ^^^^^ Sep 04 11:35:08.233 INFO kablam! | Sep 04 11:35:08.233 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 11:35:08.233 INFO kablam! Sep 04 11:35:44.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.22s Sep 04 11:35:44.583 INFO kablam! su: No module specific data is present Sep 04 11:35:45.106 INFO running `"docker" "rm" "-f" "0d1d8b461dc885bf574f783f8280b6affda7a622ae9d949cfef1135cfa89db38"` Sep 04 11:35:45.301 INFO blam! 0d1d8b461dc885bf574f783f8280b6affda7a622ae9d949cfef1135cfa89db38