[INFO] fetching crate distmat 0.3.0... [INFO] testing distmat-0.3.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate distmat 0.3.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate distmat 0.3.0 [INFO] finished tweaking crates.io crate distmat 0.3.0 [INFO] tweaked toml for crates.io crate distmat 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate distmat 0.3.0 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 11 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [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] 2878e4428b3c63d24fead9aa8ddc4fe245de0cf1ed1ab1e4d94a02672dd703ed [INFO] running `Command { std: "docker" "start" "-a" "2878e4428b3c63d24fead9aa8ddc4fe245de0cf1ed1ab1e4d94a02672dd703ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2878e4428b3c63d24fead9aa8ddc4fe245de0cf1ed1ab1e4d94a02672dd703ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2878e4428b3c63d24fead9aa8ddc4fe245de0cf1ed1ab1e4d94a02672dd703ed", kill_on_drop: false }` [INFO] [stdout] 2878e4428b3c63d24fead9aa8ddc4fe245de0cf1ed1ab1e4d94a02672dd703ed [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] 0de98df11d18a8963f1cd6597720540daf5ef97e87adb5d7a66c4bb5bb54cd6a [INFO] running `Command { std: "docker" "start" "-a" "0de98df11d18a8963f1cd6597720540daf5ef97e87adb5d7a66c4bb5bb54cd6a", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling distmat v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn iter_labels(&self) -> Labels { [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] 102 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 231 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:240:26 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn iter_to_point(&self, idx: usize) -> Column { [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] 240 | pub fn iter_to_point(&self, idx: usize) -> Column<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:246:22 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn iter_rows(&self) -> Rows { [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] 246 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn iter_cols(&self) -> Columns { [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] 252 | pub fn iter_cols(&self) -> Columns<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn iter_labels(&self) -> Labels { [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] 107 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:201:22 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn iter_rows(&self) -> Rows { [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] 201 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:212:22 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn iter_cols(&self) -> Rows { [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] 212 | pub fn iter_cols(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 340 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:354:26 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn iter_to_point(&self, idx: usize) -> Row { [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] 354 | pub fn iter_to_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s [INFO] running `Command { std: "docker" "inspect" "0de98df11d18a8963f1cd6597720540daf5ef97e87adb5d7a66c4bb5bb54cd6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0de98df11d18a8963f1cd6597720540daf5ef97e87adb5d7a66c4bb5bb54cd6a", kill_on_drop: false }` [INFO] [stdout] 0de98df11d18a8963f1cd6597720540daf5ef97e87adb5d7a66c4bb5bb54cd6a [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] 851d3c7cbd8747d9bdde758b6770529dce18c194abe2ab08d7d6b55ebbd5bc80 [INFO] running `Command { std: "docker" "start" "-a" "851d3c7cbd8747d9bdde758b6770529dce18c194abe2ab08d7d6b55ebbd5bc80", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn iter_labels(&self) -> Labels { [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] 102 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 231 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:240:26 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn iter_to_point(&self, idx: usize) -> Column { [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] 240 | pub fn iter_to_point(&self, idx: usize) -> Column<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:246:22 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn iter_rows(&self) -> Rows { [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] 246 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn iter_cols(&self) -> Columns { [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] 252 | pub fn iter_cols(&self) -> Columns<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn iter_labels(&self) -> Labels { [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] 107 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:201:22 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn iter_rows(&self) -> Rows { [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] 201 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:212:22 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn iter_cols(&self) -> Rows { [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] 212 | pub fn iter_cols(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 340 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:354:26 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn iter_to_point(&self, idx: usize) -> Row { [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] 354 | pub fn iter_to_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling distmat v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn iter_labels(&self) -> Labels { [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] 102 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 231 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:240:26 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn iter_to_point(&self, idx: usize) -> Column { [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] 240 | pub fn iter_to_point(&self, idx: usize) -> Column<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:246:22 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn iter_rows(&self) -> Rows { [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] 246 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/square.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn iter_cols(&self) -> Columns { [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] 252 | pub fn iter_cols(&self) -> Columns<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn iter_labels(&self) -> Labels { [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] 107 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:201:22 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn iter_rows(&self) -> Rows { [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] 201 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:212:22 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn iter_cols(&self) -> Rows { [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] 212 | pub fn iter_cols(&self) -> Rows<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 340 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/symmetric.rs:354:26 [INFO] [stdout] | [INFO] [stdout] 354 | pub fn iter_to_point(&self, idx: usize) -> Row { [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] 354 | pub fn iter_to_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "851d3c7cbd8747d9bdde758b6770529dce18c194abe2ab08d7d6b55ebbd5bc80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "851d3c7cbd8747d9bdde758b6770529dce18c194abe2ab08d7d6b55ebbd5bc80", kill_on_drop: false }` [INFO] [stdout] 851d3c7cbd8747d9bdde758b6770529dce18c194abe2ab08d7d6b55ebbd5bc80 [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] 318872e91db783c19457cb609a68795054fc75be04c318c31813583aad98edc9 [INFO] running `Command { std: "docker" "start" "-a" "318872e91db783c19457cb609a68795054fc75be04c318c31813583aad98edc9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/square.rs:102:24 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn iter_labels(&self) -> Labels { [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] 102 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/square.rs:231:28 [INFO] [stderr] | [INFO] [stderr] 231 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 231 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/square.rs:240:26 [INFO] [stderr] | [INFO] [stderr] 240 | pub fn iter_to_point(&self, idx: usize) -> Column { [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] 240 | pub fn iter_to_point(&self, idx: usize) -> Column<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/square.rs:246:22 [INFO] [stderr] | [INFO] [stderr] 246 | pub fn iter_rows(&self) -> Rows { [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] 246 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/square.rs:252:22 [INFO] [stderr] | [INFO] [stderr] 252 | pub fn iter_cols(&self) -> Columns { [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] 252 | pub fn iter_cols(&self) -> Columns<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/symmetric.rs:107:24 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn iter_labels(&self) -> Labels { [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] 107 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/symmetric.rs:201:22 [INFO] [stderr] | [INFO] [stderr] 201 | pub fn iter_rows(&self) -> Rows { [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] 201 | pub fn iter_rows(&self) -> Rows<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/symmetric.rs:212:22 [INFO] [stderr] | [INFO] [stderr] 212 | pub fn iter_cols(&self) -> Rows { [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] 212 | pub fn iter_cols(&self) -> Rows<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/symmetric.rs:340:28 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn iter_from_point(&self, idx: usize) -> Row { [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] 340 | pub fn iter_from_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/symmetric.rs:354:26 [INFO] [stderr] | [INFO] [stderr] 354 | pub fn iter_to_point(&self, idx: usize) -> Row { [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] 354 | pub fn iter_to_point(&self, idx: usize) -> Row<'_, D> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `distmat` (lib) generated 10 warnings (run `cargo fix --lib -p distmat` to apply 10 suggestions) [INFO] [stderr] warning: `distmat` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/distmat-61714b6e11ff5f57) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test builder::tests::test_from_iter ... ok [INFO] [stdout] test formats::phylip::tests::test_label_parsing ... ok [INFO] [stdout] test formats::phylip::tests::test_lower_triangle_multiline ... ok [INFO] [stdout] test formats::phylip::tests::test_square ... ok [INFO] [stdout] test formats::phylip::tests::test_square_multiline ... ok [INFO] [stdout] test formats::phylip::tests::test_lower_triangle ... ok [INFO] [stdout] test formats::tabular::tests::test_melt_lt ... ok [INFO] [stdout] test formats::tabular::tests::test_melt_comma ... ok [INFO] [stdout] test builder::tests::test_square_builder ... ok [INFO] [stdout] test builder::tests::test_sym_builder ... ok [INFO] [stdout] test formats::tabular::tests::test_version ... ok [INFO] [stdout] test square::tests::test_builder ... ok [INFO] [stdout] test square::tests::test_from_pw_distances_with ... ok [INFO] [stdout] test square::tests::test_iter_cols ... ok [INFO] [stdout] test square::tests::test_from_pw_distances ... ok [INFO] [stdout] test square::tests::test_from_iter ... ok [INFO] [stdout] test square::tests::test_getters ... ok [INFO] [stdout] test square::tests::test_to_sym ... ok [INFO] [stdout] test builder::tests::test_square_builder_incomplete ... ok [INFO] [stdout] test square::tests::test_from_file ... ok [INFO] [stdout] test square::tests::test_iter_col ... ok [INFO] [stdout] test square::tests::test_iter_rows ... ok [INFO] [stdout] test symmetric::tests::test_getters_by_name ... ok [INFO] [stdout] test symmetric::tests::test_dist_iter ... ok [INFO] [stdout] test symmetric::tests::test_builder ... ok [INFO] [stdout] test symmetric::tests::test_flip_order ... ok [INFO] [stdout] test symmetric::tests::test_from_iter ... ok [INFO] [stdout] test symmetric::tests::test_from_file ... ok [INFO] [stdout] test symmetric::tests::test_from_pw_distances ... ok [INFO] [stdout] test symmetric::tests::test_from_pw_distances_with ... ok [INFO] [stdout] test symmetric::tests::test_index_for ... ok [INFO] [stdout] test symmetric::tests::test_iter_row ... ok [INFO] [stdout] test symmetric::tests::test_iter_rows ... ok [INFO] [stdout] test symmetric::tests::test_n_items ... ok [INFO] [stdout] test symmetric::tests::test_subset ... ok [INFO] [stdout] test symmetric::tests::test_transpose_coords ... ok [INFO] [stdout] test symmetric::tests::test_getters ... ok [INFO] [stdout] test square::tests::test_iter_row ... ok [INFO] [stdout] test builder::tests::test_square_builder_dup ... ok [INFO] [stdout] test formats::tabular::tests::test_melt ... ok [INFO] [stdout] test formats::tabular::tests::test_comma ... ok [INFO] [stdout] test formats::tabular::tests::test_wide ... ok [INFO] [stdout] test square::tests::test_from_sym ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Doc-tests distmat [INFO] [stderr] warning: expected `=`, found `}` [INFO] [stderr] --> src/formats.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / //! Read distance matrix data to different file formats. [INFO] [stderr] 2 | | //! [INFO] [stderr] 3 | | //! If you have a file produced by a tool for which none of the options here work, [INFO] [stderr] 4 | | //! please report an issue describing how the file was made and an example of the format. [INFO] [stderr] ... | [INFO] [stderr] 45 | | //! See [`SquareMatrix::from_tabular`](crate::SquareMatrix::from_tabular) and [INFO] [stderr] 46 | | //! [`DistMatrix::from_tabular`](crate::DistMatrix::from_tabular). [INFO] [stderr] | |__________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: expected `=`, found `}` [INFO] [stderr] --> src/formats/phylip.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | / /// The traditional format where taxon labels occupy the first 10 [INFO] [stderr] 17 | | /// characters of each line. Longer labels are not possible, and shorter [INFO] [stderr] 18 | | /// labels must be padded with spaces to reach at least 10 characters. [INFO] [stderr] 19 | | /// Taxon labels may contain spaces. [INFO] [stderr] ... | [INFO] [stderr] 26 | | /// taxon 3 2 1 0 [INFO] [stderr] 27 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] [INFO] [stderr] warning: expected `=`, found `}` [INFO] [stderr] --> src/formats/phylip.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | / /// The relaxed dialect. Taxon labels may not contain spaces, but may be of [INFO] [stderr] 31 | | /// any length. They are separated from the distace data by any number of [INFO] [stderr] 32 | | /// spaces. [INFO] [stderr] 33 | | /// [INFO] [stderr] ... | [INFO] [stderr] 40 | | /// taxon-other-delim 2 1 0 [INFO] [stderr] 41 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] [INFO] [stderr] warning: expected `=`, found `}` [INFO] [stderr] --> src/formats/tabular.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | / /// Wide tabular data has rows and columns corresponding to the matrix entries. [INFO] [stderr] 20 | | /// The first row and the first column should contain the taxa labels in the [INFO] [stderr] 21 | | /// same order. The top leftmost cell is ignored. [INFO] [stderr] 22 | | /// [INFO] [stderr] ... | [INFO] [stderr] 29 | | /// C,2,1,0 [INFO] [stderr] 30 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] [INFO] [stderr] warning: expected `=`, found `}` [INFO] [stderr] --> src/formats/tabular.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / /// Long tabular data has exactly 3 columns: the two taxa and the distance. [INFO] [stderr] 34 | | /// A header row is optional and ignored. This shape can either represent a [INFO] [stderr] 35 | | /// complete square matrix with `N * N` rows, or the lower triangle with [INFO] [stderr] 36 | | /// `N * (N - 1) / 2` rows. [INFO] [stderr] ... | [INFO] [stderr] 64 | | /// construct matrix types from an iterator of this shape if your data is not stored in [INFO] [stderr] 65 | | /// a tabular file. [INFO] [stderr] | |_______________________^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [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] running `Command { std: "docker" "inspect" "318872e91db783c19457cb609a68795054fc75be04c318c31813583aad98edc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "318872e91db783c19457cb609a68795054fc75be04c318c31813583aad98edc9", kill_on_drop: false }` [INFO] [stdout] 318872e91db783c19457cb609a68795054fc75be04c318c31813583aad98edc9