[INFO] fetching crate integra8_scheduling 0.0.4-alpha... [INFO] testing integra8_scheduling-0.0.4-alpha against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate integra8_scheduling 0.0.4-alpha into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate integra8_scheduling 0.0.4-alpha [INFO] finished tweaking crates.io crate integra8_scheduling 0.0.4-alpha [INFO] tweaked toml for crates.io crate integra8_scheduling 0.0.4-alpha written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate integra8_scheduling 0.0.4-alpha 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 94 packages to latest compatible versions [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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 50ba87babaa2ed08fcf178153a7b891fd908391128d11d0b19e7095f0e1601b8 [INFO] running `Command { std: "docker" "start" "-a" "50ba87babaa2ed08fcf178153a7b891fd908391128d11d0b19e7095f0e1601b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50ba87babaa2ed08fcf178153a7b891fd908391128d11d0b19e7095f0e1601b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50ba87babaa2ed08fcf178153a7b891fd908391128d11d0b19e7095f0e1601b8", kill_on_drop: false }` [INFO] [stdout] 50ba87babaa2ed08fcf178153a7b891fd908391128d11d0b19e7095f0e1601b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 30f7e27e7ce6aa55b619d44fddfa2cbebc91397ae252139a421668186895ba3a [INFO] running `Command { std: "docker" "start" "-a" "30f7e27e7ce6aa55b619d44fddfa2cbebc91397ae252139a421668186895ba3a", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling integra8_async_runtime v0.0.4-alpha [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling integra8_components v0.0.4-alpha [INFO] [stderr] Compiling integra8_scheduling v0.0.4-alpha (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: `Result<(), std::sync::mpmc::SendError>` is not a future [INFO] [stdout] --> src/scheduler.rs:54:66 [INFO] [stdout] | [INFO] [stdout] 54 | let _ = ctx.tx.send(TaskCompleteEvent(ctx.path)).await; [INFO] [stdout] | ^^^^^ `Result<(), std::sync::mpmc::SendError>` is not a future [INFO] [stdout] | [INFO] [stdout] = help: the trait `futures::Future` is not implemented for `Result<(), std::sync::mpmc::SendError>` [INFO] [stdout] = note: Result<(), std::sync::mpmc::SendError> must be a future or must implement `IntoFuture` to be awaited [INFO] [stdout] = note: required for `Result<(), std::sync::mpmc::SendError>` to implement `std::future::IntoFuture` [INFO] [stdout] help: remove the `.await` [INFO] [stdout] | [INFO] [stdout] 54 - let _ = ctx.tx.send(TaskCompleteEvent(ctx.path)).await; [INFO] [stdout] 54 + let _ = ctx.tx.send(TaskCompleteEvent(ctx.path)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 0 arguments but 1 argument was supplied [INFO] [stdout] --> src/scheduler.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | let (tx, rx) = channel::(actual_max_concurrency); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---------------------- unexpected argument of type `usize` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sync/mpsc.rs:519:8 [INFO] [stdout] help: remove the extra argument [INFO] [stdout] | [INFO] [stdout] 34 - let (tx, rx) = channel::(actual_max_concurrency); [INFO] [stdout] 34 + let (tx, rx) = channel::(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `integra8_scheduling` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "30f7e27e7ce6aa55b619d44fddfa2cbebc91397ae252139a421668186895ba3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30f7e27e7ce6aa55b619d44fddfa2cbebc91397ae252139a421668186895ba3a", kill_on_drop: false }` [INFO] [stdout] 30f7e27e7ce6aa55b619d44fddfa2cbebc91397ae252139a421668186895ba3a