Aug 30 08:42:01.501 INFO checking ord_subset-3.1.0 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 08:42:01.501 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 08:42:01.501 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-1/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 08:42:01.696 INFO blam! da668e90646d1fc6a2bb1f2722c8626c1192d2b355a595924d8beb99ec1bef59 Aug 30 08:42:01.698 INFO running `"docker" "start" "-a" "da668e90646d1fc6a2bb1f2722c8626c1192d2b355a595924d8beb99ec1bef59"` Aug 30 08:42:02.284 INFO kablam! Checking ord_subset v3.1.0 (file:///source) Aug 30 08:42:02.814 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:02.814 INFO kablam! --> src/slice_ext.rs:40:2 Aug 30 08:42:02.814 INFO kablam! | Aug 30 08:42:02.814 INFO kablam! 40 | fn ord_subset_sort(&mut self) Aug 30 08:42:02.814 INFO kablam! | _____^ Aug 30 08:42:02.814 INFO kablam! 41 | | where Self: AsMut<[T]>, Aug 30 08:42:02.814 INFO kablam! 42 | | T: OrdSubset; Aug 30 08:42:02.814 INFO kablam! | |___________________________^ Aug 30 08:42:02.814 INFO kablam! | Aug 30 08:42:02.814 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Aug 30 08:42:02.814 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! Aug 30 08:42:02.814 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:02.814 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Aug 30 08:42:02.814 INFO kablam! Aug 30 08:42:02.815 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:02.815 INFO kablam! --> src/slice_ext.rs:50:2 Aug 30 08:42:02.815 INFO kablam! | Aug 30 08:42:02.815 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Aug 30 08:42:02.815 INFO kablam! | _____^ Aug 30 08:42:02.815 INFO kablam! 51 | | where Self: AsMut<[T]>, Aug 30 08:42:02.815 INFO kablam! 52 | | T: OrdSubset; Aug 30 08:42:02.815 INFO kablam! | |___________________________^ Aug 30 08:42:02.815 INFO kablam! | Aug 30 08:42:02.815 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! Aug 30 08:42:02.815 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:02.815 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Aug 30 08:42:02.815 INFO kablam! Aug 30 08:42:02.815 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:02.815 INFO kablam! --> src/slice_ext.rs:90:2 Aug 30 08:42:02.815 INFO kablam! | Aug 30 08:42:02.815 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Aug 30 08:42:02.815 INFO kablam! | _____^ Aug 30 08:42:02.815 INFO kablam! 91 | | where Self: AsMut<[T]>, Aug 30 08:42:02.815 INFO kablam! 92 | | T: OrdSubset; Aug 30 08:42:02.815 INFO kablam! | |___________________________^ Aug 30 08:42:02.815 INFO kablam! | Aug 30 08:42:02.815 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! Aug 30 08:42:02.815 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:02.815 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Aug 30 08:42:02.815 INFO kablam! Aug 30 08:42:02.815 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:02.815 INFO kablam! --> src/slice_ext.rs:99:2 Aug 30 08:42:02.815 INFO kablam! | Aug 30 08:42:02.816 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Aug 30 08:42:02.816 INFO kablam! | _____^ Aug 30 08:42:02.816 INFO kablam! 100 | | where Self: AsMut<[T]>, Aug 30 08:42:02.816 INFO kablam! 101 | | T: OrdSubset; Aug 30 08:42:02.816 INFO kablam! | |___________________________^ Aug 30 08:42:02.816 INFO kablam! | Aug 30 08:42:02.816 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! Aug 30 08:42:02.816 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:02.816 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Aug 30 08:42:02.816 INFO kablam! Aug 30 08:42:03.064 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.064 INFO kablam! --> src/slice_ext.rs:40:2 Aug 30 08:42:03.064 INFO kablam! | Aug 30 08:42:03.064 INFO kablam! 40 | fn ord_subset_sort(&mut self) Aug 30 08:42:03.064 INFO kablam! | _____^ Aug 30 08:42:03.064 INFO kablam! 41 | | where Self: AsMut<[T]>, Aug 30 08:42:03.064 INFO kablam! 42 | | T: OrdSubset; Aug 30 08:42:03.064 INFO kablam! | |___________________________^ Aug 30 08:42:03.064 INFO kablam! | Aug 30 08:42:03.064 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Aug 30 08:42:03.067 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! Aug 30 08:42:03.067 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.068 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Aug 30 08:42:03.068 INFO kablam! Aug 30 08:42:03.068 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.068 INFO kablam! --> src/slice_ext.rs:50:2 Aug 30 08:42:03.068 INFO kablam! | Aug 30 08:42:03.068 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Aug 30 08:42:03.068 INFO kablam! | _____^ Aug 30 08:42:03.068 INFO kablam! 51 | | where Self: AsMut<[T]>, Aug 30 08:42:03.068 INFO kablam! 52 | | T: OrdSubset; Aug 30 08:42:03.068 INFO kablam! | |___________________________^ Aug 30 08:42:03.068 INFO kablam! | Aug 30 08:42:03.068 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! Aug 30 08:42:03.068 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.068 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Aug 30 08:42:03.068 INFO kablam! Aug 30 08:42:03.068 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.068 INFO kablam! --> src/slice_ext.rs:90:2 Aug 30 08:42:03.068 INFO kablam! | Aug 30 08:42:03.068 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Aug 30 08:42:03.068 INFO kablam! | _____^ Aug 30 08:42:03.068 INFO kablam! 91 | | where Self: AsMut<[T]>, Aug 30 08:42:03.069 INFO kablam! 92 | | T: OrdSubset; Aug 30 08:42:03.069 INFO kablam! | |___________________________^ Aug 30 08:42:03.069 INFO kablam! | Aug 30 08:42:03.069 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! Aug 30 08:42:03.069 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.069 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Aug 30 08:42:03.069 INFO kablam! Aug 30 08:42:03.069 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.069 INFO kablam! --> src/slice_ext.rs:99:2 Aug 30 08:42:03.069 INFO kablam! | Aug 30 08:42:03.069 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Aug 30 08:42:03.069 INFO kablam! | _____^ Aug 30 08:42:03.069 INFO kablam! 100 | | where Self: AsMut<[T]>, Aug 30 08:42:03.069 INFO kablam! 101 | | T: OrdSubset; Aug 30 08:42:03.069 INFO kablam! | |___________________________^ Aug 30 08:42:03.069 INFO kablam! | Aug 30 08:42:03.069 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! Aug 30 08:42:03.069 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.069 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Aug 30 08:42:03.069 INFO kablam! Aug 30 08:42:03.889 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.889 INFO kablam! --> /source/src/slice_ext.rs:40:2 Aug 30 08:42:03.889 INFO kablam! | Aug 30 08:42:03.889 INFO kablam! 40 | fn ord_subset_sort(&mut self) Aug 30 08:42:03.889 INFO kablam! | _____^ Aug 30 08:42:03.889 INFO kablam! 41 | | where Self: AsMut<[T]>, Aug 30 08:42:03.889 INFO kablam! 42 | | T: OrdSubset; Aug 30 08:42:03.889 INFO kablam! | |___________________________^ Aug 30 08:42:03.889 INFO kablam! | Aug 30 08:42:03.889 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Aug 30 08:42:03.890 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! Aug 30 08:42:03.890 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.890 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Aug 30 08:42:03.890 INFO kablam! Aug 30 08:42:03.890 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.890 INFO kablam! --> /source/src/slice_ext.rs:50:2 Aug 30 08:42:03.890 INFO kablam! | Aug 30 08:42:03.890 INFO kablam! 50 | fn ord_subset_sort_rev(&mut self) Aug 30 08:42:03.890 INFO kablam! | _____^ Aug 30 08:42:03.890 INFO kablam! 51 | | where Self: AsMut<[T]>, Aug 30 08:42:03.890 INFO kablam! 52 | | T: OrdSubset; Aug 30 08:42:03.890 INFO kablam! | |___________________________^ Aug 30 08:42:03.890 INFO kablam! | Aug 30 08:42:03.890 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! Aug 30 08:42:03.890 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.890 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Aug 30 08:42:03.890 INFO kablam! Aug 30 08:42:03.890 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.890 INFO kablam! --> /source/src/slice_ext.rs:90:2 Aug 30 08:42:03.890 INFO kablam! | Aug 30 08:42:03.890 INFO kablam! 90 | fn ord_subset_sort_unstable(&mut self) Aug 30 08:42:03.890 INFO kablam! | _____^ Aug 30 08:42:03.890 INFO kablam! 91 | | where Self: AsMut<[T]>, Aug 30 08:42:03.890 INFO kablam! 92 | | T: OrdSubset; Aug 30 08:42:03.890 INFO kablam! | |___________________________^ Aug 30 08:42:03.890 INFO kablam! | Aug 30 08:42:03.890 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! Aug 30 08:42:03.890 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.890 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Aug 30 08:42:03.891 INFO kablam! Aug 30 08:42:03.891 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Aug 30 08:42:03.891 INFO kablam! --> /source/src/slice_ext.rs:99:2 Aug 30 08:42:03.891 INFO kablam! | Aug 30 08:42:03.891 INFO kablam! 99 | fn ord_subset_sort_unstable_rev(&mut self) Aug 30 08:42:03.891 INFO kablam! | _____^ Aug 30 08:42:03.891 INFO kablam! 100 | | where Self: AsMut<[T]>, Aug 30 08:42:03.891 INFO kablam! 101 | | T: OrdSubset; Aug 30 08:42:03.891 INFO kablam! | |___________________________^ Aug 30 08:42:03.891 INFO kablam! | Aug 30 08:42:03.891 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! Aug 30 08:42:03.891 INFO kablam! = note: for more information, see issue #51443 Aug 30 08:42:03.891 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Aug 30 08:42:03.891 INFO kablam! Aug 30 08:42:04.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Aug 30 08:42:04.233 INFO kablam! su: No module specific data is present Aug 30 08:42:04.745 INFO running `"docker" "rm" "-f" "da668e90646d1fc6a2bb1f2722c8626c1192d2b355a595924d8beb99ec1bef59"` Aug 30 08:42:04.841 INFO blam! da668e90646d1fc6a2bb1f2722c8626c1192d2b355a595924d8beb99ec1bef59