[INFO] fetching crate oxi-libuv 0.4.2...
[INFO] testing oxi-libuv-0.4.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate oxi-libuv 0.4.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate oxi-libuv 0.4.2
[INFO] finished tweaking crates.io crate oxi-libuv 0.4.2
[INFO] tweaked toml for crates.io crate oxi-libuv 0.4.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate oxi-libuv 0.4.2 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 33 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] e54b012cfda254e36416a5459c66166cb18db712b9a8237809815ae2e6536335
[INFO] running `Command { std: "docker" "start" "-a" "e54b012cfda254e36416a5459c66166cb18db712b9a8237809815ae2e6536335", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e54b012cfda254e36416a5459c66166cb18db712b9a8237809815ae2e6536335", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e54b012cfda254e36416a5459c66166cb18db712b9a8237809815ae2e6536335", kill_on_drop: false }`
[INFO] [stdout] e54b012cfda254e36416a5459c66166cb18db712b9a8237809815ae2e6536335
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 76b93457f79919fa2088d582d598b8457212fdeeedcdaa32cc102486f4eb8e3b
[INFO] running `Command { std: "docker" "start" "-a" "76b93457f79919fa2088d582d598b8457212fdeeedcdaa32cc102486f4eb8e3b", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling oxi-luajit v0.4.2
[INFO] [stderr]    Compiling oxi-libuv v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `crate::libuv_sys2`, `crate::libuv_sys2`
[INFO] [stdout]   --> src/async.rs:3:12
[INFO] [stdout]    |
[INFO] [stdout]  3 | use crate::libuv_sys2::{self as ffi, uv_async_t};
[INFO] [stdout]    |            ^^^^^^^^^^   ^^^^^^^^^^^ no `libuv_sys2` in the root
[INFO] [stdout]    |            |
[INFO] [stdout]    |            could not find `libuv_sys2` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::libuv_sys2`, `crate::libuv_sys2`
[INFO] [stdout]   --> src/handle.rs:5:12
[INFO] [stdout]    |
[INFO] [stdout]  5 | use crate::libuv_sys2::{self as ffi, uv_handle_t, uv_loop_t};
[INFO] [stdout]    |            ^^^^^^^^^^   ^^^^^^^^^^^ no `libuv_sys2` in the root
[INFO] [stdout]    |            |
[INFO] [stdout]    |            could not find `libuv_sys2` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::libuv_sys2`
[INFO] [stdout]   --> src/loop.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | use crate::libuv_sys2::uv_loop_t;
[INFO] [stdout]    |            ^^^^^^^^^^ could not find `libuv_sys2` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::libuv_sys2`, `crate::libuv_sys2`
[INFO] [stdout]   --> src/timer.rs:4:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | use crate::libuv_sys2::{self as ffi, uv_timer_t};
[INFO] [stdout]    |            ^^^^^^^^^^   ^^^^^^^^^^^ no `libuv_sys2` in the root
[INFO] [stdout]    |            |
[INFO] [stdout]    |            could not find `libuv_sys2` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:11:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(feature = "use-1-44")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-44` feature
[INFO] [stdout] 11 | use libuv_sys2_1_44 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:13:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(feature = "use-1-46")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `use-1-46` feature
[INFO] [stdout] 13 | use libuv_sys2_1_46 as libuv_sys2;
[INFO] [stdout]    |                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oxi-libuv` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "76b93457f79919fa2088d582d598b8457212fdeeedcdaa32cc102486f4eb8e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76b93457f79919fa2088d582d598b8457212fdeeedcdaa32cc102486f4eb8e3b", kill_on_drop: false }`
[INFO] [stdout] 76b93457f79919fa2088d582d598b8457212fdeeedcdaa32cc102486f4eb8e3b
