[INFO] fetching crate oxi-libuv 0.4.2...
[INFO] testing oxi-libuv-0.4.2 against 1.91.0 for beta-1.92-2
[INFO] extracting crate oxi-libuv 0.4.2 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oxi-libuv 0.4.2 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded oxi-luajit v0.4.2
[INFO] [stderr]   Downloaded bindgen v0.68.1
[INFO] [stderr]   Downloaded libuv-sys2 v1.51.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a97eb7ab6a03569ebc6d0cf3783ba334b0700e4fa3271e363da05fbf725f3f5
[INFO] running `Command { std: "docker" "start" "-a" "8a97eb7ab6a03569ebc6d0cf3783ba334b0700e4fa3271e363da05fbf725f3f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a97eb7ab6a03569ebc6d0cf3783ba334b0700e4fa3271e363da05fbf725f3f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a97eb7ab6a03569ebc6d0cf3783ba334b0700e4fa3271e363da05fbf725f3f5", kill_on_drop: false }`
[INFO] [stdout] 8a97eb7ab6a03569ebc6d0cf3783ba334b0700e4fa3271e363da05fbf725f3f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42b086197e7f44151977b8fee18ff7663d9a8a082b524d7830eacf7f0430aefb
[INFO] running `Command { std: "docker" "start" "-a" "42b086197e7f44151977b8fee18ff7663d9a8a082b524d7830eacf7f0430aefb", kill_on_drop: false }`
[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" "42b086197e7f44151977b8fee18ff7663d9a8a082b524d7830eacf7f0430aefb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42b086197e7f44151977b8fee18ff7663d9a8a082b524d7830eacf7f0430aefb", kill_on_drop: false }`
[INFO] [stdout] 42b086197e7f44151977b8fee18ff7663d9a8a082b524d7830eacf7f0430aefb
