nixbot

builds
1this derivation will be built:2 /nix/store/q2jknv7ns2n3lw73wlzkqz02w3swsxyk-treefmt-check.drv3error: Cannot build '/nix/store/q2jknv7ns2n3lw73wlzkqz02w3swsxyk-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/svnzijrc94h8xi6dlriqsb2bql8s98ih-treefmt-check7 Last 25 log lines:8 > 30 | root = nixpkgs.path.parent9 > 31 | os.environ["PR"] = "1"10 > 32 | os.environ["GITHUB_TOKEN"] = "foo" # ruff:ignore[hardcoded-password-string]11 > | ^^^^^12 > 33 | os.environ["NIXPKGS_REVIEW_ROOT"] = str(root)13 > 34 | mock_urlopen.side_effect = [14 > |15 >16 > S105 Possible hardcoded password assigned to: "GITHUB_TOKEN"17 > --> tests/test_github_actions.py:50:3818 > |19 > 48 | with helpers.save_environ():20 > 49 | os.environ["PR"] = "1"21 > 50 | os.environ["GITHUB_TOKEN"] = "foo" # ruff:ignore[hardcoded-password-string]22 > | ^^^^^23 > 51 | mock_urlopen.side_effect = [mock_open(read_data="{}")()]24 > 52 | main("nixpkgs-review", ["approve"])25 > |26 >27 > Found 12 errors.28 >29 > traversed 62 files30 > emitted 46 files for processing31 > formatted 13 files (0 changed) in 150ms32 > Error: failed to finalise formatting: formatting failures detected33 For full logs, run:34 nix log /nix/store/q2jknv7ns2n3lw73wlzkqz02w3swsxyk-treefmt-check.drv