setup
aarch64-darwin.package-default
· build #148
· raw
1these 3 derivations will be built:2 /nix/store/rs7j4nb8sga6026k667960j0iy390dbn-inheritCargoArtifactsHook.drv3 /nix/store/h6jj3m9qwrhh6383ai3p9gbbsdwbb872-tribuchet-deps-0.1.0.drv4 /nix/store/qyg7ck1zchgbadq7hvfynmwvykz23vfy-tribuchet-0.1.0.drv5error: build of '/nix/store/qyg7ck1zchgbadq7hvfynmwvykz23vfy-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/qyg7ck1zchgbadq7hvfynmwvykz23vfy-tribuchet-0.1.0.drv'.6 Reason: builder failed with exit code 101.7 Output paths:8 /nix/store/rminq6w6zpd7d12f8hmjd9dwxyy9z12a-tribuchet-0.1.09 Last 25 log lines:10 > |11 > 9 | use std::path::PathBuf;12 > | ^^^^^^^^^^^^^^^^^^13 >14 > error[E0599]: no method named `write_all` found for struct `std::fs::File` in the current scope15 > --> crates/tribuchet/src/worker/build/darwin.rs:250:3716 > |17 > 250 | ... if dest.write_all(&buf[..n]).is_err() {18 > | ^^^^^^^^^19 > |20 > --> /rustc/31fca3adb283cc9dfd56b49cdee9a96eb9c96ffd/library/std/src/io/mod.rs:1857:721 > |22 > = note: the method is available for `std::fs::File` here23 > |24 > = help: items from traits can only be used if the trait is in scope25 > help: there is a method `write_all_at` with a similar name, but with different arguments26 > --> /rustc/31fca3adb283cc9dfd56b49cdee9a96eb9c96ffd/library/std/src/os/unix/fs.rs:330:427 > help: trait `Write` which provides `write_all` is implemented but not in scope; perhaps you want to import it28 > |29 > 3 + use std::io::Write;30 > |31 >32 > For more information about this error, try `rustc --explain E0599`.33 > warning: `tribuchet` (bin "tribuchet") generated 2 warnings34 > error: could not compile `tribuchet` (bin "tribuchet") due to 1 previous error; 2 warnings emitted35 For full logs, run:36 nix log /nix/store/qyg7ck1zchgbadq7hvfynmwvykz23vfy-tribuchet-0.1.0.drv37error: Cannot build '/nix/store/qyg7ck1zchgbadq7hvfynmwvykz23vfy-tribuchet-0.1.0.drv'.38 Reason: builder failed with exit code 1.39 Output paths:40 /nix/store/rminq6w6zpd7d12f8hmjd9dwxyy9z12a-tribuchet-0.1.0