Sep 04 12:00:27.320 INFO checking ord_subset-3.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 12:00:27.320 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 12:00:27.320 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:00:27.470 INFO blam! 0e1e6493364a05308c3ae1fa690796bf69131698778b9d80c60cc33065d5b80b Sep 04 12:00:27.472 INFO running `"docker" "start" "-a" "0e1e6493364a05308c3ae1fa690796bf69131698778b9d80c60cc33065d5b80b"` Sep 04 12:00:28.325 INFO kablam! Checking ord_subset v3.1.0 (file:///source) Sep 04 12:00:28.908 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.908 INFO kablam! --> src/slice_ext.rs:40:2 Sep 04 12:00:28.908 INFO kablam! | Sep 04 12:00:28.908 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 04 12:00:28.908 INFO kablam! | _____^ Sep 04 12:00:28.908 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 04 12:00:28.908 INFO kablam! 42 | | T: OrdSubset; Sep 04 12:00:28.908 INFO kablam! | |___________________________^ Sep 04 12:00:28.908 INFO kablam! | Sep 04 12:00:28.908 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 12:00:28.908 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 12:00:28.908 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.908 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 04 12:00:28.908 INFO kablam! Sep 04 12:00:28.908 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.909 INFO kablam! --> src/slice_ext.rs:50:2 Sep 04 12:00:28.909 INFO kablam! | Sep 04 12:00:28.909 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 04 12:00:28.909 INFO kablam! | _____^ Sep 04 12:00:28.909 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 04 12:00:28.909 INFO kablam! 52 | | T: OrdSubset; Sep 04 12:00:28.909 INFO kablam! | |___________________________^ Sep 04 12:00:28.909 INFO kablam! | Sep 04 12:00:28.909 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 12:00:28.909 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.909 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 04 12:00:28.909 INFO kablam! Sep 04 12:00:28.909 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.909 INFO kablam! --> src/slice_ext.rs:90:2 Sep 04 12:00:28.909 INFO kablam! | Sep 04 12:00:28.909 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 04 12:00:28.909 INFO kablam! | _____^ Sep 04 12:00:28.909 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 04 12:00:28.909 INFO kablam! 92 | | T: OrdSubset; Sep 04 12:00:28.909 INFO kablam! | |___________________________^ Sep 04 12:00:28.909 INFO kablam! | Sep 04 12:00:28.909 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 12:00:28.909 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.909 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 04 12:00:28.909 INFO kablam! Sep 04 12:00:28.909 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.909 INFO kablam! --> src/slice_ext.rs:99:2 Sep 04 12:00:28.909 INFO kablam! | Sep 04 12:00:28.910 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 04 12:00:28.910 INFO kablam! | _____^ Sep 04 12:00:28.910 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 04 12:00:28.910 INFO kablam! 101 | | T: OrdSubset; Sep 04 12:00:28.910 INFO kablam! | |___________________________^ Sep 04 12:00:28.910 INFO kablam! | Sep 04 12:00:28.910 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 12:00:28.910 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.910 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 04 12:00:28.910 INFO kablam! Sep 04 12:00:28.962 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.962 INFO kablam! --> src/slice_ext.rs:40:2 Sep 04 12:00:28.962 INFO kablam! | Sep 04 12:00:28.962 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 04 12:00:28.962 INFO kablam! | _____^ Sep 04 12:00:28.963 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 04 12:00:28.963 INFO kablam! 42 | | T: OrdSubset; Sep 04 12:00:28.963 INFO kablam! | |___________________________^ Sep 04 12:00:28.963 INFO kablam! | Sep 04 12:00:28.963 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 12:00:28.963 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 12:00:28.963 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.963 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 04 12:00:28.963 INFO kablam! Sep 04 12:00:28.963 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.963 INFO kablam! --> src/slice_ext.rs:50:2 Sep 04 12:00:28.963 INFO kablam! | Sep 04 12:00:28.963 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 04 12:00:28.963 INFO kablam! | _____^ Sep 04 12:00:28.963 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 04 12:00:28.963 INFO kablam! 52 | | T: OrdSubset; Sep 04 12:00:28.963 INFO kablam! | |___________________________^ Sep 04 12:00:28.963 INFO kablam! | Sep 04 12:00:28.963 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 12:00:28.963 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.963 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 04 12:00:28.963 INFO kablam! Sep 04 12:00:28.963 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.963 INFO kablam! --> src/slice_ext.rs:90:2 Sep 04 12:00:28.963 INFO kablam! | Sep 04 12:00:28.963 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 04 12:00:28.963 INFO kablam! | _____^ Sep 04 12:00:28.963 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 04 12:00:28.964 INFO kablam! 92 | | T: OrdSubset; Sep 04 12:00:28.964 INFO kablam! | |___________________________^ Sep 04 12:00:28.964 INFO kablam! | Sep 04 12:00:28.964 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 12:00:28.964 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.964 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 04 12:00:28.964 INFO kablam! Sep 04 12:00:28.964 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:28.964 INFO kablam! --> src/slice_ext.rs:99:2 Sep 04 12:00:28.964 INFO kablam! | Sep 04 12:00:28.964 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 04 12:00:28.964 INFO kablam! | _____^ Sep 04 12:00:28.964 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 04 12:00:28.964 INFO kablam! 101 | | T: OrdSubset; Sep 04 12:00:28.964 INFO kablam! | |___________________________^ Sep 04 12:00:28.964 INFO kablam! | Sep 04 12:00:28.964 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 12:00:28.964 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:28.964 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 04 12:00:28.964 INFO kablam! Sep 04 12:00:29.885 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:29.885 INFO kablam! --> /source/src/slice_ext.rs:40:2 Sep 04 12:00:29.885 INFO kablam! | Sep 04 12:00:29.885 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 04 12:00:29.885 INFO kablam! | _____^ Sep 04 12:00:29.885 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 04 12:00:29.885 INFO kablam! 42 | | T: OrdSubset; Sep 04 12:00:29.885 INFO kablam! | |___________________________^ Sep 04 12:00:29.885 INFO kablam! | Sep 04 12:00:29.886 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 12:00:29.886 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 12:00:29.886 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:29.886 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 04 12:00:29.886 INFO kablam! Sep 04 12:00:29.886 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:29.886 INFO kablam! --> /source/src/slice_ext.rs:50:2 Sep 04 12:00:29.886 INFO kablam! | Sep 04 12:00:29.886 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 04 12:00:29.886 INFO kablam! | _____^ Sep 04 12:00:29.886 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 04 12:00:29.886 INFO kablam! 52 | | T: OrdSubset; Sep 04 12:00:29.886 INFO kablam! | |___________________________^ Sep 04 12:00:29.886 INFO kablam! | Sep 04 12:00:29.886 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 12:00:29.886 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:29.886 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 04 12:00:29.886 INFO kablam! Sep 04 12:00:29.886 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:29.886 INFO kablam! --> /source/src/slice_ext.rs:90:2 Sep 04 12:00:29.886 INFO kablam! | Sep 04 12:00:29.886 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 04 12:00:29.886 INFO kablam! | _____^ Sep 04 12:00:29.886 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 04 12:00:29.886 INFO kablam! 92 | | T: OrdSubset; Sep 04 12:00:29.886 INFO kablam! | |___________________________^ Sep 04 12:00:29.886 INFO kablam! | Sep 04 12:00:29.886 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 12:00:29.886 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:29.886 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 04 12:00:29.886 INFO kablam! Sep 04 12:00:29.886 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 04 12:00:29.886 INFO kablam! --> /source/src/slice_ext.rs:99:2 Sep 04 12:00:29.886 INFO kablam! | Sep 04 12:00:29.886 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 04 12:00:29.886 INFO kablam! | _____^ Sep 04 12:00:29.886 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 04 12:00:29.886 INFO kablam! 101 | | T: OrdSubset; Sep 04 12:00:29.886 INFO kablam! | |___________________________^ Sep 04 12:00:29.886 INFO kablam! | Sep 04 12:00:29.886 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 12:00:29.886 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:00:29.886 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 04 12:00:29.886 INFO kablam! Sep 04 12:00:30.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Sep 04 12:00:30.194 INFO kablam! su: No module specific data is present Sep 04 12:00:30.793 INFO running `"docker" "rm" "-f" "0e1e6493364a05308c3ae1fa690796bf69131698778b9d80c60cc33065d5b80b"` Sep 04 12:00:30.891 INFO blam! 0e1e6493364a05308c3ae1fa690796bf69131698778b9d80c60cc33065d5b80b