Oct 22 01:30:42.354 INFO checking minutiae-0.10.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:30:42.354 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 22 01:30:42.824 INFO blam! 3176c4071f1116ae1480921afb13764166e784ed0cc3684f87c624a717ed7948 Oct 22 01:30:42.832 INFO running `"docker" "start" "-a" "3176c4071f1116ae1480921afb13764166e784ed0cc3684f87c624a717ed7948"` Oct 22 01:30:43.524 INFO kablam! usermod: no changes Oct 22 01:30:43.596 INFO kablam! Compiling serde v1.0.80 Oct 22 01:30:52.828 INFO kablam! Checking uuid v0.6.5 Oct 22 01:30:53.940 INFO kablam! Checking minutiae v0.10.0 (/source) Oct 22 01:30:55.312 INFO kablam! warning: unused import: `std::iter::Step` Oct 22 01:30:55.312 INFO kablam! --> src/universe.rs:7:5 Oct 22 01:30:55.312 INFO kablam! | Oct 22 01:30:55.312 INFO kablam! 7 | use std::iter::Step; Oct 22 01:30:55.312 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 01:30:55.312 INFO kablam! | Oct 22 01:30:55.312 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:30:55.312 INFO kablam! Oct 22 01:30:55.312 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 22 01:30:55.312 INFO kablam! --> src/container.rs:4:5 Oct 22 01:30:55.312 INFO kablam! | Oct 22 01:30:55.312 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 22 01:30:55.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:30:55.312 INFO kablam! Oct 22 01:30:55.360 INFO kablam! warning: unused import: `std::iter::Step` Oct 22 01:30:55.360 INFO kablam! --> src/universe.rs:7:5 Oct 22 01:30:55.360 INFO kablam! | Oct 22 01:30:55.360 INFO kablam! 7 | use std::iter::Step; Oct 22 01:30:55.360 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 01:30:55.360 INFO kablam! | Oct 22 01:30:55.360 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:30:55.360 INFO kablam! Oct 22 01:30:55.360 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 22 01:30:55.360 INFO kablam! --> src/container.rs:4:5 Oct 22 01:30:55.360 INFO kablam! | Oct 22 01:30:55.360 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 22 01:30:55.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:30:55.360 INFO kablam! Oct 22 01:30:56.028 INFO kablam! warning: unused variable: `universe_size` Oct 22 01:30:56.028 INFO kablam! --> src/universe.rs:94:13 Oct 22 01:30:56.028 INFO kablam! | Oct 22 01:30:56.028 INFO kablam! 94 | let universe_size = conf.size; Oct 22 01:30:56.028 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 22 01:30:56.028 INFO kablam! | Oct 22 01:30:56.028 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:30:56.028 INFO kablam! Oct 22 01:30:56.204 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 22 01:30:56.204 INFO kablam! --> src/lib.rs:5:12 Oct 22 01:30:56.204 INFO kablam! | Oct 22 01:30:56.204 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 22 01:30:56.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:30:56.204 INFO kablam! | Oct 22 01:30:56.204 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 01:30:56.204 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 20 | C: CellState + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 21 | E: EntityState + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 22 | CA: CellAction + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 23 | EA: EntityAction + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 24 | I: 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 35 | C: CellState + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 36 | E: EntityState + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.211 INFO kablam! Oct 22 01:30:56.211 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.211 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 22 01:30:56.211 INFO kablam! | Oct 22 01:30:56.211 INFO kablam! 37 | CA: CellAction + 'static, Oct 22 01:30:56.211 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.212 INFO kablam! Oct 22 01:30:56.212 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.212 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! 38 | EA: EntityAction + 'static, Oct 22 01:30:56.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.212 INFO kablam! Oct 22 01:30:56.212 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.212 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! 39 | I: Ord + 'static, Oct 22 01:30:56.212 INFO kablam! | ^^^ ^^^^^^^ Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.212 INFO kablam! Oct 22 01:30:56.212 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.212 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! 40 | U: Universe, Oct 22 01:30:56.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:30:56.212 INFO kablam! | Oct 22 01:30:56.212 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.220 INFO kablam! Oct 22 01:30:56.499 INFO kablam! warning: unused variable: `universe_size` Oct 22 01:30:56.499 INFO kablam! --> src/universe.rs:94:13 Oct 22 01:30:56.499 INFO kablam! | Oct 22 01:30:56.499 INFO kablam! 94 | let universe_size = conf.size; Oct 22 01:30:56.499 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 22 01:30:56.499 INFO kablam! | Oct 22 01:30:56.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:30:56.499 INFO kablam! Oct 22 01:30:56.637 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 22 01:30:56.637 INFO kablam! --> src/lib.rs:5:12 Oct 22 01:30:56.637 INFO kablam! | Oct 22 01:30:56.637 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 22 01:30:56.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:30:56.638 INFO kablam! | Oct 22 01:30:56.639 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 01:30:56.639 INFO kablam! Oct 22 01:30:56.648 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.648 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 22 01:30:56.648 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 20 | C: CellState + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 21 | E: EntityState + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 22 | CA: CellAction + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 23 | EA: EntityAction + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 24 | I: 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 35 | C: CellState + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 36 | E: EntityState + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 37 | CA: CellAction + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 38 | EA: EntityAction + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 39 | I: Ord + 'static, Oct 22 01:30:56.649 INFO kablam! | ^^^ ^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.649 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 22 01:30:56.649 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! 40 | U: Universe, Oct 22 01:30:56.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:30:56.649 INFO kablam! | Oct 22 01:30:56.649 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 22 01:30:56.649 INFO kablam! Oct 22 01:30:56.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.15s Oct 22 01:30:56.704 INFO kablam! su: No module specific data is present Oct 22 01:30:57.673 INFO running `"docker" "rm" "-f" "3176c4071f1116ae1480921afb13764166e784ed0cc3684f87c624a717ed7948"` Oct 22 01:30:57.961 INFO blam! 3176c4071f1116ae1480921afb13764166e784ed0cc3684f87c624a717ed7948