cockpit 0 -> 1 attrpath: cockpit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - cockpit-308 Press Enter key to continue... Running update for: - cockpit-308: UPDATING ... - cockpit-308: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/co/cockpit/package.nix b/pkgs/by-name/co/cockpit/package.nix index d0017c112330..2341aa66abeb 100644 --- a/pkgs/by-name/co/cockpit/package.nix +++ b/pkgs/by-name/co/cockpit/package.nix @@ -44,13 +44,13 @@ in stdenv.mkDerivation rec { pname = "cockpit"; - version = "308"; + version = "310"; src = fetchFromGitHub { owner = "cockpit-project"; repo = "cockpit"; rev = "refs/tags/${version}"; - hash = "sha256-0IJRd4QoUBcJDERWHkaR7ehCLhICnjGb7pYla18DMkk="; + hash = "sha256-jPoIS2MsCvlAt5Y6PkPU13QRizJp0SaNeATWkNhJKSQ="; fetchSubmodules = true; }; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/dsqs4fpljrws4ikzfriyixcp0n7kxrmk-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cockpit nix build failed. # PASS: 77 # SKIP: 0 # XFAIL: 0 # FAIL: 9 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to https://github.com/NixOS/nixpkgs/issues/new?assignees=&labels=0.kind%3A+bug&template=bug_report.md&title=cockpit%25 ============================================================================ make[3]: *** [Makefile:7418: test-suite.log] Error 1 make[3]: Leaving directory '/build/source' make[2]: *** [Makefile:7526: check-TESTS] Error 2 make[2]: Leaving directory '/build/source' make[1]: *** [Makefile:8117: check-am] Error 2 make[1]: Leaving directory '/build/source' make: *** [Makefile:8121: check] Error 2 1..0 # SKIP not in a git checkout > eslint > eslint --ext .js --ext .jsx pkg/ test/common/  /build/source/pkg/lib/cockpit-components-dynamic-list.jsx  60:44 error A space is required after '{' object-curly-spacing  60:90 error A space is required before '}' object-curly-spacing  ✖ 2 problems (2 errors, 0 warnings)  2 errors and 0 warnings potentially fixable with the `--fix` option.