Oct 13 12:02:07.568 INFO checking minutiae-0.10.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:02:07.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 12:02:07.864 INFO blam! 6b30779242f570cbaea25721b606be137fcec2ac1e7611b6cce1f6a7adb8551d Oct 13 12:02:07.864 INFO running `"docker" "start" "-a" "6b30779242f570cbaea25721b606be137fcec2ac1e7611b6cce1f6a7adb8551d"` Oct 13 12:02:08.546 INFO kablam! usermod: no changes Oct 13 12:02:08.656 INFO kablam! Checking uuid v0.6.5 Oct 13 12:02:09.697 INFO kablam! Checking minutiae v0.10.0 (/source) Oct 13 12:02:11.308 INFO kablam! warning: unused import: `std::iter::Step` Oct 13 12:02:11.308 INFO kablam! --> src/universe.rs:7:5 Oct 13 12:02:11.308 INFO kablam! | Oct 13 12:02:11.308 INFO kablam! 7 | use std::iter::Step; Oct 13 12:02:11.308 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 12:02:11.308 INFO kablam! | Oct 13 12:02:11.308 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:02:11.308 INFO kablam! Oct 13 12:02:11.308 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 13 12:02:11.308 INFO kablam! --> src/container.rs:4:5 Oct 13 12:02:11.308 INFO kablam! | Oct 13 12:02:11.308 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 13 12:02:11.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.308 INFO kablam! Oct 13 12:02:11.356 INFO kablam! warning: unused import: `std::iter::Step` Oct 13 12:02:11.356 INFO kablam! --> src/universe.rs:7:5 Oct 13 12:02:11.356 INFO kablam! | Oct 13 12:02:11.356 INFO kablam! 7 | use std::iter::Step; Oct 13 12:02:11.356 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 12:02:11.356 INFO kablam! | Oct 13 12:02:11.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:02:11.356 INFO kablam! Oct 13 12:02:11.356 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 13 12:02:11.356 INFO kablam! --> src/container.rs:4:5 Oct 13 12:02:11.356 INFO kablam! | Oct 13 12:02:11.356 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 13 12:02:11.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.356 INFO kablam! Oct 13 12:02:11.724 INFO kablam! warning: unused variable: `universe_size` Oct 13 12:02:11.725 INFO kablam! --> src/universe.rs:94:13 Oct 13 12:02:11.725 INFO kablam! | Oct 13 12:02:11.725 INFO kablam! 94 | let universe_size = conf.size; Oct 13 12:02:11.725 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 13 12:02:11.725 INFO kablam! | Oct 13 12:02:11.725 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 12:02:11.725 INFO kablam! Oct 13 12:02:11.836 INFO kablam! warning: unused variable: `universe_size` Oct 13 12:02:11.836 INFO kablam! --> src/universe.rs:94:13 Oct 13 12:02:11.836 INFO kablam! | Oct 13 12:02:11.836 INFO kablam! 94 | let universe_size = conf.size; Oct 13 12:02:11.836 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 13 12:02:11.836 INFO kablam! | Oct 13 12:02:11.836 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 12:02:11.836 INFO kablam! Oct 13 12:02:11.877 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 12:02:11.877 INFO kablam! --> src/lib.rs:5:12 Oct 13 12:02:11.877 INFO kablam! | Oct 13 12:02:11.877 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 13 12:02:11.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.877 INFO kablam! | Oct 13 12:02:11.877 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 12:02:11.877 INFO kablam! Oct 13 12:02:11.885 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.885 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 13 12:02:11.885 INFO kablam! | Oct 13 12:02:11.885 INFO kablam! 20 | C: CellState + 'static, Oct 13 12:02:11.885 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.885 INFO kablam! | Oct 13 12:02:11.885 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 12:02:11.885 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.885 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 21 | E: EntityState + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 22 | CA: CellAction + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 23 | EA: EntityAction + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 24 | I: 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 35 | C: CellState + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 36 | E: EntityState + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 37 | CA: CellAction + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.887 INFO kablam! Oct 13 12:02:11.887 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.887 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 13 12:02:11.887 INFO kablam! | Oct 13 12:02:11.887 INFO kablam! 38 | EA: EntityAction + 'static, Oct 13 12:02:11.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.891 INFO kablam! | Oct 13 12:02:11.891 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.891 INFO kablam! Oct 13 12:02:11.891 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.891 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 13 12:02:11.891 INFO kablam! | Oct 13 12:02:11.891 INFO kablam! 39 | I: Ord + 'static, Oct 13 12:02:11.891 INFO kablam! | ^^^ ^^^^^^^ Oct 13 12:02:11.891 INFO kablam! | Oct 13 12:02:11.891 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.891 INFO kablam! Oct 13 12:02:11.891 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.891 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 13 12:02:11.891 INFO kablam! | Oct 13 12:02:11.891 INFO kablam! 40 | U: Universe, Oct 13 12:02:11.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.891 INFO kablam! | Oct 13 12:02:11.891 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.891 INFO kablam! Oct 13 12:02:11.964 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 12:02:11.964 INFO kablam! --> src/lib.rs:5:12 Oct 13 12:02:11.964 INFO kablam! | Oct 13 12:02:11.964 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 13 12:02:11.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.964 INFO kablam! | Oct 13 12:02:11.964 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 12:02:11.964 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 20 | C: CellState + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 21 | E: EntityState + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 22 | CA: CellAction + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 23 | EA: EntityAction + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 24 | I: 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 35 | C: CellState + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 36 | E: EntityState + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.970 INFO kablam! Oct 13 12:02:11.970 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.970 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! 37 | CA: CellAction + 'static, Oct 13 12:02:11.970 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.970 INFO kablam! | Oct 13 12:02:11.970 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.971 INFO kablam! Oct 13 12:02:11.971 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.971 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 13 12:02:11.971 INFO kablam! | Oct 13 12:02:11.971 INFO kablam! 38 | EA: EntityAction + 'static, Oct 13 12:02:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.971 INFO kablam! | Oct 13 12:02:11.971 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.971 INFO kablam! Oct 13 12:02:11.971 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.971 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 13 12:02:11.971 INFO kablam! | Oct 13 12:02:11.971 INFO kablam! 39 | I: Ord + 'static, Oct 13 12:02:11.971 INFO kablam! | ^^^ ^^^^^^^ Oct 13 12:02:11.971 INFO kablam! | Oct 13 12:02:11.971 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.971 INFO kablam! Oct 13 12:02:11.971 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.971 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 13 12:02:11.971 INFO kablam! | Oct 13 12:02:11.971 INFO kablam! 40 | U: Universe, Oct 13 12:02:11.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.971 INFO kablam! | Oct 13 12:02:11.971 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.971 INFO kablam! Oct 13 12:02:11.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.43s Oct 13 12:02:12.005 INFO kablam! su: No module specific data is present Oct 13 12:02:12.315 INFO running `"docker" "rm" "-f" "6b30779242f570cbaea25721b606be137fcec2ac1e7611b6cce1f6a7adb8551d"` Oct 13 12:02:12.444 INFO blam! 6b30779242f570cbaea25721b606be137fcec2ac1e7611b6cce1f6a7adb8551d