Sep 19 21:22:22.333 INFO checking ord_subset-3.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:22:22.333 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:22:22.333 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:22:22.501 INFO blam! be0cc4da572850716c5d5c13cc2b6a33dfec608b2759ddd5b06971c31a57efcd Sep 19 21:22:22.504 INFO running `"docker" "start" "-a" "be0cc4da572850716c5d5c13cc2b6a33dfec608b2759ddd5b06971c31a57efcd"` Sep 19 21:22:23.871 INFO kablam! usermod: no changes Sep 19 21:22:23.912 INFO kablam! Checking ord_subset v3.1.0 (/source) Sep 19 21:22:24.215 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.215 INFO kablam! --> src/slice_ext.rs:40:2 Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 19 21:22:24.215 INFO kablam! | _____^ Sep 19 21:22:24.215 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 19 21:22:24.215 INFO kablam! 42 | | T: OrdSubset; Sep 19 21:22:24.215 INFO kablam! | |___________________________^ Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:22:24.215 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 19 21:22:24.215 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.215 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 19 21:22:24.215 INFO kablam! Sep 19 21:22:24.215 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.215 INFO kablam! --> src/slice_ext.rs:50:2 Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 19 21:22:24.215 INFO kablam! | _____^ Sep 19 21:22:24.215 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 19 21:22:24.215 INFO kablam! 52 | | T: OrdSubset; Sep 19 21:22:24.215 INFO kablam! | |___________________________^ Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 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 19 21:22:24.215 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.215 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 19 21:22:24.215 INFO kablam! Sep 19 21:22:24.215 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.215 INFO kablam! --> src/slice_ext.rs:90:2 Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 19 21:22:24.215 INFO kablam! | _____^ Sep 19 21:22:24.215 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 19 21:22:24.215 INFO kablam! 92 | | T: OrdSubset; Sep 19 21:22:24.215 INFO kablam! | |___________________________^ Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 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 19 21:22:24.215 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.215 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 19 21:22:24.215 INFO kablam! Sep 19 21:22:24.215 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.215 INFO kablam! --> src/slice_ext.rs:99:2 Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 19 21:22:24.215 INFO kablam! | _____^ Sep 19 21:22:24.215 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 19 21:22:24.215 INFO kablam! 101 | | T: OrdSubset; Sep 19 21:22:24.215 INFO kablam! | |___________________________^ Sep 19 21:22:24.215 INFO kablam! | Sep 19 21:22:24.215 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 19 21:22:24.215 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.216 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 19 21:22:24.216 INFO kablam! Sep 19 21:22:24.259 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.259 INFO kablam! --> src/slice_ext.rs:40:2 Sep 19 21:22:24.259 INFO kablam! | Sep 19 21:22:24.259 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 19 21:22:24.259 INFO kablam! | _____^ Sep 19 21:22:24.259 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 19 21:22:24.259 INFO kablam! 42 | | T: OrdSubset; Sep 19 21:22:24.259 INFO kablam! | |___________________________^ Sep 19 21:22:24.259 INFO kablam! | Sep 19 21:22:24.259 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:22:24.259 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 19 21:22:24.259 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.259 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 19 21:22:24.259 INFO kablam! Sep 19 21:22:24.259 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.259 INFO kablam! --> src/slice_ext.rs:50:2 Sep 19 21:22:24.259 INFO kablam! | Sep 19 21:22:24.259 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 19 21:22:24.259 INFO kablam! | _____^ Sep 19 21:22:24.259 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 19 21:22:24.259 INFO kablam! 52 | | T: OrdSubset; Sep 19 21:22:24.259 INFO kablam! | |___________________________^ Sep 19 21:22:24.259 INFO kablam! | Sep 19 21:22:24.261 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 19 21:22:24.261 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.261 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 19 21:22:24.261 INFO kablam! Sep 19 21:22:24.261 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.261 INFO kablam! --> src/slice_ext.rs:90:2 Sep 19 21:22:24.261 INFO kablam! | Sep 19 21:22:24.261 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 19 21:22:24.261 INFO kablam! | _____^ Sep 19 21:22:24.261 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 19 21:22:24.261 INFO kablam! 92 | | T: OrdSubset; Sep 19 21:22:24.261 INFO kablam! | |___________________________^ Sep 19 21:22:24.261 INFO kablam! | Sep 19 21:22:24.261 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 19 21:22:24.261 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.261 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 19 21:22:24.261 INFO kablam! Sep 19 21:22:24.261 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.261 INFO kablam! --> src/slice_ext.rs:99:2 Sep 19 21:22:24.261 INFO kablam! | Sep 19 21:22:24.261 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 19 21:22:24.261 INFO kablam! | _____^ Sep 19 21:22:24.261 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 19 21:22:24.261 INFO kablam! 101 | | T: OrdSubset; Sep 19 21:22:24.261 INFO kablam! | |___________________________^ Sep 19 21:22:24.261 INFO kablam! | Sep 19 21:22:24.261 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 19 21:22:24.261 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.261 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 19 21:22:24.261 INFO kablam! Sep 19 21:22:24.790 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.790 INFO kablam! --> /source/src/slice_ext.rs:40:2 Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 19 21:22:24.790 INFO kablam! | _____^ Sep 19 21:22:24.790 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 19 21:22:24.790 INFO kablam! 42 | | T: OrdSubset; Sep 19 21:22:24.790 INFO kablam! | |___________________________^ Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:22:24.790 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 19 21:22:24.790 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.790 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 19 21:22:24.790 INFO kablam! Sep 19 21:22:24.790 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.790 INFO kablam! --> /source/src/slice_ext.rs:50:2 Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 19 21:22:24.790 INFO kablam! | _____^ Sep 19 21:22:24.790 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 19 21:22:24.790 INFO kablam! 52 | | T: OrdSubset; Sep 19 21:22:24.790 INFO kablam! | |___________________________^ Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 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 19 21:22:24.790 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.790 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 19 21:22:24.790 INFO kablam! Sep 19 21:22:24.790 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.790 INFO kablam! --> /source/src/slice_ext.rs:90:2 Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 19 21:22:24.790 INFO kablam! | _____^ Sep 19 21:22:24.790 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 19 21:22:24.790 INFO kablam! 92 | | T: OrdSubset; Sep 19 21:22:24.790 INFO kablam! | |___________________________^ Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 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 19 21:22:24.790 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.790 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 19 21:22:24.790 INFO kablam! Sep 19 21:22:24.790 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 19 21:22:24.790 INFO kablam! --> /source/src/slice_ext.rs:99:2 Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 19 21:22:24.790 INFO kablam! | _____^ Sep 19 21:22:24.790 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 19 21:22:24.790 INFO kablam! 101 | | T: OrdSubset; Sep 19 21:22:24.790 INFO kablam! | |___________________________^ Sep 19 21:22:24.790 INFO kablam! | Sep 19 21:22:24.790 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 19 21:22:24.790 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:22:24.790 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 19 21:22:24.790 INFO kablam! Sep 19 21:22:24.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Sep 19 21:22:24.955 INFO kablam! su: No module specific data is present Sep 19 21:22:25.440 INFO running `"docker" "rm" "-f" "be0cc4da572850716c5d5c13cc2b6a33dfec608b2759ddd5b06971c31a57efcd"` Sep 19 21:22:25.502 INFO blam! be0cc4da572850716c5d5c13cc2b6a33dfec608b2759ddd5b06971c31a57efcd