Skip to content

build x86_64-unknown-motor failed #160366

Description

@Wyvern

rustc 1.99.0-nightly (73dc916 2026-08-01)
target: x86_64-unknown-motor
build with -Zbuild-std

error[: mismatched types
    ╭▸ /rustc/73dc9167f1cd099e525c9ade2e068d1907b78564/library/std/src/sys/process/motor.rs:149:13
    │
149 │         let (handle, stdin, stdout, stderr) =
    │             ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ expected `SpawnResult`, found `(_, _, _, _)`
150 │             moto_rt::process::spawn(args).map_err(map_motor_error)?;
    │             ─────────────────────────────────────────────────────── this expression has type `SpawnResult`
    │
    ╰ note: expected struct `SpawnResult`
                found tuple `(_, _, _, _)`

For more information about this error, try `rustc --explain E0308`.
error: could not compile `std` (lib) due to 1 previous error

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.O-motor-osOperating system: Motor OS, https://doc.rust-lang.org/nightly/rustc/platform-support/motor.htmlT-libsRelevant to the library team, which will review and decide on the PR/issue.needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions