nixbot

builds
1this derivation will be built:2 /nix/store/bznikci5id5xci7dr43x8rg0aapqsb80-tribuchet-0.1.0.drv3error: build of '/nix/store/bznikci5id5xci7dr43x8rg0aapqsb80-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/bznikci5id5xci7dr43x8rg0aapqsb80-tribuchet-0.1.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/vba0d6afw45481nra4mw3rmk3kycplpk-tribuchet-0.1.07 Last 25 log lines:8 > Running phase: checkPhase9 > +++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder10 > Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-6552-2347307100/source/crates/sandbox-proto)11 > Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-6552-2347307100/source/crates/tribuchet)12 > error[E0061]: this function takes 4 arguments but 3 arguments were supplied13 > --> crates/tribuchet/src/worker/agents.rs:399:2114 > |15 > 399 | let build = AgentBuild::start(&socket, &req, &fs::File::open(&pack_path)?)?;16 > | ^^^^^^^^^^^^^^^^^--------------------------------------------- argument #4 of type `&std::fs::File` is missing17 > |18 > note: associated function defined here19 > --> crates/tribuchet/src/worker/agents.rs:152:1920 > |21 > 152 | pub(super) fn start(22 > | ^^^^^23 > ...24 > 156 | log: &fs::File,25 > | --------------26 > help: provide the argument27 > |28 > 399 | let build = AgentBuild::start(&socket, &req, &fs::File::open(&pack_path)?, /* &std::fs::File */)?;29 > | ++++++++++++++++++++++30 >31 > For more information about this error, try `rustc --explain E0061`.32 > error: could not compile `tribuchet` (bin "tribuchet" test) due to 1 previous error33 For full logs, run:34 nix log /nix/store/bznikci5id5xci7dr43x8rg0aapqsb80-tribuchet-0.1.0.drv35error: Cannot build '/nix/store/bznikci5id5xci7dr43x8rg0aapqsb80-tribuchet-0.1.0.drv'.36 Reason: builder failed with exit code 1.37 Output paths:38 /nix/store/vba0d6afw45481nra4mw3rmk3kycplpk-tribuchet-0.1.0