Sep 02 07:29:16.592 INFO checking minutiae-0.10.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:29:16.592 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:29:16.592 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:29:16.786 INFO blam! 2901ac6254857e28498cd6cc329755d7cb8ef6f5f4ddc0fe67d4b0546b452066 Sep 02 07:29:16.789 INFO running `"docker" "start" "-a" "2901ac6254857e28498cd6cc329755d7cb8ef6f5f4ddc0fe67d4b0546b452066"` Sep 02 07:29:17.623 INFO kablam! Checking uuid v0.6.5 Sep 02 07:29:18.920 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 02 07:29:19.739 INFO kablam! warning: unused import: `std::iter::Step` Sep 02 07:29:19.739 INFO kablam! --> src/universe.rs:7:5 Sep 02 07:29:19.739 INFO kablam! | Sep 02 07:29:19.739 INFO kablam! 7 | use std::iter::Step; Sep 02 07:29:19.739 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 07:29:19.739 INFO kablam! | Sep 02 07:29:19.740 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 07:29:19.740 INFO kablam! Sep 02 07:29:19.740 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 02 07:29:19.740 INFO kablam! --> src/container.rs:4:5 Sep 02 07:29:19.740 INFO kablam! | Sep 02 07:29:19.740 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 02 07:29:19.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:29:19.740 INFO kablam! Sep 02 07:29:19.932 INFO kablam! warning: unused import: `std::iter::Step` Sep 02 07:29:19.932 INFO kablam! --> src/universe.rs:7:5 Sep 02 07:29:19.932 INFO kablam! | Sep 02 07:29:19.932 INFO kablam! 7 | use std::iter::Step; Sep 02 07:29:19.932 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 07:29:19.932 INFO kablam! | Sep 02 07:29:19.932 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 07:29:19.932 INFO kablam! Sep 02 07:29:19.932 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 02 07:29:19.932 INFO kablam! --> src/container.rs:4:5 Sep 02 07:29:19.932 INFO kablam! | Sep 02 07:29:19.932 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 02 07:29:19.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:29:19.932 INFO kablam! Sep 02 07:29:20.227 INFO kablam! warning: unused variable: `universe_size` Sep 02 07:29:20.227 INFO kablam! --> src/universe.rs:94:13 Sep 02 07:29:20.227 INFO kablam! | Sep 02 07:29:20.227 INFO kablam! 94 | let universe_size = conf.size; Sep 02 07:29:20.227 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 02 07:29:20.227 INFO kablam! | Sep 02 07:29:20.227 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 07:29:20.227 INFO kablam! Sep 02 07:29:20.407 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 02 07:29:20.407 INFO kablam! --> src/lib.rs:5:12 Sep 02 07:29:20.407 INFO kablam! | Sep 02 07:29:20.407 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 02 07:29:20.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:29:20.407 INFO kablam! | Sep 02 07:29:20.407 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 07:29:20.407 INFO kablam! Sep 02 07:29:20.417 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.417 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 02 07:29:20.417 INFO kablam! | Sep 02 07:29:20.417 INFO kablam! 20 | C: CellState + 'static, Sep 02 07:29:20.417 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.417 INFO kablam! | Sep 02 07:29:20.417 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 02 07:29:20.417 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.417 INFO kablam! Sep 02 07:29:20.417 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.417 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 02 07:29:20.417 INFO kablam! | Sep 02 07:29:20.417 INFO kablam! 21 | E: EntityState + 'static, Sep 02 07:29:20.418 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.418 INFO kablam! | Sep 02 07:29:20.418 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.418 INFO kablam! Sep 02 07:29:20.418 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.418 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 02 07:29:20.418 INFO kablam! | Sep 02 07:29:20.418 INFO kablam! 22 | CA: CellAction + 'static, Sep 02 07:29:20.418 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.418 INFO kablam! | Sep 02 07:29:20.418 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.418 INFO kablam! Sep 02 07:29:20.418 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.418 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 02 07:29:20.418 INFO kablam! | Sep 02 07:29:20.418 INFO kablam! 23 | EA: EntityAction + 'static, Sep 02 07:29:20.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.418 INFO kablam! | Sep 02 07:29:20.418 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.418 INFO kablam! Sep 02 07:29:20.418 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.418 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 02 07:29:20.419 INFO kablam! | Sep 02 07:29:20.419 INFO kablam! 24 | I: 'static, Sep 02 07:29:20.419 INFO kablam! | ^^^^^^^ Sep 02 07:29:20.419 INFO kablam! | Sep 02 07:29:20.419 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.419 INFO kablam! Sep 02 07:29:20.419 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.419 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 02 07:29:20.419 INFO kablam! | Sep 02 07:29:20.419 INFO kablam! 35 | C: CellState + 'static, Sep 02 07:29:20.419 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.419 INFO kablam! | Sep 02 07:29:20.419 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.419 INFO kablam! Sep 02 07:29:20.419 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.419 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 02 07:29:20.419 INFO kablam! | Sep 02 07:29:20.419 INFO kablam! 36 | E: EntityState + 'static, Sep 02 07:29:20.419 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.419 INFO kablam! | Sep 02 07:29:20.419 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.419 INFO kablam! Sep 02 07:29:20.420 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.420 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 02 07:29:20.420 INFO kablam! | Sep 02 07:29:20.420 INFO kablam! 37 | CA: CellAction + 'static, Sep 02 07:29:20.420 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.420 INFO kablam! | Sep 02 07:29:20.420 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.420 INFO kablam! Sep 02 07:29:20.420 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.420 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 02 07:29:20.420 INFO kablam! | Sep 02 07:29:20.420 INFO kablam! 38 | EA: EntityAction + 'static, Sep 02 07:29:20.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.420 INFO kablam! | Sep 02 07:29:20.420 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.420 INFO kablam! Sep 02 07:29:20.420 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.420 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 02 07:29:20.420 INFO kablam! | Sep 02 07:29:20.420 INFO kablam! 39 | I: Ord + 'static, Sep 02 07:29:20.420 INFO kablam! | ^^^ ^^^^^^^ Sep 02 07:29:20.421 INFO kablam! | Sep 02 07:29:20.421 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.421 INFO kablam! Sep 02 07:29:20.421 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.421 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 02 07:29:20.421 INFO kablam! | Sep 02 07:29:20.421 INFO kablam! 40 | U: Universe, Sep 02 07:29:20.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:29:20.421 INFO kablam! | Sep 02 07:29:20.421 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.421 INFO kablam! Sep 02 07:29:20.707 INFO kablam! warning: unused variable: `universe_size` Sep 02 07:29:20.707 INFO kablam! --> src/universe.rs:94:13 Sep 02 07:29:20.707 INFO kablam! | Sep 02 07:29:20.708 INFO kablam! 94 | let universe_size = conf.size; Sep 02 07:29:20.708 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 02 07:29:20.708 INFO kablam! | Sep 02 07:29:20.708 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 07:29:20.708 INFO kablam! Sep 02 07:29:20.892 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 02 07:29:20.892 INFO kablam! --> src/lib.rs:5:12 Sep 02 07:29:20.892 INFO kablam! | Sep 02 07:29:20.892 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 02 07:29:20.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:29:20.892 INFO kablam! | Sep 02 07:29:20.892 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 07:29:20.892 INFO kablam! Sep 02 07:29:20.902 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.902 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 02 07:29:20.902 INFO kablam! | Sep 02 07:29:20.902 INFO kablam! 20 | C: CellState + 'static, Sep 02 07:29:20.902 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.902 INFO kablam! | Sep 02 07:29:20.902 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 02 07:29:20.902 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.902 INFO kablam! Sep 02 07:29:20.902 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.902 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 02 07:29:20.902 INFO kablam! | Sep 02 07:29:20.902 INFO kablam! 21 | E: EntityState + 'static, Sep 02 07:29:20.902 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.902 INFO kablam! | Sep 02 07:29:20.903 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.903 INFO kablam! Sep 02 07:29:20.903 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.903 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 02 07:29:20.903 INFO kablam! | Sep 02 07:29:20.903 INFO kablam! 22 | CA: CellAction + 'static, Sep 02 07:29:20.903 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.903 INFO kablam! | Sep 02 07:29:20.903 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.903 INFO kablam! Sep 02 07:29:20.903 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.903 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 02 07:29:20.903 INFO kablam! | Sep 02 07:29:20.903 INFO kablam! 23 | EA: EntityAction + 'static, Sep 02 07:29:20.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.903 INFO kablam! | Sep 02 07:29:20.903 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.903 INFO kablam! Sep 02 07:29:20.903 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.903 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 02 07:29:20.903 INFO kablam! | Sep 02 07:29:20.903 INFO kablam! 24 | I: 'static, Sep 02 07:29:20.904 INFO kablam! | ^^^^^^^ Sep 02 07:29:20.904 INFO kablam! | Sep 02 07:29:20.904 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.904 INFO kablam! Sep 02 07:29:20.904 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.904 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 02 07:29:20.904 INFO kablam! | Sep 02 07:29:20.904 INFO kablam! 35 | C: CellState + 'static, Sep 02 07:29:20.904 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.904 INFO kablam! | Sep 02 07:29:20.904 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.904 INFO kablam! Sep 02 07:29:20.904 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.904 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 02 07:29:20.904 INFO kablam! | Sep 02 07:29:20.904 INFO kablam! 36 | E: EntityState + 'static, Sep 02 07:29:20.904 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.905 INFO kablam! | Sep 02 07:29:20.905 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.905 INFO kablam! Sep 02 07:29:20.905 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.905 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 02 07:29:20.905 INFO kablam! | Sep 02 07:29:20.905 INFO kablam! 37 | CA: CellAction + 'static, Sep 02 07:29:20.905 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.905 INFO kablam! | Sep 02 07:29:20.905 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.905 INFO kablam! Sep 02 07:29:20.905 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.905 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 02 07:29:20.905 INFO kablam! | Sep 02 07:29:20.905 INFO kablam! 38 | EA: EntityAction + 'static, Sep 02 07:29:20.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 02 07:29:20.905 INFO kablam! | Sep 02 07:29:20.905 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.906 INFO kablam! Sep 02 07:29:20.906 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.906 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 02 07:29:20.906 INFO kablam! | Sep 02 07:29:20.906 INFO kablam! 39 | I: Ord + 'static, Sep 02 07:29:20.906 INFO kablam! | ^^^ ^^^^^^^ Sep 02 07:29:20.906 INFO kablam! | Sep 02 07:29:20.906 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.906 INFO kablam! Sep 02 07:29:20.906 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 02 07:29:20.906 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 02 07:29:20.906 INFO kablam! | Sep 02 07:29:20.906 INFO kablam! 40 | U: Universe, Sep 02 07:29:20.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:29:20.906 INFO kablam! | Sep 02 07:29:20.906 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 02 07:29:20.906 INFO kablam! Sep 02 07:29:20.934 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.44s Sep 02 07:29:20.941 INFO kablam! su: No module specific data is present Sep 02 07:29:21.303 INFO running `"docker" "rm" "-f" "2901ac6254857e28498cd6cc329755d7cb8ef6f5f4ddc0fe67d4b0546b452066"` Sep 02 07:29:21.435 INFO blam! 2901ac6254857e28498cd6cc329755d7cb8ef6f5f4ddc0fe67d4b0546b452066