[INFO] fetching crate roa-websocket 0.5.0-rc...
[INFO] testing roa-websocket-0.5.0-rc against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate roa-websocket 0.5.0-rc into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate roa-websocket 0.5.0-rc
[INFO] finished tweaking crates.io crate roa-websocket 0.5.0-rc
[INFO] tweaked toml for crates.io crate roa-websocket 0.5.0-rc written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate roa-websocket 0.5.0-rc 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 190 packages to latest compatible versions
[INFO] [stderr]       Adding headers v0.3.9 (available: v0.4.1)
[INFO] [stderr]       Adding hyper v0.13.10 (available: v1.7.0)
[INFO] [stderr]       Adding roa-core v0.5.1 (available: v0.6.1)
[INFO] [stderr]       Adding tokio v0.2.25 (available: v1.47.1)
[INFO] [stderr]       Adding tokio-tungstenite v0.10.1 (available: v0.28.0)
[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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8af4b795ad377b41e3e6c326dd95a131a925c56a2632f616310ab18671e670b2
[INFO] running `Command { std: "docker" "start" "-a" "8af4b795ad377b41e3e6c326dd95a131a925c56a2632f616310ab18671e670b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8af4b795ad377b41e3e6c326dd95a131a925c56a2632f616310ab18671e670b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8af4b795ad377b41e3e6c326dd95a131a925c56a2632f616310ab18671e670b2", kill_on_drop: false }`
[INFO] [stdout] 8af4b795ad377b41e3e6c326dd95a131a925c56a2632f616310ab18671e670b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 619bbe6b2d74b2d6ea5560216780fceb3d6d6a73ce818e12e689137a75e821e4
[INFO] running `Command { std: "docker" "start" "-a" "619bbe6b2d74b2d6ea5560216780fceb3d6d6a73ce818e12e689137a75e821e4", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling pin-project-lite v0.1.12
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling input_buffer v0.3.1
[INFO] [stderr]    Compiling http-body v0.3.1
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling httpdate v0.3.2
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling mio-uds v0.6.8
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling blocking v1.6.2
[INFO] [stderr]    Compiling tokio v0.2.25
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling sha-1 v0.8.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling tungstenite v0.10.1
[INFO] [stderr]    Compiling tokio-util v0.3.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling h2 v0.2.7
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling pin-project v0.4.30
[INFO] [stderr]    Compiling tokio-tungstenite v0.10.1
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling async-signal v0.2.13
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-process v2.5.0
[INFO] [stderr]    Compiling hyper v0.13.10
[INFO] [stderr]    Compiling async-std v1.13.2
[INFO] [stderr]    Compiling roa-core v0.5.1
[INFO] [stderr]    Compiling roa-websocket v0.5.0-rc (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `roa_core::Error`
[INFO] [stdout]   --> src/lib.rs:32:55
[INFO] [stdout]    |
[INFO] [stdout] 32 | use roa_core::{async_trait, throw, Context, Endpoint, Error, State};
[INFO] [stdout]    |                                                       ^^^^^ no `Error` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            crate::tungstenite::Error
[INFO] [stdout]            crate::tungstenite::protocol::frame::coding::CloseCode::Error
[INFO] [stdout]            std::error::Error
[INFO] [stdout]            std::fmt::Error
[INFO] [stdout]            std::fs::TryLockError::Error
[INFO] [stdout]            std::io::Error
[INFO] [stdout]            core::error::Error
[INFO] [stdout]            core::fmt::Error
[INFO] [stdout]            futures::io::Error
[INFO] [stdout]            headers::Error
[INFO] [stdout]            hyper::Error
[INFO] [stdout]            log::Level::Error
[INFO] [stdout]            log::LevelFilter::Error
[INFO] [stdout]            log::kv::Error
[INFO] [stdout]            tokio::io::Error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `roa-websocket` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "619bbe6b2d74b2d6ea5560216780fceb3d6d6a73ce818e12e689137a75e821e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "619bbe6b2d74b2d6ea5560216780fceb3d6d6a73ce818e12e689137a75e821e4", kill_on_drop: false }`
[INFO] [stdout] 619bbe6b2d74b2d6ea5560216780fceb3d6d6a73ce818e12e689137a75e821e4
