Sep 21 07:20:28.031 INFO checking luther-derive-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:20:28.031 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:20:28.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:20:28.260 INFO blam! 585c457a7cd38c2b6f97887d4bbce5dc33a37d9efd4615be845686d8db539c40 Sep 21 07:20:28.263 INFO running `"docker" "start" "-a" "585c457a7cd38c2b6f97887d4bbce5dc33a37d9efd4615be845686d8db539c40"` Sep 21 07:20:29.296 INFO kablam! usermod: no changes Sep 21 07:20:29.418 INFO kablam! Checking bit-vec v0.4.4 Sep 21 07:20:29.418 INFO kablam! Checking vec_map v0.6.0 Sep 21 07:20:29.418 INFO kablam! Checking encode_unicode v0.3.2 Sep 21 07:20:29.419 INFO kablam! Checking assert_matches v1.3.0 Sep 21 07:20:29.438 INFO kablam! Checking itertools v0.7.8 Sep 21 07:20:29.442 INFO kablam! Compiling redfa v0.0.2 Sep 21 07:20:29.442 INFO kablam! Checking syn v0.12.15 Sep 21 07:20:29.442 INFO kablam! Checking failure v0.1.2 Sep 21 07:20:33.090 INFO kablam! Checking bit-set v0.4.0 Sep 21 07:20:34.515 INFO kablam! Checking luther v0.1.0 Sep 21 07:20:35.498 INFO kablam! Compiling luther-derive v0.1.0 (/source) Sep 21 07:20:37.242 INFO kablam! error[E0310]: the parameter type `F` may not live long enough Sep 21 07:20:37.242 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/luther-0.1.0/src/error.rs:40:25 Sep 21 07:20:37.242 INFO kablam! | Sep 21 07:20:37.242 INFO kablam! 40 | pub type Result = result::Result>; Sep 21 07:20:37.242 INFO kablam! | - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:20:37.242 INFO kablam! | | Sep 21 07:20:37.242 INFO kablam! | help: consider adding an explicit lifetime bound `F: 'static`... Sep 21 07:20:37.242 INFO kablam! | Sep 21 07:20:37.242 INFO kablam! note: ...so that the type `F` will meet its required lifetime bounds Sep 21 07:20:37.242 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/luther-0.1.0/src/error.rs:40:25 Sep 21 07:20:37.242 INFO kablam! | Sep 21 07:20:37.242 INFO kablam! 40 | pub type Result = result::Result>; Sep 21 07:20:37.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:20:37.242 INFO kablam! Sep 21 07:20:37.270 INFO kablam! error: aborting due to previous error Sep 21 07:20:37.270 INFO kablam! Sep 21 07:20:37.270 INFO kablam! For more information about this error, try `rustc --explain E0310`. Sep 21 07:20:37.286 INFO kablam! error: Could not compile `luther`. Sep 21 07:20:37.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:20:40.661 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:20:40.661 INFO kablam! --> src/generate.rs:15:25 Sep 21 07:20:40.662 INFO kablam! | Sep 21 07:20:40.662 INFO kablam! 15 | type State<'info, 'ast: 'info> = redfa::State>>; Sep 21 07:20:40.662 INFO kablam! | ^^^^^ Sep 21 07:20:40.663 INFO kablam! | Sep 21 07:20:40.663 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 07:20:40.663 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:20:40.664 INFO kablam! Sep 21 07:20:40.666 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:20:40.666 INFO kablam! --> src/dfa.rs:89:37 Sep 21 07:20:40.666 INFO kablam! | Sep 21 07:20:40.666 INFO kablam! 89 | type RegexVariant<'re, 'info, 'ast: 'info> = Sep 21 07:20:40.667 INFO kablam! | ^^^^^ Sep 21 07:20:40.667 INFO kablam! | Sep 21 07:20:40.667 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:20:40.668 INFO kablam! Sep 21 07:20:40.668 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:20:40.669 INFO kablam! --> src/lib.rs:126:23 Sep 21 07:20:40.669 INFO kablam! | Sep 21 07:20:40.669 INFO kablam! 126 | type Dfa<'info, 'ast: 'info> = redfa::Dfa>>; Sep 21 07:20:40.669 INFO kablam! | ^^^^^ Sep 21 07:20:40.670 INFO kablam! | Sep 21 07:20:40.670 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:20:40.670 INFO kablam! Sep 21 07:20:45.932 INFO kablam! error: build failed Sep 21 07:20:45.933 INFO kablam! su: No module specific data is present Sep 21 07:20:46.626 INFO running `"docker" "rm" "-f" "585c457a7cd38c2b6f97887d4bbce5dc33a37d9efd4615be845686d8db539c40"` Sep 21 07:20:46.733 INFO blam! 585c457a7cd38c2b6f97887d4bbce5dc33a37d9efd4615be845686d8db539c40