Oct 13 12:02:07.467 INFO checking minutiae-0.10.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:02:07.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.636 INFO blam! 94cfa06dfff4d64d523eaac62f866f961aef5f80c28288531c0104f6b7f1bee4 Oct 13 12:02:07.644 INFO running `"docker" "start" "-a" "94cfa06dfff4d64d523eaac62f866f961aef5f80c28288531c0104f6b7f1bee4"` Oct 13 12:02:08.592 INFO kablam! usermod: no changes Oct 13 12:02:08.704 INFO kablam! Checking uuid v0.6.5 Oct 13 12:02:09.628 INFO kablam! Checking minutiae v0.10.0 (/source) Oct 13 12:02:10.992 INFO kablam! warning: unused import: `std::iter::Step` Oct 13 12:02:10.992 INFO kablam! --> src/universe.rs:7:5 Oct 13 12:02:10.992 INFO kablam! | Oct 13 12:02:10.992 INFO kablam! 7 | use std::iter::Step; Oct 13 12:02:10.992 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 12:02:10.992 INFO kablam! | Oct 13 12:02:10.992 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:02:10.992 INFO kablam! Oct 13 12:02:10.992 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 13 12:02:10.992 INFO kablam! --> src/container.rs:4:5 Oct 13 12:02:10.992 INFO kablam! | Oct 13 12:02:10.992 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 13 12:02:10.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:10.992 INFO kablam! Oct 13 12:02:11.072 INFO kablam! warning: unused import: `std::iter::Step` Oct 13 12:02:11.072 INFO kablam! --> src/universe.rs:7:5 Oct 13 12:02:11.072 INFO kablam! | Oct 13 12:02:11.072 INFO kablam! 7 | use std::iter::Step; Oct 13 12:02:11.072 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 12:02:11.072 INFO kablam! | Oct 13 12:02:11.072 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:02:11.072 INFO kablam! Oct 13 12:02:11.072 INFO kablam! warning: unused import: `std::collections::btree_map::Entry` Oct 13 12:02:11.072 INFO kablam! --> src/container.rs:4:5 Oct 13 12:02:11.072 INFO kablam! | Oct 13 12:02:11.072 INFO kablam! 4 | use std::collections::btree_map::Entry; Oct 13 12:02:11.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.072 INFO kablam! Oct 13 12:02:11.384 INFO kablam! warning: unused variable: `universe_size` Oct 13 12:02:11.384 INFO kablam! --> src/universe.rs:94:13 Oct 13 12:02:11.384 INFO kablam! | Oct 13 12:02:11.384 INFO kablam! 94 | let universe_size = conf.size; Oct 13 12:02:11.384 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 13 12:02:11.384 INFO kablam! | Oct 13 12:02:11.384 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 12:02:11.384 INFO kablam! Oct 13 12:02:11.520 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.520 INFO kablam! --> src/lib.rs:5:12 Oct 13 12:02:11.520 INFO kablam! | Oct 13 12:02:11.520 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 13 12:02:11.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.520 INFO kablam! | Oct 13 12:02:11.520 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 12:02:11.520 INFO kablam! Oct 13 12:02:11.526 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.526 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 13 12:02:11.526 INFO kablam! | Oct 13 12:02:11.526 INFO kablam! 20 | C: CellState + 'static, Oct 13 12:02:11.526 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.526 INFO kablam! | Oct 13 12:02:11.526 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 12:02:11.528 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.528 INFO kablam! Oct 13 12:02:11.528 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.528 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 13 12:02:11.528 INFO kablam! | Oct 13 12:02:11.528 INFO kablam! 21 | E: EntityState + 'static, Oct 13 12:02:11.528 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.528 INFO kablam! | Oct 13 12:02:11.528 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.528 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 22 | CA: CellAction + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 23 | EA: EntityAction + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 24 | I: 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 35 | C: CellState + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 36 | E: EntityState + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 37 | CA: CellAction + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 38 | EA: EntityAction + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 39 | I: Ord + 'static, Oct 13 12:02:11.529 INFO kablam! | ^^^ ^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.529 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.529 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! 40 | U: Universe, Oct 13 12:02:11.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.529 INFO kablam! | Oct 13 12:02:11.529 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.529 INFO kablam! Oct 13 12:02:11.654 INFO kablam! warning: unused variable: `universe_size` Oct 13 12:02:11.654 INFO kablam! --> src/universe.rs:94:13 Oct 13 12:02:11.654 INFO kablam! | Oct 13 12:02:11.654 INFO kablam! 94 | let universe_size = conf.size; Oct 13 12:02:11.654 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_universe_size` instead Oct 13 12:02:11.654 INFO kablam! | Oct 13 12:02:11.654 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 12:02:11.654 INFO kablam! Oct 13 12:02:11.788 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.788 INFO kablam! --> src/lib.rs:5:12 Oct 13 12:02:11.788 INFO kablam! | Oct 13 12:02:11.788 INFO kablam! 5 | #![feature(conservative_impl_trait, integer_atomics, step_trait, test)] Oct 13 12:02:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.788 INFO kablam! | Oct 13 12:02:11.788 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 12:02:11.788 INFO kablam! Oct 13 12:02:11.796 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.796 INFO kablam! --> src/engine/parallel.rs:20:8 Oct 13 12:02:11.796 INFO kablam! | Oct 13 12:02:11.796 INFO kablam! 20 | C: CellState + 'static, Oct 13 12:02:11.797 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.797 INFO kablam! | Oct 13 12:02:11.797 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 12:02:11.797 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.797 INFO kablam! Oct 13 12:02:11.797 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.797 INFO kablam! --> src/engine/parallel.rs:21:8 Oct 13 12:02:11.797 INFO kablam! | Oct 13 12:02:11.797 INFO kablam! 21 | E: EntityState + 'static, Oct 13 12:02:11.797 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.797 INFO kablam! | Oct 13 12:02:11.797 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.797 INFO kablam! Oct 13 12:02:11.797 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.797 INFO kablam! --> src/engine/parallel.rs:22:9 Oct 13 12:02:11.797 INFO kablam! | Oct 13 12:02:11.797 INFO kablam! 22 | CA: CellAction + 'static, Oct 13 12:02:11.797 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.797 INFO kablam! | Oct 13 12:02:11.797 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.797 INFO kablam! Oct 13 12:02:11.798 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.798 INFO kablam! --> src/engine/parallel.rs:23:9 Oct 13 12:02:11.798 INFO kablam! | Oct 13 12:02:11.798 INFO kablam! 23 | EA: EntityAction + 'static, Oct 13 12:02:11.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.798 INFO kablam! | Oct 13 12:02:11.798 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.798 INFO kablam! Oct 13 12:02:11.798 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.798 INFO kablam! --> src/engine/parallel.rs:24:8 Oct 13 12:02:11.798 INFO kablam! | Oct 13 12:02:11.798 INFO kablam! 24 | I: 'static, Oct 13 12:02:11.798 INFO kablam! | ^^^^^^^ Oct 13 12:02:11.798 INFO kablam! | Oct 13 12:02:11.798 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.798 INFO kablam! Oct 13 12:02:11.798 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.798 INFO kablam! --> src/engine/parallel.rs:35:8 Oct 13 12:02:11.798 INFO kablam! | Oct 13 12:02:11.798 INFO kablam! 35 | C: CellState + 'static, Oct 13 12:02:11.798 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.798 INFO kablam! | Oct 13 12:02:11.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.799 INFO kablam! Oct 13 12:02:11.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.799 INFO kablam! --> src/engine/parallel.rs:36:8 Oct 13 12:02:11.799 INFO kablam! | Oct 13 12:02:11.799 INFO kablam! 36 | E: EntityState + 'static, Oct 13 12:02:11.799 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.799 INFO kablam! | Oct 13 12:02:11.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.799 INFO kablam! Oct 13 12:02:11.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.799 INFO kablam! --> src/engine/parallel.rs:37:9 Oct 13 12:02:11.799 INFO kablam! | Oct 13 12:02:11.799 INFO kablam! 37 | CA: CellAction + 'static, Oct 13 12:02:11.799 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.799 INFO kablam! | Oct 13 12:02:11.799 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.799 INFO kablam! Oct 13 12:02:11.799 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.799 INFO kablam! --> src/engine/parallel.rs:38:9 Oct 13 12:02:11.799 INFO kablam! | Oct 13 12:02:11.800 INFO kablam! 38 | EA: EntityAction + 'static, Oct 13 12:02:11.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Oct 13 12:02:11.800 INFO kablam! | Oct 13 12:02:11.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.800 INFO kablam! Oct 13 12:02:11.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.800 INFO kablam! --> src/engine/parallel.rs:39:8 Oct 13 12:02:11.800 INFO kablam! | Oct 13 12:02:11.800 INFO kablam! 39 | I: Ord + 'static, Oct 13 12:02:11.800 INFO kablam! | ^^^ ^^^^^^^ Oct 13 12:02:11.800 INFO kablam! | Oct 13 12:02:11.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.800 INFO kablam! Oct 13 12:02:11.800 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 12:02:11.800 INFO kablam! --> src/engine/parallel.rs:40:8 Oct 13 12:02:11.800 INFO kablam! | Oct 13 12:02:11.800 INFO kablam! 40 | U: Universe, Oct 13 12:02:11.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:02:11.800 INFO kablam! | Oct 13 12:02:11.800 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 12:02:11.800 INFO kablam! Oct 13 12:02:11.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.21s Oct 13 12:02:11.866 INFO kablam! su: No module specific data is present Oct 13 12:02:12.232 INFO running `"docker" "rm" "-f" "94cfa06dfff4d64d523eaac62f866f961aef5f80c28288531c0104f6b7f1bee4"` Oct 13 12:02:12.363 INFO blam! 94cfa06dfff4d64d523eaac62f866f961aef5f80c28288531c0104f6b7f1bee4