Oct 27 19:09:59.123 INFO checking minutiae-0.10.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:09:59.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:09:59.573 INFO blam! e7b7aa971f73b2ab446725fa506992f2cf667ca02ff03477a7fccdec6a1fd84b Oct 27 19:09:59.577 INFO running `"docker" "start" "-a" "e7b7aa971f73b2ab446725fa506992f2cf667ca02ff03477a7fccdec6a1fd84b"` Oct 27 19:10:00.060 INFO kablam! usermod: no changes Oct 27 19:10:00.142 INFO kablam! Compiling serde v1.0.80 Oct 27 19:10:09.559 INFO kablam! Checking uuid v0.6.5 Oct 27 19:10:10.627 INFO kablam! Checking minutiae v0.10.0 (/source) Oct 27 19:10:12.119 INFO kablam! warning: unused import: `std::iter::Step` Oct 27 19:10:12.123 INFO kablam! --> src/universe.rs:7:5 Oct 27 19:10:12.123 INFO kablam! | Oct 27 19:10:12.123 INFO kablam! 7 | use std::iter::Step; Oct 27 19:10:12.123 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 19:10:12.123 INFO kablam! | Oct 27 19:10:12.123 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:10:12.123 INFO kablam! Oct 27 19:10:12.123 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 27 19:10:12.123 INFO kablam! --> src/container.rs:4:5 Oct 27 19:10:12.123 INFO kablam! | Oct 27 19:10:12.123 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 27 19:10:12.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:12.123 INFO kablam! Oct 27 19:10:12.299 INFO kablam! warning: unused import: `std::iter::Step` Oct 27 19:10:12.299 INFO kablam! --> src/universe.rs:7:5 Oct 27 19:10:12.299 INFO kablam! | Oct 27 19:10:12.299 INFO kablam! 7 | use std::iter::Step; Oct 27 19:10:12.299 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 19:10:12.299 INFO kablam! | Oct 27 19:10:12.299 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:10:12.299 INFO kablam! Oct 27 19:10:12.299 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 27 19:10:12.299 INFO kablam! --> src/container.rs:4:5 Oct 27 19:10:12.299 INFO kablam! | Oct 27 19:10:12.299 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 27 19:10:12.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:12.299 INFO kablam! Oct 27 19:10:12.835 INFO kablam! warning: unused variable: `universe_size` Oct 27 19:10:12.835 INFO kablam! --> src/universe.rs:94:13 Oct 27 19:10:12.835 INFO kablam! | Oct 27 19:10:12.835 INFO kablam! 94 | let universe_size = conf.size; Oct 27 19:10:12.835 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 27 19:10:12.835 INFO kablam! | Oct 27 19:10:12.835 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:10:12.835 INFO kablam! Oct 27 19:10:12.835 INFO kablam! warning: unused variable: `universe_size` Oct 27 19:10:12.835 INFO kablam! --> src/universe.rs:94:13 Oct 27 19:10:12.835 INFO kablam! | Oct 27 19:10:12.835 INFO kablam! 94 | let universe_size = conf.size; Oct 27 19:10:12.835 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 27 19:10:12.836 INFO kablam! | Oct 27 19:10:12.836 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:10:12.836 INFO kablam! Oct 27 19:10:12.999 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:12.999 INFO kablam! --> src/lib.rs:5:12 Oct 27 19:10:12.999 INFO kablam! | Oct 27 19:10:12.999 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 27 19:10:12.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:13.015 INFO kablam! | Oct 27 19:10:13.015 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:10:13.016 INFO kablam! Oct 27 19:10:13.025 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.025 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 27 19:10:13.025 INFO kablam! | Oct 27 19:10:13.025 INFO kablam! 20 | C: CellState + 'static, Oct 27 19:10:13.025 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.025 INFO kablam! | Oct 27 19:10:13.025 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 19:10:13.025 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.025 INFO kablam! Oct 27 19:10:13.025 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.025 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 27 19:10:13.026 INFO kablam! | Oct 27 19:10:13.026 INFO kablam! 21 | E: EntityState + 'static, Oct 27 19:10:13.026 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.026 INFO kablam! | Oct 27 19:10:13.026 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.026 INFO kablam! Oct 27 19:10:13.026 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.026 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 27 19:10:13.026 INFO kablam! | Oct 27 19:10:13.026 INFO kablam! 22 | CA: CellAction + 'static, Oct 27 19:10:13.026 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.026 INFO kablam! | Oct 27 19:10:13.026 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.026 INFO kablam! Oct 27 19:10:13.026 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.026 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 27 19:10:13.026 INFO kablam! | Oct 27 19:10:13.026 INFO kablam! 23 | EA: EntityAction + 'static, Oct 27 19:10:13.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.026 INFO kablam! | Oct 27 19:10:13.026 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.026 INFO kablam! Oct 27 19:10:13.026 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 24 | I: 'static, Oct 27 19:10:13.075 INFO kablam! | ^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 35 | C: CellState + 'static, Oct 27 19:10:13.075 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 36 | E: EntityState + 'static, Oct 27 19:10:13.075 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 37 | CA: CellAction + 'static, Oct 27 19:10:13.075 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 38 | EA: EntityAction + 'static, Oct 27 19:10:13.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 39 | I: Ord + 'static, Oct 27 19:10:13.075 INFO kablam! | ^^^ ^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.075 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! 40 | U: Universe, Oct 27 19:10:13.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:13.075 INFO kablam! | Oct 27 19:10:13.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.075 INFO kablam! Oct 27 19:10:13.083 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:13.083 INFO kablam! --> src/lib.rs:5:12 Oct 27 19:10:13.083 INFO kablam! | Oct 27 19:10:13.083 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 27 19:10:13.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:13.083 INFO kablam! | Oct 27 19:10:13.083 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 19:10:13.083 INFO kablam! Oct 27 19:10:13.090 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 20 | C: CellState + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 21 | E: EntityState + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 22 | CA: CellAction + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 23 | EA: EntityAction + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 24 | I: 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 35 | C: CellState + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 36 | E: EntityState + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 37 | CA: CellAction + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 38 | EA: EntityAction + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 39 | I: Ord + 'static, Oct 27 19:10:13.091 INFO kablam! | ^^^ ^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.091 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 27 19:10:13.091 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! 40 | U: Universe, Oct 27 19:10:13.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:10:13.091 INFO kablam! | Oct 27 19:10:13.091 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 27 19:10:13.091 INFO kablam! Oct 27 19:10:13.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.07s Oct 27 19:10:13.167 INFO kablam! su: No module specific data is present Oct 27 19:10:14.359 INFO running `"docker" "rm" "-f" "e7b7aa971f73b2ab446725fa506992f2cf667ca02ff03477a7fccdec6a1fd84b"` Oct 27 19:10:14.691 INFO blam! e7b7aa971f73b2ab446725fa506992f2cf667ca02ff03477a7fccdec6a1fd84b