[INFO] cloning repository https://github.com/kjughx/ruix
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kjughx/ruix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjughx%2Fruix", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjughx%2Fruix'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39912ec0690a05365e95def7973238f4928325d7
[INFO] testing kjughx/ruix against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkjughx%2Fruix" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/kjughx/ruix
[INFO] finished tweaking git repo https://github.com/kjughx/ruix
[INFO] tweaked toml for git repo https://github.com/kjughx/ruix written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kjughx/ruix on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kjughx/ruix 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b737ce5325c622518ce292b340c57c28f547c3a692a24f37070b5ead968dc29e
[INFO] running `Command { std: "docker" "start" "-a" "b737ce5325c622518ce292b340c57c28f547c3a692a24f37070b5ead968dc29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b737ce5325c622518ce292b340c57c28f547c3a692a24f37070b5ead968dc29e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b737ce5325c622518ce292b340c57c28f547c3a692a24f37070b5ead968dc29e", kill_on_drop: false }`
[INFO] [stdout] b737ce5325c622518ce292b340c57c28f547c3a692a24f37070b5ead968dc29e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1a0e047462d5d7f20ce95e692310cbc3d28a3b344df982cb06bbe9071e9d5bd
[INFO] running `Command { std: "docker" "start" "-a" "c1a0e047462d5d7f20ce95e692310cbc3d28a3b344df982cb06bbe9071e9d5bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syscall_macro v0.1.0 (/opt/rustwide/workdir/crates/syscall_macro)
[INFO] [stderr]    Compiling interrupts v0.1.0 (/opt/rustwide/workdir/crates/kernel/macros/interrupts)
[INFO] [stderr]    Compiling packed v0.1.0 (/opt/rustwide/workdir/crates/kernel/macros/packed)
[INFO] [stderr]    Compiling global v0.1.0 (/opt/rustwide/workdir/crates/kernel/macros/global)
[INFO] [stderr]    Compiling syscalls v0.1.0 (/opt/rustwide/workdir/crates/syscalls)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> crates/syscalls/src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[syscalls]
[INFO] [stdout]    | ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `syscalls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `#[naked]` is currently unstable on `extern "Rust"` functions
[INFO] [stdout]   --> crates/syscalls/src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[syscalls]
[INFO] [stdout]    | ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #138997 <https://github.com/rust-lang/rust/issues/138997> for more information
[INFO] [stdout]    = help: add `#![feature(naked_functions_rustic_abi)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2026-04-24; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the attribute macro `syscalls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `naked_functions` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> crates/syscalls/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(naked_functions)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syscalls` (lib) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c1a0e047462d5d7f20ce95e692310cbc3d28a3b344df982cb06bbe9071e9d5bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1a0e047462d5d7f20ce95e692310cbc3d28a3b344df982cb06bbe9071e9d5bd", kill_on_drop: false }`
[INFO] [stdout] c1a0e047462d5d7f20ce95e692310cbc3d28a3b344df982cb06bbe9071e9d5bd
