[INFO] fetching crate soa-rs 0.8.1...
[INFO] testing soa-rs-0.8.1 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate soa-rs 0.8.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate soa-rs 0.8.1
[INFO] finished tweaking crates.io crate soa-rs 0.8.1
[INFO] tweaked toml for crates.io crate soa-rs 0.8.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate soa-rs 0.8.1 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate soa-rs 0.8.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded soa-rs-derive v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a9d16173a72b3b85a4e6cd3a328c6a81ded40ca81c7b49787df038a5e0b54cd1
[INFO] running `Command { std: "docker" "start" "-a" "a9d16173a72b3b85a4e6cd3a328c6a81ded40ca81c7b49787df038a5e0b54cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9d16173a72b3b85a4e6cd3a328c6a81ded40ca81c7b49787df038a5e0b54cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9d16173a72b3b85a4e6cd3a328c6a81ded40ca81c7b49787df038a5e0b54cd1", kill_on_drop: false }`
[INFO] [stdout] a9d16173a72b3b85a4e6cd3a328c6a81ded40ca81c7b49787df038a5e0b54cd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51654bd07a2fdb5cb421755c8ca0f73b55db142a3baaf3dfdd4445fffaf5cd28
[INFO] running `Command { std: "docker" "start" "-a" "51654bd07a2fdb5cb421755c8ca0f73b55db142a3baaf3dfdd4445fffaf5cd28", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling soa-rs-derive v0.8.0
[INFO] [stderr]    Compiling soa-rs v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/slice.rs:183:23
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub const fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                       ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub const fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/slice.rs:214:21
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s
[INFO] running `Command { std: "docker" "inspect" "51654bd07a2fdb5cb421755c8ca0f73b55db142a3baaf3dfdd4445fffaf5cd28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51654bd07a2fdb5cb421755c8ca0f73b55db142a3baaf3dfdd4445fffaf5cd28", kill_on_drop: false }`
[INFO] [stdout] 51654bd07a2fdb5cb421755c8ca0f73b55db142a3baaf3dfdd4445fffaf5cd28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8ea1acab873c2000fa0ba4ee589ac1534b060700af4b57cd34f4692d337e87db
[INFO] running `Command { std: "docker" "start" "-a" "8ea1acab873c2000fa0ba4ee589ac1534b060700af4b57cd34f4692d337e87db", kill_on_drop: false }`
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/slice.rs:183:23
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub const fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                       ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub const fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/slice.rs:214:21
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling soa-rs v0.8.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/slice.rs:183:23
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub const fn iter(&self) -> Iter<T> {
[INFO] [stdout]     |                       ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub const fn iter(&self) -> Iter<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/slice.rs:214:21
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stdout]     |                     ^^^^^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "8ea1acab873c2000fa0ba4ee589ac1534b060700af4b57cd34f4692d337e87db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ea1acab873c2000fa0ba4ee589ac1534b060700af4b57cd34f4692d337e87db", kill_on_drop: false }`
[INFO] [stdout] 8ea1acab873c2000fa0ba4ee589ac1534b060700af4b57cd34f4692d337e87db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bf58fab92ed4f05e6d6b4172c9f5003ef212639e18af636b8157a202727d44a9
[INFO] running `Command { std: "docker" "start" "-a" "bf58fab92ed4f05e6d6b4172c9f5003ef212639e18af636b8157a202727d44a9", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/slice.rs:183:23
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub const fn iter(&self) -> Iter<T> {
[INFO] [stderr]     |                       ^^^^^     ------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub const fn iter(&self) -> Iter<'_, T> {
[INFO] [stderr]     |                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/slice.rs:214:21
[INFO] [stderr]     |
[INFO] [stderr] 214 |     pub fn iter_mut(&mut self) -> IterMut<T> {
[INFO] [stderr]     |                     ^^^^^^^^^     ---------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 214 |     pub fn iter_mut(&mut self) -> IterMut<'_, T> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `soa-rs` (lib) generated 2 warnings
[INFO] [stderr] warning: `soa-rs` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/soa_rs-c09fce3e3cd7d09e)
[INFO] [stderr]    Doc-tests soa_rs
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 59 tests
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::simultaneous_mutable_and_immutable::fail (line 11) - compile fail ... ok
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::swap_slices_by_mut_ref (line 52) ... ok
[INFO] [stdout] test src/lib.rs - (line 142) ... ignored
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::multiple_mutable_borrows::fail (line 35) - compile fail ... ok
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::simultaneous_mutable_and_immutable (line 1) ... ok
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::multiple_mutable_borrows (line 24) ... ok
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::swap_slices_by_mut_ref::as_mut (line 79) - compile fail ... ok
[INFO] [stdout] test src/borrow_tests.rs - borrow_tests::swap_slices_by_mut_ref::deref_mut (line 64) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 71) ... ok
[INFO] [stdout] test src/lib.rs - (line 109) ... ok
[INFO] [stdout] test src/lib.rs - (line 33) ... ok
[INFO] [stdout] test src/lib.rs - (line 93) ... ok
[INFO] [stdout] test src/lib.rs - (line 20) ... ok
[INFO] [stdout] test src/lib.rs - readme_tests (line 343) ... ok
[INFO] [stdout] test src/lib.rs - (line 46) ... ok
[INFO] [stdout] test src/lib.rs - Soars (line 240) ... ok
[INFO] [stdout] test src/lib.rs - Soars (line 256) ... FAILED
[INFO] [stdout] test src/lib.rs - readme_tests (line 389) ... ok
[INFO] [stdout] test src/lib.rs - soa (line 272) ... ok
[INFO] [stdout] test src/lib.rs - (line 9) ... ok
[INFO] [stdout] test src/lib.rs - (line 128) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::first_mut (line 412) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::chunks_exact (line 480) ... ok
[INFO] [stdout] test src/lib.rs - soa (line 283) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::get (line 238) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::first (line 393) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::idx_mut (line 332) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::get_mut (line 268) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::last (line 431) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::idx (line 300) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::last_mut (line 450) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::is_empty (line 150) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::slices_mut (line 535) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::iter_mut (line 202) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::iter (line 170) ... ok
[INFO] [stdout] test src/slice.rs - slice::send_sync_fail (line 55) - compile fail ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::slices (line 507) ... ok
[INFO] [stdout] test src/slice.rs - slice::send_sync_fail (line 43) - compile fail ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::swap (line 365) ... ok
[INFO] [stdout] test src/slice.rs - slice::Slice<T>::len (line 134) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::new (line 50) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::capacity (line 158) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::clear (line 544) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::into_raw_parts (line 187) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::append (line 516) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::pop (line 247) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::push (line 224) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::insert (line 275) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::truncate (line 434) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::reserve (line 334) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::swap_remove (line 484) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::reserve_exact (line 363) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::remove (line 304) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::shrink_to (line 406) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::shrink_to_fit (line 383) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::truncate (line 457) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::with_capacity (line 75) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::truncate (line 446) ... ok
[INFO] [stdout] test src/soa.rs - soa::Soa<T>::with (line 139) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Soars (line 256) stdout ----
[INFO] [stdout] error[E0659]: `align` is ambiguous
[INFO] [stdout]  --> src/lib.rs:261:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Foo(#[align(8)] u8);
[INFO] [stdout]   |              ^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of a name conflict with a builtin attribute
[INFO] [stdout]   = note: `align` could refer to a built-in attribute
[INFO] [stdout] note: `align` could also refer to the derive helper attribute defined here
[INFO] [stdout]  --> src/lib.rs:259:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Soars)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: the `#[align]` attribute is an experimental feature
[INFO] [stdout]  --> src/lib.rs:261:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Foo(#[align(8)] u8);
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #82232 <https://github.com/rust-lang/rust/issues/82232> for more information
[INFO] [stdout]   = help: add `#![feature(fn_align)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2025-07-04; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union
[INFO] [stdout]  --> src/lib.rs:261:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Foo(#[align(8)] u8);
[INFO] [stdout]   |            ^^^^^^^^^^^ -- not a struct, enum, or union
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0517, E0658, E0659.
[INFO] [stdout] For more information about an error, try `rustc --explain E0517`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Soars (line 256)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 57 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 6.09s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "bf58fab92ed4f05e6d6b4172c9f5003ef212639e18af636b8157a202727d44a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf58fab92ed4f05e6d6b4172c9f5003ef212639e18af636b8157a202727d44a9", kill_on_drop: false }`
[INFO] [stdout] bf58fab92ed4f05e6d6b4172c9f5003ef212639e18af636b8157a202727d44a9
