Sep 10 14:35:56.821 INFO checking minutiae-0.10.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 14:35:56.822 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 14:35:56.822 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:35:57.021 INFO blam! cf319d179b2a3c61ab6b3184f33421d7e57a3a26293dee7dc353bba958fdbf55 Sep 10 14:35:57.023 INFO running `"docker" "start" "-a" "cf319d179b2a3c61ab6b3184f33421d7e57a3a26293dee7dc353bba958fdbf55"` Sep 10 14:35:57.980 INFO kablam! usermod: no changes Sep 10 14:35:58.158 INFO kablam! Compiling serde v1.0.78 Sep 10 14:36:07.806 INFO kablam! Checking uuid v0.6.5 Sep 10 14:36:08.678 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 10 14:36:09.145 INFO kablam! warning: unused import: `std::iter::Step` Sep 10 14:36:09.145 INFO kablam! --> src/universe.rs:7:5 Sep 10 14:36:09.145 INFO kablam! | Sep 10 14:36:09.145 INFO kablam! 7 | use std::iter::Step; Sep 10 14:36:09.145 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 10 14:36:09.145 INFO kablam! | Sep 10 14:36:09.145 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 14:36:09.145 INFO kablam! Sep 10 14:36:09.145 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 10 14:36:09.145 INFO kablam! --> src/container.rs:4:5 Sep 10 14:36:09.145 INFO kablam! | Sep 10 14:36:09.145 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 10 14:36:09.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 14:36:09.145 INFO kablam! Sep 10 14:36:09.446 INFO kablam! warning: unused import: `std::iter::Step` Sep 10 14:36:09.446 INFO kablam! --> src/universe.rs:7:5 Sep 10 14:36:09.446 INFO kablam! | Sep 10 14:36:09.446 INFO kablam! 7 | use std::iter::Step; Sep 10 14:36:09.446 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 10 14:36:09.446 INFO kablam! | Sep 10 14:36:09.446 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 14:36:09.446 INFO kablam! Sep 10 14:36:09.446 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 10 14:36:09.446 INFO kablam! --> src/container.rs:4:5 Sep 10 14:36:09.446 INFO kablam! | Sep 10 14:36:09.446 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 10 14:36:09.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 14:36:09.446 INFO kablam! Sep 10 14:36:09.534 INFO kablam! warning: unused variable: `universe_size` Sep 10 14:36:09.534 INFO kablam! --> src/universe.rs:94:13 Sep 10 14:36:09.534 INFO kablam! | Sep 10 14:36:09.534 INFO kablam! 94 | let universe_size = conf.size; Sep 10 14:36:09.534 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 10 14:36:09.534 INFO kablam! | Sep 10 14:36:09.534 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 14:36:09.534 INFO kablam! Sep 10 14:36:09.662 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 10 14:36:09.662 INFO kablam! --> src/lib.rs:5:12 Sep 10 14:36:09.662 INFO kablam! | Sep 10 14:36:09.662 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 10 14:36:09.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 14:36:09.662 INFO kablam! | Sep 10 14:36:09.662 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 14:36:09.662 INFO kablam! Sep 10 14:36:09.674 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.674 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 10 14:36:09.674 INFO kablam! | Sep 10 14:36:09.674 INFO kablam! 20 | C: CellState + 'static, Sep 10 14:36:09.674 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.674 INFO kablam! | Sep 10 14:36:09.674 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 10 14:36:09.674 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.674 INFO kablam! Sep 10 14:36:09.674 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.674 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 10 14:36:09.674 INFO kablam! | Sep 10 14:36:09.674 INFO kablam! 21 | E: EntityState + 'static, Sep 10 14:36:09.674 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.674 INFO kablam! | Sep 10 14:36:09.674 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.674 INFO kablam! Sep 10 14:36:09.674 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.674 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 10 14:36:09.674 INFO kablam! | Sep 10 14:36:09.674 INFO kablam! 22 | CA: CellAction + 'static, Sep 10 14:36:09.674 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.674 INFO kablam! | Sep 10 14:36:09.674 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.674 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 23 | EA: EntityAction + 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 24 | I: 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 35 | C: CellState + 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 36 | E: EntityState + 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 37 | CA: CellAction + 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 38 | EA: EntityAction + 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 39 | I: Ord + 'static, Sep 10 14:36:09.675 INFO kablam! | ^^^ ^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.675 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:09.675 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! 40 | U: Universe, Sep 10 14:36:09.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 14:36:09.675 INFO kablam! | Sep 10 14:36:09.675 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:09.675 INFO kablam! Sep 10 14:36:09.875 INFO kablam! warning: unused variable: `universe_size` Sep 10 14:36:09.875 INFO kablam! --> src/universe.rs:94:13 Sep 10 14:36:09.875 INFO kablam! | Sep 10 14:36:09.875 INFO kablam! 94 | let universe_size = conf.size; Sep 10 14:36:09.875 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 10 14:36:09.875 INFO kablam! | Sep 10 14:36:09.875 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 14:36:09.875 INFO kablam! Sep 10 14:36:10.006 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 10 14:36:10.006 INFO kablam! --> src/lib.rs:5:12 Sep 10 14:36:10.006 INFO kablam! | Sep 10 14:36:10.006 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 10 14:36:10.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 14:36:10.006 INFO kablam! | Sep 10 14:36:10.006 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 14:36:10.006 INFO kablam! Sep 10 14:36:10.014 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.014 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 10 14:36:10.014 INFO kablam! | Sep 10 14:36:10.014 INFO kablam! 20 | C: CellState + 'static, Sep 10 14:36:10.014 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.014 INFO kablam! | Sep 10 14:36:10.014 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 10 14:36:10.014 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.014 INFO kablam! Sep 10 14:36:10.014 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.014 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 10 14:36:10.014 INFO kablam! | Sep 10 14:36:10.014 INFO kablam! 21 | E: EntityState + 'static, Sep 10 14:36:10.014 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.014 INFO kablam! | Sep 10 14:36:10.014 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.014 INFO kablam! Sep 10 14:36:10.014 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.014 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 22 | CA: CellAction + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 23 | EA: EntityAction + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 24 | I: 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 35 | C: CellState + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 36 | E: EntityState + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 37 | CA: CellAction + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 38 | EA: EntityAction + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 39 | I: Ord + 'static, Sep 10 14:36:10.015 INFO kablam! | ^^^ ^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.015 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 10 14:36:10.015 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! 40 | U: Universe, Sep 10 14:36:10.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 14:36:10.015 INFO kablam! | Sep 10 14:36:10.015 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 10 14:36:10.015 INFO kablam! Sep 10 14:36:10.042 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.03s Sep 10 14:36:10.048 INFO kablam! su: No module specific data is present Sep 10 14:36:10.497 INFO running `"docker" "rm" "-f" "cf319d179b2a3c61ab6b3184f33421d7e57a3a26293dee7dc353bba958fdbf55"` Sep 10 14:36:10.627 INFO blam! cf319d179b2a3c61ab6b3184f33421d7e57a3a26293dee7dc353bba958fdbf55