[INFO] fetching crate staticvec 0.10.8... [INFO] checking staticvec-0.10.8 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate staticvec 0.10.8 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate staticvec 0.10.8 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate staticvec 0.10.8 [INFO] removed 3 missing examples [INFO] removed 3 missing tests [INFO] finished tweaking crates.io crate staticvec 0.10.8 [INFO] tweaked toml for crates.io crate staticvec 0.10.8 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate staticvec 0.10.8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cool_asserts v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46948b56bb04328820304aa1ff4712c33333fc714414810de7dbad2a1d0332a6 [INFO] running `Command { std: "docker" "start" "-a" "46948b56bb04328820304aa1ff4712c33333fc714414810de7dbad2a1d0332a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46948b56bb04328820304aa1ff4712c33333fc714414810de7dbad2a1d0332a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46948b56bb04328820304aa1ff4712c33333fc714414810de7dbad2a1d0332a6", kill_on_drop: false }` [INFO] [stdout] 46948b56bb04328820304aa1ff4712c33333fc714414810de7dbad2a1d0332a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 64fb04cd15b7bb7974af601b00e2b273a355e169929ec880e48669f6c19b98d8 [INFO] running `Command { std: "docker" "start" "-a" "64fb04cd15b7bb7974af601b00e2b273a355e169929ec880e48669f6c19b98d8", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking cool_asserts v1.1.0 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Checking staticvec v0.10.8 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:51:3 [INFO] [stdout] | [INFO] [stdout] 51 | const_raw_ptr_to_usize_cast, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: at compile-time, pointers do not have an integer value, so these casts cannot be properly supported [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:430:3 [INFO] [stdout] | [INFO] [stdout] 430 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:630:3 [INFO] [stdout] | [INFO] [stdout] 630 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:759:3 [INFO] [stdout] | [INFO] [stdout] 759 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / impl<'a, T: 'a, const N: usize> const Iterator for StaticVecIterConst<'a, T, N> { [INFO] [stdout] 105 | | type Item = &'a T; [INFO] [stdout] 106 | | [INFO] [stdout] 107 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 177 | | } [INFO] [stdout] 178 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `cmp`, `cycle`, `is_sorted`, `for_each`, `map_while`, `max`, `scan`, `partition`, `copied`, `unzip`, `reduce`, `eq_by`, `intersperse_with`, `take_while`, `inspect`, `try_for_each`, `min_by_key`, `eq`, `le`, `take`, `lt`, `filter`, `collect`, `fold`, `intersperse`, `rev`, `step_by`, `min_by`, `cloned`, `partial_cmp_by`, `by_ref`, `rposition`, `all`, `min`, `skip_while`, `fuse`, `try_fold`, `try_find`, `skip`, `ge`, `max_by_key`, `cmp_by`, `chain`, `advance_by`, `zip`, `peekable`, `flatten`, `is_partitioned`, `sum`, `find_map`, `ne`, `filter_map`, `position`, `max_by`, `gt`, `product`, `is_sorted_by`, `is_sorted_by_key`, `enumerate`, `flat_map`, `partition_in_place`, `map`, `find`, `partial_cmp`, `any` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | / impl<'a, T: 'a, const N: usize> const DoubleEndedIterator for StaticVecIterConst<'a, T, N> { [INFO] [stdout] 181 | | #[inline(always)] [INFO] [stdout] 182 | | fn next_back(&mut self) -> Option<&'a T> { [INFO] [stdout] 183 | | unsafe { [INFO] [stdout] ... | [INFO] [stdout] 217 | | } [INFO] [stdout] 218 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `try_rfold`, `rfold`, `rfind`, `advance_back_by` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | / impl<'a, T: 'a, const N: usize> const Clone for StaticVecIterConst<'a, T, N> { [INFO] [stdout] 244 | | #[inline(always)] [INFO] [stdout] 245 | | fn clone(&self) -> Self { [INFO] [stdout] 246 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 251 | | } [INFO] [stdout] 252 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `clone_from` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:296:1 [INFO] [stdout] | [INFO] [stdout] 296 | / impl<'a, T: 'a, const N: usize> const Iterator for StaticVecIterMut<'a, T, N> { [INFO] [stdout] 297 | | type Item = &'a mut T; [INFO] [stdout] 298 | | [INFO] [stdout] 299 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `cmp`, `cycle`, `is_sorted`, `for_each`, `map_while`, `max`, `scan`, `partition`, `copied`, `unzip`, `reduce`, `eq_by`, `intersperse_with`, `take_while`, `inspect`, `try_for_each`, `min_by_key`, `eq`, `le`, `take`, `lt`, `filter`, `collect`, `fold`, `intersperse`, `rev`, `step_by`, `min_by`, `cloned`, `partial_cmp_by`, `by_ref`, `rposition`, `all`, `min`, `skip_while`, `fuse`, `try_fold`, `try_find`, `skip`, `ge`, `max_by_key`, `cmp_by`, `chain`, `advance_by`, `zip`, `peekable`, `flatten`, `is_partitioned`, `sum`, `find_map`, `ne`, `filter_map`, `position`, `max_by`, `gt`, `product`, `is_sorted_by`, `is_sorted_by_key`, `enumerate`, `flat_map`, `partition_in_place`, `map`, `find`, `partial_cmp`, `any` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | / impl<'a, T: 'a, const N: usize> const DoubleEndedIterator for StaticVecIterMut<'a, T, N> { [INFO] [stdout] 373 | | #[inline(always)] [INFO] [stdout] 374 | | fn next_back(&mut self) -> Option<&'a mut T> { [INFO] [stdout] 375 | | unsafe { [INFO] [stdout] ... | [INFO] [stdout] 409 | | } [INFO] [stdout] 410 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `try_rfold`, `rfold`, `rfind`, `advance_back_by` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecIterConst<'a, T, N>: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:237:46 [INFO] [stdout] | [INFO] [stdout] 237 | unsafe impl<'a, T: 'a, const N: usize> const TrustedRandomAccess for StaticVecIterConst<'a, T, N> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecIterConst<'a, T, N>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecIterMut<'a, T, N>: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:429:46 [INFO] [stdout] | [INFO] [stdout] 429 | unsafe impl<'a, T: 'a, const N: usize> const TrustedRandomAccess for StaticVecIterMut<'a, T, N> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecIterMut<'a, T, N>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecIntoIter: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:629:44 [INFO] [stdout] | [INFO] [stdout] 629 | unsafe impl const TrustedRandomAccess for StaticVecIntoIter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecIntoIter` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecDrain<'a, T, N>: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:756:53 [INFO] [stdout] | [INFO] [stdout] 756 | unsafe impl<'a, T: Copy + 'a, const N: usize> const TrustedRandomAccess [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecDrain<'a, T, N>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0438, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `staticvec` due to 15 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:51:3 [INFO] [stdout] | [INFO] [stdout] 51 | const_raw_ptr_to_usize_cast, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: at compile-time, pointers do not have an integer value, so these casts cannot be properly supported [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:238:3 [INFO] [stdout] | [INFO] [stdout] 238 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:430:3 [INFO] [stdout] | [INFO] [stdout] 430 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:630:3 [INFO] [stdout] | [INFO] [stdout] 630 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0438]: const `MAY_HAVE_SIDE_EFFECT` is not a member of trait `TrustedRandomAccess` [INFO] [stdout] --> src/iterators.rs:759:3 [INFO] [stdout] | [INFO] [stdout] 759 | const MAY_HAVE_SIDE_EFFECT: bool = false; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / impl<'a, T: 'a, const N: usize> const Iterator for StaticVecIterConst<'a, T, N> { [INFO] [stdout] 105 | | type Item = &'a T; [INFO] [stdout] 106 | | [INFO] [stdout] 107 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 177 | | } [INFO] [stdout] 178 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `cmp`, `by_ref`, `eq_by`, `intersperse_with`, `take_while`, `min_by`, `collect`, `fold`, `rev`, `partial_cmp_by`, `le`, `step_by`, `zip`, `skip_while`, `fuse`, `eq`, `inspect`, `filter`, `try_for_each`, `rposition`, `intersperse`, `advance_by`, `peekable`, `cloned`, `cmp_by`, `lt`, `try_fold`, `try_find`, `product`, `all`, `min`, `flatten`, `is_partitioned`, `find_map`, `max_by_key`, `skip`, `ge`, `max`, `is_sorted_by_key`, `chain`, `enumerate`, `flat_map`, `partition_in_place`, `find`, `cycle`, `max_by`, `ne`, `gt`, `min_by_key`, `position`, `sum`, `is_sorted_by`, `filter_map`, `take`, `scan`, `partition`, `map`, `reduce`, `unzip`, `partial_cmp`, `any`, `copied`, `is_sorted`, `for_each`, `map_while` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | / impl<'a, T: 'a, const N: usize> const DoubleEndedIterator for StaticVecIterConst<'a, T, N> { [INFO] [stdout] 181 | | #[inline(always)] [INFO] [stdout] 182 | | fn next_back(&mut self) -> Option<&'a T> { [INFO] [stdout] 183 | | unsafe { [INFO] [stdout] ... | [INFO] [stdout] 217 | | } [INFO] [stdout] 218 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `advance_back_by`, `try_rfold`, `rfold`, `rfind` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:243:1 [INFO] [stdout] | [INFO] [stdout] 243 | / impl<'a, T: 'a, const N: usize> const Clone for StaticVecIterConst<'a, T, N> { [INFO] [stdout] 244 | | #[inline(always)] [INFO] [stdout] 245 | | fn clone(&self) -> Self { [INFO] [stdout] 246 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 251 | | } [INFO] [stdout] 252 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `clone_from` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:296:1 [INFO] [stdout] | [INFO] [stdout] 296 | / impl<'a, T: 'a, const N: usize> const Iterator for StaticVecIterMut<'a, T, N> { [INFO] [stdout] 297 | | type Item = &'a mut T; [INFO] [stdout] 298 | | [INFO] [stdout] 299 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 369 | | } [INFO] [stdout] 370 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `cmp`, `by_ref`, `eq_by`, `intersperse_with`, `take_while`, `min_by`, `collect`, `fold`, `rev`, `partial_cmp_by`, `le`, `step_by`, `zip`, `skip_while`, `fuse`, `eq`, `inspect`, `filter`, `try_for_each`, `rposition`, `intersperse`, `advance_by`, `peekable`, `cloned`, `cmp_by`, `lt`, `try_fold`, `try_find`, `product`, `all`, `min`, `flatten`, `is_partitioned`, `find_map`, `max_by_key`, `skip`, `ge`, `max`, `is_sorted_by_key`, `chain`, `enumerate`, `flat_map`, `partition_in_place`, `find`, `cycle`, `max_by`, `ne`, `gt`, `min_by_key`, `position`, `sum`, `is_sorted_by`, `filter_map`, `take`, `scan`, `partition`, `map`, `reduce`, `unzip`, `partial_cmp`, `any`, `copied`, `is_sorted`, `for_each`, `map_while` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const trait implementations may not use non-const default functions [INFO] [stdout] --> src/iterators.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | / impl<'a, T: 'a, const N: usize> const DoubleEndedIterator for StaticVecIterMut<'a, T, N> { [INFO] [stdout] 373 | | #[inline(always)] [INFO] [stdout] 374 | | fn next_back(&mut self) -> Option<&'a mut T> { [INFO] [stdout] 375 | | unsafe { [INFO] [stdout] ... | [INFO] [stdout] 409 | | } [INFO] [stdout] 410 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `advance_back_by`, `try_rfold`, `rfold`, `rfind` not implemented [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecIterConst<'a, T, N>: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:237:46 [INFO] [stdout] | [INFO] [stdout] 237 | unsafe impl<'a, T: 'a, const N: usize> const TrustedRandomAccess for StaticVecIterConst<'a, T, N> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecIterConst<'a, T, N>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecIterMut<'a, T, N>: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:429:46 [INFO] [stdout] | [INFO] [stdout] 429 | unsafe impl<'a, T: 'a, const N: usize> const TrustedRandomAccess for StaticVecIterMut<'a, T, N> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecIterMut<'a, T, N>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecIntoIter: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:629:44 [INFO] [stdout] | [INFO] [stdout] 629 | unsafe impl const TrustedRandomAccess for StaticVecIntoIter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecIntoIter` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `StaticVecDrain<'a, T, N>: TrustedRandomAccessNoCoerce` is not satisfied [INFO] [stdout] --> src/iterators.rs:756:53 [INFO] [stdout] | [INFO] [stdout] 756 | unsafe impl<'a, T: Copy + 'a, const N: usize> const TrustedRandomAccess [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `TrustedRandomAccessNoCoerce` is not implemented for `StaticVecDrain<'a, T, N>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `TrustedRandomAccess` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0438, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "64fb04cd15b7bb7974af601b00e2b273a355e169929ec880e48669f6c19b98d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64fb04cd15b7bb7974af601b00e2b273a355e169929ec880e48669f6c19b98d8", kill_on_drop: false }` [INFO] [stdout] 64fb04cd15b7bb7974af601b00e2b273a355e169929ec880e48669f6c19b98d8