Oct 22 01:06:36.682 INFO checking ord_subset-3.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:06:36.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 01:06:37.112 INFO blam! 83da5cd6a4e9c5b1aaea422598c6c1ef5771c647d208d34c12c4f0936bef80b2 Oct 22 01:06:37.116 INFO running `"docker" "start" "-a" "83da5cd6a4e9c5b1aaea422598c6c1ef5771c647d208d34c12c4f0936bef80b2"` Oct 22 01:06:38.440 INFO kablam! usermod: no changes Oct 22 01:06:38.484 INFO kablam! Checking ord_subset v3.1.1 (/source) Oct 22 01:06:39.257 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.257 INFO kablam! --> src/slice_ext.rs:42:5 Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 INFO kablam! 42 | / fn ord_subset_sort(&mut self) Oct 22 01:06:39.257 INFO kablam! 43 | | where Oct 22 01:06:39.257 INFO kablam! 44 | | Self: AsMut<[T]>, Oct 22 01:06:39.257 INFO kablam! 45 | | T: OrdSubset; Oct 22 01:06:39.257 INFO kablam! | |_____________________^ Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 22 01:06:39.257 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! Oct 22 01:06:39.257 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.257 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Oct 22 01:06:39.257 INFO kablam! Oct 22 01:06:39.257 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.257 INFO kablam! --> src/slice_ext.rs:53:5 Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 INFO kablam! 53 | / fn ord_subset_sort_rev(&mut self) Oct 22 01:06:39.257 INFO kablam! 54 | | where Oct 22 01:06:39.257 INFO kablam! 55 | | Self: AsMut<[T]>, Oct 22 01:06:39.257 INFO kablam! 56 | | T: OrdSubset; Oct 22 01:06:39.257 INFO kablam! | |_____________________^ Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 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! Oct 22 01:06:39.257 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.257 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Oct 22 01:06:39.257 INFO kablam! Oct 22 01:06:39.257 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.257 INFO kablam! --> src/slice_ext.rs:96:5 Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 INFO kablam! 96 | / fn ord_subset_sort_unstable(&mut self) Oct 22 01:06:39.257 INFO kablam! 97 | | where Oct 22 01:06:39.257 INFO kablam! 98 | | Self: AsMut<[T]>, Oct 22 01:06:39.257 INFO kablam! 99 | | T: OrdSubset; Oct 22 01:06:39.257 INFO kablam! | |_____________________^ Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 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! Oct 22 01:06:39.257 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.257 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Oct 22 01:06:39.257 INFO kablam! Oct 22 01:06:39.257 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.257 INFO kablam! --> src/slice_ext.rs:106:5 Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 INFO kablam! 106 | / fn ord_subset_sort_unstable_rev(&mut self) Oct 22 01:06:39.257 INFO kablam! 107 | | where Oct 22 01:06:39.257 INFO kablam! 108 | | Self: AsMut<[T]>, Oct 22 01:06:39.257 INFO kablam! 109 | | T: OrdSubset; Oct 22 01:06:39.257 INFO kablam! | |_____________________^ Oct 22 01:06:39.257 INFO kablam! | Oct 22 01:06:39.257 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! Oct 22 01:06:39.257 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.257 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Oct 22 01:06:39.257 INFO kablam! Oct 22 01:06:39.477 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.477 INFO kablam! --> src/slice_ext.rs:42:5 Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 INFO kablam! 42 | / fn ord_subset_sort(&mut self) Oct 22 01:06:39.477 INFO kablam! 43 | | where Oct 22 01:06:39.477 INFO kablam! 44 | | Self: AsMut<[T]>, Oct 22 01:06:39.477 INFO kablam! 45 | | T: OrdSubset; Oct 22 01:06:39.477 INFO kablam! | |_____________________^ Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 22 01:06:39.477 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! Oct 22 01:06:39.477 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.477 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Oct 22 01:06:39.477 INFO kablam! Oct 22 01:06:39.477 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.477 INFO kablam! --> src/slice_ext.rs:53:5 Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 INFO kablam! 53 | / fn ord_subset_sort_rev(&mut self) Oct 22 01:06:39.477 INFO kablam! 54 | | where Oct 22 01:06:39.477 INFO kablam! 55 | | Self: AsMut<[T]>, Oct 22 01:06:39.477 INFO kablam! 56 | | T: OrdSubset; Oct 22 01:06:39.477 INFO kablam! | |_____________________^ Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 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! Oct 22 01:06:39.477 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.477 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Oct 22 01:06:39.477 INFO kablam! Oct 22 01:06:39.477 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.477 INFO kablam! --> src/slice_ext.rs:96:5 Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 INFO kablam! 96 | / fn ord_subset_sort_unstable(&mut self) Oct 22 01:06:39.477 INFO kablam! 97 | | where Oct 22 01:06:39.477 INFO kablam! 98 | | Self: AsMut<[T]>, Oct 22 01:06:39.477 INFO kablam! 99 | | T: OrdSubset; Oct 22 01:06:39.477 INFO kablam! | |_____________________^ Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 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! Oct 22 01:06:39.477 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.477 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Oct 22 01:06:39.477 INFO kablam! Oct 22 01:06:39.477 INFO kablam! warning: the trait `slice_ext::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:39.477 INFO kablam! --> src/slice_ext.rs:106:5 Oct 22 01:06:39.477 INFO kablam! | Oct 22 01:06:39.477 INFO kablam! 106 | / fn ord_subset_sort_unstable_rev(&mut self) Oct 22 01:06:39.477 INFO kablam! 107 | | where Oct 22 01:06:39.477 INFO kablam! 108 | | Self: AsMut<[T]>, Oct 22 01:06:39.477 INFO kablam! 109 | | T: OrdSubset; Oct 22 01:06:39.478 INFO kablam! | |_____________________^ Oct 22 01:06:39.478 INFO kablam! | Oct 22 01:06:39.478 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! Oct 22 01:06:39.478 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:39.478 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Oct 22 01:06:39.478 INFO kablam! Oct 22 01:06:40.448 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:40.448 INFO kablam! --> /source/src/slice_ext.rs:42:5 Oct 22 01:06:40.448 INFO kablam! | Oct 22 01:06:40.448 INFO kablam! 42 | / fn ord_subset_sort(&mut self) Oct 22 01:06:40.448 INFO kablam! 43 | | where Oct 22 01:06:40.448 INFO kablam! 44 | | Self: AsMut<[T]>, Oct 22 01:06:40.448 INFO kablam! 45 | | T: OrdSubset; Oct 22 01:06:40.448 INFO kablam! | |_____________________^ Oct 22 01:06:40.448 INFO kablam! | Oct 22 01:06:40.448 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 22 01:06:40.448 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! Oct 22 01:06:40.448 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:40.448 INFO kablam! = note: method `ord_subset_sort` references the `Self` type in where clauses Oct 22 01:06:40.448 INFO kablam! Oct 22 01:06:40.448 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:40.448 INFO kablam! --> /source/src/slice_ext.rs:53:5 Oct 22 01:06:40.448 INFO kablam! | Oct 22 01:06:40.448 INFO kablam! 53 | / fn ord_subset_sort_rev(&mut self) Oct 22 01:06:40.448 INFO kablam! 54 | | where Oct 22 01:06:40.448 INFO kablam! 55 | | Self: AsMut<[T]>, Oct 22 01:06:40.448 INFO kablam! 56 | | T: OrdSubset; Oct 22 01:06:40.448 INFO kablam! | |_____________________^ Oct 22 01:06:40.448 INFO kablam! | Oct 22 01:06:40.448 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! Oct 22 01:06:40.448 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:40.448 INFO kablam! = note: method `ord_subset_sort_rev` references the `Self` type in where clauses Oct 22 01:06:40.448 INFO kablam! Oct 22 01:06:40.448 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:40.448 INFO kablam! --> /source/src/slice_ext.rs:96:5 Oct 22 01:06:40.448 INFO kablam! | Oct 22 01:06:40.448 INFO kablam! 96 | / fn ord_subset_sort_unstable(&mut self) Oct 22 01:06:40.448 INFO kablam! 97 | | where Oct 22 01:06:40.448 INFO kablam! 98 | | Self: AsMut<[T]>, Oct 22 01:06:40.448 INFO kablam! 99 | | T: OrdSubset; Oct 22 01:06:40.448 INFO kablam! | |_____________________^ Oct 22 01:06:40.448 INFO kablam! | Oct 22 01:06:40.449 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! Oct 22 01:06:40.449 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:40.449 INFO kablam! = note: method `ord_subset_sort_unstable` references the `Self` type in where clauses Oct 22 01:06:40.449 INFO kablam! Oct 22 01:06:40.449 INFO kablam! warning: the trait `ord_subset::OrdSubsetSliceExt` cannot be made into an object Oct 22 01:06:40.449 INFO kablam! --> /source/src/slice_ext.rs:106:5 Oct 22 01:06:40.449 INFO kablam! | Oct 22 01:06:40.449 INFO kablam! 106 | / fn ord_subset_sort_unstable_rev(&mut self) Oct 22 01:06:40.449 INFO kablam! 107 | | where Oct 22 01:06:40.449 INFO kablam! 108 | | Self: AsMut<[T]>, Oct 22 01:06:40.449 INFO kablam! 109 | | T: OrdSubset; Oct 22 01:06:40.449 INFO kablam! | |_____________________^ Oct 22 01:06:40.449 INFO kablam! | Oct 22 01:06:40.449 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! Oct 22 01:06:40.449 INFO kablam! = note: for more information, see issue #51443 Oct 22 01:06:40.449 INFO kablam! = note: method `ord_subset_sort_unstable_rev` references the `Self` type in where clauses Oct 22 01:06:40.449 INFO kablam! Oct 22 01:06:40.677 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 22 01:06:40.680 INFO kablam! su: No module specific data is present Oct 22 01:06:41.101 INFO running `"docker" "rm" "-f" "83da5cd6a4e9c5b1aaea422598c6c1ef5771c647d208d34c12c4f0936bef80b2"` Oct 22 01:06:41.344 INFO blam! 83da5cd6a4e9c5b1aaea422598c6c1ef5771c647d208d34c12c4f0936bef80b2