Sep 14 13:08:06.747 INFO checking minutiae-0.10.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:08:06.747 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:08:06.747 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/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:08:06.931 INFO blam! b6bcccd0b31acea4f0b7b34b7b4077b3429c2a2b89c4dad2bcb231db987ba30d Sep 14 13:08:06.933 INFO running `"docker" "start" "-a" "b6bcccd0b31acea4f0b7b34b7b4077b3429c2a2b89c4dad2bcb231db987ba30d"` Sep 14 13:08:07.670 INFO kablam! usermod: no changes Sep 14 13:08:07.773 INFO kablam! Compiling serde v1.0.78 Sep 14 13:08:15.382 INFO kablam! Checking uuid v0.6.5 Sep 14 13:08:16.015 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 14 13:08:16.639 INFO kablam! warning: unused import: `std::iter::Step` Sep 14 13:08:16.639 INFO kablam! --> src/universe.rs:7:5 Sep 14 13:08:16.639 INFO kablam! | Sep 14 13:08:16.639 INFO kablam! 7 | use std::iter::Step; Sep 14 13:08:16.639 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 13:08:16.639 INFO kablam! | Sep 14 13:08:16.639 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 13:08:16.639 INFO kablam! Sep 14 13:08:16.639 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 14 13:08:16.639 INFO kablam! --> src/container.rs:4:5 Sep 14 13:08:16.639 INFO kablam! | Sep 14 13:08:16.639 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 14 13:08:16.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:08:16.639 INFO kablam! Sep 14 13:08:16.639 INFO kablam! warning: unused import: `std::iter::Step` Sep 14 13:08:16.639 INFO kablam! --> src/universe.rs:7:5 Sep 14 13:08:16.639 INFO kablam! | Sep 14 13:08:16.639 INFO kablam! 7 | use std::iter::Step; Sep 14 13:08:16.639 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 14 13:08:16.639 INFO kablam! | Sep 14 13:08:16.639 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 13:08:16.639 INFO kablam! Sep 14 13:08:16.639 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 14 13:08:16.639 INFO kablam! --> src/container.rs:4:5 Sep 14 13:08:16.639 INFO kablam! | Sep 14 13:08:16.639 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 14 13:08:16.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:08:16.639 INFO kablam! Sep 14 13:08:17.174 INFO kablam! warning: unused variable: `universe_size` Sep 14 13:08:17.174 INFO kablam! --> src/universe.rs:94:13 Sep 14 13:08:17.174 INFO kablam! | Sep 14 13:08:17.174 INFO kablam! 94 | let universe_size = conf.size; Sep 14 13:08:17.174 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 14 13:08:17.174 INFO kablam! | Sep 14 13:08:17.174 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 13:08:17.174 INFO kablam! Sep 14 13:08:17.279 INFO kablam! warning: unused variable: `universe_size` Sep 14 13:08:17.279 INFO kablam! --> src/universe.rs:94:13 Sep 14 13:08:17.279 INFO kablam! | Sep 14 13:08:17.279 INFO kablam! 94 | let universe_size = conf.size; Sep 14 13:08:17.279 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 14 13:08:17.279 INFO kablam! | Sep 14 13:08:17.279 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 13:08:17.279 INFO kablam! Sep 14 13:08:17.307 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 14 13:08:17.307 INFO kablam! --> src/lib.rs:5:12 Sep 14 13:08:17.307 INFO kablam! | Sep 14 13:08:17.307 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 14 13:08:17.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:08:17.307 INFO kablam! | Sep 14 13:08:17.307 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 13:08:17.307 INFO kablam! Sep 14 13:08:17.315 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.315 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! 20 | C: CellState + 'static, Sep 14 13:08:17.315 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 13:08:17.315 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.315 INFO kablam! Sep 14 13:08:17.315 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.315 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! 21 | E: EntityState + 'static, Sep 14 13:08:17.315 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.315 INFO kablam! Sep 14 13:08:17.315 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.315 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! 22 | CA: CellAction + 'static, Sep 14 13:08:17.315 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.315 INFO kablam! Sep 14 13:08:17.315 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.315 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 14 13:08:17.315 INFO kablam! | Sep 14 13:08:17.315 INFO kablam! 23 | EA: EntityAction + 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 24 | I: 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 35 | C: CellState + 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 36 | E: EntityState + 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 37 | CA: CellAction + 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 38 | EA: EntityAction + 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 39 | I: Ord + 'static, Sep 14 13:08:17.316 INFO kablam! | ^^^ ^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.316 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.316 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! 40 | U: Universe, Sep 14 13:08:17.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:08:17.316 INFO kablam! | Sep 14 13:08:17.316 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.316 INFO kablam! Sep 14 13:08:17.519 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 14 13:08:17.519 INFO kablam! --> src/lib.rs:5:12 Sep 14 13:08:17.519 INFO kablam! | Sep 14 13:08:17.519 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 14 13:08:17.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:08:17.519 INFO kablam! | Sep 14 13:08:17.519 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 13:08:17.519 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 20 | C: CellState + 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.527 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 21 | E: EntityState + 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.527 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 22 | CA: CellAction + 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.527 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 23 | EA: EntityAction + 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.527 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 24 | I: 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.527 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 35 | C: CellState + 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.527 INFO kablam! Sep 14 13:08:17.527 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.527 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! 36 | E: EntityState + 'static, Sep 14 13:08:17.527 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.527 INFO kablam! | Sep 14 13:08:17.527 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.528 INFO kablam! Sep 14 13:08:17.528 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.528 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! 37 | CA: CellAction + 'static, Sep 14 13:08:17.528 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.528 INFO kablam! Sep 14 13:08:17.528 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.528 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! 38 | EA: EntityAction + 'static, Sep 14 13:08:17.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.528 INFO kablam! Sep 14 13:08:17.528 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.528 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! 39 | I: Ord + 'static, Sep 14 13:08:17.528 INFO kablam! | ^^^ ^^^^^^^ Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.528 INFO kablam! Sep 14 13:08:17.528 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 14 13:08:17.528 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! 40 | U: Universe, Sep 14 13:08:17.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:08:17.528 INFO kablam! | Sep 14 13:08:17.528 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 14 13:08:17.528 INFO kablam! Sep 14 13:08:17.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.89s Sep 14 13:08:17.578 INFO kablam! su: No module specific data is present Sep 14 13:08:18.915 INFO running `"docker" "rm" "-f" "b6bcccd0b31acea4f0b7b34b7b4077b3429c2a2b89c4dad2bcb231db987ba30d"` Sep 14 13:08:19.119 INFO blam! b6bcccd0b31acea4f0b7b34b7b4077b3429c2a2b89c4dad2bcb231db987ba30d