tribuchet: building on jamie Running phase: unpackPhase unpacking source archive /nix/store/c94fp28rwpqra1hz9bxjp9ig8za80iw9-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 24 --target x86_64-unknown-linux-gnu --offline --profile release Compiling libc v0.2.189 Compiling bitflags v2.13.0 Compiling rustix v1.1.5 Compiling io-uring v0.7.15 Compiling linux-raw-sys v0.12.1 Compiling cfg-if v1.0.4 Compiling foldhash v0.2.0 error[E0433]: cannot find `timespec` in `crate` --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:289:29 | 289 | let ts = crate::timespec::Timespec { | ^^^^^^^^ could not find `timespec` in the crate root | note: found an item that was configured out --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5 | 389 | #[cfg(any( | __________- 390 | | feature = "fs", 391 | | feature = "event", 392 | | feature = "process", ... | 409 | | ))] | |_- the item is gated here 410 | mod timespec; | ^^^^^^^^ error[E0433]: cannot find `timespec` in `crate` --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:293:39 | 293 | .unwrap_or(crate::timespec::Secs::MAX), | ^^^^^^^^ could not find `timespec` in the crate root | note: found an item that was configured out --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5 | 389 | #[cfg(any( | __________- 390 | | feature = "fs", 391 | | feature = "event", 392 | | feature = "process", ... | 409 | | ))] | |_- the item is gated here 410 | mod timespec; | ^^^^^^^^ error[E0433]: cannot find `timespec` in `crate` --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:296:66 | 296 | let (sec, usec) = ts.to_sec_usec().unwrap_or((crate::timespec::Secs::MAX, 0)); | ^^^^^^^^ could not find `timespec` in the crate root | note: found an item that was configured out --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5 | 389 | #[cfg(any( | __________- 390 | | feature = "fs", 391 | | feature = "event", 392 | | feature = "process", ... | 409 | | ))] | |_- the item is gated here 410 | mod timespec; | ^^^^^^^^ error[E0433]: cannot find `timespec` in `crate` --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:322:29 | 322 | let ts = crate::timespec::Timespec { | ^^^^^^^^ could not find `timespec` in the crate root | note: found an item that was configured out --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5 | 389 | #[cfg(any( | __________- 390 | | feature = "fs", 391 | | feature = "event", 392 | | feature = "process", ... | 409 | | ))] | |_- the item is gated here 410 | mod timespec; | ^^^^^^^^ error[E0433]: cannot find `timespec` in `crate` --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:326:39 | 326 | .unwrap_or(crate::timespec::Secs::MAX), | ^^^^^^^^ could not find `timespec` in the crate root | note: found an item that was configured out --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5 | 389 | #[cfg(any( | __________- 390 | | feature = "fs", 391 | | feature = "event", 392 | | feature = "process", ... | 409 | | ))] | |_- the item is gated here 410 | mod timespec; | ^^^^^^^^ error[E0433]: cannot find `timespec` in `crate` --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:329:66 | 329 | let (sec, usec) = ts.to_sec_usec().unwrap_or((crate::timespec::Secs::MAX, 0)); | ^^^^^^^^ could not find `timespec` in the crate root | note: found an item that was configured out --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5 | 389 | #[cfg(any( | __________- 390 | | feature = "fs", 391 | | feature = "event", 392 | | feature = "process", ... | 409 | | ))] | |_- the item is gated here 410 | mod timespec; | ^^^^^^^^ For more information about this error, try `rustc --explain E0433`. error: could not compile `rustix` (lib) due to 6 previous errors