Sep 01 12:10:48.589 INFO checking ord_subset-3.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 12:10:48.589 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 12:10:48.590 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:10:48.745 INFO blam! 5c8789140aee74e1825596ef3cb3c74d028c5710bfd47da56c6a3ff18b1339c6 Sep 01 12:10:48.747 INFO running `"docker" "start" "-a" "5c8789140aee74e1825596ef3cb3c74d028c5710bfd47da56c6a3ff18b1339c6"` Sep 01 12:10:49.437 INFO kablam! Checking ord_subset v3.1.0 (file:///source) Sep 01 12:10:50.071 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.071 INFO kablam! --> src/slice_ext.rs:40:2 Sep 01 12:10:50.071 INFO kablam! | Sep 01 12:10:50.071 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 01 12:10:50.071 INFO kablam! | _____^ Sep 01 12:10:50.071 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 01 12:10:50.071 INFO kablam! 42 | | T: OrdSubset; Sep 01 12:10:50.071 INFO kablam! | |___________________________^ Sep 01 12:10:50.071 INFO kablam! | Sep 01 12:10:50.071 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 12:10:50.072 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 01 12:10:50.072 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.072 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 01 12:10:50.072 INFO kablam! Sep 01 12:10:50.072 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.072 INFO kablam! --> src/slice_ext.rs:50:2 Sep 01 12:10:50.072 INFO kablam! | Sep 01 12:10:50.072 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 01 12:10:50.072 INFO kablam! | _____^ Sep 01 12:10:50.072 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 01 12:10:50.072 INFO kablam! 52 | | T: OrdSubset; Sep 01 12:10:50.072 INFO kablam! | |___________________________^ Sep 01 12:10:50.072 INFO kablam! | Sep 01 12:10:50.072 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 01 12:10:50.072 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.072 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 01 12:10:50.072 INFO kablam! Sep 01 12:10:50.072 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.072 INFO kablam! --> src/slice_ext.rs:90:2 Sep 01 12:10:50.072 INFO kablam! | Sep 01 12:10:50.072 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 01 12:10:50.072 INFO kablam! | _____^ Sep 01 12:10:50.072 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 01 12:10:50.072 INFO kablam! 92 | | T: OrdSubset; Sep 01 12:10:50.072 INFO kablam! | |___________________________^ Sep 01 12:10:50.072 INFO kablam! | Sep 01 12:10:50.072 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 01 12:10:50.072 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.072 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 01 12:10:50.072 INFO kablam! Sep 01 12:10:50.072 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.073 INFO kablam! --> src/slice_ext.rs:99:2 Sep 01 12:10:50.073 INFO kablam! | Sep 01 12:10:50.073 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 01 12:10:50.073 INFO kablam! | _____^ Sep 01 12:10:50.073 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 01 12:10:50.073 INFO kablam! 101 | | T: OrdSubset; Sep 01 12:10:50.073 INFO kablam! | |___________________________^ Sep 01 12:10:50.073 INFO kablam! | Sep 01 12:10:50.073 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 01 12:10:50.073 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.073 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 01 12:10:50.073 INFO kablam! Sep 01 12:10:50.088 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.089 INFO kablam! --> src/slice_ext.rs:40:2 Sep 01 12:10:50.089 INFO kablam! | Sep 01 12:10:50.089 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 01 12:10:50.089 INFO kablam! | _____^ Sep 01 12:10:50.089 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 01 12:10:50.089 INFO kablam! 42 | | T: OrdSubset; Sep 01 12:10:50.089 INFO kablam! | |___________________________^ Sep 01 12:10:50.089 INFO kablam! | Sep 01 12:10:50.089 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 12:10:50.089 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 01 12:10:50.089 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.089 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 01 12:10:50.089 INFO kablam! Sep 01 12:10:50.089 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.089 INFO kablam! --> src/slice_ext.rs:50:2 Sep 01 12:10:50.089 INFO kablam! | Sep 01 12:10:50.089 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 01 12:10:50.089 INFO kablam! | _____^ Sep 01 12:10:50.089 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 01 12:10:50.089 INFO kablam! 52 | | T: OrdSubset; Sep 01 12:10:50.089 INFO kablam! | |___________________________^ Sep 01 12:10:50.089 INFO kablam! | Sep 01 12:10:50.089 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 01 12:10:50.089 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.089 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 01 12:10:50.089 INFO kablam! Sep 01 12:10:50.090 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.090 INFO kablam! --> src/slice_ext.rs:90:2 Sep 01 12:10:50.090 INFO kablam! | Sep 01 12:10:50.090 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 01 12:10:50.090 INFO kablam! | _____^ Sep 01 12:10:50.090 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 01 12:10:50.090 INFO kablam! 92 | | T: OrdSubset; Sep 01 12:10:50.090 INFO kablam! | |___________________________^ Sep 01 12:10:50.090 INFO kablam! | Sep 01 12:10:50.090 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 01 12:10:50.090 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.090 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 01 12:10:50.090 INFO kablam! Sep 01 12:10:50.090 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:50.090 INFO kablam! --> src/slice_ext.rs:99:2 Sep 01 12:10:50.090 INFO kablam! | Sep 01 12:10:50.090 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 01 12:10:50.090 INFO kablam! | _____^ Sep 01 12:10:50.090 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 01 12:10:50.090 INFO kablam! 101 | | T: OrdSubset; Sep 01 12:10:50.090 INFO kablam! | |___________________________^ Sep 01 12:10:50.090 INFO kablam! | Sep 01 12:10:50.090 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 01 12:10:50.090 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:50.091 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 01 12:10:50.091 INFO kablam! Sep 01 12:10:51.130 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:51.130 INFO kablam! --> /source/src/slice_ext.rs:40:2 Sep 01 12:10:51.130 INFO kablam! | Sep 01 12:10:51.130 INFO kablam! 40 | fn ord_subset_sort(&mut self) Sep 01 12:10:51.130 INFO kablam! | _____^ Sep 01 12:10:51.130 INFO kablam! 41 | | where Self: AsMut<[T]>, Sep 01 12:10:51.130 INFO kablam! 42 | | T: OrdSubset; Sep 01 12:10:51.130 INFO kablam! | |___________________________^ Sep 01 12:10:51.130 INFO kablam! | Sep 01 12:10:51.130 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 12:10:51.130 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 01 12:10:51.130 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:51.130 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Sep 01 12:10:51.130 INFO kablam! Sep 01 12:10:51.130 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:51.130 INFO kablam! --> /source/src/slice_ext.rs:50:2 Sep 01 12:10:51.130 INFO kablam! | Sep 01 12:10:51.130 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Sep 01 12:10:51.130 INFO kablam! | _____^ Sep 01 12:10:51.130 INFO kablam! 51 | | where Self: AsMut<[T]>, Sep 01 12:10:51.130 INFO kablam! 52 | | T: OrdSubset; Sep 01 12:10:51.130 INFO kablam! | |___________________________^ Sep 01 12:10:51.131 INFO kablam! | Sep 01 12:10:51.131 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 01 12:10:51.131 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:51.131 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Sep 01 12:10:51.131 INFO kablam! Sep 01 12:10:51.131 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:51.131 INFO kablam! --> /source/src/slice_ext.rs:90:2 Sep 01 12:10:51.131 INFO kablam! | Sep 01 12:10:51.131 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Sep 01 12:10:51.131 INFO kablam! | _____^ Sep 01 12:10:51.131 INFO kablam! 91 | | where Self: AsMut<[T]>, Sep 01 12:10:51.131 INFO kablam! 92 | | T: OrdSubset; Sep 01 12:10:51.131 INFO kablam! | |___________________________^ Sep 01 12:10:51.131 INFO kablam! | Sep 01 12:10:51.131 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 01 12:10:51.131 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:51.131 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Sep 01 12:10:51.131 INFO kablam! Sep 01 12:10:51.131 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Sep 01 12:10:51.131 INFO kablam! --> /source/src/slice_ext.rs:99:2 Sep 01 12:10:51.131 INFO kablam! | Sep 01 12:10:51.131 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Sep 01 12:10:51.131 INFO kablam! | _____^ Sep 01 12:10:51.131 INFO kablam! 100 | | where Self: AsMut<[T]>, Sep 01 12:10:51.131 INFO kablam! 101 | | T: OrdSubset; Sep 01 12:10:51.131 INFO kablam! | |___________________________^ Sep 01 12:10:51.131 INFO kablam! | Sep 01 12:10:51.131 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 01 12:10:51.131 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:10:51.131 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Sep 01 12:10:51.131 INFO kablam! Sep 01 12:10:51.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Sep 01 12:10:51.421 INFO kablam! su: No module specific data is present Sep 01 12:10:51.804 INFO running `"docker" "rm" "-f" "5c8789140aee74e1825596ef3cb3c74d028c5710bfd47da56c6a3ff18b1339c6"` Sep 01 12:10:51.900 INFO blam! 5c8789140aee74e1825596ef3cb3c74d028c5710bfd47da56c6a3ff18b1339c6