Sep 04 10:54:02.444 INFO checking minutiae-0.10.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 10:54:02.444 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 10:54:02.444 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:54:02.613 INFO blam! 2f3a6ba71d435c6e241578b155b2c064cf9296fb730688acf7166def752bd34a Sep 04 10:54:02.615 INFO running `"docker" "start" "-a" "2f3a6ba71d435c6e241578b155b2c064cf9296fb730688acf7166def752bd34a"` Sep 04 10:54:03.307 INFO kablam! Checking uuid v0.6.5 Sep 04 10:54:04.199 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 04 10:54:04.803 INFO kablam! warning: unused import: `std::iter::Step` Sep 04 10:54:04.803 INFO kablam! --> src/universe.rs:7:5 Sep 04 10:54:04.803 INFO kablam! | Sep 04 10:54:04.803 INFO kablam! 7 | use std::iter::Step; Sep 04 10:54:04.803 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 10:54:04.803 INFO kablam! | Sep 04 10:54:04.803 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:54:04.803 INFO kablam! Sep 04 10:54:04.803 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 04 10:54:04.803 INFO kablam! --> src/container.rs:4:5 Sep 04 10:54:04.803 INFO kablam! | Sep 04 10:54:04.804 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 04 10:54:04.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:04.804 INFO kablam! Sep 04 10:54:05.215 INFO kablam! warning: unused import: `std::iter::Step` Sep 04 10:54:05.215 INFO kablam! --> src/universe.rs:7:5 Sep 04 10:54:05.215 INFO kablam! | Sep 04 10:54:05.215 INFO kablam! 7 | use std::iter::Step; Sep 04 10:54:05.215 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 10:54:05.215 INFO kablam! | Sep 04 10:54:05.215 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:54:05.215 INFO kablam! Sep 04 10:54:05.216 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 04 10:54:05.216 INFO kablam! --> src/container.rs:4:5 Sep 04 10:54:05.216 INFO kablam! | Sep 04 10:54:05.216 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 04 10:54:05.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.216 INFO kablam! Sep 04 10:54:05.301 INFO kablam! warning: unused variable: `universe_size` Sep 04 10:54:05.301 INFO kablam! --> src/universe.rs:94:13 Sep 04 10:54:05.301 INFO kablam! | Sep 04 10:54:05.301 INFO kablam! 94 | let universe_size = conf.size; Sep 04 10:54:05.301 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 04 10:54:05.301 INFO kablam! | Sep 04 10:54:05.302 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:54:05.302 INFO kablam! Sep 04 10:54:05.475 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 10:54:05.475 INFO kablam! --> src/lib.rs:5:12 Sep 04 10:54:05.475 INFO kablam! | Sep 04 10:54:05.475 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 04 10:54:05.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.475 INFO kablam! | Sep 04 10:54:05.475 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 10:54:05.475 INFO kablam! Sep 04 10:54:05.485 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.485 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 04 10:54:05.485 INFO kablam! | Sep 04 10:54:05.485 INFO kablam! 20 | C: CellState + 'static, Sep 04 10:54:05.485 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.485 INFO kablam! | Sep 04 10:54:05.485 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 10:54:05.485 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.485 INFO kablam! Sep 04 10:54:05.485 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.485 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! 21 | E: EntityState + 'static, Sep 04 10:54:05.486 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.486 INFO kablam! Sep 04 10:54:05.486 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.486 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! 22 | CA: CellAction + 'static, Sep 04 10:54:05.486 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.486 INFO kablam! Sep 04 10:54:05.486 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.486 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! 23 | EA: EntityAction + 'static, Sep 04 10:54:05.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.486 INFO kablam! Sep 04 10:54:05.486 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.486 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! 24 | I: 'static, Sep 04 10:54:05.486 INFO kablam! | ^^^^^^^ Sep 04 10:54:05.486 INFO kablam! | Sep 04 10:54:05.486 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.486 INFO kablam! Sep 04 10:54:05.487 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.487 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! 35 | C: CellState + 'static, Sep 04 10:54:05.487 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.487 INFO kablam! Sep 04 10:54:05.487 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.487 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! 36 | E: EntityState + 'static, Sep 04 10:54:05.487 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.487 INFO kablam! Sep 04 10:54:05.487 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.487 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! 37 | CA: CellAction + 'static, Sep 04 10:54:05.487 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.487 INFO kablam! Sep 04 10:54:05.487 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.487 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! 38 | EA: EntityAction + 'static, Sep 04 10:54:05.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.487 INFO kablam! | Sep 04 10:54:05.487 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.488 INFO kablam! Sep 04 10:54:05.488 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.488 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 04 10:54:05.488 INFO kablam! | Sep 04 10:54:05.488 INFO kablam! 39 | I: Ord + 'static, Sep 04 10:54:05.488 INFO kablam! | ^^^ ^^^^^^^ Sep 04 10:54:05.488 INFO kablam! | Sep 04 10:54:05.488 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.488 INFO kablam! Sep 04 10:54:05.488 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.488 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 04 10:54:05.488 INFO kablam! | Sep 04 10:54:05.488 INFO kablam! 40 | U: Universe, Sep 04 10:54:05.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.488 INFO kablam! | Sep 04 10:54:05.488 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.488 INFO kablam! Sep 04 10:54:05.848 INFO kablam! warning: unused variable: `universe_size` Sep 04 10:54:05.848 INFO kablam! --> src/universe.rs:94:13 Sep 04 10:54:05.848 INFO kablam! | Sep 04 10:54:05.848 INFO kablam! 94 | let universe_size = conf.size; Sep 04 10:54:05.848 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 04 10:54:05.848 INFO kablam! | Sep 04 10:54:05.848 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:54:05.848 INFO kablam! Sep 04 10:54:06.036 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 10:54:06.036 INFO kablam! --> src/lib.rs:5:12 Sep 04 10:54:06.036 INFO kablam! | Sep 04 10:54:06.036 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 04 10:54:06.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:06.036 INFO kablam! | Sep 04 10:54:06.036 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 10:54:06.037 INFO kablam! Sep 04 10:54:06.046 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.047 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 04 10:54:06.047 INFO kablam! | Sep 04 10:54:06.047 INFO kablam! 20 | C: CellState + 'static, Sep 04 10:54:06.047 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.047 INFO kablam! | Sep 04 10:54:06.047 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 10:54:06.047 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.047 INFO kablam! Sep 04 10:54:06.047 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.047 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 04 10:54:06.047 INFO kablam! | Sep 04 10:54:06.047 INFO kablam! 21 | E: EntityState + 'static, Sep 04 10:54:06.047 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.047 INFO kablam! | Sep 04 10:54:06.047 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.047 INFO kablam! Sep 04 10:54:06.047 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.047 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 04 10:54:06.047 INFO kablam! | Sep 04 10:54:06.047 INFO kablam! 22 | CA: CellAction + 'static, Sep 04 10:54:06.047 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.047 INFO kablam! | Sep 04 10:54:06.047 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.047 INFO kablam! Sep 04 10:54:06.048 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.048 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 04 10:54:06.048 INFO kablam! | Sep 04 10:54:06.048 INFO kablam! 23 | EA: EntityAction + 'static, Sep 04 10:54:06.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.048 INFO kablam! | Sep 04 10:54:06.048 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.048 INFO kablam! Sep 04 10:54:06.048 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.048 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 04 10:54:06.048 INFO kablam! | Sep 04 10:54:06.048 INFO kablam! 24 | I: 'static, Sep 04 10:54:06.048 INFO kablam! | ^^^^^^^ Sep 04 10:54:06.048 INFO kablam! | Sep 04 10:54:06.048 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.048 INFO kablam! Sep 04 10:54:06.048 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.048 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 04 10:54:06.048 INFO kablam! | Sep 04 10:54:06.048 INFO kablam! 35 | C: CellState + 'static, Sep 04 10:54:06.048 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.048 INFO kablam! | Sep 04 10:54:06.048 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.048 INFO kablam! Sep 04 10:54:06.049 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.049 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 04 10:54:06.049 INFO kablam! | Sep 04 10:54:06.049 INFO kablam! 36 | E: EntityState + 'static, Sep 04 10:54:06.049 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.049 INFO kablam! | Sep 04 10:54:06.049 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.049 INFO kablam! Sep 04 10:54:06.049 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.049 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 04 10:54:06.049 INFO kablam! | Sep 04 10:54:06.049 INFO kablam! 37 | CA: CellAction + 'static, Sep 04 10:54:06.049 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.049 INFO kablam! | Sep 04 10:54:06.049 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.049 INFO kablam! Sep 04 10:54:06.049 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.049 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 04 10:54:06.049 INFO kablam! | Sep 04 10:54:06.049 INFO kablam! 38 | EA: EntityAction + 'static, Sep 04 10:54:06.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:06.049 INFO kablam! | Sep 04 10:54:06.049 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.050 INFO kablam! Sep 04 10:54:06.050 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.050 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 04 10:54:06.050 INFO kablam! | Sep 04 10:54:06.050 INFO kablam! 39 | I: Ord + 'static, Sep 04 10:54:06.050 INFO kablam! | ^^^ ^^^^^^^ Sep 04 10:54:06.050 INFO kablam! | Sep 04 10:54:06.050 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.050 INFO kablam! Sep 04 10:54:06.050 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:06.050 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 04 10:54:06.050 INFO kablam! | Sep 04 10:54:06.050 INFO kablam! 40 | U: Universe, Sep 04 10:54:06.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:06.050 INFO kablam! | Sep 04 10:54:06.050 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:06.050 INFO kablam! Sep 04 10:54:06.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.85s Sep 04 10:54:06.084 INFO kablam! su: No module specific data is present Sep 04 10:54:06.442 INFO running `"docker" "rm" "-f" "2f3a6ba71d435c6e241578b155b2c064cf9296fb730688acf7166def752bd34a"` Sep 04 10:54:06.536 INFO blam! 2f3a6ba71d435c6e241578b155b2c064cf9296fb730688acf7166def752bd34a