nixbot

builds

failed x86_64-linux.pkgs-formatter-check build #42 · raw · ·

1this derivation will be built:2  /nix/store/dnjkyffdjh8wg2x47a1ffysc620di2c4-treefmt-check.drv3building '/nix/store/dnjkyffdjh8wg2x47a1ffysc620di2c4-treefmt-check.drv'4treefmt-check> treefmt v2.5.0traversed 157 files5treefmt-check> emitted 93 files for processing6treefmt-check> formatted 93 files (1 changed) in 2.821s7treefmt-check>  M packages/harvest-invoicer/src/harvest_invoicer/app.py8treefmt-check> diff --git a/packages/harvest-invoicer/src/harvest_invoicer/app.py b/packages/harvest-invoicer/src/harvest_invoicer/app.py9treefmt-check> index 7f9216b..9f1c37c 10064410treefmt-check> --- a/packages/harvest-invoicer/src/harvest_invoicer/app.py11treefmt-check> +++ b/packages/harvest-invoicer/src/harvest_invoicer/app.py12treefmt-check> @@ -376,9 +376,7 @@ def create_app(13treefmt-check>          except ValueError:14treefmt-check>              return _respond("Select a valid import range first.", error=True)15treefmt-check>          if pe < ps:16treefmt-check> -            return _respond(17treefmt-check> -                "Import end must not be before import start.", error=True18treefmt-check> -            )19treefmt-check> +            return _respond("Import end must not be before import start.", error=True)20treefmt-check>          if fetch_callback is None:21treefmt-check>              return _respond("Re-fetching is not available in this session.", error=True)22treefmt-check>  23error: Cannot build '/nix/store/dnjkyffdjh8wg2x47a1ffysc620di2c4-treefmt-check.drv'.24       Reason: builder failed with exit code 1.25       Output paths:26         /nix/store/kdph4di83hr8jf3s5n29jvvm7w5xfxys-treefmt-check27       Last 19 log lines:28       > treefmt v2.5.0traversed 157 files29       > emitted 93 files for processing30       > formatted 93 files (1 changed) in 2.821s31       >  M packages/harvest-invoicer/src/harvest_invoicer/app.py32       > diff --git a/packages/harvest-invoicer/src/harvest_invoicer/app.py b/packages/harvest-invoicer/src/harvest_invoicer/app.py33       > index 7f9216b..9f1c37c 10064434       > --- a/packages/harvest-invoicer/src/harvest_invoicer/app.py35       > +++ b/packages/harvest-invoicer/src/harvest_invoicer/app.py36       > @@ -376,9 +376,7 @@ def create_app(37       >          except ValueError:38       >              return _respond("Select a valid import range first.", error=True)39       >          if pe < ps:40       > -            return _respond(41       > -                "Import end must not be before import start.", error=True42       > -            )43       > +            return _respond("Import end must not be before import start.", error=True)44       >          if fetch_callback is None:45       >              return _respond("Re-fetching is not available in this session.", error=True)46       >  47       For full logs, run:48         nix log /nix/store/dnjkyffdjh8wg2x47a1ffysc620di2c4-treefmt-check.drv