[INFO] fetching crate distmat 0.3.0... [INFO] testing distmat-0.3.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate distmat 0.3.0 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate distmat 0.3.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8aedb816e047aaf12a7983a8eb9909e1ca890342142a319620dbbd4d442c848f [INFO] running `Command { std: "docker" "start" "-a" "8aedb816e047aaf12a7983a8eb9909e1ca890342142a319620dbbd4d442c848f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8aedb816e047aaf12a7983a8eb9909e1ca890342142a319620dbbd4d442c848f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8aedb816e047aaf12a7983a8eb9909e1ca890342142a319620dbbd4d442c848f", kill_on_drop: false }` [INFO] [stdout] 8aedb816e047aaf12a7983a8eb9909e1ca890342142a319620dbbd4d442c848f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6f9a5b1daef92de7d2c96c8d5508499b7f1da9a090331feecdb8c63b5ed3dbe [INFO] running `Command { std: "docker" "start" "-a" "b6f9a5b1daef92de7d2c96c8d5508499b7f1da9a090331feecdb8c63b5ed3dbe", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [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.41s [INFO] running `Command { std: "docker" "inspect" "b6f9a5b1daef92de7d2c96c8d5508499b7f1da9a090331feecdb8c63b5ed3dbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6f9a5b1daef92de7d2c96c8d5508499b7f1da9a090331feecdb8c63b5ed3dbe", kill_on_drop: false }` [INFO] [stdout] b6f9a5b1daef92de7d2c96c8d5508499b7f1da9a090331feecdb8c63b5ed3dbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 028aa49206df4d4b52e54b07b3cd04e881e9a14b1b07c16e65c75d92d51363fe [INFO] running `Command { std: "docker" "start" "-a" "028aa49206df4d4b52e54b07b3cd04e881e9a14b1b07c16e65c75d92d51363fe", kill_on_drop: false }` [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] [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.57s [INFO] running `Command { std: "docker" "inspect" "028aa49206df4d4b52e54b07b3cd04e881e9a14b1b07c16e65c75d92d51363fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "028aa49206df4d4b52e54b07b3cd04e881e9a14b1b07c16e65c75d92d51363fe", kill_on_drop: false }` [INFO] [stdout] 028aa49206df4d4b52e54b07b3cd04e881e9a14b1b07c16e65c75d92d51363fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3f9f3791d3c59c53b94b1297a2ac5d367f4342c78d440e29fba14d18f81b008 [INFO] running `Command { std: "docker" "start" "-a" "a3f9f3791d3c59c53b94b1297a2ac5d367f4342c78d440e29fba14d18f81b008", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/square.rs:102:24 [INFO] [stdout] running 43 tests [INFO] [stderr] | [INFO] [stdout] test builder::tests::test_square_builder_incomplete ... ok [INFO] [stderr] 102 | pub fn iter_labels(&self) -> Labels { [INFO] [stdout] test builder::tests::test_square_builder_dup ... ok [INFO] [stderr] | ^^^^^ ------ the same lifetime is hidden here [INFO] [stdout] test builder::tests::test_sym_builder ... ok [INFO] [stderr] | | [INFO] [stdout] test formats::phylip::tests::test_label_parsing ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test formats::phylip::tests::test_lower_triangle_multiline ... ok [INFO] [stderr] | [INFO] [stdout] test builder::tests::test_from_iter ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test formats::phylip::tests::test_square ... ok [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] test formats::tabular::tests::test_melt ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test builder::tests::test_square_builder ... ok [INFO] [stderr] | [INFO] [stdout] test formats::phylip::tests::test_square_multiline ... ok [INFO] [stderr] 102 | pub fn iter_labels(&self) -> Labels<'_> { [INFO] [stdout] test formats::tabular::tests::test_version ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test formats::tabular::tests::test_comma ... ok [INFO] [stderr] [INFO] [stdout] test formats::phylip::tests::test_lower_triangle ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test formats::tabular::tests::test_wide ... ok [INFO] [stderr] --> src/square.rs:231:28 [INFO] [stdout] test square::tests::test_builder ... ok [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 [INFO] [stderr] warning: `distmat` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/distmat-bafb8d3e6d39b0b7) [INFO] [stdout] test square::tests::test_from_pw_distances ... ok [INFO] [stdout] test square::tests::test_iter_row ... ok [INFO] [stdout] test square::tests::test_iter_rows ... ok [INFO] [stdout] test square::tests::test_to_sym ... ok [INFO] [stdout] test square::tests::test_from_file ... ok [INFO] [stdout] test square::tests::test_from_pw_distances_with ... ok [INFO] [stdout] test symmetric::tests::test_builder ... ok [INFO] [stdout] test square::tests::test_from_sym ... ok [INFO] [stdout] test square::tests::test_getters ... ok [INFO] [stdout] test formats::tabular::tests::test_melt_lt ... ok [INFO] [stdout] test symmetric::tests::test_from_file ... ok [INFO] [stdout] test symmetric::tests::test_getters ... ok [INFO] [stdout] test symmetric::tests::test_from_pw_distances ... ok [INFO] [stdout] test symmetric::tests::test_getters_by_name ... 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 square::tests::test_from_iter ... 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_pw_distances_with ... ok [INFO] [stdout] test formats::tabular::tests::test_melt_comma ... ok [INFO] [stdout] test square::tests::test_iter_cols ... ok [INFO] [stdout] test symmetric::tests::test_dist_iter ... ok [INFO] [stdout] test square::tests::test_iter_col ... ok [INFO] [stdout] test symmetric::tests::test_transpose_coords ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [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" "a3f9f3791d3c59c53b94b1297a2ac5d367f4342c78d440e29fba14d18f81b008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3f9f3791d3c59c53b94b1297a2ac5d367f4342c78d440e29fba14d18f81b008", kill_on_drop: false }` [INFO] [stdout] a3f9f3791d3c59c53b94b1297a2ac5d367f4342c78d440e29fba14d18f81b008