Sep 06 03:47:12.082 INFO checking minutiae-0.10.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:47:12.082 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:47:12.082 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:47:12.259 INFO blam! 27ad05b692899484d300c10ca2ff2af9d59da0a55a68361a66d36a95fee55e53 Sep 06 03:47:12.260 INFO running `"docker" "start" "-a" "27ad05b692899484d300c10ca2ff2af9d59da0a55a68361a66d36a95fee55e53"` Sep 06 03:47:13.005 INFO kablam! usermod: no changes Sep 06 03:47:13.106 INFO kablam! Compiling serde v1.0.76 Sep 06 03:47:21.300 INFO kablam! Checking uuid v0.6.5 Sep 06 03:47:21.798 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 06 03:47:22.157 INFO kablam! warning: unused import: `std::iter::Step` Sep 06 03:47:22.157 INFO kablam! --> src/universe.rs:7:5 Sep 06 03:47:22.157 INFO kablam! | Sep 06 03:47:22.157 INFO kablam! 7 | use std::iter::Step; Sep 06 03:47:22.157 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 03:47:22.157 INFO kablam! | Sep 06 03:47:22.157 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 03:47:22.157 INFO kablam! Sep 06 03:47:22.157 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 06 03:47:22.157 INFO kablam! --> src/container.rs:4:5 Sep 06 03:47:22.157 INFO kablam! | Sep 06 03:47:22.157 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 06 03:47:22.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:47:22.157 INFO kablam! Sep 06 03:47:22.196 INFO kablam! warning: unused import: `std::iter::Step` Sep 06 03:47:22.196 INFO kablam! --> src/universe.rs:7:5 Sep 06 03:47:22.196 INFO kablam! | Sep 06 03:47:22.196 INFO kablam! 7 | use std::iter::Step; Sep 06 03:47:22.196 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 03:47:22.196 INFO kablam! | Sep 06 03:47:22.196 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 03:47:22.196 INFO kablam! Sep 06 03:47:22.196 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 06 03:47:22.196 INFO kablam! --> src/container.rs:4:5 Sep 06 03:47:22.196 INFO kablam! | Sep 06 03:47:22.196 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 06 03:47:22.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:47:22.196 INFO kablam! Sep 06 03:47:22.457 INFO kablam! warning: unused variable: `universe_size` Sep 06 03:47:22.457 INFO kablam! --> src/universe.rs:94:13 Sep 06 03:47:22.457 INFO kablam! | Sep 06 03:47:22.457 INFO kablam! 94 | let universe_size = conf.size; Sep 06 03:47:22.457 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 06 03:47:22.457 INFO kablam! | Sep 06 03:47:22.457 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 03:47:22.457 INFO kablam! Sep 06 03:47:22.543 INFO kablam! warning: unused variable: `universe_size` Sep 06 03:47:22.543 INFO kablam! --> src/universe.rs:94:13 Sep 06 03:47:22.543 INFO kablam! | Sep 06 03:47:22.543 INFO kablam! 94 | let universe_size = conf.size; Sep 06 03:47:22.543 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 06 03:47:22.543 INFO kablam! | Sep 06 03:47:22.543 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 03:47:22.543 INFO kablam! Sep 06 03:47:22.579 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 06 03:47:22.579 INFO kablam! --> src/lib.rs:5:12 Sep 06 03:47:22.579 INFO kablam! | Sep 06 03:47:22.579 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 06 03:47:22.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:47:22.579 INFO kablam! | Sep 06 03:47:22.579 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 03:47:22.579 INFO kablam! Sep 06 03:47:22.585 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.585 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 06 03:47:22.585 INFO kablam! | Sep 06 03:47:22.585 INFO kablam! 20 | C: CellState + 'static, Sep 06 03:47:22.585 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.585 INFO kablam! | Sep 06 03:47:22.585 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 03:47:22.585 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.585 INFO kablam! Sep 06 03:47:22.585 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.585 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 21 | E: EntityState + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 22 | CA: CellAction + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 23 | EA: EntityAction + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 24 | I: 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 35 | C: CellState + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 36 | E: EntityState + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 37 | CA: CellAction + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.586 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! 38 | EA: EntityAction + 'static, Sep 06 03:47:22.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.586 INFO kablam! | Sep 06 03:47:22.586 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.586 INFO kablam! Sep 06 03:47:22.586 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.587 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 06 03:47:22.587 INFO kablam! | Sep 06 03:47:22.587 INFO kablam! 39 | I: Ord + 'static, Sep 06 03:47:22.587 INFO kablam! | ^^^ ^^^^^^^ Sep 06 03:47:22.587 INFO kablam! | Sep 06 03:47:22.587 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.587 INFO kablam! Sep 06 03:47:22.587 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.587 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 06 03:47:22.587 INFO kablam! | Sep 06 03:47:22.587 INFO kablam! 40 | U: Universe, Sep 06 03:47:22.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:47:22.587 INFO kablam! | Sep 06 03:47:22.587 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.587 INFO kablam! Sep 06 03:47:22.651 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 06 03:47:22.651 INFO kablam! --> src/lib.rs:5:12 Sep 06 03:47:22.651 INFO kablam! | Sep 06 03:47:22.651 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 06 03:47:22.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:47:22.651 INFO kablam! | Sep 06 03:47:22.651 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 03:47:22.651 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 20 | C: CellState + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 21 | E: EntityState + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 22 | CA: CellAction + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 23 | EA: EntityAction + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 24 | I: 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 35 | C: CellState + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 36 | E: EntityState + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.658 INFO kablam! Sep 06 03:47:22.658 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.658 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! 37 | CA: CellAction + 'static, Sep 06 03:47:22.658 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.658 INFO kablam! | Sep 06 03:47:22.658 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.659 INFO kablam! Sep 06 03:47:22.659 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.659 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 06 03:47:22.659 INFO kablam! | Sep 06 03:47:22.659 INFO kablam! 38 | EA: EntityAction + 'static, Sep 06 03:47:22.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 06 03:47:22.659 INFO kablam! | Sep 06 03:47:22.659 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.659 INFO kablam! Sep 06 03:47:22.659 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.659 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 06 03:47:22.659 INFO kablam! | Sep 06 03:47:22.659 INFO kablam! 39 | I: Ord + 'static, Sep 06 03:47:22.659 INFO kablam! | ^^^ ^^^^^^^ Sep 06 03:47:22.659 INFO kablam! | Sep 06 03:47:22.659 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.659 INFO kablam! Sep 06 03:47:22.659 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 03:47:22.659 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 06 03:47:22.659 INFO kablam! | Sep 06 03:47:22.659 INFO kablam! 40 | U: Universe, Sep 06 03:47:22.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 03:47:22.659 INFO kablam! | Sep 06 03:47:22.659 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 03:47:22.659 INFO kablam! Sep 06 03:47:22.690 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.67s Sep 06 03:47:22.697 INFO kablam! su: No module specific data is present Sep 06 03:47:23.176 INFO running `"docker" "rm" "-f" "27ad05b692899484d300c10ca2ff2af9d59da0a55a68361a66d36a95fee55e53"` Sep 06 03:47:23.240 INFO blam! 27ad05b692899484d300c10ca2ff2af9d59da0a55a68361a66d36a95fee55e53