[INFO] fetching crate multi-seq-align 0.2.0... [INFO] testing multi-seq-align-0.2.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate multi-seq-align 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate multi-seq-align 0.2.0 [INFO] finished tweaking crates.io crate multi-seq-align 0.2.0 [INFO] tweaked toml for crates.io crate multi-seq-align 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate multi-seq-align 0.2.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 19 packages to latest compatible versions [INFO] [stderr] Adding displaydoc v0.1.7 (available: v0.2.5) [INFO] [stderr] Adding pretty_assertions v0.6.1 (available: v1.4.1) [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-10-28" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e3ec7c1fe8efff15db332fe7901d4dfc534df27dc7ee8bd47b5dabb7beee6f1 [INFO] running `Command { std: "docker" "start" "-a" "7e3ec7c1fe8efff15db332fe7901d4dfc534df27dc7ee8bd47b5dabb7beee6f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e3ec7c1fe8efff15db332fe7901d4dfc534df27dc7ee8bd47b5dabb7beee6f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e3ec7c1fe8efff15db332fe7901d4dfc534df27dc7ee8bd47b5dabb7beee6f1", kill_on_drop: false }` [INFO] [stdout] 7e3ec7c1fe8efff15db332fe7901d4dfc534df27dc7ee8bd47b5dabb7beee6f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 059674756cc8a50ade8a4c2a63fd4d7737f5651ed784bc7bf13d1347dd544fa2 [INFO] running `Command { std: "docker" "start" "-a" "059674756cc8a50ade8a4c2a63fd4d7737f5651ed784bc7bf13d1347dd544fa2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling displaydoc v0.1.7 [INFO] [stderr] Compiling multi-seq-align v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/errors.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Error, Display, PartialEq)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Display` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_Display_FOR_MultiSeqAlignError` [INFO] [stdout] ... [INFO] [stdout] 8 | pub enum MultiSeqAlignError { [INFO] [stdout] | ------------------ `MultiSeqAlignError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s [INFO] running `Command { std: "docker" "inspect" "059674756cc8a50ade8a4c2a63fd4d7737f5651ed784bc7bf13d1347dd544fa2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "059674756cc8a50ade8a4c2a63fd4d7737f5651ed784bc7bf13d1347dd544fa2", kill_on_drop: false }` [INFO] [stdout] 059674756cc8a50ade8a4c2a63fd4d7737f5651ed784bc7bf13d1347dd544fa2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c7b7df99711cbb2cb27e1f3d8b4299f5cec241b3afdde9d9e0c7c3de45dbe7e [INFO] running `Command { std: "docker" "start" "-a" "2c7b7df99711cbb2cb27e1f3d8b4299f5cec241b3afdde9d9e0c7c3de45dbe7e", kill_on_drop: false }` [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/errors.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Error, Display, PartialEq)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Display` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_Display_FOR_MultiSeqAlignError` [INFO] [stdout] ... [INFO] [stdout] 8 | pub enum MultiSeqAlignError { [INFO] [stdout] | ------------------ `MultiSeqAlignError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling multi-seq-align v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/errors.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Error, Display, PartialEq)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Display` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_Display_FOR_MultiSeqAlignError` [INFO] [stdout] ... [INFO] [stdout] 8 | pub enum MultiSeqAlignError { [INFO] [stdout] | ------------------ `MultiSeqAlignError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "2c7b7df99711cbb2cb27e1f3d8b4299f5cec241b3afdde9d9e0c7c3de45dbe7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c7b7df99711cbb2cb27e1f3d8b4299f5cec241b3afdde9d9e0c7c3de45dbe7e", kill_on_drop: false }` [INFO] [stdout] 2c7b7df99711cbb2cb27e1f3d8b4299f5cec241b3afdde9d9e0c7c3de45dbe7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9013feb63453b9bd599c9214bba241ad3d81a7115cf024610ba484a31c888a48 [INFO] running `Command { std: "docker" "start" "-a" "9013feb63453b9bd599c9214bba241ad3d81a7115cf024610ba484a31c888a48", kill_on_drop: false }` [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/errors.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Error, Display, PartialEq)] [INFO] [stderr] | ^------ [INFO] [stderr] | | [INFO] [stderr] | `Display` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_Display_FOR_MultiSeqAlignError` [INFO] [stderr] ... [INFO] [stderr] 8 | pub enum MultiSeqAlignError { [INFO] [stderr] | ------------------ `MultiSeqAlignError` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `multi-seq-align` (lib) generated 1 warning [INFO] [stderr] warning: `multi-seq-align` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/multi_seq_align-888da6333bd6449d) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test tests::add_1_sequence_wrong_length ... ok [INFO] [stdout] test tests::different_seq_lengths ... ok [INFO] [stdout] test tests::add_to_new ... ok [INFO] [stdout] test tests::add_1_sequence ... ok [INFO] [stdout] test tests::empty_align ... ok [INFO] [stdout] test tests::for_positions ... ok [INFO] [stdout] test tests::for_positions_exact ... ok [INFO] [stdout] test tests::for_sequences ... ok [INFO] [stdout] test tests::new_align ... ok [INFO] [stdout] test tests::for_sequences_collect ... ok [INFO] [stdout] test tests::new_alignment_with_desc ... ok [INFO] [stdout] test tests::nth_residues_3 ... ok [INFO] [stdout] test utils::tests::unequal_lengths_1 ... ok [INFO] [stdout] test utils::tests::unequal_lengths_2 ... ok [INFO] [stdout] test tests::nth_residues_more_seqs ... ok [INFO] [stdout] test tests::for_sequences_exact ... ok [INFO] [stderr] Doc-tests multi_seq_align [INFO] [stdout] test tests::for_positions_out_of_bonds - should panic ... ok [INFO] [stdout] test tests::nth_residues_out - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - Alignment::nth_sequence (line 447) ... ok [INFO] [stdout] test src/lib.rs - Alignment::nth_position (line 421) ... ok [INFO] [stdout] test src/lib.rs - Alignment::new (line 301) ... ok [INFO] [stdout] test src/lib.rs - Alignment::add (line 379) ... ok [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] test src/lib.rs - Alignment::iter_positions (line 236) ... ok [INFO] [stdout] test src/lib.rs - Alignment::iter_sequences (line 268) ... ok [INFO] [stdout] test src/lib.rs - Alignment::with_sequences (line 337) ... ok [INFO] [stdout] test src/lib.rs - Alignment::is_empty (line 322) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9013feb63453b9bd599c9214bba241ad3d81a7115cf024610ba484a31c888a48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9013feb63453b9bd599c9214bba241ad3d81a7115cf024610ba484a31c888a48", kill_on_drop: false }` [INFO] [stdout] 9013feb63453b9bd599c9214bba241ad3d81a7115cf024610ba484a31c888a48