Sep 19 22:18:18.142 INFO checking minutiae-0.10.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:18:18.143 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:18:18.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:18:18.380 INFO blam! 78e811014b076e00c35661961cc74d9ba08a24f1662e70cebfcb6ad7fef1f4ad Sep 19 22:18:18.382 INFO running `"docker" "start" "-a" "78e811014b076e00c35661961cc74d9ba08a24f1662e70cebfcb6ad7fef1f4ad"` Sep 19 22:18:19.005 INFO kablam! usermod: no changes Sep 19 22:18:19.071 INFO kablam! Compiling serde v1.0.79 Sep 19 22:18:27.797 INFO kablam! Checking uuid v0.6.5 Sep 19 22:18:28.412 INFO kablam! Checking minutiae v0.10.0 (/source) Sep 19 22:18:28.866 INFO kablam! warning: unused import: `std::iter::Step` Sep 19 22:18:28.866 INFO kablam! --> src/universe.rs:7:5 Sep 19 22:18:28.866 INFO kablam! | Sep 19 22:18:28.866 INFO kablam! 7 | use std::iter::Step; Sep 19 22:18:28.866 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 22:18:28.866 INFO kablam! | Sep 19 22:18:28.866 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:18:28.866 INFO kablam! Sep 19 22:18:28.866 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 19 22:18:28.866 INFO kablam! --> src/container.rs:4:5 Sep 19 22:18:28.866 INFO kablam! | Sep 19 22:18:28.866 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 19 22:18:28.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:18:28.866 INFO kablam! Sep 19 22:18:28.878 INFO kablam! warning: unused import: `std::iter::Step` Sep 19 22:18:28.878 INFO kablam! --> src/universe.rs:7:5 Sep 19 22:18:28.878 INFO kablam! | Sep 19 22:18:28.878 INFO kablam! 7 | use std::iter::Step; Sep 19 22:18:28.878 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 22:18:28.878 INFO kablam! | Sep 19 22:18:28.878 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 22:18:28.878 INFO kablam! Sep 19 22:18:28.878 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 19 22:18:28.878 INFO kablam! --> src/container.rs:4:5 Sep 19 22:18:28.878 INFO kablam! | Sep 19 22:18:28.878 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 19 22:18:28.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:18:28.878 INFO kablam! Sep 19 22:18:29.199 INFO kablam! warning: unused variable: `universe_size` Sep 19 22:18:29.199 INFO kablam! --> src/universe.rs:94:13 Sep 19 22:18:29.199 INFO kablam! | Sep 19 22:18:29.199 INFO kablam! 94 | let universe_size = conf.size; Sep 19 22:18:29.199 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 19 22:18:29.199 INFO kablam! | Sep 19 22:18:29.199 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:18:29.199 INFO kablam! Sep 19 22:18:29.267 INFO kablam! warning: unused variable: `universe_size` Sep 19 22:18:29.267 INFO kablam! --> src/universe.rs:94:13 Sep 19 22:18:29.267 INFO kablam! | Sep 19 22:18:29.267 INFO kablam! 94 | let universe_size = conf.size; Sep 19 22:18:29.267 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 19 22:18:29.267 INFO kablam! | Sep 19 22:18:29.267 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 22:18:29.268 INFO kablam! Sep 19 22:18:29.330 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 22:18:29.330 INFO kablam! --> src/lib.rs:5:12 Sep 19 22:18:29.330 INFO kablam! | Sep 19 22:18:29.330 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 19 22:18:29.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:18:29.330 INFO kablam! | Sep 19 22:18:29.330 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:18:29.330 INFO kablam! Sep 19 22:18:29.337 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.337 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 19 22:18:29.337 INFO kablam! | Sep 19 22:18:29.337 INFO kablam! 20 | C: CellState + 'static, Sep 19 22:18:29.337 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.337 INFO kablam! | Sep 19 22:18:29.337 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 19 22:18:29.337 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.337 INFO kablam! Sep 19 22:18:29.337 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.337 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 19 22:18:29.337 INFO kablam! | Sep 19 22:18:29.337 INFO kablam! 21 | E: EntityState + 'static, Sep 19 22:18:29.337 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.337 INFO kablam! | Sep 19 22:18:29.337 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.337 INFO kablam! Sep 19 22:18:29.337 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.337 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 19 22:18:29.337 INFO kablam! | Sep 19 22:18:29.337 INFO kablam! 22 | CA: CellAction + 'static, Sep 19 22:18:29.337 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.338 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.339 INFO kablam! Sep 19 22:18:29.339 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.339 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! 23 | EA: EntityAction + 'static, Sep 19 22:18:29.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.339 INFO kablam! Sep 19 22:18:29.339 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.339 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! 24 | I: 'static, Sep 19 22:18:29.339 INFO kablam! | ^^^^^^^ Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.339 INFO kablam! Sep 19 22:18:29.339 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.339 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! 35 | C: CellState + 'static, Sep 19 22:18:29.339 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.339 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.339 INFO kablam! Sep 19 22:18:29.339 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.339 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 19 22:18:29.339 INFO kablam! | Sep 19 22:18:29.340 INFO kablam! 36 | E: EntityState + 'static, Sep 19 22:18:29.340 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.340 INFO kablam! | Sep 19 22:18:29.340 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.340 INFO kablam! Sep 19 22:18:29.340 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.340 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 19 22:18:29.340 INFO kablam! | Sep 19 22:18:29.340 INFO kablam! 37 | CA: CellAction + 'static, Sep 19 22:18:29.340 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.340 INFO kablam! | Sep 19 22:18:29.340 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.340 INFO kablam! Sep 19 22:18:29.340 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.340 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 19 22:18:29.340 INFO kablam! | Sep 19 22:18:29.341 INFO kablam! 38 | EA: EntityAction + 'static, Sep 19 22:18:29.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.341 INFO kablam! | Sep 19 22:18:29.341 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.341 INFO kablam! Sep 19 22:18:29.341 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.341 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 19 22:18:29.341 INFO kablam! | Sep 19 22:18:29.341 INFO kablam! 39 | I: Ord + 'static, Sep 19 22:18:29.341 INFO kablam! | ^^^ ^^^^^^^ Sep 19 22:18:29.341 INFO kablam! | Sep 19 22:18:29.341 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.341 INFO kablam! Sep 19 22:18:29.341 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.341 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 19 22:18:29.341 INFO kablam! | Sep 19 22:18:29.341 INFO kablam! 40 | U: Universe, Sep 19 22:18:29.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:18:29.341 INFO kablam! | Sep 19 22:18:29.341 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.341 INFO kablam! Sep 19 22:18:29.406 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 22:18:29.406 INFO kablam! --> src/lib.rs:5:12 Sep 19 22:18:29.406 INFO kablam! | Sep 19 22:18:29.406 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 19 22:18:29.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:18:29.406 INFO kablam! | Sep 19 22:18:29.406 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 22:18:29.406 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 20 | C: CellState + 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 21 | E: EntityState + 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 22 | CA: CellAction + 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 23 | EA: EntityAction + 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 24 | I: 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 35 | C: CellState + 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.415 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! 36 | E: EntityState + 'static, Sep 19 22:18:29.415 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.415 INFO kablam! | Sep 19 22:18:29.415 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.415 INFO kablam! Sep 19 22:18:29.415 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.416 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! 37 | CA: CellAction + 'static, Sep 19 22:18:29.416 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.416 INFO kablam! Sep 19 22:18:29.416 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.416 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! 38 | EA: EntityAction + 'static, Sep 19 22:18:29.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.416 INFO kablam! Sep 19 22:18:29.416 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.416 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! 39 | I: Ord + 'static, Sep 19 22:18:29.416 INFO kablam! | ^^^ ^^^^^^^ Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.416 INFO kablam! Sep 19 22:18:29.416 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 22:18:29.416 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! 40 | U: Universe, Sep 19 22:18:29.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:18:29.416 INFO kablam! | Sep 19 22:18:29.416 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 22:18:29.416 INFO kablam! Sep 19 22:18:29.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.42s Sep 19 22:18:29.448 INFO kablam! su: No module specific data is present Sep 19 22:18:30.075 INFO running `"docker" "rm" "-f" "78e811014b076e00c35661961cc74d9ba08a24f1662e70cebfcb6ad7fef1f4ad"` Sep 19 22:18:30.279 INFO blam! 78e811014b076e00c35661961cc74d9ba08a24f1662e70cebfcb6ad7fef1f4ad