nixbot

builds

failed presto-pasta-0.0.8 checks.x86_64-linux.default · build #47 · raw

1tribuchet: building on jamie
unpackPhase
2unpacking source archive /nix/store/c94fp28rwpqra1hz9bxjp9ig8za80iw9-source3source root is source4Executing cargoSetupPostUnpackHook5Finished cargoSetupPostUnpackHook
patchPhase
6Executing cargoSetupPostPatchHook7Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock8Finished cargoSetupPostPatchHook
buildPhase
9Executing cargoBuildHook10cargoBuildHook flags: -j 24 --target x86_64-unknown-linux-gnu --offline --profile release11 Compiling libc v0.2.18912 Compiling bitflags v2.13.013 Compiling rustix v1.1.514 Compiling io-uring v0.7.1515 Compiling linux-raw-sys v0.12.116 Compiling cfg-if v1.0.417 Compiling foldhash v0.2.018error[E0433]: cannot find `timespec` in `crate`19 --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:289:2920 |21289 | let ts = crate::timespec::Timespec {22 | ^^^^^^^^ could not find `timespec` in the crate root23 |24note: found an item that was configured out25 --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:526 |27389 | #[cfg(any(28 | __________-29390 | | feature = "fs",30391 | | feature = "event",31392 | | feature = "process",32... |33409 | | ))]34 | |_- the item is gated here35410 | mod timespec;36 | ^^^^^^^^3738error[E0433]: cannot find `timespec` in `crate`39 --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:293:3940 |41293 | .unwrap_or(crate::timespec::Secs::MAX),42 | ^^^^^^^^ could not find `timespec` in the crate root43 |44note: found an item that was configured out45 --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:546 |47389 | #[cfg(any(48 | __________-49390 | | feature = "fs",50391 | | feature = "event",51392 | | feature = "process",52... |53409 | | ))]54 | |_- the item is gated here55410 | mod timespec;56 | ^^^^^^^^5758error[E0433]: cannot find `timespec` in `crate`59 --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:296:6660 |61296 | let (sec, usec) = ts.to_sec_usec().unwrap_or((crate::timespec::Secs::MAX, 0));62 | ^^^^^^^^ could not find `timespec` in the crate root63 |64note: found an item that was configured out65 --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:566 |67389 | #[cfg(any(68 | __________-69390 | | feature = "fs",70391 | | feature = "event",71392 | | feature = "process",72... |73409 | | ))]74 | |_- the item is gated here75410 | mod timespec;76 | ^^^^^^^^7778error[E0433]: cannot find `timespec` in `crate`79 --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:322:2980 |81322 | let ts = crate::timespec::Timespec {82 | ^^^^^^^^ could not find `timespec` in the crate root83 |84note: found an item that was configured out85 --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:586 |87389 | #[cfg(any(88 | __________-89390 | | feature = "fs",90391 | | feature = "event",91392 | | feature = "process",92... |93409 | | ))]94 | |_- the item is gated here95410 | mod timespec;96 | ^^^^^^^^9798error[E0433]: cannot find `timespec` in `crate`99 --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:326:39100 |101326 | .unwrap_or(crate::timespec::Secs::MAX),102 | ^^^^^^^^ could not find `timespec` in the crate root103 |104note: found an item that was configured out105 --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5106 |107389 | #[cfg(any(108 | __________-109390 | | feature = "fs",110391 | | feature = "event",111392 | | feature = "process",112... |113409 | | ))]114 | |_- the item is gated here115410 | mod timespec;116 | ^^^^^^^^117118error[E0433]: cannot find `timespec` in `crate`119 --> /build/cargo-vendor-dir/rustix-1.1.5/src/backend/linux_raw/net/sockopt.rs:329:66120 |121329 | let (sec, usec) = ts.to_sec_usec().unwrap_or((crate::timespec::Secs::MAX, 0));122 | ^^^^^^^^ could not find `timespec` in the crate root123 |124note: found an item that was configured out125 --> /build/cargo-vendor-dir/rustix-1.1.5/src/lib.rs:410:5126 |127389 | #[cfg(any(128 | __________-129390 | | feature = "fs",130391 | | feature = "event",131392 | | feature = "process",132... |133409 | | ))]134 | |_- the item is gated here135410 | mod timespec;136 | ^^^^^^^^137138For more information about this error, try `rustc --explain E0433`.139error: could not compile `rustix` (lib) due to 6 previous errors