Sep 04 08:59:56.061 INFO checking ord_subset-3.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:59:56.061 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:59:56.061 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:59:56.206 INFO blam! 2106d95adc721b4079335e0d7af7ae925d8c6b2352652c8749294bb76195ef64 Sep 04 08:59:56.208 INFO running `"docker" "start" "-a" "2106d95adc721b4079335e0d7af7ae925d8c6b2352652c8749294bb76195ef64"` Sep 04 08:59:56.769 INFO kablam! Checking ord_subset v3.1.0 (file:///source) Sep 04 08:59:57.268 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.268 INFO kablam! --> src/slice_ext.rs:40:2 Sep 04 08:59:57.268 INFO kablam! | Sep 04 08:59:57.268 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 04 08:59:57.268 INFO kablam! | _____^ Sep 04 08:59:57.268 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 04 08:59:57.268 INFO kablam! 42 | | T: OrdSubset; Sep 04 08:59:57.268 INFO kablam! | |___________________________^ Sep 04 08:59:57.268 INFO kablam! | Sep 04 08:59:57.269 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 08:59:57.269 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 04 08:59:57.269 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.269 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 04 08:59:57.269 INFO kablam! Sep 04 08:59:57.269 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.269 INFO kablam! --> src/slice_ext.rs:50:2 Sep 04 08:59:57.269 INFO kablam! | Sep 04 08:59:57.269 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 04 08:59:57.269 INFO kablam! | _____^ Sep 04 08:59:57.269 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 04 08:59:57.269 INFO kablam! 52 | | T: OrdSubset; Sep 04 08:59:57.269 INFO kablam! | |___________________________^ Sep 04 08:59:57.269 INFO kablam! | Sep 04 08:59:57.269 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 04 08:59:57.269 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.269 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 04 08:59:57.269 INFO kablam! Sep 04 08:59:57.269 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.269 INFO kablam! --> src/slice_ext.rs:90:2 Sep 04 08:59:57.269 INFO kablam! | Sep 04 08:59:57.269 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 04 08:59:57.269 INFO kablam! | _____^ Sep 04 08:59:57.269 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 04 08:59:57.269 INFO kablam! 92 | | T: OrdSubset; Sep 04 08:59:57.269 INFO kablam! | |___________________________^ Sep 04 08:59:57.269 INFO kablam! | Sep 04 08:59:57.269 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 04 08:59:57.269 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.269 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 04 08:59:57.269 INFO kablam! Sep 04 08:59:57.270 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.270 INFO kablam! --> src/slice_ext.rs:99:2 Sep 04 08:59:57.270 INFO kablam! | Sep 04 08:59:57.270 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 04 08:59:57.270 INFO kablam! | _____^ Sep 04 08:59:57.270 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 04 08:59:57.270 INFO kablam! 101 | | T: OrdSubset; Sep 04 08:59:57.270 INFO kablam! | |___________________________^ Sep 04 08:59:57.270 INFO kablam! | Sep 04 08:59:57.270 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 04 08:59:57.270 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.270 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 04 08:59:57.270 INFO kablam! Sep 04 08:59:57.456 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.456 INFO kablam! --> src/slice_ext.rs:40:2 Sep 04 08:59:57.456 INFO kablam! | Sep 04 08:59:57.456 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 04 08:59:57.456 INFO kablam! | _____^ Sep 04 08:59:57.456 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 04 08:59:57.456 INFO kablam! 42 | | T: OrdSubset; Sep 04 08:59:57.456 INFO kablam! | |___________________________^ Sep 04 08:59:57.456 INFO kablam! | Sep 04 08:59:57.456 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 08:59:57.456 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 04 08:59:57.456 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.457 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 04 08:59:57.457 INFO kablam! Sep 04 08:59:57.457 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.457 INFO kablam! --> src/slice_ext.rs:50:2 Sep 04 08:59:57.457 INFO kablam! | Sep 04 08:59:57.457 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 04 08:59:57.457 INFO kablam! | _____^ Sep 04 08:59:57.457 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 04 08:59:57.457 INFO kablam! 52 | | T: OrdSubset; Sep 04 08:59:57.457 INFO kablam! | |___________________________^ Sep 04 08:59:57.457 INFO kablam! | Sep 04 08:59:57.457 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 04 08:59:57.457 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.457 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 04 08:59:57.457 INFO kablam! Sep 04 08:59:57.457 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.457 INFO kablam! --> src/slice_ext.rs:90:2 Sep 04 08:59:57.457 INFO kablam! | Sep 04 08:59:57.457 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 04 08:59:57.457 INFO kablam! | _____^ Sep 04 08:59:57.457 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 04 08:59:57.457 INFO kablam! 92 | | T: OrdSubset; Sep 04 08:59:57.457 INFO kablam! | |___________________________^ Sep 04 08:59:57.457 INFO kablam! | Sep 04 08:59:57.457 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 04 08:59:57.457 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.457 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 04 08:59:57.458 INFO kablam! Sep 04 08:59:57.458 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:57.458 INFO kablam! --> src/slice_ext.rs:99:2 Sep 04 08:59:57.458 INFO kablam! | Sep 04 08:59:57.458 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 04 08:59:57.458 INFO kablam! | _____^ Sep 04 08:59:57.458 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 04 08:59:57.458 INFO kablam! 101 | | T: OrdSubset; Sep 04 08:59:57.458 INFO kablam! | |___________________________^ Sep 04 08:59:57.458 INFO kablam! | Sep 04 08:59:57.458 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 04 08:59:57.458 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:57.458 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 04 08:59:57.458 INFO kablam! Sep 04 08:59:58.320 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:58.320 INFO kablam! --> /source/src/slice_ext.rs:40:2 Sep 04 08:59:58.320 INFO kablam! | Sep 04 08:59:58.320 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 04 08:59:58.320 INFO kablam! | _____^ Sep 04 08:59:58.320 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 04 08:59:58.320 INFO kablam! 42 | | T: OrdSubset; Sep 04 08:59:58.320 INFO kablam! | |___________________________^ Sep 04 08:59:58.320 INFO kablam! | Sep 04 08:59:58.320 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 08:59:58.320 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 04 08:59:58.320 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:58.320 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 04 08:59:58.320 INFO kablam! Sep 04 08:59:58.321 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:58.321 INFO kablam! --> /source/src/slice_ext.rs:50:2 Sep 04 08:59:58.321 INFO kablam! | Sep 04 08:59:58.321 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 04 08:59:58.321 INFO kablam! | _____^ Sep 04 08:59:58.321 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 04 08:59:58.321 INFO kablam! 52 | | T: OrdSubset; Sep 04 08:59:58.321 INFO kablam! | |___________________________^ Sep 04 08:59:58.321 INFO kablam! | Sep 04 08:59:58.321 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 04 08:59:58.321 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:58.321 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 04 08:59:58.321 INFO kablam! Sep 04 08:59:58.321 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:58.321 INFO kablam! --> /source/src/slice_ext.rs:90:2 Sep 04 08:59:58.321 INFO kablam! | Sep 04 08:59:58.321 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 04 08:59:58.321 INFO kablam! | _____^ Sep 04 08:59:58.321 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 04 08:59:58.321 INFO kablam! 92 | | T: OrdSubset; Sep 04 08:59:58.321 INFO kablam! | |___________________________^ Sep 04 08:59:58.321 INFO kablam! | Sep 04 08:59:58.321 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 04 08:59:58.321 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:58.321 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 04 08:59:58.321 INFO kablam! Sep 04 08:59:58.321 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 08:59:58.321 INFO kablam! --> /source/src/slice_ext.rs:99:2 Sep 04 08:59:58.321 INFO kablam! | Sep 04 08:59:58.322 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 04 08:59:58.322 INFO kablam! | _____^ Sep 04 08:59:58.322 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 04 08:59:58.322 INFO kablam! 101 | | T: OrdSubset; Sep 04 08:59:58.322 INFO kablam! | |___________________________^ Sep 04 08:59:58.322 INFO kablam! | Sep 04 08:59:58.322 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 04 08:59:58.322 INFO kablam! = note: for more information, see issue #51443 Sep 04 08:59:58.322 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 04 08:59:58.322 INFO kablam! Sep 04 08:59:58.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Sep 04 08:59:58.685 INFO kablam! su: No module specific data is present Sep 04 08:59:59.207 INFO running `"docker" "rm" "-f" "2106d95adc721b4079335e0d7af7ae925d8c6b2352652c8749294bb76195ef64"` Sep 04 08:59:59.317 INFO blam! 2106d95adc721b4079335e0d7af7ae925d8c6b2352652c8749294bb76195ef64