[INFO] fetching crate thincollections 0.5.4...
[INFO] testing thincollections-0.5.4 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate thincollections 0.5.4 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate thincollections 0.5.4
[INFO] finished tweaking crates.io crate thincollections 0.5.4
[INFO] tweaked toml for crates.io crate thincollections 0.5.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate thincollections 0.5.4 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 22 packages to latest compatible versions
[INFO] [stderr]       Adding num v0.2.1 (available: v0.4.3)
[INFO] [stderr]       Adding ordered-float v1.1.1 (available: v5.3.0)
[INFO] [stderr]       Adding rand v0.5.6 (available: v0.10.1)
[INFO] [stderr]       Adding xoshiro v0.0.4 (available: v0.0.5)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f325c74f9bef799062a9e044d1520238a24862edb3f512e07213116c9795bfa1
[INFO] running `Command { std: "docker" "start" "-a" "f325c74f9bef799062a9e044d1520238a24862edb3f512e07213116c9795bfa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f325c74f9bef799062a9e044d1520238a24862edb3f512e07213116c9795bfa1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f325c74f9bef799062a9e044d1520238a24862edb3f512e07213116c9795bfa1", kill_on_drop: false }`
[INFO] [stdout] f325c74f9bef799062a9e044d1520238a24862edb3f512e07213116c9795bfa1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0faf6f12fa9449d414642c273f4242b40f743b928f604a015e09eb8df7f40d90
[INFO] running `Command { std: "docker" "start" "-a" "0faf6f12fa9449d414642c273f4242b40f743b928f604a015e09eb8df7f40d90", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling thincollections v0.5.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/thin_sentinel.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/thin_sentinel.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/thin_hasher.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 |     SEED.compare_and_swap(x as usize, y as usize, Ordering::Release); // we don't care if it fails
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/thin_vec.rs:1244:29
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     pub fn into_boxed_slice(mut self) -> Box<[T]> {
[INFO] [stdout]      |                             ----^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:646:18
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn entry(&mut self, key: K) -> Entry<K, V> {
[INFO] [stdout]     |                  ^^^^^^^^^             ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:728:18
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn drain(&mut self) -> Drain<K, V> {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn drain(&mut self) -> Drain<'_, K, V> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:780:17
[INFO] [stdout]     |
[INFO] [stdout] 780 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 780 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:828:19
[INFO] [stdout]     |
[INFO] [stdout] 828 |     pub fn values(&self) -> Values<K, V> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 828 |     pub fn values(&self) -> Values<'_, K, V> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:856:23
[INFO] [stdout]     |
[INFO] [stdout] 856 |     pub fn values_mut(&mut self) -> ValuesMut<K, V> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 856 |     pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:877:17
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub fn keys(&self) -> Keys<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub fn keys(&self) -> Keys<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:906:21
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_set.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_set.rs:475:18
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub fn drain(&mut self) -> Drain<T> {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub fn drain(&mut self) -> Drain<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/thin_v64.rs:1238:21
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^-----^^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this raw pointer has type `*const [T]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]     --> src/thin_v64.rs:1238:21
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stdout]      = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (&(*other)).len();
[INFO] [stdout]      |                     ++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1461:21
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1556:25
[INFO] [stdout]      |
[INFO] [stdout] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stdout]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stdout]      |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1617:28
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stdout]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stdout]      |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/thin_vec.rs:1116:21
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^-----^^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this raw pointer has type `*const [T]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]     --> src/thin_vec.rs:1116:21
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (&(*other)).len();
[INFO] [stdout]      |                     ++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1298:21
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1381:25
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stdout]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stdout]      |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1442:28
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stdout]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stdout]      |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] running `Command { std: "docker" "inspect" "0faf6f12fa9449d414642c273f4242b40f743b928f604a015e09eb8df7f40d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0faf6f12fa9449d414642c273f4242b40f743b928f604a015e09eb8df7f40d90", kill_on_drop: false }`
[INFO] [stdout] 0faf6f12fa9449d414642c273f4242b40f743b928f604a015e09eb8df7f40d90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 206bc6e8f485543dfc8052ee8b04560ea19cd1ef8ff19d8ce852c8bc5c7a335d
[INFO] running `Command { std: "docker" "start" "-a" "206bc6e8f485543dfc8052ee8b04560ea19cd1ef8ff19d8ce852c8bc5c7a335d", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/thin_sentinel.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/thin_sentinel.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/thin_hasher.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 |     SEED.compare_and_swap(x as usize, y as usize, Ordering::Release); // we don't care if it fails
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/thin_vec.rs:1244:29
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     pub fn into_boxed_slice(mut self) -> Box<[T]> {
[INFO] [stdout]      |                             ----^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:646:18
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn entry(&mut self, key: K) -> Entry<K, V> {
[INFO] [stdout]     |                  ^^^^^^^^^             ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:728:18
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn drain(&mut self) -> Drain<K, V> {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn drain(&mut self) -> Drain<'_, K, V> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:780:17
[INFO] [stdout]     |
[INFO] [stdout] 780 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 780 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:828:19
[INFO] [stdout]     |
[INFO] [stdout] 828 |     pub fn values(&self) -> Values<K, V> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 828 |     pub fn values(&self) -> Values<'_, K, V> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:856:23
[INFO] [stdout]     |
[INFO] [stdout] 856 |     pub fn values_mut(&mut self) -> ValuesMut<K, V> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 856 |     pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:877:17
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub fn keys(&self) -> Keys<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub fn keys(&self) -> Keys<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:906:21
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_set.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_set.rs:475:18
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub fn drain(&mut self) -> Drain<T> {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub fn drain(&mut self) -> Drain<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/thin_v64.rs:1238:21
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^-----^^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this raw pointer has type `*const [T]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]     --> src/thin_v64.rs:1238:21
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stdout]      = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (&(*other)).len();
[INFO] [stdout]      |                     ++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1461:21
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1556:25
[INFO] [stdout]      |
[INFO] [stdout] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stdout]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stdout]      |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1617:28
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stdout]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stdout]      |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/thin_vec.rs:1116:21
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^-----^^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this raw pointer has type `*const [T]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]     --> src/thin_vec.rs:1116:21
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (&(*other)).len();
[INFO] [stdout]      |                     ++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1298:21
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1381:25
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stdout]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stdout]      |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1442:28
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stdout]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stdout]      |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_core v0.2.2
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling xoshiro v0.0.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling thincollections v0.5.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::ThinSentinel`
[INFO] [stdout]     --> src/thin_map.rs:2135:9
[INFO] [stdout]      |
[INFO] [stdout] 2135 |     use super::ThinSentinel;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/thin_sentinel.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stdout]   --> src/thin_sentinel.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[inline(always)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/thin_hasher.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 |     SEED.compare_and_swap(x as usize, y as usize, Ordering::Release); // we don't care if it fails
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/thin_vec.rs:1244:29
[INFO] [stdout]      |
[INFO] [stdout] 1244 |     pub fn into_boxed_slice(mut self) -> Box<[T]> {
[INFO] [stdout]      |                             ----^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:646:18
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn entry(&mut self, key: K) -> Entry<K, V> {
[INFO] [stdout]     |                  ^^^^^^^^^             ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 646 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:728:18
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn drain(&mut self) -> Drain<K, V> {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn drain(&mut self) -> Drain<'_, K, V> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:780:17
[INFO] [stdout]     |
[INFO] [stdout] 780 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 780 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:828:19
[INFO] [stdout]     |
[INFO] [stdout] 828 |     pub fn values(&self) -> Values<K, V> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 828 |     pub fn values(&self) -> Values<'_, K, V> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:856:23
[INFO] [stdout]     |
[INFO] [stdout] 856 |     pub fn values_mut(&mut self) -> ValuesMut<K, V> {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 856 |     pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:877:17
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub fn keys(&self) -> Keys<K, V> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 877 |     pub fn keys(&self) -> Keys<'_, K, V> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_map.rs:906:21
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stdout]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 906 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_set.rs:314:17
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 314 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/thin_set.rs:475:18
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub fn drain(&mut self) -> Drain<T> {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 475 |     pub fn drain(&mut self) -> Drain<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/thin_v64.rs:1238:21
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^-----^^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this raw pointer has type `*const [T]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]     --> src/thin_v64.rs:1238:21
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stdout]      = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1238 |         let count = (&(*other)).len();
[INFO] [stdout]      |                     ++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1461:21
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1556:25
[INFO] [stdout]      |
[INFO] [stdout] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stdout]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stdout]      |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_v64.rs:1617:28
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stdout]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stdout]      |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]     --> src/thin_vec.rs:1116:21
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^-----^^^^^^^
[INFO] [stdout]      |                       |
[INFO] [stdout]      |                       this raw pointer has type `*const [T]`
[INFO] [stdout]      |
[INFO] [stdout]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stdout]     --> src/thin_vec.rs:1116:21
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (*other).len();
[INFO] [stdout]      |                     ^^^^^^^^
[INFO] [stdout] note: method calls to `len` require a reference
[INFO] [stdout]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         let count = (&(*other)).len();
[INFO] [stdout]      |                     ++        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1298:21
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stdout]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1381:25
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stdout]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stdout]      |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/thin_vec.rs:1442:28
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stdout]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                            |
[INFO] [stdout]      |                            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stdout]      |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.27s
[INFO] running `Command { std: "docker" "inspect" "206bc6e8f485543dfc8052ee8b04560ea19cd1ef8ff19d8ce852c8bc5c7a335d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "206bc6e8f485543dfc8052ee8b04560ea19cd1ef8ff19d8ce852c8bc5c7a335d", kill_on_drop: false }`
[INFO] [stdout] 206bc6e8f485543dfc8052ee8b04560ea19cd1ef8ff19d8ce852c8bc5c7a335d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 904daf279d4a2da54384866e41d1156ad2df4729f2ae3b3e24045e843c39ab91
[INFO] running `Command { std: "docker" "start" "-a" "904daf279d4a2da54384866e41d1156ad2df4729f2ae3b3e24045e843c39ab91", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]   --> src/thin_sentinel.rs:60:5
[INFO] [stderr]    |
[INFO] [stderr] 60 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on required trait methods
[INFO] [stderr]   --> src/thin_sentinel.rs:62:5
[INFO] [stderr]    |
[INFO] [stderr] 62 |     #[inline(always)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[inline]` can be applied to closures, functions, inherent methods, provided trait methods, and trait methods in impl blocks
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stderr]   --> src/thin_hasher.rs:22:10
[INFO] [stderr]    |
[INFO] [stderr] 22 |     SEED.compare_and_swap(x as usize, y as usize, Ordering::Release); // we don't care if it fails
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]     --> src/thin_vec.rs:1244:29
[INFO] [stderr]      |
[INFO] [stderr] 1244 |     pub fn into_boxed_slice(mut self) -> Box<[T]> {
[INFO] [stderr]      |                             ----^^^^
[INFO] [stderr]      |                             |
[INFO] [stderr]      |                             help: remove this `mut`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:646:18
[INFO] [stderr]     |
[INFO] [stderr] 646 |     pub fn entry(&mut self, key: K) -> Entry<K, V> {
[INFO] [stderr]     |                  ^^^^^^^^^             ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 646 |     pub fn entry(&mut self, key: K) -> Entry<'_, K, V> {
[INFO] [stderr]     |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:728:18
[INFO] [stderr]     |
[INFO] [stderr] 728 |     pub fn drain(&mut self) -> Drain<K, V> {
[INFO] [stderr]     |                  ^^^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 728 |     pub fn drain(&mut self) -> Drain<'_, K, V> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:780:17
[INFO] [stderr]     |
[INFO] [stderr] 780 |     pub fn iter(&self) -> Iter<K, V> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 780 |     pub fn iter(&self) -> Iter<'_, K, V> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:828:19
[INFO] [stderr]     |
[INFO] [stderr] 828 |     pub fn values(&self) -> Values<K, V> {
[INFO] [stderr]     |                   ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 828 |     pub fn values(&self) -> Values<'_, K, V> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:856:23
[INFO] [stderr]     |
[INFO] [stderr] 856 |     pub fn values_mut(&mut self) -> ValuesMut<K, V> {
[INFO] [stderr]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 856 |     pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:877:17
[INFO] [stderr]     |
[INFO] [stderr] 877 |     pub fn keys(&self) -> Keys<K, V> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 877 |     pub fn keys(&self) -> Keys<'_, K, V> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_map.rs:906:21
[INFO] [stderr]     |
[INFO] [stderr] 906 |     pub fn iter_mut(&mut self) -> IterMut<K, V> {
[INFO] [stderr]     |                     ^^^^^^^^^     ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 906 |     pub fn iter_mut(&mut self) -> IterMut<'_, K, V> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_set.rs:314:17
[INFO] [stderr]     |
[INFO] [stderr] 314 |     pub fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 314 |     pub fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/thin_set.rs:475:18
[INFO] [stderr]     |
[INFO] [stderr] 475 |     pub fn drain(&mut self) -> Drain<T> {
[INFO] [stderr]     |                  ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 475 |     pub fn drain(&mut self) -> Drain<'_, T> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/thin_v64.rs:1238:21
[INFO] [stderr]      |
[INFO] [stderr] 1238 |         let count = (*other).len();
[INFO] [stderr]      |                     ^^-----^^^^^^^
[INFO] [stderr]      |                       |
[INFO] [stderr]      |                       this raw pointer has type `*const [T]`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stderr]     --> src/thin_v64.rs:1238:21
[INFO] [stderr]      |
[INFO] [stderr] 1238 |         let count = (*other).len();
[INFO] [stderr]      |                     ^^^^^^^^
[INFO] [stderr] note: method calls to `len` require a reference
[INFO] [stderr]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stderr]      = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1238 |         let count = (&(*other)).len();
[INFO] [stderr]      |                     ++        +
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/thin_v64.rs:1461:21
[INFO] [stderr]      |
[INFO] [stderr] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stderr]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1461 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stderr]      |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/thin_v64.rs:1556:25
[INFO] [stderr]      |
[INFO] [stderr] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stderr]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1556 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stderr]      |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/thin_v64.rs:1617:28
[INFO] [stderr]      |
[INFO] [stderr] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stderr]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                            |
[INFO] [stderr]      |                            the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1617 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stderr]      |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stderr]     --> src/thin_vec.rs:1116:21
[INFO] [stderr]      |
[INFO] [stderr] 1116 |         let count = (*other).len();
[INFO] [stderr]      |                     ^^-----^^^^^^^
[INFO] [stderr]      |                       |
[INFO] [stderr]      |                       this raw pointer has type `*const [T]`
[INFO] [stderr]      |
[INFO] [stderr]      = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&[T]`
[INFO] [stderr]     --> src/thin_vec.rs:1116:21
[INFO] [stderr]      |
[INFO] [stderr] 1116 |         let count = (*other).len();
[INFO] [stderr]      |                     ^^^^^^^^
[INFO] [stderr] note: method calls to `len` require a reference
[INFO] [stderr]     --> /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:116:4
[INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stderr]      |
[INFO] [stderr] 1116 |         let count = (&(*other)).len();
[INFO] [stderr]      |                     ++        +
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/thin_vec.rs:1298:21
[INFO] [stderr]      |
[INFO] [stderr] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<T>
[INFO] [stderr]      |                     ^^^^^^^^^               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                     |
[INFO] [stderr]      |                     the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1298 |     pub fn drain<R>(&mut self, range: R) -> Drain<'_, T>
[INFO] [stderr]      |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/thin_vec.rs:1381:25
[INFO] [stderr]      |
[INFO] [stderr] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<I::IntoIter>
[INFO] [stderr]      |                         ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1381 |     pub fn splice<R, I>(&mut self, range: R, replace_with: I) -> Splice<'_, I::IntoIter>
[INFO] [stderr]      |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/thin_vec.rs:1442:28
[INFO] [stderr]      |
[INFO] [stderr] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<T, F>
[INFO] [stderr]      |                            ^^^^^^^^^                ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |                            |
[INFO] [stderr]      |                            the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1442 |     pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F>
[INFO] [stderr]      |                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `thincollections` (lib) generated 21 warnings (run `cargo fix --lib -p thincollections` to apply 18 suggestions)
[INFO] [stderr] warning: unused import: `super::ThinSentinel`
[INFO] [stderr]     --> src/thin_map.rs:2135:9
[INFO] [stderr]      |
[INFO] [stderr] 2135 |     use super::ThinSentinel;
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `thincollections` (lib test) generated 22 warnings (21 duplicates) (run `cargo fix --lib -p thincollections --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/thincollections-fe815f7112b31a6f)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test cla_map::tests::allocator_tests ... ok
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test thin_map::test_map::test_behavior_resize_policy ... ok
[INFO] [stdout] test thin_map::test_map::test_capacity_not_less_than_len ... ok
[INFO] [stdout] test thin_map::test_map::test_conflict_remove ... ok
[INFO] [stdout] test thin_map::test_map::test_clone ... ok
[INFO] [stdout] test thin_map::test_map::test_create_capacity_zero ... ok
[INFO] [stdout] test thin_map::test_map::test_drops ... ok
[INFO] [stdout] test thin_map::test_map::test_empty_entry ... ok
[INFO] [stdout] test thin_map::test_map::test_empty_iter ... ok
[INFO] [stdout] test thin_map::test_map::test_empty_remove ... ok
[INFO] [stdout] test thin_map::test_map::test_entry ... ok
[INFO] [stdout] test thin_map::test_map::test_expand ... ok
[INFO] [stdout] test thin_map::test_map::test_index ... ok
[INFO] [stdout] test thin_map::test_map::test_eq ... ok
[INFO] [stdout] test thin_map::test_map::test_extend_ref ... ok
[INFO] [stdout] test thin_map::test_map::test_find ... ok
[INFO] [stdout] test thin_map::test_map::test_insert_overwrite ... ok
[INFO] [stdout] test thin_map::test_map::test_find_mut ... ok
[INFO] [stdout] test thin_map::test_map::test_insert_conflicts ... ok
[INFO] [stdout] test thin_map::test_map::test_iter_len ... ok
[INFO] [stdout] test thin_map::test_map::test_entry_take_doesnt_corrupt ... ok
[INFO] [stdout] test thin_map::test_map::test_into_iter_drops ... ok
[INFO] [stdout] test thin_map::test_map::test_is_empty ... ok
[INFO] [stdout] test thin_map::test_map::test_iter_mut_len ... ok
[INFO] [stdout] test thin_map::test_map::test_iterate ... ok
[INFO] [stdout] test thin_map::test_map::test_keys ... ok
[INFO] [stdout] test thin_map::test_map::test_mut_size_hint ... ok
[INFO] [stdout] test thin_map::test_map::test_occupied_entry_key ... ok
[INFO] [stdout] test thin_map::test_map::test_remove ... ok
[INFO] [stdout] test thin_map::test_map::test_remove_entry ... ok
[INFO] [stdout] test thin_map::test_map::test_reserve_shrink_to_fit ... ok
[INFO] [stdout] test thin_map::test_map::test_retain ... ok
[INFO] [stdout] test thin_map::test_map::test_show ... ok
[INFO] [stdout] test thin_map::test_map::test_size_hint ... ok
[INFO] [stdout] test thin_map::test_map::test_vacant_entry_key ... ok
[INFO] [stdout] test thin_map::test_map::test_insert ... ok
[INFO] [stdout] test thin_map::test_map::test_from_iter ... ok
[INFO] [stdout] test thin_map::test_map::test_values ... ok
[INFO] [stdout] test thin_set::test_set::test_difference ... ok
[INFO] [stdout] test thin_map::test_map::test_zero_capacities ... ok
[INFO] [stdout] test thin_set::test_set::test_eq ... ok
[INFO] [stdout] test thin_set::test_set::test_disjoint ... ok
[INFO] [stdout] test thin_set::test_set::test_drain ... ok
[INFO] [stdout] test thin_map::test_map::test_values_mut ... ok
[INFO] [stdout] test thin_set::test_set::test_extend_ref ... ok
[INFO] [stdout] test thin_set::test_set::test_intersection ... ok
[INFO] [stdout] test thin_set::test_set::test_from_iter ... ok
[INFO] [stdout] test thin_set::test_set::test_iterate ... ok
[INFO] [stdout] test thin_set::test_set::test_show ... ok
[INFO] [stdout] test thin_set::test_set::test_move_iter ... ok
[INFO] [stdout] test thin_set::test_set::test_retain ... ok
[INFO] [stdout] test thin_set::test_set::test_subset_and_superset ... ok
[INFO] [stdout] test thin_set::test_set::test_symmetric_difference ... ok
[INFO] [stdout] test thin_set::test_set::test_trivial_drain ... ok
[INFO] [stdout] test thin_set::test_set::test_union ... ok
[INFO] [stdout] test thin_set::test_set::test_zero_capacities ... ok
[INFO] [stdout] test thin_map::test_map::test_index_nonexistent - should panic ... ok
[INFO] [stdout] test cla_map::tests::allocator_panic_test - should panic ... ok
[INFO] [stdout] test thin_map::test_map::test_lots_of_insertions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.36s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests thincollections
[INFO] [stdout] 
[INFO] [stdout] running 170 tests
[INFO] [stdout] test src/lib.rs - thinvec (line 132) ... ok
[INFO] [stdout] test src/lib.rs - (line 39) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::contains_key (line 1359) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::capacity (line 555) ... ok
[INFO] [stdout] test src/lib.rs - v64 (line 65) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::entry (line 631) ... ok
[INFO] [stdout] test src/lib.rs - thinvec (line 119) ... ok
[INFO] [stdout] test src/lib.rs - v64 (line 78) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::get_mut (line 1312) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::get_key_value (line 1215) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::clear (line 1553) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::drain (line 713) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::hasher (line 535) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::get (line 1267) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::is_empty (line 941) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::keys (line 865) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::insert (line 997) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::remove_entry (line 1459) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::iter (line 768) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::iter_mut (line 889) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::len (line 958) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::reserve (line 577) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::remove (line 1405) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::values (line 816) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::with_hasher (line 403) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::shrink_to_fit (line 600) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,OneFieldHasherBuilder>::new (line 467) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::with_capacity_and_hasher (line 424) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,OneFieldHasherBuilder>::with_capacity (line 491) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::retain (line 1500) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::&'aThinSet<T,S>::bitor (line 758) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,S>::into_iter (line 1901) ... ok
[INFO] [stdout] test src/thin_map.rs - thin_map::ThinMap<K,V,H>::values_mut (line 839) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::&'aThinSet<T,S>::bitand (line 789) ... ok
[INFO] [stdout] test src/thin_sentinel.rs - thin_sentinel::ThinSentinel (line 25) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet (line 85) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet (line 119) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::&'aThinSet<T,S>::sub (line 851) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::&'aThinSet<T,S>::bitxor (line 820) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,OneFieldHasherBuilder>::new (line 149) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::contains (line 500) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,OneFieldHasherBuilder>::with_capacity (line 165) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::clear (line 483) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::capacity (line 248) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::hasher (line 232) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::get (line 518) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::difference (line 323) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet (line 54) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::insert (line 608) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::drain (line 461) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::into_iter (line 985) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::is_superset (line 580) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::is_disjoint (line 538) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::iter (line 303) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::is_subset (line 559) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::intersection (line 381) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::is_empty (line 444) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::len (line 427) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::remove (line 627) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::reserve (line 268) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::shrink_to_fit (line 284) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::with_capacity_and_hasher (line 213) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::retain (line 667) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::union (line 406) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::IntoIter<T>::as_slice (line 2130) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::with_hasher (line 187) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::symmetric_difference (line 354) ... ok
[INFO] [stdout] test src/thin_set.rs - thin_set::ThinSet<T,S>::take (line 646) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::IntoIter<T>::as_mut_slice (line 2151) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::append (line 1173) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::capacity (line 150) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::append (line 1201) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::bytes_on_heap (line 415) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::clear (line 1326) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::append (line 1187) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::as_mut_slice (line 470) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::as_slice (line 395) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::bytes_on_heap (line 431) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::dedup_by (line 841) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::dedup_by (line 854) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::dedup (line 2642) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::dedup_by_key (line 979) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::dedup_by_key (line 966) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::drain (line 1429) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::insert (line 569) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::into_boxed_slice (line 1353) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::drain_filter (line 1573) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::drain (line 1446) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::drain_filter (line 1604) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::into_iter (line 2037) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::is_empty (line 1021) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::new (line 90) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::pop (line 1101) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::insert (line 583) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::pop (line 1112) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::into_iter (line 2051) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::len (line 1000) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::into_boxed_slice (line 1366) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::remove (line 674) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::reserve_exact (line 211) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::push (line 1049) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::push (line 1060) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::retain (line 749) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::remove (line 685) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::remove_item (line 2662) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::reserve (line 184) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::shrink_to_fit (line 243) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::split_off (line 1276) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::retain (line 760) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::truncate (line 284) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::split_off (line 1289) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::truncate (line 318) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::transmute (line 1844) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::swap_remove (line 510) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::swap_remove (line 496) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::truncate (line 298) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::truncate (line 331) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::splice (line 1532) ... FAILED
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::with_capacity (line 118) ... ok
[INFO] [stdout] test src/thin_v64.rs - thin_v64::V64<T>::splice (line 1544) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 106) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 174) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::IntoIter<T>::as_mut_slice (line 1909) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::IntoIter<T>::as_slice (line 1888) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 146) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 161) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 189) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 73) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 256) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 240) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 122) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 209) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 269) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::capacity (line 367) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 225) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::clear (line 1191) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec (line 89) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::as_slice (line 561) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::dedup (line 2399) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::dedup_by (line 830) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::insert (line 653) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::dedup_by_key (line 942) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::drain_filter (line 1398) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::as_mut_slice (line 581) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::append (line 1087) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::drain_filter (line 1429) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::is_empty (line 981) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::into_boxed_slice (line 1231) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::into_boxed_slice (line 1218) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::drain (line 1284) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::into_iter (line 1816) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::len (line 963) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::pop (line 1035) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::remove (line 711) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::push (line 1001) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::new (line 307) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::remove_item (line 2419) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::reserve (line 394) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::reserve_exact (line 421) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::retain (line 764) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::transmute (line 1635) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::swap_remove (line 607) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::shrink_to_fit (line 453) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::transmute (line 1610) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::splice (line 1369) ... FAILED
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::split_off (line 1154) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::truncate (line 489) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::with_capacity (line 335) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::truncate (line 517) ... ok
[INFO] [stdout] test src/thin_vec.rs - thin_vec::ThinVec<T>::truncate (line 504) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::append (line 1173) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1490) panicked at src/thin_v64.rs:1242:62:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64b58a73df3a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64b58a73df3a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64b58a73df3a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64b58a73df3a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64b58a74dc7a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64b58a74dc7a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x64b58a7412b2 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x64b58a7412b2 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x64b58a729f9f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64b58a729f9f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64b58a73a4b1 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x64b58a73a66b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x64b58a72a08a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x64b58a71f649 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x64b58a72a83d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x64b58a74e1ad - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x64b58a74e1ad - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x64b58a713df2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x64b58a713dae - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x64b58a713924 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x64b58a71244d - thincollections::thin_v64::V64<T>::append_elements::hc8536e38f08e250a
[INFO] [stdout]   21:     0x64b58a712c40 - thincollections::thin_v64::V64<T>::append::h76c8fc8486e8964a
[INFO] [stdout]   22:     0x64b58a714555 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x64b58a7135a3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x64b58a7132f6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x64b58a7132d9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x64b58a739c34 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x64b58a739c34 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x64b58a739c34 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x64b58a739c34 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x64b58a739c34 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x64b58a739c34 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x64b58a739c34 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x64b58a739c34 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x64b58a739c34 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x64b58a7132c1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x64b58a714725 - main
[INFO] [stdout]   37:     0x70b28b5e81ca - <unknown>
[INFO] [stdout]   38:     0x70b28b5e828b - __libc_start_main
[INFO] [stdout]   39:     0x64b58a711835 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::append (line 1201) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1559) panicked at src/thin_v64.rs:1242:62:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b31caf3acca - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b31caf3acca - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b31caf3acca - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b31caf3acca - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b31caf4aa0a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b31caf4aa0a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5b31caf3e042 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b31caf3e042 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b31caf26d2f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b31caf26d2f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b31caf37241 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5b31caf373fb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5b31caf26e1a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5b31caf1c3d9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5b31caf275cd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5b31caf4af3d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5b31caf4af3d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x5b31caf11154 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h14dee708ff63072d
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:73:21
[INFO] [stdout]   18:     0x5b31caf110f9 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hb8911435b69490d1
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:78:17
[INFO] [stdout]   19:     0x5b31caf10dc9 - core::slice::<impl [T]>::get_unchecked_mut::h6fb608b7861e6bb5
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:691:30
[INFO] [stdout]   20:     0x5b31caf0e171 - thincollections::thin_v64::V64<T>::append_elements::hd40d09d617d0681c
[INFO] [stdout]   21:     0x5b31caf0e860 - thincollections::thin_v64::V64<T>::append::hf2d06a62f8914bfd
[INFO] [stdout]   22:     0x5b31caf0f5ff - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x5b31caf0ecd3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x5b31caf0ebf6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x5b31caf0ebd9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x5b31caf369c4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x5b31caf369c4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5b31caf369c4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5b31caf369c4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b31caf369c4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x5b31caf369c4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x5b31caf369c4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5b31caf369c4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5b31caf369c4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x5b31caf0ebc1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x5b31caf0f775 - main
[INFO] [stdout]   37:     0x7df9c5b5e1ca - <unknown>
[INFO] [stdout]   38:     0x7df9c5b5e28b - __libc_start_main
[INFO] [stdout]   39:     0x5b31caf0de45 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::append (line 1187) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1583) panicked at src/thin_v64.rs:1242:62:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x638472514c9a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x638472514c9a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x638472514c9a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x638472514c9a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6384725249da - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6384725249da - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x638472518012 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x638472518012 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x638472500cff - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x638472500cff - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x638472511211 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x6384725113cb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x638472500dea - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x6384724f63a9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x63847250159d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x638472524f0d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x638472524f0d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x6384724eb124 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h14dee708ff63072d
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:73:21
[INFO] [stdout]   18:     0x6384724eb0c9 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hb8911435b69490d1
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:78:17
[INFO] [stdout]   19:     0x6384724ead99 - core::slice::<impl [T]>::get_unchecked_mut::h6fb608b7861e6bb5
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:691:30
[INFO] [stdout]   20:     0x6384724e8161 - thincollections::thin_v64::V64<T>::append_elements::hd40d09d617d0681c
[INFO] [stdout]   21:     0x6384724e8850 - thincollections::thin_v64::V64<T>::append::hf2d06a62f8914bfd
[INFO] [stdout]   22:     0x6384724e95c9 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x6384724e8cc3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x6384724e8be6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x6384724e8bc9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x638472510994 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x638472510994 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x638472510994 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x638472510994 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x638472510994 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x638472510994 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x638472510994 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x638472510994 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x638472510994 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x6384724e8bb1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x6384724e9745 - main
[INFO] [stdout]   37:     0x71c1f50961ca - <unknown>
[INFO] [stdout]   38:     0x71c1f509628b - __libc_start_main
[INFO] [stdout]   39:     0x6384724e7e35 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::drain (line 1429) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1795) panicked at src/thin_v64.rs:1658:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e567ca4fb9a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e567ca4fb9a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e567ca4fb9a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e567ca4fb9a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e567ca5f8da - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e567ca5f8da - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5e567ca52f12 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5e567ca52f12 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5e567ca3bbff - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e567ca3bbff - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e567ca4c111 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5e567ca4c2cb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5e567ca3bcea - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5e567ca312a9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5e567ca3c49d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5e567ca5fe0d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5e567ca5fe0d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x5e567ca257b2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x5e567ca2576e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x5e567ca251d4 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x5e567ca231d1 - thincollections::thin_v64::V64<T>::extend_desugared::ha9e4b449e141ed95
[INFO] [stdout]   21:     0x5e567ca2248e - <thincollections::thin_v64::V64<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::hc590fef8f521dbeb
[INFO] [stdout]   22:     0x5e567ca24f86 - core::iter::traits::iterator::Iterator::collect::h1318df6c250381c1
[INFO] [stdout]   23:     0x5e567ca26057 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x5e567ca24b03 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x5e567ca247f6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x5e567ca247d9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x5e567ca4b894 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5e567ca4b894 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5e567ca4b894 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5e567ca4b894 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e567ca4b894 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5e567ca4b894 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5e567ca4b894 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5e567ca4b894 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5e567ca4b894 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5e567ca247c1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x5e567ca26385 - main
[INFO] [stdout]   38:     0x738d244a21ca - <unknown>
[INFO] [stdout]   39:     0x738d244a228b - __libc_start_main
[INFO] [stdout]   40:     0x5e567ca222a5 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::drain (line 1446) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1845) panicked at src/thin_v64.rs:1658:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x613427781d8a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x613427781d8a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x613427781d8a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x613427781d8a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x613427791afa - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x613427791afa - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x613427785102 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x613427785102 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x61342776ddef - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61342776ddef - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61342777e301 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x61342777e4bb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x61342776deda - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x613427763499 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x61342776e68d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x61342779202d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x61342779202d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x6134277580e4 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h14dee708ff63072d
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:73:21
[INFO] [stdout]   18:     0x613427758089 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hb8911435b69490d1
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:78:17
[INFO] [stdout]   19:     0x613427757ce9 - core::slice::<impl [T]>::get_unchecked_mut::h6fb608b7861e6bb5
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:691:30
[INFO] [stdout]   20:     0x6134277541f0 - thincollections::thin_v64::V64<T>::extend_desugared::h23d08b2d518db007
[INFO] [stdout]   21:     0x613427753c12 - <thincollections::thin_v64::V64<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h8ded848827745e51
[INFO] [stdout]   22:     0x6134277559a6 - core::iter::traits::iterator::Iterator::collect::h108c4e0134acfdec
[INFO] [stdout]   23:     0x6134277563b9 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x613427755583 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x613427755436 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x613427755419 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x61342777da84 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x61342777da84 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x61342777da84 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x61342777da84 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61342777da84 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x61342777da84 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x61342777da84 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x61342777da84 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x61342777da84 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x613427755401 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x613427756645 - main
[INFO] [stdout]   38:     0x7678f19f71ca - <unknown>
[INFO] [stdout]   39:     0x7678f19f728b - __libc_start_main
[INFO] [stdout]   40:     0x613427753a15 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::drain_filter (line 1604) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1890) panicked at src/thin_v64.rs:1658:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cbdb412bbba - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cbdb412bbba - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cbdb412bbba - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cbdb412bbba - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cbdb413b8fa - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cbdb413b8fa - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5cbdb412ef32 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5cbdb412ef32 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5cbdb4117c1f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cbdb4117c1f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cbdb4128131 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5cbdb41282eb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5cbdb4117d0a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5cbdb410d2c9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5cbdb41184bd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5cbdb413be2d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5cbdb413be2d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x5cbdb41016e2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x5cbdb410169e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x5cbdb4101214 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x5cbdb40ffd01 - thincollections::thin_v64::V64<T>::extend_desugared::h233309853efc805a
[INFO] [stdout]   21:     0x5cbdb40feff7 - <thincollections::thin_v64::V64<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h7318ec96e10db609
[INFO] [stdout]   22:     0x5cbdb4101056 - core::iter::traits::iterator::Iterator::collect::h3a515467434e4f16
[INFO] [stdout]   23:     0x5cbdb4101ea5 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x5cbdb4100df3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x5cbdb4100b46 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x5cbdb4100b29 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x5cbdb41278b4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5cbdb41278b4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5cbdb41278b4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5cbdb41278b4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cbdb41278b4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5cbdb41278b4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5cbdb41278b4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5cbdb41278b4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5cbdb41278b4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5cbdb4100b11 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x5cbdb41023a5 - main
[INFO] [stdout]   38:     0x7c8a8c8b81ca - <unknown>
[INFO] [stdout]   39:     0x7c8a8c8b828b - __libc_start_main
[INFO] [stdout]   40:     0x5cbdb40feb95 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::into_boxed_slice (line 1366) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2073) panicked at src/thin_v64.rs:1658:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6489305d9a1a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6489305d9a1a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6489305d9a1a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6489305d9a1a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6489305e978a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6489305e978a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x6489305dcd92 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x6489305dcd92 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x6489305c5a7f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6489305c5a7f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6489305d5f91 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x6489305d614b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x6489305c5b6a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x6489305bb129 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x6489305c631d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x6489305e9cbd - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x6489305e9cbd - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x6489305afa72 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x6489305afa2e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x6489305af644 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x6489305ae5a0 - thincollections::thin_v64::V64<T>::extend_desugared::h3f2625536aa5544b
[INFO] [stdout]   21:     0x6489305adb13 - <thincollections::thin_v64::V64<T> as core::iter::traits::collect::Extend<T>>::extend::hda3ae0c04b365b13
[INFO] [stdout]   22:     0x6489305affcf - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x6489305af1c3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x6489305af0f6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x6489305af0d9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x6489305d5714 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x6489305d5714 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x6489305d5714 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x6489305d5714 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x6489305d5714 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x6489305d5714 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x6489305d5714 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x6489305d5714 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x6489305d5714 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x6489305af0c1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x6489305b0205 - main
[INFO] [stdout]   37:     0x79bc29fdb1ca - <unknown>
[INFO] [stdout]   38:     0x79bc29fdb28b - __libc_start_main
[INFO] [stdout]   39:     0x6489305ad855 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::splice (line 1532) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2478) panicked at src/thin_v64.rs:1658:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5efe1b0e129a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5efe1b0e129a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5efe1b0e129a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5efe1b0e129a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5efe1b0f104a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5efe1b0f104a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5efe1b0e4612 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5efe1b0e4612 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5efe1b0cd2ff - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5efe1b0cd2ff - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5efe1b0dd811 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5efe1b0dd9cb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5efe1b0cd3ea - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5efe1b0c29a9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5efe1b0cdb9d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5efe1b0f157d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5efe1b0f157d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x5efe1b0b6a72 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x5efe1b0b6a2e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x5efe1b0b6434 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x5efe1b0b3ec1 - thincollections::thin_v64::V64<T>::extend_desugared::h88585ed14f3f0598
[INFO] [stdout]   21:     0x5efe1b0b31da - <thincollections::thin_v64::V64<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::hfb653538d869bc0d
[INFO] [stdout]   22:     0x5efe1b0b6216 - core::iter::traits::iterator::Iterator::collect::he61aeed1ea1b860f
[INFO] [stdout]   23:     0x5efe1b0b774d - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x5efe1b0b5c53 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x5efe1b0b5956 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x5efe1b0b5939 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x5efe1b0dcf94 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5efe1b0dcf94 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5efe1b0dcf94 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5efe1b0dcf94 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5efe1b0dcf94 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5efe1b0dcf94 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5efe1b0dcf94 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5efe1b0dcf94 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5efe1b0dcf94 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5efe1b0b5921 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x5efe1b0b7a85 - main
[INFO] [stdout]   38:     0x7a6c5011b1ca - <unknown>
[INFO] [stdout]   39:     0x7a6c5011b28b - __libc_start_main
[INFO] [stdout]   40:     0x5efe1b0b29f5 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_v64.rs - thin_v64::V64<T>::splice (line 1544) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2498) panicked at src/thin_v64.rs:1658:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56a89cec327a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56a89cec327a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56a89cec327a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56a89cec327a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56a89ced302a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56a89ced302a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x56a89cec65f2 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x56a89cec65f2 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x56a89ceaf2df - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56a89ceaf2df - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56a89cebf7f1 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x56a89cebf9ab - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x56a89ceaf3ca - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x56a89cea4989 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x56a89ceafb7d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x56a89ced355d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x56a89ced355d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x56a89ce995d4 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h14dee708ff63072d
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:73:21
[INFO] [stdout]   18:     0x56a89ce99579 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::hb8911435b69490d1
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ub_checks.rs:78:17
[INFO] [stdout]   19:     0x56a89ce991d9 - core::slice::<impl [T]>::get_unchecked_mut::h6fb608b7861e6bb5
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/slice/mod.rs:691:30
[INFO] [stdout]   20:     0x56a89ce94c50 - thincollections::thin_v64::V64<T>::extend_desugared::h90d5c66c1b1f5ab0
[INFO] [stdout]   21:     0x56a89ce9483e - <thincollections::thin_v64::V64<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h4c797f19163de966
[INFO] [stdout]   22:     0x56a89ce969b6 - core::iter::traits::iterator::Iterator::collect::h28e82adcaa8f21ed
[INFO] [stdout]   23:     0x56a89ce9783b - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x56a89ce96473 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x56a89ce96336 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x56a89ce96319 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x56a89cebef74 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x56a89cebef74 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x56a89cebef74 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x56a89cebef74 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56a89cebef74 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x56a89cebef74 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x56a89cebef74 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x56a89cebef74 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x56a89cebef74 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x56a89ce96301 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x56a89ce97a85 - main
[INFO] [stdout]   38:     0x7a54773881ca - <unknown>
[INFO] [stdout]   39:     0x7a547738828b - __libc_start_main
[INFO] [stdout]   40:     0x56a89ce940c5 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 161) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2573) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b95a52d425a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b95a52d425a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b95a52d425a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b95a52d425a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b95a52e404a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b95a52e404a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5b95a52d7682 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5b95a52d7682 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5b95a52c02bf - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b95a52c02bf - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b95a52d07d1 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5b95a52d098b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5b95a52c03aa - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5b95a52b5939 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5b95a52c0b5d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5b95a52e457d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5b95a52e457d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x5b95a52a99c2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x5b95a52a997e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x5b95a52a94c4 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x5b95a52a7bd3 - thincollections::thin_vec::ThinVec<T>::extend_desugared::hc5857509112cf6fe
[INFO] [stdout]   21:     0x5b95a52a6e8f - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h2374efc0f4cd47fb
[INFO] [stdout]   22:     0x5b95a52a92b6 - core::iter::traits::iterator::Iterator::collect::hcdb753a43c5540f0
[INFO] [stdout]   23:     0x5b95a52aa204 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x5b95a52a9073 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x5b95a52a8d66 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x5b95a52a8d49 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x5b95a52cff54 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x5b95a52cff54 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5b95a52cff54 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5b95a52cff54 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5b95a52cff54 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x5b95a52cff54 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5b95a52cff54 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5b95a52cff54 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5b95a52cff54 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x5b95a52a8d31 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x5b95a52aa9e5 - main
[INFO] [stdout]   38:     0x7cd6f73e51ca - <unknown>
[INFO] [stdout]   39:     0x7cd6f73e528b - __libc_start_main
[INFO] [stdout]   40:     0x5b95a52a6c65 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 240) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2724) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x566384fe31ca - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x566384fe31ca - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x566384fe31ca - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x566384fe31ca - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x566384ff2fea - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x566384ff2fea - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x566384fe65f2 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x566384fe65f2 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x566384fcf22f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x566384fcf22f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x566384fdf741 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x566384fdf8fb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x566384fcf31a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x566384fc48a9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x566384fcfacd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x566384ff351d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x566384ff351d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x566384fb8dd2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x566384fb8d8e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x566384fb8a04 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x566384fb7493 - thincollections::thin_vec::ThinVec<T>::extend_desugared::he7e4791ae0f63790
[INFO] [stdout]   21:     0x566384fb6783 - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::Extend<&T>>::extend::ha9531a7434f7195a
[INFO] [stdout]   22:     0x566384fb93d6 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x566384fb86d3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x566384fb8616 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x566384fb85f9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x566384fdeec4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x566384fdeec4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x566384fdeec4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x566384fdeec4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x566384fdeec4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x566384fdeec4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x566384fdeec4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x566384fdeec4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x566384fdeec4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x566384fb85e1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x566384fb9955 - main
[INFO] [stdout]   37:     0x724a17aad1ca - <unknown>
[INFO] [stdout]   38:     0x724a17aad28b - __libc_start_main
[INFO] [stdout]   39:     0x566384fb6605 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 209) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2731) panicked at src/thin_vec.rs:1120:62:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57d450817e0a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57d450817e0a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57d450817e0a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57d450817e0a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57d450827c2a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57d450827c2a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x57d45081b232 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x57d45081b232 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x57d450803e6f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57d450803e6f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57d450814381 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x57d45081453b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x57d450803f5a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x57d4507f94e9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x57d45080470d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x57d45082815d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x57d45082815d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x57d4507ed952 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x57d4507ed90e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x57d4507ed584 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x57d4507ec02c - thincollections::thin_vec::ThinVec<T>::append_elements::h08c4c759f675c04c
[INFO] [stdout]   21:     0x57d4507ecca0 - thincollections::thin_vec::ThinVec<T>::append::hf5a9f5368a19d809
[INFO] [stdout]   22:     0x57d4507edfea - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x57d4507ed2b3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x57d4507ed1f6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x57d4507ed1d9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x57d450813b04 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x57d450813b04 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x57d450813b04 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x57d450813b04 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x57d450813b04 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x57d450813b04 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x57d450813b04 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x57d450813b04 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x57d450813b04 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x57d4507ed1c1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x57d4507ee595 - main
[INFO] [stdout]   37:     0x7ceaa227a1ca - <unknown>
[INFO] [stdout]   38:     0x7ceaa227a28b - __libc_start_main
[INFO] [stdout]   39:     0x57d4507eb405 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 225) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2760) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e9bdd19742a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e9bdd19742a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e9bdd19742a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e9bdd19742a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e9bdd1a724a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e9bdd1a724a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x5e9bdd19a852 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5e9bdd19a852 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5e9bdd18348f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e9bdd18348f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e9bdd1939a1 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5e9bdd193b5b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5e9bdd18357a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5e9bdd178b09 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5e9bdd183d2d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5e9bdd1a777d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x5e9bdd1a777d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x5e9bdd16ce82 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x5e9bdd16ce3e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x5e9bdd16ca74 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x5e9bdd16b523 - thincollections::thin_vec::ThinVec<T>::extend_desugared::he7e4791ae0f63790
[INFO] [stdout]   21:     0x5e9bdd16a813 - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::Extend<&T>>::extend::hc98b1f6c40af3080
[INFO] [stdout]   22:     0x5e9bdd16d51a - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x5e9bdd16c763 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x5e9bdd16c6a6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x5e9bdd16c689 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x5e9bdd193124 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x5e9bdd193124 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5e9bdd193124 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5e9bdd193124 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5e9bdd193124 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x5e9bdd193124 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x5e9bdd193124 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5e9bdd193124 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5e9bdd193124 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x5e9bdd16c671 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x5e9bdd16dbb5 - main
[INFO] [stdout]   37:     0x72c922a5d1ca - <unknown>
[INFO] [stdout]   38:     0x72c922a5d28b - __libc_start_main
[INFO] [stdout]   39:     0x5e9bdd16a675 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec (line 89) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2805) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x566af29e370a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x566af29e370a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x566af29e370a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x566af29e370a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x566af29f352a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x566af29f352a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x566af29e6b32 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x566af29e6b32 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x566af29cf76f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x566af29cf76f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x566af29dfc81 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x566af29dfe3b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x566af29cf85a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x566af29c4de9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x566af29d000d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x566af29f3a5d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x566af29f3a5d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x566af29b93e2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x566af29b939e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x566af29b9004 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x566af29b84db - thincollections::thin_vec::ThinVec<T>::extend_desugared::hcceaa444907525b3
[INFO] [stdout]   21:     0x566af29b7795 - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::hf7077c2041b85c53
[INFO] [stdout]   22:     0x566af29b8f06 - core::iter::traits::iterator::Iterator::collect::h1a545270828f37ee
[INFO] [stdout]   23:     0x566af29b99d9 - rust_out::main::_doctest_main_src_thin_vec_rs_89_0::h3a44054f185979c6
[INFO] [stdout]   24:     0x566af29b99b6 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   25:     0x566af29b8c83 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   26:     0x566af29b8af6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   27:     0x566af29b8ad9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   28:     0x566af29df404 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   29:     0x566af29df404 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x566af29df404 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x566af29df404 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x566af29df404 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   33:     0x566af29df404 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   34:     0x566af29df404 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x566af29df404 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x566af29df404 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   37:     0x566af29b8ac1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   38:     0x566af29b9e95 - main
[INFO] [stdout]   39:     0x7e22784951ca - <unknown>
[INFO] [stdout]   40:     0x7e227849528b - __libc_start_main
[INFO] [stdout]   41:     0x566af29b75c5 - _start
[INFO] [stdout]   42:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec<T>::append (line 1087) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (2971) panicked at src/thin_vec.rs:1120:62:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe3858e2ba - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe3858e2ba - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe3858e2ba - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe3858e2ba - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe3859e0aa - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe3859e0aa - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x61fe385916e2 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x61fe385916e2 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x61fe3857a31f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe3857a31f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe3858a831 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x61fe3858a9eb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x61fe3857a40a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x61fe3856f999 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x61fe3857abbd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x61fe3859e5dd - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x61fe3859e5dd - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x61fe38564012 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x61fe38563fce - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x61fe38563b44 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x61fe3856239c - thincollections::thin_vec::ThinVec<T>::append_elements::h08c4c759f675c04c
[INFO] [stdout]   21:     0x61fe38563010 - thincollections::thin_vec::ThinVec<T>::append::hf5a9f5368a19d809
[INFO] [stdout]   22:     0x61fe38564665 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x61fe38563813 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x61fe38563566 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x61fe38563549 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x61fe38589fb4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x61fe38589fb4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x61fe38589fb4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x61fe38589fb4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x61fe38589fb4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x61fe38589fb4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x61fe38589fb4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x61fe38589fb4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x61fe38589fb4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x61fe38563531 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x61fe38564a45 - main
[INFO] [stdout]   37:     0x745d21df41ca - <unknown>
[INFO] [stdout]   38:     0x745d21df428b - __libc_start_main
[INFO] [stdout]   39:     0x61fe385616b5 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec<T>::drain_filter (line 1429) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (3017) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63da4f3890fa - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63da4f3890fa - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63da4f3890fa - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63da4f3890fa - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63da4f398eea - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63da4f398eea - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x63da4f38c522 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x63da4f38c522 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x63da4f37515f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63da4f37515f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63da4f385671 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x63da4f38582b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x63da4f37524a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x63da4f36a7d9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x63da4f3759fd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x63da4f39941d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x63da4f39941d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x63da4f35eac2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x63da4f35ea7e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x63da4f35e5f4 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x63da4f35cdd7 - thincollections::thin_vec::ThinVec<T>::extend_desugared::he580e32b3521e8ea
[INFO] [stdout]   21:     0x63da4f35beb7 - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::haf5f6dd46b12b5bb
[INFO] [stdout]   22:     0x63da4f35e436 - core::iter::traits::iterator::Iterator::collect::hcd58a4d8c6b01c71
[INFO] [stdout]   23:     0x63da4f35f175 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x63da4f35e223 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x63da4f35df76 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x63da4f35df59 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x63da4f384df4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x63da4f384df4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x63da4f384df4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x63da4f384df4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63da4f384df4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x63da4f384df4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x63da4f384df4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x63da4f384df4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x63da4f384df4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x63da4f35df41 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x63da4f35f885 - main
[INFO] [stdout]   38:     0x7a7c2d5951ca - <unknown>
[INFO] [stdout]   39:     0x7a7c2d59528b - __libc_start_main
[INFO] [stdout]   40:     0x63da4f35ba55 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec<T>::into_boxed_slice (line 1231) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (3065) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x65261a264caa - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x65261a264caa - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x65261a264caa - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x65261a264caa - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x65261a274aca - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x65261a274aca - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x65261a2680d2 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x65261a2680d2 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x65261a250d0f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x65261a250d0f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x65261a261221 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x65261a2613db - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x65261a250dfa - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x65261a246389 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x65261a2515ad - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x65261a274ffd - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x65261a274ffd - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x65261a23ac52 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x65261a23ac0e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x65261a23a824 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x65261a2397a3 - thincollections::thin_vec::ThinVec<T>::extend_desugared::he7e4791ae0f63790
[INFO] [stdout]   21:     0x65261a238a93 - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::Extend<T>>::extend::hd6369d919a570488
[INFO] [stdout]   22:     0x65261a23afef - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   23:     0x65261a23a3a3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   24:     0x65261a23a2d6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   25:     0x65261a23a2b9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   26:     0x65261a2609a4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   27:     0x65261a2609a4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x65261a2609a4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x65261a2609a4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x65261a2609a4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   31:     0x65261a2609a4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x65261a2609a4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x65261a2609a4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x65261a2609a4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   35:     0x65261a23a2a1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   36:     0x65261a23b435 - main
[INFO] [stdout]   37:     0x70413338a1ca - <unknown>
[INFO] [stdout]   38:     0x70413338a28b - __libc_start_main
[INFO] [stdout]   39:     0x65261a2387d5 - _start
[INFO] [stdout]   40:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec<T>::drain (line 1284) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (3093) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x618423cd629a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x618423cd629a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x618423cd629a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x618423cd629a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x618423ce608a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x618423ce608a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x618423cd96c2 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x618423cd96c2 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x618423cc22ff - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x618423cc22ff - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x618423cd2811 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x618423cd29cb - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x618423cc23ea - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x618423cb7979 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x618423cc2b9d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x618423ce65bd - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x618423ce65bd - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x618423cabca2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x618423cabc5e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x618423cab6c4 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x618423ca91b7 - thincollections::thin_vec::ThinVec<T>::extend_desugared::hd314c6544daa0e2d
[INFO] [stdout]   21:     0x618423ca832e - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h253fa84eba613051
[INFO] [stdout]   22:     0x618423cab476 - core::iter::traits::iterator::Iterator::collect::h68617b6b89ddffc5
[INFO] [stdout]   23:     0x618423cac4e7 - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x618423cab043 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x618423caad36 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x618423caad19 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x618423cd1f94 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x618423cd1f94 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x618423cd1f94 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x618423cd1f94 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x618423cd1f94 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x618423cd1f94 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x618423cd1f94 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x618423cd1f94 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x618423cd1f94 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x618423caad01 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x618423caca25 - main
[INFO] [stdout]   38:     0x7e7cf76001ca - <unknown>
[INFO] [stdout]   39:     0x7e7cf760028b - __libc_start_main
[INFO] [stdout]   40:     0x618423ca8145 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/thin_vec.rs - thin_vec::ThinVec<T>::splice (line 1369) stdout ----
[INFO] [stdout] Test executable failed (signal: 6 (SIGABRT) (core dumped)).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (3410) panicked at src/thin_vec.rs:1483:33:
[INFO] [stdout] unsafe precondition(s) violated: slice::get_unchecked_mut requires that the index is within the slice
[INFO] [stdout] 
[INFO] [stdout] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56d151ed6cea - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56d151ed6cea - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56d151ed6cea - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56d151ed6cea - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56d151ee6b4a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56d151ee6b4a - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x56d151eda112 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x56d151eda112 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x56d151ec2d4f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56d151ec2d4f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56d151ed3261 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x56d151ed341b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x56d151ec2e3a - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x56d151eb83c9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x56d151ec35ed - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x56d151ee707d - core[6771d259883166e6]::panicking::panic_nounwind_fmt::runtime
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:122:22
[INFO] [stdout]   16:     0x56d151ee707d - core[6771d259883166e6]::panicking::panic_nounwind_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/intrinsics/mod.rs:2448:9
[INFO] [stdout]   17:     0x56d151eac2b2 - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::precondition_check::h853542be4e284243
[INFO] [stdout]   18:     0x56d151eac26e - <usize as core::slice::index::SliceIndex<[T]>>::get_unchecked_mut::h60a434ac59d09f94
[INFO] [stdout]   19:     0x56d151eabc74 - core::slice::<impl [T]>::get_unchecked_mut::h7c491ca4da4d43ad
[INFO] [stdout]   20:     0x56d151ea9557 - thincollections::thin_vec::ThinVec<T>::extend_desugared::h1fbfff05b369b574
[INFO] [stdout]   21:     0x56d151ea810a - <thincollections::thin_vec::ThinVec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::hba8adea1e12de32d
[INFO] [stdout]   22:     0x56d151eaba56 - core::iter::traits::iterator::Iterator::collect::hf4da8ebe6a04051a
[INFO] [stdout]   23:     0x56d151eacf2d - rust_out::main::h82fb2350cf581080
[INFO] [stdout]   24:     0x56d151eab4d3 - core::ops::function::FnOnce::call_once::ha255b9c9bfd362b0
[INFO] [stdout]   25:     0x56d151eab1d6 - std::sys::backtrace::__rust_begin_short_backtrace::h2d9a46d63e3b4cf7
[INFO] [stdout]   26:     0x56d151eab1b9 - std::rt::lang_start::{{closure}}::ha4a2862521902498
[INFO] [stdout]   27:     0x56d151ed29e4 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   28:     0x56d151ed29e4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x56d151ed29e4 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x56d151ed29e4 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56d151ed29e4 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stdout]   32:     0x56d151ed29e4 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x56d151ed29e4 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x56d151ed29e4 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x56d151ed29e4 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stdout]   36:     0x56d151eab1a1 - std::rt::lang_start::h45abc79480616123
[INFO] [stdout]   37:     0x56d151ead475 - main
[INFO] [stdout]   38:     0x744469ea91ca - <unknown>
[INFO] [stdout]   39:     0x744469ea928b - __libc_start_main
[INFO] [stdout]   40:     0x56d151ea7875 - _start
[INFO] [stdout]   41:                0x0 - <unknown>
[INFO] [stdout] thread caused non-unwinding panic. aborting.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::append (line 1173)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::append (line 1187)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::append (line 1201)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::drain (line 1429)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::drain (line 1446)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::drain_filter (line 1604)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::into_boxed_slice (line 1366)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::splice (line 1532)
[INFO] [stdout]     src/thin_v64.rs - thin_v64::V64<T>::splice (line 1544)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec (line 161)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec (line 209)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec (line 225)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec (line 240)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec (line 89)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec<T>::append (line 1087)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec<T>::drain (line 1284)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec<T>::drain_filter (line 1429)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec<T>::into_boxed_slice (line 1231)
[INFO] [stdout]     src/thin_vec.rs - thin_vec::ThinVec<T>::splice (line 1369)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 151 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.80s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "904daf279d4a2da54384866e41d1156ad2df4729f2ae3b3e24045e843c39ab91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "904daf279d4a2da54384866e41d1156ad2df4729f2ae3b3e24045e843c39ab91", kill_on_drop: false }`
[INFO] [stdout] 904daf279d4a2da54384866e41d1156ad2df4729f2ae3b3e24045e843c39ab91
