[INFO] fetching crate morse-codec 0.4.30... [INFO] testing morse-codec-0.4.30 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate morse-codec 0.4.30 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate morse-codec 0.4.30 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate morse-codec 0.4.30 [INFO] tweaked toml for crates.io crate morse-codec 0.4.30 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate morse-codec 0.4.30 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] crate crates.io crate morse-codec 0.4.30 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b1c8fb7a352b4fd4a6defa9a09079ccef001967a0fc555663475f6c380967d22 [INFO] running `Command { std: "docker" "start" "-a" "b1c8fb7a352b4fd4a6defa9a09079ccef001967a0fc555663475f6c380967d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b1c8fb7a352b4fd4a6defa9a09079ccef001967a0fc555663475f6c380967d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1c8fb7a352b4fd4a6defa9a09079ccef001967a0fc555663475f6c380967d22", kill_on_drop: false }` [INFO] [stdout] b1c8fb7a352b4fd4a6defa9a09079ccef001967a0fc555663475f6c380967d22 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cc9badc36ad7d6d3312d9b22ef0309d96b5bd7c0c861e7c47d4c3e09733fbc0 [INFO] running `Command { std: "docker" "start" "-a" "7cc9badc36ad7d6d3312d9b22ef0309d96b5bd7c0c861e7c47d4c3e09733fbc0", kill_on_drop: false }` [INFO] [stderr] Compiling morse-codec v0.4.30 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn iter(&self) -> MessageIterator { [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] 179 | pub fn iter(&self) -> MessageIterator<'_, MSG_MAX> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 0.18s [INFO] running `Command { std: "docker" "inspect" "7cc9badc36ad7d6d3312d9b22ef0309d96b5bd7c0c861e7c47d4c3e09733fbc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cc9badc36ad7d6d3312d9b22ef0309d96b5bd7c0c861e7c47d4c3e09733fbc0", kill_on_drop: false }` [INFO] [stdout] 7cc9badc36ad7d6d3312d9b22ef0309d96b5bd7c0c861e7c47d4c3e09733fbc0 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 557c58189b752bc5141d12fc8b2f42a6b5bf69c62966bc01b85c0fcc07ac136c [INFO] running `Command { std: "docker" "start" "-a" "557c58189b752bc5141d12fc8b2f42a6b5bf69c62966bc01b85c0fcc07ac136c", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn iter(&self) -> MessageIterator { [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] 179 | pub fn iter(&self) -> MessageIterator<'_, MSG_MAX> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling keyboard_query v0.1.0 [INFO] [stderr] Compiling morse-codec v0.4.30 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/message.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn iter(&self) -> MessageIterator { [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] 179 | pub fn iter(&self) -> MessageIterator<'_, MSG_MAX> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 1m 06s [INFO] running `Command { std: "docker" "inspect" "557c58189b752bc5141d12fc8b2f42a6b5bf69c62966bc01b85c0fcc07ac136c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "557c58189b752bc5141d12fc8b2f42a6b5bf69c62966bc01b85c0fcc07ac136c", kill_on_drop: false }` [INFO] [stdout] 557c58189b752bc5141d12fc8b2f42a6b5bf69c62966bc01b85c0fcc07ac136c [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bf94e92d23301214e22f397a43ce70020e847135ee50a7bfec3f27a0a45e1143 [INFO] running `Command { std: "docker" "start" "-a" "bf94e92d23301214e22f397a43ce70020e847135ee50a7bfec3f27a0a45e1143", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/message.rs:179:17 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn iter(&self) -> MessageIterator { [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] 179 | pub fn iter(&self) -> MessageIterator<'_, MSG_MAX> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `morse-codec` (lib) generated 1 warning (run `cargo fix --lib -p morse-codec` to apply 1 suggestion) [INFO] [stderr] warning: `morse-codec` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/morse_codec-407cf61d3e54f728) [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] [stderr] Running tests/test-decode-encode-combined.rs (/opt/rustwide/target/debug/deps/test_decode_encode_combined-6f6e7b94beeaee6d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass `--test test-decode-encode-combined` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/test_decode_encode_combined-6f6e7b94beeaee6d` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "bf94e92d23301214e22f397a43ce70020e847135ee50a7bfec3f27a0a45e1143", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf94e92d23301214e22f397a43ce70020e847135ee50a7bfec3f27a0a45e1143", kill_on_drop: false }` [INFO] [stdout] bf94e92d23301214e22f397a43ce70020e847135ee50a7bfec3f27a0a45e1143