Sep 21 07:00:05.961 INFO checking minutiae-0.10.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:00:05.961 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:00:05.961 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:00:06.102 INFO blam! 52e4d8fe98a5e105e24c30101e0f75e084bcf14181b36542dffafa1ed4c5f0d6 Sep 21 07:00:06.103 INFO running `"docker" "start" "-a" "52e4d8fe98a5e105e24c30101e0f75e084bcf14181b36542dffafa1ed4c5f0d6"` Sep 21 07:00:06.998 INFO kablam! usermod: no changes Sep 21 07:00:07.190 INFO kablam! Checking uuid v0.6.5 Sep 21 07:00:07.797 INFO kablam! Checking minutiae v0.10.0 (/source) Sep 21 07:00:08.462 INFO kablam! warning: unused import: `std::iter::Step` Sep 21 07:00:08.462 INFO kablam! --> src/universe.rs:7:5 Sep 21 07:00:08.462 INFO kablam! | Sep 21 07:00:08.462 INFO kablam! 7 | use std::iter::Step; Sep 21 07:00:08.462 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 07:00:08.462 INFO kablam! | Sep 21 07:00:08.462 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:00:08.462 INFO kablam! Sep 21 07:00:08.462 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 21 07:00:08.462 INFO kablam! --> src/container.rs:4:5 Sep 21 07:00:08.462 INFO kablam! | Sep 21 07:00:08.462 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 21 07:00:08.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:00:08.462 INFO kablam! Sep 21 07:00:08.570 INFO kablam! warning: unused import: `std::iter::Step` Sep 21 07:00:08.570 INFO kablam! --> src/universe.rs:7:5 Sep 21 07:00:08.571 INFO kablam! | Sep 21 07:00:08.571 INFO kablam! 7 | use std::iter::Step; Sep 21 07:00:08.571 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 07:00:08.571 INFO kablam! | Sep 21 07:00:08.571 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:00:08.571 INFO kablam! Sep 21 07:00:08.571 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 21 07:00:08.571 INFO kablam! --> src/container.rs:4:5 Sep 21 07:00:08.571 INFO kablam! | Sep 21 07:00:08.571 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 21 07:00:08.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:00:08.571 INFO kablam! Sep 21 07:00:08.942 INFO kablam! warning: unused variable: `universe_size` Sep 21 07:00:08.942 INFO kablam! --> src/universe.rs:94:13 Sep 21 07:00:08.942 INFO kablam! | Sep 21 07:00:08.942 INFO kablam! 94 | let universe_size = conf.size; Sep 21 07:00:08.942 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 21 07:00:08.942 INFO kablam! | Sep 21 07:00:08.942 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 07:00:08.942 INFO kablam! Sep 21 07:00:08.997 INFO kablam! warning: unused variable: `universe_size` Sep 21 07:00:08.997 INFO kablam! --> src/universe.rs:94:13 Sep 21 07:00:08.997 INFO kablam! | Sep 21 07:00:08.997 INFO kablam! 94 | let universe_size = conf.size; Sep 21 07:00:08.997 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 21 07:00:08.997 INFO kablam! | Sep 21 07:00:08.997 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 07:00:08.997 INFO kablam! Sep 21 07:00:09.076 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 07:00:09.076 INFO kablam! --> src/lib.rs:5:12 Sep 21 07:00:09.076 INFO kablam! | Sep 21 07:00:09.076 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 21 07:00:09.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:00:09.076 INFO kablam! | Sep 21 07:00:09.076 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 07:00:09.076 INFO kablam! Sep 21 07:00:09.080 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.080 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 21 07:00:09.080 INFO kablam! | Sep 21 07:00:09.080 INFO kablam! 20 | C: CellState + 'static, Sep 21 07:00:09.080 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.080 INFO kablam! | Sep 21 07:00:09.080 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 07:00:09.080 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.080 INFO kablam! Sep 21 07:00:09.080 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.080 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 21 07:00:09.080 INFO kablam! | Sep 21 07:00:09.080 INFO kablam! 21 | E: EntityState + 'static, Sep 21 07:00:09.080 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.080 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 22 | CA: CellAction + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 23 | EA: EntityAction + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 24 | I: 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 35 | C: CellState + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 36 | E: EntityState + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 37 | CA: CellAction + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 38 | EA: EntityAction + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 39 | I: Ord + 'static, Sep 21 07:00:09.083 INFO kablam! | ^^^ ^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.083 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.083 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! 40 | U: Universe, Sep 21 07:00:09.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:00:09.083 INFO kablam! | Sep 21 07:00:09.083 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.083 INFO kablam! Sep 21 07:00:09.138 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 07:00:09.138 INFO kablam! --> src/lib.rs:5:12 Sep 21 07:00:09.138 INFO kablam! | Sep 21 07:00:09.138 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 21 07:00:09.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:00:09.138 INFO kablam! | Sep 21 07:00:09.138 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 07:00:09.138 INFO kablam! Sep 21 07:00:09.143 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.143 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 21 07:00:09.143 INFO kablam! | Sep 21 07:00:09.143 INFO kablam! 20 | C: CellState + 'static, Sep 21 07:00:09.143 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.143 INFO kablam! | Sep 21 07:00:09.143 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 07:00:09.143 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.143 INFO kablam! Sep 21 07:00:09.143 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.143 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 21 07:00:09.143 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 21 | E: EntityState + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 22 | CA: CellAction + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 23 | EA: EntityAction + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 24 | I: 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 35 | C: CellState + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 36 | E: EntityState + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 37 | CA: CellAction + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.144 INFO kablam! Sep 21 07:00:09.144 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.144 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.144 INFO kablam! 38 | EA: EntityAction + 'static, Sep 21 07:00:09.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 21 07:00:09.144 INFO kablam! | Sep 21 07:00:09.145 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.145 INFO kablam! Sep 21 07:00:09.145 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.145 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 21 07:00:09.145 INFO kablam! | Sep 21 07:00:09.145 INFO kablam! 39 | I: Ord + 'static, Sep 21 07:00:09.145 INFO kablam! | ^^^ ^^^^^^^ Sep 21 07:00:09.145 INFO kablam! | Sep 21 07:00:09.145 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.145 INFO kablam! Sep 21 07:00:09.145 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 07:00:09.145 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 21 07:00:09.145 INFO kablam! | Sep 21 07:00:09.145 INFO kablam! 40 | U: Universe, Sep 21 07:00:09.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 07:00:09.145 INFO kablam! | Sep 21 07:00:09.145 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 07:00:09.145 INFO kablam! Sep 21 07:00:09.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.15s Sep 21 07:00:09.180 INFO kablam! su: No module specific data is present Sep 21 07:00:09.688 INFO running `"docker" "rm" "-f" "52e4d8fe98a5e105e24c30101e0f75e084bcf14181b36542dffafa1ed4c5f0d6"` Sep 21 07:00:09.804 INFO blam! 52e4d8fe98a5e105e24c30101e0f75e084bcf14181b36542dffafa1ed4c5f0d6