Sep 06 02:54:36.356 INFO checking ord_subset-3.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:54:36.356 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:54:36.356 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:54:36.564 INFO blam! 25719a0a007d09ffa11c11fdcc3e63d5bd11f3a5562e3975cbc19d44b6c5fd15 Sep 06 02:54:36.567 INFO running `"docker" "start" "-a" "25719a0a007d09ffa11c11fdcc3e63d5bd11f3a5562e3975cbc19d44b6c5fd15"` Sep 06 02:54:37.266 INFO kablam! usermod: no changes Sep 06 02:54:37.291 INFO kablam! Checking ord_subset v3.1.0 (file:///source) Sep 06 02:54:37.610 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.610 INFO kablam! --> src/slice_ext.rs:40:2 Sep 06 02:54:37.610 INFO kablam! | Sep 06 02:54:37.610 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 06 02:54:37.610 INFO kablam! | _____^ Sep 06 02:54:37.610 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 06 02:54:37.610 INFO kablam! 42 | | T: OrdSubset; Sep 06 02:54:37.610 INFO kablam! | |___________________________^ Sep 06 02:54:37.610 INFO kablam! | Sep 06 02:54:37.610 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 02:54:37.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.610 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.610 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 06 02:54:37.610 INFO kablam! Sep 06 02:54:37.610 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.610 INFO kablam! --> src/slice_ext.rs:50:2 Sep 06 02:54:37.610 INFO kablam! | Sep 06 02:54:37.610 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 06 02:54:37.610 INFO kablam! | _____^ Sep 06 02:54:37.610 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 06 02:54:37.610 INFO kablam! 52 | | T: OrdSubset; Sep 06 02:54:37.610 INFO kablam! | |___________________________^ Sep 06 02:54:37.610 INFO kablam! | Sep 06 02:54:37.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.610 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.610 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 06 02:54:37.610 INFO kablam! Sep 06 02:54:37.610 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.610 INFO kablam! --> src/slice_ext.rs:90:2 Sep 06 02:54:37.610 INFO kablam! | Sep 06 02:54:37.610 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 06 02:54:37.610 INFO kablam! | _____^ Sep 06 02:54:37.610 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 06 02:54:37.611 INFO kablam! 92 | | T: OrdSubset; Sep 06 02:54:37.611 INFO kablam! | |___________________________^ Sep 06 02:54:37.611 INFO kablam! | Sep 06 02:54:37.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.611 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.611 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 06 02:54:37.611 INFO kablam! Sep 06 02:54:37.611 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.611 INFO kablam! --> src/slice_ext.rs:99:2 Sep 06 02:54:37.611 INFO kablam! | Sep 06 02:54:37.611 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 06 02:54:37.611 INFO kablam! | _____^ Sep 06 02:54:37.611 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 06 02:54:37.611 INFO kablam! 101 | | T: OrdSubset; Sep 06 02:54:37.611 INFO kablam! | |___________________________^ Sep 06 02:54:37.611 INFO kablam! | Sep 06 02:54:37.611 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.611 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.611 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 06 02:54:37.611 INFO kablam! Sep 06 02:54:37.687 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.687 INFO kablam! --> src/slice_ext.rs:40:2 Sep 06 02:54:37.687 INFO kablam! | Sep 06 02:54:37.687 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 06 02:54:37.687 INFO kablam! | _____^ Sep 06 02:54:37.687 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 06 02:54:37.687 INFO kablam! 42 | | T: OrdSubset; Sep 06 02:54:37.687 INFO kablam! | |___________________________^ Sep 06 02:54:37.687 INFO kablam! | Sep 06 02:54:37.687 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 02:54:37.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.687 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.687 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 06 02:54:37.687 INFO kablam! Sep 06 02:54:37.687 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.687 INFO kablam! --> src/slice_ext.rs:50:2 Sep 06 02:54:37.687 INFO kablam! | Sep 06 02:54:37.687 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 06 02:54:37.687 INFO kablam! | _____^ Sep 06 02:54:37.687 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 06 02:54:37.687 INFO kablam! 52 | | T: OrdSubset; Sep 06 02:54:37.687 INFO kablam! | |___________________________^ Sep 06 02:54:37.687 INFO kablam! | Sep 06 02:54:37.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.687 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.687 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 06 02:54:37.687 INFO kablam! Sep 06 02:54:37.687 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.687 INFO kablam! --> src/slice_ext.rs:90:2 Sep 06 02:54:37.687 INFO kablam! | Sep 06 02:54:37.687 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 06 02:54:37.687 INFO kablam! | _____^ Sep 06 02:54:37.687 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 06 02:54:37.687 INFO kablam! 92 | | T: OrdSubset; Sep 06 02:54:37.687 INFO kablam! | |___________________________^ Sep 06 02:54:37.687 INFO kablam! | Sep 06 02:54:37.687 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.687 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.687 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 06 02:54:37.687 INFO kablam! Sep 06 02:54:37.687 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:37.688 INFO kablam! --> src/slice_ext.rs:99:2 Sep 06 02:54:37.688 INFO kablam! | Sep 06 02:54:37.688 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 06 02:54:37.688 INFO kablam! | _____^ Sep 06 02:54:37.688 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 06 02:54:37.688 INFO kablam! 101 | | T: OrdSubset; Sep 06 02:54:37.688 INFO kablam! | |___________________________^ Sep 06 02:54:37.688 INFO kablam! | Sep 06 02:54:37.688 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:37.688 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:37.688 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 06 02:54:37.688 INFO kablam! Sep 06 02:54:38.133 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:38.133 INFO kablam! --> /source/src/slice_ext.rs:40:2 Sep 06 02:54:38.133 INFO kablam! | Sep 06 02:54:38.133 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 06 02:54:38.133 INFO kablam! | _____^ Sep 06 02:54:38.133 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 06 02:54:38.133 INFO kablam! 42 | | T: OrdSubset; Sep 06 02:54:38.133 INFO kablam! | |___________________________^ Sep 06 02:54:38.133 INFO kablam! | Sep 06 02:54:38.133 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 02:54:38.133 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:38.133 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:38.133 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 06 02:54:38.134 INFO kablam! Sep 06 02:54:38.134 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:38.134 INFO kablam! --> /source/src/slice_ext.rs:50:2 Sep 06 02:54:38.134 INFO kablam! | Sep 06 02:54:38.134 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 06 02:54:38.134 INFO kablam! | _____^ Sep 06 02:54:38.134 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 06 02:54:38.134 INFO kablam! 52 | | T: OrdSubset; Sep 06 02:54:38.134 INFO kablam! | |___________________________^ Sep 06 02:54:38.134 INFO kablam! | Sep 06 02:54:38.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:38.134 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:38.134 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 06 02:54:38.134 INFO kablam! Sep 06 02:54:38.134 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:38.134 INFO kablam! --> /source/src/slice_ext.rs:90:2 Sep 06 02:54:38.134 INFO kablam! | Sep 06 02:54:38.134 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 06 02:54:38.134 INFO kablam! | _____^ Sep 06 02:54:38.134 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 06 02:54:38.134 INFO kablam! 92 | | T: OrdSubset; Sep 06 02:54:38.134 INFO kablam! | |___________________________^ Sep 06 02:54:38.134 INFO kablam! | Sep 06 02:54:38.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:38.134 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:38.134 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 06 02:54:38.134 INFO kablam! Sep 06 02:54:38.134 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 06 02:54:38.134 INFO kablam! --> /source/src/slice_ext.rs:99:2 Sep 06 02:54:38.134 INFO kablam! | Sep 06 02:54:38.134 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 06 02:54:38.134 INFO kablam! | _____^ Sep 06 02:54:38.134 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 06 02:54:38.134 INFO kablam! 101 | | T: OrdSubset; Sep 06 02:54:38.134 INFO kablam! | |___________________________^ Sep 06 02:54:38.134 INFO kablam! | Sep 06 02:54:38.134 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 06 02:54:38.134 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:54:38.134 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 06 02:54:38.134 INFO kablam! Sep 06 02:54:38.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Sep 06 02:54:38.262 INFO kablam! su: No module specific data is present Sep 06 02:54:38.960 INFO running `"docker" "rm" "-f" "25719a0a007d09ffa11c11fdcc3e63d5bd11f3a5562e3975cbc19d44b6c5fd15"` Sep 06 02:54:39.025 INFO blam! 25719a0a007d09ffa11c11fdcc3e63d5bd11f3a5562e3975cbc19d44b6c5fd15