this derivation will be built: /nix/store/xqwy8xhpk4jibixgsab9ys5gpglkrvay-tribuchet-0.1.0.drv error: build of '/nix/store/xqwy8xhpk4jibixgsab9ys5gpglkrvay-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/xqwy8xhpk4jibixgsab9ys5gpglkrvay-tribuchet-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/rs5ki941rkmsani1ipm7xy7phwl8vlz0-tribuchet-0.1.0 Last 25 log lines: > Running phase: checkPhase > +++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder > Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-97223-2184603438/source/crates/sandbox-proto) > Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-97223-2184603438/source/crates/tribuchet) > error[E0061]: this function takes 4 arguments but 3 arguments were supplied > --> crates/tribuchet/src/worker/agents.rs:399:21 > | > 399 | let build = AgentBuild::start(&socket, &req, &fs::File::open(&pack_path)?)?; > | ^^^^^^^^^^^^^^^^^--------------------------------------------- argument #4 of type `&std::fs::File` is missing > | > note: associated function defined here > --> crates/tribuchet/src/worker/agents.rs:152:19 > | > 152 | pub(super) fn start( > | ^^^^^ > ... > 156 | log: &fs::File, > | -------------- > help: provide the argument > | > 399 | let build = AgentBuild::start(&socket, &req, &fs::File::open(&pack_path)?, /* &std::fs::File */)?; > | ++++++++++++++++++++++ > > For more information about this error, try `rustc --explain E0061`. > error: could not compile `tribuchet` (bin "tribuchet" test) due to 1 previous error For full logs, run: nix log /nix/store/xqwy8xhpk4jibixgsab9ys5gpglkrvay-tribuchet-0.1.0.drv error: Cannot build '/nix/store/xqwy8xhpk4jibixgsab9ys5gpglkrvay-tribuchet-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/rs5ki941rkmsani1ipm7xy7phwl8vlz0-tribuchet-0.1.0