[INFO] fetching crate versa 1.6.1...
[INFO] testing versa-1.6.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate versa 1.6.1 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate versa 1.6.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate versa 1.6.1
[INFO] tweaked toml for crates.io crate versa 1.6.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate versa 1.6.1 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 versa 1.6.1 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a837a3041a10dde3f0756a0d482e6138cfbc96487f3cfa01b2580ba3abbf50ce
[INFO] running `Command { std: "docker" "start" "-a" "a837a3041a10dde3f0756a0d482e6138cfbc96487f3cfa01b2580ba3abbf50ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a837a3041a10dde3f0756a0d482e6138cfbc96487f3cfa01b2580ba3abbf50ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a837a3041a10dde3f0756a0d482e6138cfbc96487f3cfa01b2580ba3abbf50ce", kill_on_drop: false }`
[INFO] [stdout] a837a3041a10dde3f0756a0d482e6138cfbc96487f3cfa01b2580ba3abbf50ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 499d8b8d88d102bcafc397b86bac4b776748722f986edbcf6c9dcb076ef9a0e3
[INFO] running `Command { std: "docker" "start" "-a" "499d8b8d88d102bcafc397b86bac4b776748722f986edbcf6c9dcb076ef9a0e3", kill_on_drop: false }`
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]    Compiling regress v0.10.3
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling rust-embed v8.7.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling versa v1.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `protocol::ReceiverInfo`: The ReceiverInfo struct is deprecated and will be removed in a future version; use ReceiverQueryResult instead
[INFO] [stdout]    --> src/protocol/mod.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |   pub receivers: Vec<ReceiverInfo>,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::CheckRegistryResponse`: The CheckRegistryResponse struct is deprecated and will be removed in a future version
[INFO] [stdout]    --> src/protocol/mod.rs:921:12
[INFO] [stdout]     |
[INFO] [stdout] 921 | pub struct CheckRegistryResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::ReceiverInfo`: The ReceiverInfo struct is deprecated and will be removed in a future version; use ReceiverQueryResult instead
[INFO] [stdout]    --> src/protocol/mod.rs:933:12
[INFO] [stdout]     |
[INFO] [stdout] 933 | pub struct ReceiverInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.17s
[INFO] running `Command { std: "docker" "inspect" "499d8b8d88d102bcafc397b86bac4b776748722f986edbcf6c9dcb076ef9a0e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "499d8b8d88d102bcafc397b86bac4b776748722f986edbcf6c9dcb076ef9a0e3", kill_on_drop: false }`
[INFO] [stdout] 499d8b8d88d102bcafc397b86bac4b776748722f986edbcf6c9dcb076ef9a0e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] aada9702c779091ebca5d75a39c59a7a807872d024a02f6344e7125aa7d8928b
[INFO] running `Command { std: "docker" "start" "-a" "aada9702c779091ebca5d75a39c59a7a807872d024a02f6344e7125aa7d8928b", kill_on_drop: false }`
[INFO] [stderr] warning: versa v1.6.1 (/opt/rustwide/workdir) ignoring invalid dependency `rust-script` which is missing a lib target
[INFO] [stderr]    Compiling fsio v0.1.3
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling nias v0.5.0
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling regress v0.10.3
[INFO] [stderr]    Compiling envmnt v0.8.4
[INFO] [stderr]    Compiling ci_info v0.10.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling rusty-hook v0.11.2
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling rust-embed v8.7.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling versa v1.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `protocol::ReceiverInfo`: The ReceiverInfo struct is deprecated and will be removed in a future version; use ReceiverQueryResult instead
[INFO] [stdout]    --> src/protocol/mod.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |   pub receivers: Vec<ReceiverInfo>,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::CheckRegistryResponse`: The CheckRegistryResponse struct is deprecated and will be removed in a future version
[INFO] [stdout]    --> src/protocol/mod.rs:921:12
[INFO] [stdout]     |
[INFO] [stdout] 921 | pub struct CheckRegistryResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::ReceiverInfo`: The ReceiverInfo struct is deprecated and will be removed in a future version; use ReceiverQueryResult instead
[INFO] [stdout]    --> src/protocol/mod.rs:933:12
[INFO] [stdout]     |
[INFO] [stdout] 933 | pub struct ReceiverInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::ReceiverInfo`: The ReceiverInfo struct is deprecated and will be removed in a future version; use ReceiverQueryResult instead
[INFO] [stdout]    --> src/protocol/mod.rs:925:22
[INFO] [stdout]     |
[INFO] [stdout] 925 |   pub receivers: Vec<ReceiverInfo>,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::CheckRegistryResponse`: The CheckRegistryResponse struct is deprecated and will be removed in a future version
[INFO] [stdout]    --> src/protocol/mod.rs:921:12
[INFO] [stdout]     |
[INFO] [stdout] 921 | pub struct CheckRegistryResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protocol::ReceiverInfo`: The ReceiverInfo struct is deprecated and will be removed in a future version; use ReceiverQueryResult instead
[INFO] [stdout]    --> src/protocol/mod.rs:933:12
[INFO] [stdout]     |
[INFO] [stdout] 933 | pub struct ReceiverInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `versa` (lib test); 3 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name versa --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "client_receiver", "client_sender", "default", "diesel", "validator"))' -C metadata=fa6fbbf8fe3e3ca7 -C extra-filename=-3301ca392b0312a7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-017507cbfaf5c416.rlib --extern regress=/opt/rustwide/target/debug/deps/libregress-725171aad3b837ba.rlib --extern rust_embed=/opt/rustwide/target/debug/deps/librust_embed-2c12bbc21cc8ce9c.rlib --extern rusty_hook=/opt/rustwide/target/debug/deps/librusty_hook-89a677070c30a8d5.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8f6f54d9d787782a.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-40db8a50dd9c1dcf.rlib --extern strum=/opt/rustwide/target/debug/deps/libstrum-23d17cac71782f35.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-08f1d8dd0f23881d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "aada9702c779091ebca5d75a39c59a7a807872d024a02f6344e7125aa7d8928b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aada9702c779091ebca5d75a39c59a7a807872d024a02f6344e7125aa7d8928b", kill_on_drop: false }`
[INFO] [stdout] aada9702c779091ebca5d75a39c59a7a807872d024a02f6344e7125aa7d8928b
