Sep 21 06:07:53.491 INFO checking ord_subset-3.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 06:07:53.491 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 06:07:53.491 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:07:53.715 INFO blam! bd4e57105777fc49217a94051c45b1e3e0b1574549a7e81792a061a98b3e6a57 Sep 21 06:07:53.717 INFO running `"docker" "start" "-a" "bd4e57105777fc49217a94051c45b1e3e0b1574549a7e81792a061a98b3e6a57"` Sep 21 06:07:54.511 INFO kablam! usermod: no changes Sep 21 06:07:54.550 INFO kablam! Checking ord_subset v3.1.1 (/source) Sep 21 06:07:54.858 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.858 INFO kablam! --> src/slice_ext.rs:42:5 Sep 21 06:07:54.858 INFO kablam! | Sep 21 06:07:54.858 INFO kablam! 42 | / fn ord_subset_sort(&mut self) Sep 21 06:07:54.858 INFO kablam! 43 | | where Sep 21 06:07:54.858 INFO kablam! 44 | | Self: AsMut<[T]>, Sep 21 06:07:54.858 INFO kablam! 45 | | T: OrdSubset; Sep 21 06:07:54.858 INFO kablam! | |_____________________^ Sep 21 06:07:54.858 INFO kablam! | Sep 21 06:07:54.858 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 06:07:54.858 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 21 06:07:54.858 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.858 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 21 06:07:54.859 INFO kablam! Sep 21 06:07:54.859 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.859 INFO kablam! --> src/slice_ext.rs:53:5 Sep 21 06:07:54.859 INFO kablam! | Sep 21 06:07:54.859 INFO kablam! 53 | / fn ord_subset_sort_rev(&mut self) Sep 21 06:07:54.859 INFO kablam! 54 | | where Sep 21 06:07:54.859 INFO kablam! 55 | | Self: AsMut<[T]>, Sep 21 06:07:54.859 INFO kablam! 56 | | T: OrdSubset; Sep 21 06:07:54.859 INFO kablam! | |_____________________^ Sep 21 06:07:54.859 INFO kablam! | Sep 21 06:07:54.859 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 21 06:07:54.859 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.859 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 21 06:07:54.859 INFO kablam! Sep 21 06:07:54.859 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.859 INFO kablam! --> src/slice_ext.rs:96:5 Sep 21 06:07:54.859 INFO kablam! | Sep 21 06:07:54.859 INFO kablam! 96 | / fn ord_subset_sort_unstable(&mut self) Sep 21 06:07:54.859 INFO kablam! 97 | | where Sep 21 06:07:54.859 INFO kablam! 98 | | Self: AsMut<[T]>, Sep 21 06:07:54.859 INFO kablam! 99 | | T: OrdSubset; Sep 21 06:07:54.859 INFO kablam! | |_____________________^ Sep 21 06:07:54.859 INFO kablam! | Sep 21 06:07:54.859 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 21 06:07:54.859 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.859 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 21 06:07:54.859 INFO kablam! Sep 21 06:07:54.859 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.859 INFO kablam! --> src/slice_ext.rs:106:5 Sep 21 06:07:54.859 INFO kablam! | Sep 21 06:07:54.859 INFO kablam! 106 | / fn ord_subset_sort_unstable_rev(&mut self) Sep 21 06:07:54.859 INFO kablam! 107 | | where Sep 21 06:07:54.859 INFO kablam! 108 | | Self: AsMut<[T]>, Sep 21 06:07:54.859 INFO kablam! 109 | | T: OrdSubset; Sep 21 06:07:54.859 INFO kablam! | |_____________________^ Sep 21 06:07:54.859 INFO kablam! | Sep 21 06:07:54.859 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 21 06:07:54.859 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.859 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 21 06:07:54.859 INFO kablam! Sep 21 06:07:54.946 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.946 INFO kablam! --> src/slice_ext.rs:42:5 Sep 21 06:07:54.946 INFO kablam! | Sep 21 06:07:54.946 INFO kablam! 42 | / fn ord_subset_sort(&mut self) Sep 21 06:07:54.946 INFO kablam! 43 | | where Sep 21 06:07:54.946 INFO kablam! 44 | | Self: AsMut<[T]>, Sep 21 06:07:54.946 INFO kablam! 45 | | T: OrdSubset; Sep 21 06:07:54.946 INFO kablam! | |_____________________^ Sep 21 06:07:54.946 INFO kablam! | Sep 21 06:07:54.946 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 06:07:54.946 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 21 06:07:54.946 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.946 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 21 06:07:54.946 INFO kablam! Sep 21 06:07:54.946 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.946 INFO kablam! --> src/slice_ext.rs:53:5 Sep 21 06:07:54.946 INFO kablam! | Sep 21 06:07:54.946 INFO kablam! 53 | / fn ord_subset_sort_rev(&mut self) Sep 21 06:07:54.946 INFO kablam! 54 | | where Sep 21 06:07:54.946 INFO kablam! 55 | | Self: AsMut<[T]>, Sep 21 06:07:54.946 INFO kablam! 56 | | T: OrdSubset; Sep 21 06:07:54.946 INFO kablam! | |_____________________^ Sep 21 06:07:54.946 INFO kablam! | Sep 21 06:07:54.946 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 21 06:07:54.946 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.946 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 21 06:07:54.946 INFO kablam! Sep 21 06:07:54.946 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.946 INFO kablam! --> src/slice_ext.rs:96:5 Sep 21 06:07:54.947 INFO kablam! | Sep 21 06:07:54.947 INFO kablam! 96 | / fn ord_subset_sort_unstable(&mut self) Sep 21 06:07:54.947 INFO kablam! 97 | | where Sep 21 06:07:54.947 INFO kablam! 98 | | Self: AsMut<[T]>, Sep 21 06:07:54.947 INFO kablam! 99 | | T: OrdSubset; Sep 21 06:07:54.947 INFO kablam! | |_____________________^ Sep 21 06:07:54.947 INFO kablam! | Sep 21 06:07:54.947 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 21 06:07:54.947 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.947 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 21 06:07:54.947 INFO kablam! Sep 21 06:07:54.947 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:54.947 INFO kablam! --> src/slice_ext.rs:106:5 Sep 21 06:07:54.947 INFO kablam! | Sep 21 06:07:54.947 INFO kablam! 106 | / fn ord_subset_sort_unstable_rev(&mut self) Sep 21 06:07:54.947 INFO kablam! 107 | | where Sep 21 06:07:54.947 INFO kablam! 108 | | Self: AsMut<[T]>, Sep 21 06:07:54.947 INFO kablam! 109 | | T: OrdSubset; Sep 21 06:07:54.947 INFO kablam! | |_____________________^ Sep 21 06:07:54.947 INFO kablam! | Sep 21 06:07:54.947 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 21 06:07:54.947 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:54.947 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 21 06:07:54.947 INFO kablam! Sep 21 06:07:55.467 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:55.467 INFO kablam! --> /source/src/slice_ext.rs:42:5 Sep 21 06:07:55.467 INFO kablam! | Sep 21 06:07:55.467 INFO kablam! 42 | / fn ord_subset_sort(&mut self) Sep 21 06:07:55.467 INFO kablam! 43 | | where Sep 21 06:07:55.467 INFO kablam! 44 | | Self: AsMut<[T]>, Sep 21 06:07:55.467 INFO kablam! 45 | | T: OrdSubset; Sep 21 06:07:55.467 INFO kablam! | |_____________________^ Sep 21 06:07:55.467 INFO kablam! | Sep 21 06:07:55.467 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 21 06:07:55.467 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 21 06:07:55.468 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:55.468 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 21 06:07:55.468 INFO kablam! Sep 21 06:07:55.468 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:55.468 INFO kablam! --> /source/src/slice_ext.rs:53:5 Sep 21 06:07:55.468 INFO kablam! | Sep 21 06:07:55.468 INFO kablam! 53 | / fn ord_subset_sort_rev(&mut self) Sep 21 06:07:55.468 INFO kablam! 54 | | where Sep 21 06:07:55.468 INFO kablam! 55 | | Self: AsMut<[T]>, Sep 21 06:07:55.468 INFO kablam! 56 | | T: OrdSubset; Sep 21 06:07:55.468 INFO kablam! | |_____________________^ Sep 21 06:07:55.468 INFO kablam! | Sep 21 06:07:55.468 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 21 06:07:55.468 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:55.468 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 21 06:07:55.468 INFO kablam! Sep 21 06:07:55.468 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:55.468 INFO kablam! --> /source/src/slice_ext.rs:96:5 Sep 21 06:07:55.468 INFO kablam! | Sep 21 06:07:55.468 INFO kablam! 96 | / fn ord_subset_sort_unstable(&mut self) Sep 21 06:07:55.468 INFO kablam! 97 | | where Sep 21 06:07:55.468 INFO kablam! 98 | | Self: AsMut<[T]>, Sep 21 06:07:55.468 INFO kablam! 99 | | T: OrdSubset; Sep 21 06:07:55.468 INFO kablam! | |_____________________^ Sep 21 06:07:55.468 INFO kablam! | Sep 21 06:07:55.468 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 21 06:07:55.468 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:55.468 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 21 06:07:55.468 INFO kablam! Sep 21 06:07:55.468 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 21 06:07:55.468 INFO kablam! --> /source/src/slice_ext.rs:106:5 Sep 21 06:07:55.468 INFO kablam! | Sep 21 06:07:55.468 INFO kablam! 106 | / fn ord_subset_sort_unstable_rev(&mut self) Sep 21 06:07:55.468 INFO kablam! 107 | | where Sep 21 06:07:55.468 INFO kablam! 108 | | Self: AsMut<[T]>, Sep 21 06:07:55.468 INFO kablam! 109 | | T: OrdSubset; Sep 21 06:07:55.468 INFO kablam! | |_____________________^ Sep 21 06:07:55.468 INFO kablam! | Sep 21 06:07:55.468 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 21 06:07:55.468 INFO kablam! = note: for more information, see issue #51443 Sep 21 06:07:55.468 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 21 06:07:55.468 INFO kablam! Sep 21 06:07:55.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Sep 21 06:07:55.672 INFO kablam! su: No module specific data is present Sep 21 06:07:56.095 INFO running `"docker" "rm" "-f" "bd4e57105777fc49217a94051c45b1e3e0b1574549a7e81792a061a98b3e6a57"` Sep 21 06:07:56.159 INFO blam! bd4e57105777fc49217a94051c45b1e3e0b1574549a7e81792a061a98b3e6a57