[INFO] fetching crate flatdata 0.5.8... [INFO] testing flatdata-0.5.8 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate flatdata 0.5.8 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate flatdata 0.5.8 [INFO] finished tweaking crates.io crate flatdata 0.5.8 [INFO] tweaked toml for crates.io crate flatdata 0.5.8 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate flatdata 0.5.8 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-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-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] [stderr] Adding memmap2 v0.5.10 (available: v0.9.8) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8181b5d854213134ae813b0634ec014d403b7e6ff87cac24d78d86d4b04ba1ce [INFO] running `Command { std: "docker" "start" "-a" "8181b5d854213134ae813b0634ec014d403b7e6ff87cac24d78d86d4b04ba1ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8181b5d854213134ae813b0634ec014d403b7e6ff87cac24d78d86d4b04ba1ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8181b5d854213134ae813b0634ec014d403b7e6ff87cac24d78d86d4b04ba1ce", kill_on_drop: false }` [INFO] [stdout] 8181b5d854213134ae813b0634ec014d403b7e6ff87cac24d78d86d4b04ba1ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f12a3cae3ffb4b7f324fdb77961317d8914289cce6065a7a868a19342347e0a [INFO] running `Command { std: "docker" "start" "-a" "2f12a3cae3ffb4b7f324fdb77961317d8914289cce6065a7a868a19342347e0a", kill_on_drop: false }` [INFO] [stderr] Compiling flatdata v0.5.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/multivector.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn grow(&mut self) -> io::Result<::ItemMut> { [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: the lint level is defined here [INFO] [stdout] --> src/lib.rs:150:54 [INFO] [stdout] | [INFO] [stdout] 150 | #![deny(missing_docs, missing_debug_implementations, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub fn grow(&mut self) -> io::Result<>::ItemMut> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:527:23 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn start_data(&self) -> ::std::io::Result> { [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] 527 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:626:23 [INFO] [stdout] | [INFO] [stdout] 626 | pub fn start_data(&self) -> ::std::io::Result> { [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] 626 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:770:15 [INFO] [stdout] | [INFO] [stdout] 770 | pub fn ab(&self) -> &crate::MultiArrayView { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 770 | pub fn ab(&self) -> &crate::MultiArrayView<'_, Ab> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:846:21 [INFO] [stdout] | [INFO] [stdout] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [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] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:876:17 [INFO] [stdout] | [INFO] [stdout] 876 | pub fn blob(&self) -> crate::RawData { [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] 876 | pub fn blob(&self) -> crate::RawData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s [INFO] running `Command { std: "docker" "inspect" "2f12a3cae3ffb4b7f324fdb77961317d8914289cce6065a7a868a19342347e0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f12a3cae3ffb4b7f324fdb77961317d8914289cce6065a7a868a19342347e0a", kill_on_drop: false }` [INFO] [stdout] 2f12a3cae3ffb4b7f324fdb77961317d8914289cce6065a7a868a19342347e0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0595e1eb6defeab8c44a08c5df5980b2adb1ccf531eecbd546d2cdca70e0542f [INFO] running `Command { std: "docker" "start" "-a" "0595e1eb6defeab8c44a08c5df5980b2adb1ccf531eecbd546d2cdca70e0542f", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/multivector.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn grow(&mut self) -> io::Result<::ItemMut> { [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: the lint level is defined here [INFO] [stdout] --> src/lib.rs:150:54 [INFO] [stdout] | [INFO] [stdout] 150 | #![deny(missing_docs, missing_debug_implementations, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub fn grow(&mut self) -> io::Result<>::ItemMut> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:527:23 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn start_data(&self) -> ::std::io::Result> { [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] 527 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:626:23 [INFO] [stdout] | [INFO] [stdout] 626 | pub fn start_data(&self) -> ::std::io::Result> { [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] 626 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:770:15 [INFO] [stdout] | [INFO] [stdout] 770 | pub fn ab(&self) -> &crate::MultiArrayView { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 770 | pub fn ab(&self) -> &crate::MultiArrayView<'_, Ab> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:846:21 [INFO] [stdout] | [INFO] [stdout] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [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] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:876:17 [INFO] [stdout] | [INFO] [stdout] 876 | pub fn blob(&self) -> crate::RawData { [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] 876 | pub fn blob(&self) -> crate::RawData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling flatdata v0.5.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/multivector.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn grow(&mut self) -> io::Result<::ItemMut> { [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: the lint level is defined here [INFO] [stdout] --> src/lib.rs:150:54 [INFO] [stdout] | [INFO] [stdout] 150 | #![deny(missing_docs, missing_debug_implementations, warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub fn grow(&mut self) -> io::Result<>::ItemMut> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:527:23 [INFO] [stdout] | [INFO] [stdout] 527 | pub fn start_data(&self) -> ::std::io::Result> { [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] 527 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:626:23 [INFO] [stdout] | [INFO] [stdout] 626 | pub fn start_data(&self) -> ::std::io::Result> { [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] 626 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:770:15 [INFO] [stdout] | [INFO] [stdout] 770 | pub fn ab(&self) -> &crate::MultiArrayView { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | || [INFO] [stdout] | | |the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is elided here [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] 770 | pub fn ab(&self) -> &crate::MultiArrayView<'_, Ab> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:846:21 [INFO] [stdout] | [INFO] [stdout] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [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] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/test/test_generated.rs:876:17 [INFO] [stdout] | [INFO] [stdout] 876 | pub fn blob(&self) -> crate::RawData { [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] 876 | pub fn blob(&self) -> crate::RawData<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.83s [INFO] running `Command { std: "docker" "inspect" "0595e1eb6defeab8c44a08c5df5980b2adb1ccf531eecbd546d2cdca70e0542f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0595e1eb6defeab8c44a08c5df5980b2adb1ccf531eecbd546d2cdca70e0542f", kill_on_drop: false }` [INFO] [stdout] 0595e1eb6defeab8c44a08c5df5980b2adb1ccf531eecbd546d2cdca70e0542f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b79732e60dce75f870b9edfc96c2537dde43f5204721f435bdbf2bd67b556188 [INFO] running `Command { std: "docker" "start" "-a" "b79732e60dce75f870b9edfc96c2537dde43f5204721f435bdbf2bd67b556188", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/multivector.rs:133:17 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn grow(&mut self) -> io::Result<::ItemMut> { [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: the lint level is defined here [INFO] [stderr] --> src/lib.rs:150:54 [INFO] [stderr] | [INFO] [stderr] 150 | #![deny(missing_docs, missing_debug_implementations, warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` implied by `#[warn(warnings)]` [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 133 | pub fn grow(&mut self) -> io::Result<>::ItemMut> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/test/test_generated.rs:527:23 [INFO] [stderr] | [INFO] [stderr] 527 | pub fn start_data(&self) -> ::std::io::Result> { [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] 527 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/test/test_generated.rs:626:23 [INFO] [stderr] | [INFO] [stderr] 626 | pub fn start_data(&self) -> ::std::io::Result> { [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] 626 | pub fn start_data(&self) -> ::std::io::Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/test/test_generated.rs:770:15 [INFO] [stderr] | [INFO] [stderr] 770 | pub fn ab(&self) -> &crate::MultiArrayView { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [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] 770 | pub fn ab(&self) -> &crate::MultiArrayView<'_, Ab> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/test/test_generated.rs:846:21 [INFO] [stderr] | [INFO] [stderr] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [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] 846 | pub fn start_ab(&self) -> ::std::io::Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/test/test_generated.rs:876:17 [INFO] [stderr] | [INFO] [stderr] 876 | pub fn blob(&self) -> crate::RawData { [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] 876 | pub fn blob(&self) -> crate::RawData<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `flatdata` (lib) generated 6 warnings (run `cargo fix --lib -p flatdata` to apply 6 suggestions) [INFO] [stderr] warning: `flatdata` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flatdata-e5308cc8ff6bd19a) [INFO] [stdout] [INFO] [stdout] running 46 tests [INFO] [stdout] test arrayview::test::range ... ok [INFO] [stdout] test arrayview::test::into_iter ... ok [INFO] [stdout] test arrayview::test::slice ... ok [INFO] [stdout] test arrayview::test::reverse ... ok [INFO] [stdout] test arrayview::test::new_and_clone ... ok [INFO] [stdout] test arrayview::test::debug ... ok [INFO] [stdout] test arrayview::test::fused ... ok [INFO] [stdout] test bytereader::tests::byte_reader_unsigned_test ... ok [INFO] [stdout] test bytewriter::test::test_enum_i32_2 ... ok [INFO] [stdout] test bytewriter::test::test_enum_i16_2 ... ok [INFO] [stdout] test bytewriter::test::test_enum_i64_1 ... ok [INFO] [stdout] test bytewriter::test::test_enum_i8_1 ... ok [INFO] [stdout] test bytewriter::test::test_enum_i8_2 ... ok [INFO] [stdout] test bytewriter::test::byte_writer_unsigned_test ... ok [INFO] [stdout] test bytewriter::test::test_enum_u32_1 ... ok [INFO] [stdout] test bytewriter::test::test_enum_u16_2 ... ok [INFO] [stdout] test bytewriter::test::test_enum_u32_2 ... ok [INFO] [stdout] test bytewriter::test::test_enum_i64_2 ... ok [INFO] [stdout] test bytewriter::test::test_enum_i32_1 ... ok [INFO] [stdout] test bytewriter::test::test_enum_u64_1 ... ok [INFO] [stdout] test bytewriter::test::test_enum_u16_1 ... ok [INFO] [stdout] test bytewriter::test::test_enum_u64_2 ... ok [INFO] [stdout] test bytewriter::test::test_enum_u8_1 ... ok [INFO] [stdout] test multiarrayview::tests::fused ... ok [INFO] [stdout] test multiarrayview::tests::debug ... ok [INFO] [stdout] test rawdata::tests::invalid_utf8 ... ok [INFO] [stdout] test rawdata::tests::last_without_terminator ... ok [INFO] [stdout] test multiarrayview::tests::into_iter ... ok [INFO] [stdout] test storage::test::test_not_panic_on_close ... ok [INFO] [stdout] test structs::test::test_debug ... ok [INFO] [stdout] test structs::test::test_range ... ok [INFO] [stdout] test multivector::tests::test_multi_vector ... ok [INFO] [stdout] test multiarrayview::tests::slice ... ok [INFO] [stdout] test rawdata::tests::until_terminator ... ok [INFO] [stdout] test multiarrayview::tests::reverse ... ok [INFO] [stdout] test vector::tests::test_vector_new ... ok [INFO] [stdout] test vector::tests::test_vector_as_view ... ok [INFO] [stdout] test vector::tests::test_vector_grow ... ok [INFO] [stdout] test vector::tests::test_vector_index ... ok [INFO] [stdout] test vector::tests::test_vector_range ... ok [INFO] [stdout] test rawdata::tests::empty ... ok [INFO] [stdout] test vector::tests::test_ability_to_get_mut_and_const_for_non_overlap ... ok [INFO] [stdout] test bytereader::tests::test_read_bytes_signed ... ok [INFO] [stdout] test bytewriter::test::byte_writer_signed_test ... ok [INFO] [stdout] test bytewriter::test::test_enum_i16_1 ... ok [INFO] [stderr] Doc-tests flatdata [INFO] [stdout] test bytewriter::test::test_enum_u8_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/generator.rs - generator::generate (line 38) ... ignored [INFO] [stdout] test src/generator.rs - generator::generate (line 48) ... ignored [INFO] [stdout] test src/lib.rs - (line 65) ... ignored [INFO] [stdout] test src/filestorage.rs - filestorage::FileResourceStorage (line 41) - compile ... ok [INFO] [stdout] test src/memstorage.rs - memstorage::MemoryResourceStorage (line 50) ... ok [INFO] [stdout] test src/multivector.rs - multivector::MultiVector (line 57) ... ok [INFO] [stdout] test src/vector.rs - vector::Vector (line 36) ... ok [INFO] [stdout] test src/vector.rs - vector::ExternalVector (line 217) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.74s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b79732e60dce75f870b9edfc96c2537dde43f5204721f435bdbf2bd67b556188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b79732e60dce75f870b9edfc96c2537dde43f5204721f435bdbf2bd67b556188", kill_on_drop: false }` [INFO] [stdout] b79732e60dce75f870b9edfc96c2537dde43f5204721f435bdbf2bd67b556188