Oct 27 19:10:00.098 INFO checking minutiae-0.10.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:10:00.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:10:00.299 INFO blam! 488cc604a58b278d0244994bc97dd02eddccb57b458d1623832b559ebed60e64 Oct 27 19:10:00.301 INFO running `"docker" "start" "-a" "488cc604a58b278d0244994bc97dd02eddccb57b458d1623832b559ebed60e64"` Oct 27 19:10:00.930 INFO kablam! usermod: no changes Oct 27 19:10:01.039 INFO kablam! Checking uuid v0.6.5 Oct 27 19:10:02.015 INFO kablam! Checking minutiae v0.10.0 (/source) Oct 27 19:10:03.782 INFO kablam! warning: unused import: `std::iter::Step` Oct 27 19:10:03.783 INFO kablam! --> src/universe.rs:7:5 Oct 27 19:10:03.783 INFO kablam! | Oct 27 19:10:03.783 INFO kablam! 7 | use std::iter::Step; Oct 27 19:10:03.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 19:10:03.787 INFO kablam! | Oct 27 19:10:03.787 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:10:03.787 INFO kablam! Oct 27 19:10:03.788 INFO kablam! warning: unused import: `std::iter::Step` Oct 27 19:10:03.788 INFO kablam! --> src/universe.rs:7:5 Oct 27 19:10:03.789 INFO kablam! | Oct 27 19:10:03.789 INFO kablam! 7 | use std::iter::Step; Oct 27 19:10:03.790 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 19:10:03.790 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 27 19:10:03.791 INFO kablam! --> src/container.rs:4:5 Oct 27 19:10:03.791 INFO kablam! | Oct 27 19:10:03.792 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 27 19:10:03.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:03.792 INFO kablam! Oct 27 19:10:03.793 INFO kablam! | Oct 27 19:10:03.794 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:10:03.794 INFO kablam! Oct 27 19:10:03.795 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 27 19:10:03.795 INFO kablam! --> src/container.rs:4:5 Oct 27 19:10:03.796 INFO kablam! | Oct 27 19:10:03.796 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 27 19:10:03.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:03.797 INFO kablam! Oct 27 19:10:04.158 INFO kablam! warning: unused variable: `universe_size` Oct 27 19:10:04.159 INFO kablam! --> src/universe.rs:94:13 Oct 27 19:10:04.159 INFO kablam! | Oct 27 19:10:04.159 INFO kablam! 94 | let universe_size = conf.size; Oct 27 19:10:04.159 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 27 19:10:04.159 INFO kablam! | Oct 27 19:10:04.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:10:04.159 INFO kablam! Oct 27 19:10:04.276 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 19:10:04.276 INFO kablam! --> src/lib.rs:5:12 Oct 27 19:10:04.276 INFO kablam! | Oct 27 19:10:04.276 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 27 19:10:04.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:04.283 INFO kablam! | Oct 27 19:10:04.283 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:10:04.283 INFO kablam! Oct 27 19:10:04.287 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.288 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 27 19:10:04.288 INFO kablam! | Oct 27 19:10:04.288 INFO kablam! 20 | C: CellState + 'static, Oct 27 19:10:04.288 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.289 INFO kablam! | Oct 27 19:10:04.289 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 19:10:04.289 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.290 INFO kablam! Oct 27 19:10:04.290 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.290 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 27 19:10:04.290 INFO kablam! | Oct 27 19:10:04.291 INFO kablam! 21 | E: EntityState + 'static, Oct 27 19:10:04.291 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.291 INFO kablam! | Oct 27 19:10:04.291 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.292 INFO kablam! Oct 27 19:10:04.292 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.292 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 27 19:10:04.293 INFO kablam! | Oct 27 19:10:04.293 INFO kablam! 22 | CA: CellAction + 'static, Oct 27 19:10:04.293 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.293 INFO kablam! | Oct 27 19:10:04.294 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.294 INFO kablam! Oct 27 19:10:04.294 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.294 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 27 19:10:04.295 INFO kablam! | Oct 27 19:10:04.295 INFO kablam! 23 | EA: EntityAction + 'static, Oct 27 19:10:04.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.295 INFO kablam! | Oct 27 19:10:04.296 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.296 INFO kablam! Oct 27 19:10:04.296 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.297 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 27 19:10:04.297 INFO kablam! | Oct 27 19:10:04.297 INFO kablam! 24 | I: 'static, Oct 27 19:10:04.297 INFO kablam! | ^^^^^^^ Oct 27 19:10:04.297 INFO kablam! | Oct 27 19:10:04.298 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.298 INFO kablam! Oct 27 19:10:04.298 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.299 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 27 19:10:04.299 INFO kablam! | Oct 27 19:10:04.299 INFO kablam! 35 | C: CellState + 'static, Oct 27 19:10:04.299 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.300 INFO kablam! | Oct 27 19:10:04.300 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.300 INFO kablam! Oct 27 19:10:04.300 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.301 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 27 19:10:04.301 INFO kablam! | Oct 27 19:10:04.301 INFO kablam! 36 | E: EntityState + 'static, Oct 27 19:10:04.301 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.302 INFO kablam! | Oct 27 19:10:04.302 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.302 INFO kablam! Oct 27 19:10:04.303 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.303 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! 37 | CA: CellAction + 'static, Oct 27 19:10:04.303 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.303 INFO kablam! Oct 27 19:10:04.303 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.303 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! 38 | EA: EntityAction + 'static, Oct 27 19:10:04.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.303 INFO kablam! Oct 27 19:10:04.303 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.303 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! 39 | I: Ord + 'static, Oct 27 19:10:04.303 INFO kablam! | ^^^ ^^^^^^^ Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.303 INFO kablam! Oct 27 19:10:04.303 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.303 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! 40 | U: Universe, Oct 27 19:10:04.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:04.303 INFO kablam! | Oct 27 19:10:04.303 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.303 INFO kablam! Oct 27 19:10:04.431 INFO kablam! warning: unused variable: `universe_size` Oct 27 19:10:04.431 INFO kablam! --> src/universe.rs:94:13 Oct 27 19:10:04.431 INFO kablam! | Oct 27 19:10:04.431 INFO kablam! 94 | let universe_size = conf.size; Oct 27 19:10:04.431 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 27 19:10:04.431 INFO kablam! | Oct 27 19:10:04.431 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:10:04.431 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 19:10:04.575 INFO kablam! --> src/lib.rs:5:12 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 20 | C: CellState + 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 21 | E: EntityState + 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 22 | CA: CellAction + 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 23 | EA: EntityAction + 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 24 | I: 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 35 | C: CellState + 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 36 | E: EntityState + 'static, Oct 27 19:10:04.575 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.575 INFO kablam! Oct 27 19:10:04.575 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.575 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 27 19:10:04.575 INFO kablam! | Oct 27 19:10:04.575 INFO kablam! 37 | CA: CellAction + 'static, Oct 27 19:10:04.576 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.576 INFO kablam! | Oct 27 19:10:04.576 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.576 INFO kablam! Oct 27 19:10:04.576 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.576 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 27 19:10:04.576 INFO kablam! | Oct 27 19:10:04.576 INFO kablam! 38 | EA: EntityAction + 'static, Oct 27 19:10:04.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:04.581 INFO kablam! | Oct 27 19:10:04.581 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.581 INFO kablam! Oct 27 19:10:04.581 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.581 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 27 19:10:04.581 INFO kablam! | Oct 27 19:10:04.581 INFO kablam! 39 | I: Ord + 'static, Oct 27 19:10:04.581 INFO kablam! | ^^^ ^^^^^^^ Oct 27 19:10:04.581 INFO kablam! | Oct 27 19:10:04.581 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.581 INFO kablam! Oct 27 19:10:04.581 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:04.581 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 27 19:10:04.581 INFO kablam! | Oct 27 19:10:04.581 INFO kablam! 40 | U: Universe, Oct 27 19:10:04.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:04.582 INFO kablam! | Oct 27 19:10:04.582 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:04.582 INFO kablam! Oct 27 19:10:04.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.65s Oct 27 19:10:04.611 INFO kablam! su: No module specific data is present Oct 27 19:10:05.067 INFO running `"docker" "rm" "-f" "488cc604a58b278d0244994bc97dd02eddccb57b458d1623832b559ebed60e64"` Oct 27 19:10:05.238 INFO blam! 488cc604a58b278d0244994bc97dd02eddccb57b458d1623832b559ebed60e64