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