1this derivation will be built:2 /nix/store/932a5rby2s24aqxcd901k28c9zdzf6cb-tribuchet-0.1.0.drv3error: build of '/nix/store/932a5rby2s24aqxcd901k28c9zdzf6cb-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/932a5rby2s24aqxcd901k28c9zdzf6cb-tribuchet-0.1.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/2w0ghmn55r1vpav7h9v0rgiyb79lx9c0-tribuchet-0.1.07 Last 25 log lines:8 > | ^^^^^^ ---- supplied 1 generic argument9 > | |10 > | expected 2 generic arguments11 > |12 > help: add missing generic argument13 > |14 > 25 | pub(super) fn init(_opts: &Options) -> Result<Self, E> {15 > | +++16 >17 > error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied18 > --> crates/tribuchet/src/worker/agent/darwin.rs:159:5519 > |20 > 159 | fn new(profile: &str, params: &[(&str, &str)]) -> Result<Self> {21 > | ^^^^^^ ---- supplied 1 generic argument22 > | |23 > | expected 2 generic arguments24 > |25 > help: add missing generic argument26 > |27 > 159 | fn new(profile: &str, params: &[(&str, &str)]) -> Result<Self, E> {28 > | +++29 >30 > For more information about this error, try `rustc --explain E0107`.31 > warning: `tribuchet` (bin "tribuchet") generated 6 warnings32 > error: could not compile `tribuchet` (bin "tribuchet") due to 7 previous errors; 6 warnings emitted33 For full logs, run:34 nix log /nix/store/932a5rby2s24aqxcd901k28c9zdzf6cb-tribuchet-0.1.0.drv35error: Cannot build '/nix/store/932a5rby2s24aqxcd901k28c9zdzf6cb-tribuchet-0.1.0.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/2w0ghmn55r1vpav7h9v0rgiyb79lx9c0-tribuchet-0.1.0