Sep 04 10:54:02.951 INFO checking minutiae-0.10.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 10:54:02.951 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 10:54:02.951 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:03.109 INFO blam! b9578da255ee7b471ce24ddab4c4a1090059370b05eacd332c4f972176642a4b Sep 04 10:54:03.111 INFO running `"docker" "start" "-a" "b9578da255ee7b471ce24ddab4c4a1090059370b05eacd332c4f972176642a4b"` Sep 04 10:54:03.701 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 04 10:54:04.541 INFO kablam! warning: unused import: `std::iter::Step` Sep 04 10:54:04.541 INFO kablam! --> src/universe.rs:7:5 Sep 04 10:54:04.541 INFO kablam! | Sep 04 10:54:04.541 INFO kablam! 7 | use std::iter::Step; Sep 04 10:54:04.541 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 10:54:04.541 INFO kablam! | Sep 04 10:54:04.541 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:54:04.541 INFO kablam! Sep 04 10:54:04.541 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 04 10:54:04.541 INFO kablam! --> src/container.rs:4:5 Sep 04 10:54:04.541 INFO kablam! | Sep 04 10:54:04.541 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 04 10:54:04.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:04.541 INFO kablam! Sep 04 10:54:04.695 INFO kablam! warning: unused import: `std::iter::Step` Sep 04 10:54:04.695 INFO kablam! --> src/universe.rs:7:5 Sep 04 10:54:04.695 INFO kablam! | Sep 04 10:54:04.695 INFO kablam! 7 | use std::iter::Step; Sep 04 10:54:04.695 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 10:54:04.695 INFO kablam! | Sep 04 10:54:04.695 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:54:04.696 INFO kablam! Sep 04 10:54:04.696 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 04 10:54:04.696 INFO kablam! --> src/container.rs:4:5 Sep 04 10:54:04.696 INFO kablam! | Sep 04 10:54:04.696 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 04 10:54:04.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:04.696 INFO kablam! Sep 04 10:54:05.409 INFO kablam! warning: unused variable: `universe_size` Sep 04 10:54:05.409 INFO kablam! --> src/universe.rs:94:13 Sep 04 10:54:05.409 INFO kablam! | Sep 04 10:54:05.410 INFO kablam! 94 | let universe_size = conf.size; Sep 04 10:54:05.410 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 04 10:54:05.410 INFO kablam! | Sep 04 10:54:05.410 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:54:05.410 INFO kablam! Sep 04 10:54:05.603 INFO kablam! warning: unused variable: `universe_size` Sep 04 10:54:05.603 INFO kablam! --> src/universe.rs:94:13 Sep 04 10:54:05.603 INFO kablam! | Sep 04 10:54:05.603 INFO kablam! 94 | let universe_size = conf.size; Sep 04 10:54:05.603 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 04 10:54:05.603 INFO kablam! | Sep 04 10:54:05.603 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:54:05.603 INFO kablam! Sep 04 10:54:05.711 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.711 INFO kablam! --> src/lib.rs:5:12 Sep 04 10:54:05.711 INFO kablam! | Sep 04 10:54:05.711 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 04 10:54:05.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.711 INFO kablam! | Sep 04 10:54:05.711 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 10:54:05.711 INFO kablam! Sep 04 10:54:05.729 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.729 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 04 10:54:05.729 INFO kablam! | Sep 04 10:54:05.729 INFO kablam! 20 | C: CellState + 'static, Sep 04 10:54:05.729 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.729 INFO kablam! | Sep 04 10:54:05.729 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 10:54:05.729 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.729 INFO kablam! Sep 04 10:54:05.729 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.729 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 04 10:54:05.729 INFO kablam! | Sep 04 10:54:05.729 INFO kablam! 21 | E: EntityState + 'static, Sep 04 10:54:05.729 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.729 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.730 INFO kablam! Sep 04 10:54:05.730 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.730 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 04 10:54:05.730 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! 22 | CA: CellAction + 'static, Sep 04 10:54:05.730 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.730 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.730 INFO kablam! Sep 04 10:54:05.730 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.730 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 04 10:54:05.730 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! 23 | EA: EntityAction + 'static, Sep 04 10:54:05.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.730 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.730 INFO kablam! Sep 04 10:54:05.730 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.730 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 04 10:54:05.730 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! 24 | I: 'static, Sep 04 10:54:05.730 INFO kablam! | ^^^^^^^ Sep 04 10:54:05.730 INFO kablam! | Sep 04 10:54:05.730 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.730 INFO kablam! Sep 04 10:54:05.730 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.730 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 04 10:54:05.731 INFO kablam! | Sep 04 10:54:05.731 INFO kablam! 35 | C: CellState + 'static, Sep 04 10:54:05.731 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.731 INFO kablam! | Sep 04 10:54:05.731 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.731 INFO kablam! Sep 04 10:54:05.731 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.731 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 04 10:54:05.731 INFO kablam! | Sep 04 10:54:05.731 INFO kablam! 36 | E: EntityState + 'static, Sep 04 10:54:05.731 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.731 INFO kablam! | Sep 04 10:54:05.731 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.731 INFO kablam! Sep 04 10:54:05.731 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.731 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 04 10:54:05.731 INFO kablam! | Sep 04 10:54:05.731 INFO kablam! 37 | CA: CellAction + 'static, Sep 04 10:54:05.731 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.731 INFO kablam! | Sep 04 10:54:05.731 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.731 INFO kablam! Sep 04 10:54:05.731 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.731 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 04 10:54:05.732 INFO kablam! | Sep 04 10:54:05.732 INFO kablam! 38 | EA: EntityAction + 'static, Sep 04 10:54:05.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.732 INFO kablam! | Sep 04 10:54:05.732 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.732 INFO kablam! Sep 04 10:54:05.732 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.732 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 04 10:54:05.732 INFO kablam! | Sep 04 10:54:05.732 INFO kablam! 39 | I: Ord + 'static, Sep 04 10:54:05.732 INFO kablam! | ^^^ ^^^^^^^ Sep 04 10:54:05.732 INFO kablam! | Sep 04 10:54:05.732 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.732 INFO kablam! Sep 04 10:54:05.732 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.732 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 04 10:54:05.732 INFO kablam! | Sep 04 10:54:05.732 INFO kablam! 40 | U: Universe, Sep 04 10:54:05.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.732 INFO kablam! | Sep 04 10:54:05.732 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.732 INFO kablam! Sep 04 10:54:05.857 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.857 INFO kablam! --> src/lib.rs:5:12 Sep 04 10:54:05.857 INFO kablam! | Sep 04 10:54:05.857 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 04 10:54:05.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.857 INFO kablam! | Sep 04 10:54:05.857 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 10:54:05.857 INFO kablam! Sep 04 10:54:05.867 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.867 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 04 10:54:05.867 INFO kablam! | Sep 04 10:54:05.867 INFO kablam! 20 | C: CellState + 'static, Sep 04 10:54:05.867 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.867 INFO kablam! | Sep 04 10:54:05.867 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 10:54:05.868 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.868 INFO kablam! Sep 04 10:54:05.868 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.868 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 04 10:54:05.868 INFO kablam! | Sep 04 10:54:05.868 INFO kablam! 21 | E: EntityState + 'static, Sep 04 10:54:05.868 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.868 INFO kablam! | Sep 04 10:54:05.868 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.868 INFO kablam! Sep 04 10:54:05.868 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.868 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 04 10:54:05.868 INFO kablam! | Sep 04 10:54:05.868 INFO kablam! 22 | CA: CellAction + 'static, Sep 04 10:54:05.868 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.868 INFO kablam! | Sep 04 10:54:05.868 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.868 INFO kablam! Sep 04 10:54:05.868 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.868 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 04 10:54:05.868 INFO kablam! | Sep 04 10:54:05.868 INFO kablam! 23 | EA: EntityAction + 'static, Sep 04 10:54:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.868 INFO kablam! | Sep 04 10:54:05.868 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.869 INFO kablam! Sep 04 10:54:05.869 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.869 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 04 10:54:05.869 INFO kablam! | Sep 04 10:54:05.869 INFO kablam! 24 | I: 'static, Sep 04 10:54:05.869 INFO kablam! | ^^^^^^^ Sep 04 10:54:05.869 INFO kablam! | Sep 04 10:54:05.869 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.869 INFO kablam! Sep 04 10:54:05.869 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.869 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 04 10:54:05.869 INFO kablam! | Sep 04 10:54:05.869 INFO kablam! 35 | C: CellState + 'static, Sep 04 10:54:05.869 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.869 INFO kablam! | Sep 04 10:54:05.869 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.869 INFO kablam! Sep 04 10:54:05.869 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.869 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 04 10:54:05.869 INFO kablam! | Sep 04 10:54:05.869 INFO kablam! 36 | E: EntityState + 'static, Sep 04 10:54:05.869 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.869 INFO kablam! | Sep 04 10:54:05.869 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.870 INFO kablam! Sep 04 10:54:05.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.870 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 04 10:54:05.870 INFO kablam! | Sep 04 10:54:05.870 INFO kablam! 37 | CA: CellAction + 'static, Sep 04 10:54:05.870 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.870 INFO kablam! | Sep 04 10:54:05.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.870 INFO kablam! Sep 04 10:54:05.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.870 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 04 10:54:05.870 INFO kablam! | Sep 04 10:54:05.870 INFO kablam! 38 | EA: EntityAction + 'static, Sep 04 10:54:05.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 10:54:05.870 INFO kablam! | Sep 04 10:54:05.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.870 INFO kablam! Sep 04 10:54:05.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.870 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 04 10:54:05.870 INFO kablam! | Sep 04 10:54:05.870 INFO kablam! 39 | I: Ord + 'static, Sep 04 10:54:05.870 INFO kablam! | ^^^ ^^^^^^^ Sep 04 10:54:05.870 INFO kablam! | Sep 04 10:54:05.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.871 INFO kablam! Sep 04 10:54:05.871 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 10:54:05.871 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 04 10:54:05.871 INFO kablam! | Sep 04 10:54:05.871 INFO kablam! 40 | U: Universe, Sep 04 10:54:05.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:54:05.871 INFO kablam! | Sep 04 10:54:05.871 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 10:54:05.871 INFO kablam! Sep 04 10:54:05.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.26s Sep 04 10:54:05.909 INFO kablam! su: No module specific data is present Sep 04 10:54:06.226 INFO running `"docker" "rm" "-f" "b9578da255ee7b471ce24ddab4c4a1090059370b05eacd332c4f972176642a4b"` Sep 04 10:54:06.331 INFO blam! b9578da255ee7b471ce24ddab4c4a1090059370b05eacd332c4f972176642a4b