Sep 01 13:59:38.547 INFO checking minutiae-0.10.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 13:59:38.547 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 13:59:38.547 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:59:38.698 INFO blam! 58679d4533d89d3da69b35d294b0c3f1d5dd7946832e3204f9e99a7fa17ec9fe Sep 01 13:59:38.700 INFO running `"docker" "start" "-a" "58679d4533d89d3da69b35d294b0c3f1d5dd7946832e3204f9e99a7fa17ec9fe"` Sep 01 13:59:39.511 INFO kablam! Checking uuid v0.6.5 Sep 01 13:59:40.280 INFO kablam! Checking minutiae v0.10.0 (file:///source) Sep 01 13:59:41.279 INFO kablam! warning: unused import: `std::iter::Step` Sep 01 13:59:41.279 INFO kablam! --> src/universe.rs:7:5 Sep 01 13:59:41.279 INFO kablam! | Sep 01 13:59:41.279 INFO kablam! 7 | use std::iter::Step; Sep 01 13:59:41.279 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 13:59:41.279 INFO kablam! | Sep 01 13:59:41.279 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 13:59:41.279 INFO kablam! Sep 01 13:59:41.279 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 01 13:59:41.279 INFO kablam! --> src/container.rs:4:5 Sep 01 13:59:41.279 INFO kablam! | Sep 01 13:59:41.279 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 01 13:59:41.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:59:41.280 INFO kablam! Sep 01 13:59:41.311 INFO kablam! warning: unused import: `std::iter::Step` Sep 01 13:59:41.312 INFO kablam! --> src/universe.rs:7:5 Sep 01 13:59:41.312 INFO kablam! | Sep 01 13:59:41.312 INFO kablam! 7 | use std::iter::Step; Sep 01 13:59:41.312 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 13:59:41.312 INFO kablam! | Sep 01 13:59:41.312 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 13:59:41.312 INFO kablam! Sep 01 13:59:41.312 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Sep 01 13:59:41.312 INFO kablam! --> src/container.rs:4:5 Sep 01 13:59:41.312 INFO kablam! | Sep 01 13:59:41.312 INFO kablam! 4 | use std::collections::btree_map::Entry; Sep 01 13:59:41.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:59:41.312 INFO kablam! Sep 01 13:59:42.083 INFO kablam! warning: unused variable: `universe_size` Sep 01 13:59:42.083 INFO kablam! --> src/universe.rs:94:13 Sep 01 13:59:42.083 INFO kablam! | Sep 01 13:59:42.083 INFO kablam! 94 | let universe_size = conf.size; Sep 01 13:59:42.083 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 01 13:59:42.083 INFO kablam! | Sep 01 13:59:42.083 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 13:59:42.083 INFO kablam! Sep 01 13:59:42.134 INFO kablam! warning: unused variable: `universe_size` Sep 01 13:59:42.134 INFO kablam! --> src/universe.rs:94:13 Sep 01 13:59:42.134 INFO kablam! | Sep 01 13:59:42.134 INFO kablam! 94 | let universe_size = conf.size; Sep 01 13:59:42.134 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Sep 01 13:59:42.134 INFO kablam! | Sep 01 13:59:42.134 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 13:59:42.134 INFO kablam! Sep 01 13:59:42.310 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 13:59:42.310 INFO kablam! --> src/lib.rs:5:12 Sep 01 13:59:42.310 INFO kablam! | Sep 01 13:59:42.310 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 01 13:59:42.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:59:42.311 INFO kablam! | Sep 01 13:59:42.311 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 13:59:42.311 INFO kablam! Sep 01 13:59:42.321 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.321 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 01 13:59:42.321 INFO kablam! | Sep 01 13:59:42.321 INFO kablam! 20 | C: CellState + 'static, Sep 01 13:59:42.321 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.321 INFO kablam! | Sep 01 13:59:42.321 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 13:59:42.321 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.321 INFO kablam! Sep 01 13:59:42.322 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.322 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 01 13:59:42.322 INFO kablam! | Sep 01 13:59:42.322 INFO kablam! 21 | E: EntityState + 'static, Sep 01 13:59:42.322 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.322 INFO kablam! | Sep 01 13:59:42.322 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.322 INFO kablam! Sep 01 13:59:42.322 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.322 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 01 13:59:42.322 INFO kablam! | Sep 01 13:59:42.322 INFO kablam! 22 | CA: CellAction + 'static, Sep 01 13:59:42.322 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.322 INFO kablam! | Sep 01 13:59:42.322 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.322 INFO kablam! Sep 01 13:59:42.323 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.323 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! 23 | EA: EntityAction + 'static, Sep 01 13:59:42.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.323 INFO kablam! Sep 01 13:59:42.323 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.323 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! 24 | I: 'static, Sep 01 13:59:42.323 INFO kablam! | ^^^^^^^ Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.323 INFO kablam! Sep 01 13:59:42.323 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.323 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! 35 | C: CellState + 'static, Sep 01 13:59:42.323 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.323 INFO kablam! Sep 01 13:59:42.323 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.323 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 01 13:59:42.323 INFO kablam! | Sep 01 13:59:42.323 INFO kablam! 36 | E: EntityState + 'static, Sep 01 13:59:42.323 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.324 INFO kablam! Sep 01 13:59:42.324 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.324 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! 37 | CA: CellAction + 'static, Sep 01 13:59:42.324 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.324 INFO kablam! Sep 01 13:59:42.324 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.324 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! 38 | EA: EntityAction + 'static, Sep 01 13:59:42.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.324 INFO kablam! Sep 01 13:59:42.324 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.324 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! 39 | I: Ord + 'static, Sep 01 13:59:42.324 INFO kablam! | ^^^ ^^^^^^^ Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.324 INFO kablam! Sep 01 13:59:42.324 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.324 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! 40 | U: Universe, Sep 01 13:59:42.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:59:42.324 INFO kablam! | Sep 01 13:59:42.324 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.325 INFO kablam! Sep 01 13:59:42.413 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 13:59:42.413 INFO kablam! --> src/lib.rs:5:12 Sep 01 13:59:42.413 INFO kablam! | Sep 01 13:59:42.413 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Sep 01 13:59:42.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:59:42.413 INFO kablam! | Sep 01 13:59:42.413 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 13:59:42.413 INFO kablam! Sep 01 13:59:42.423 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.423 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 01 13:59:42.423 INFO kablam! | Sep 01 13:59:42.423 INFO kablam! 20 | C: CellState + 'static, Sep 01 13:59:42.423 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.423 INFO kablam! | Sep 01 13:59:42.423 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 01 13:59:42.423 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.423 INFO kablam! Sep 01 13:59:42.424 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.424 INFO kablam! --> src/engine/parallel.rs:21:8 Sep 01 13:59:42.424 INFO kablam! | Sep 01 13:59:42.424 INFO kablam! 21 | E: EntityState + 'static, Sep 01 13:59:42.424 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.424 INFO kablam! | Sep 01 13:59:42.424 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.424 INFO kablam! Sep 01 13:59:42.424 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.424 INFO kablam! --> src/engine/parallel.rs:22:9 Sep 01 13:59:42.424 INFO kablam! | Sep 01 13:59:42.424 INFO kablam! 22 | CA: CellAction + 'static, Sep 01 13:59:42.424 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.424 INFO kablam! | Sep 01 13:59:42.424 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.424 INFO kablam! Sep 01 13:59:42.424 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.424 INFO kablam! --> src/engine/parallel.rs:23:9 Sep 01 13:59:42.424 INFO kablam! | Sep 01 13:59:42.425 INFO kablam! 23 | EA: EntityAction + 'static, Sep 01 13:59:42.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.425 INFO kablam! | Sep 01 13:59:42.425 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.425 INFO kablam! Sep 01 13:59:42.425 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.425 INFO kablam! --> src/engine/parallel.rs:24:8 Sep 01 13:59:42.425 INFO kablam! | Sep 01 13:59:42.425 INFO kablam! 24 | I: 'static, Sep 01 13:59:42.425 INFO kablam! | ^^^^^^^ Sep 01 13:59:42.425 INFO kablam! | Sep 01 13:59:42.425 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.425 INFO kablam! Sep 01 13:59:42.425 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.425 INFO kablam! --> src/engine/parallel.rs:35:8 Sep 01 13:59:42.425 INFO kablam! | Sep 01 13:59:42.425 INFO kablam! 35 | C: CellState + 'static, Sep 01 13:59:42.425 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.425 INFO kablam! | Sep 01 13:59:42.425 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.425 INFO kablam! Sep 01 13:59:42.425 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.425 INFO kablam! --> src/engine/parallel.rs:36:8 Sep 01 13:59:42.425 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! 36 | E: EntityState + 'static, Sep 01 13:59:42.426 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.426 INFO kablam! Sep 01 13:59:42.426 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.426 INFO kablam! --> src/engine/parallel.rs:37:9 Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! 37 | CA: CellAction + 'static, Sep 01 13:59:42.426 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.426 INFO kablam! Sep 01 13:59:42.426 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.426 INFO kablam! --> src/engine/parallel.rs:38:9 Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! 38 | EA: EntityAction + 'static, Sep 01 13:59:42.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.426 INFO kablam! Sep 01 13:59:42.426 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.426 INFO kablam! --> src/engine/parallel.rs:39:8 Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! 39 | I: Ord + 'static, Sep 01 13:59:42.426 INFO kablam! | ^^^ ^^^^^^^ Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.426 INFO kablam! Sep 01 13:59:42.426 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 01 13:59:42.426 INFO kablam! --> src/engine/parallel.rs:40:8 Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! 40 | U: Universe, Sep 01 13:59:42.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:59:42.426 INFO kablam! | Sep 01 13:59:42.426 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 01 13:59:42.426 INFO kablam! Sep 01 13:59:42.458 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.20s Sep 01 13:59:42.462 INFO kablam! su: No module specific data is present Sep 01 13:59:43.172 INFO running `"docker" "rm" "-f" "58679d4533d89d3da69b35d294b0c3f1d5dd7946832e3204f9e99a7fa17ec9fe"` Sep 01 13:59:43.303 INFO blam! 58679d4533d89d3da69b35d294b0c3f1d5dd7946832e3204f9e99a7fa17ec9fe