python310Packages.bork 0 -> 1 attrpath: python310Packages.bork 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: - python3.10-bork-7.0.2 Press Enter key to continue... Running update for: - python3.10-bork-7.0.2: UPDATING ... - python3.10-bork-7.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bork/default.nix b/pkgs/development/python-modules/bork/default.nix index 29357c0cc439..db0d844825e1 100644 --- a/pkgs/development/python-modules/bork/default.nix +++ b/pkgs/development/python-modules/bork/default.nix @@ -15,15 +15,15 @@ buildPythonPackage rec { pname = "bork"; - version = "7.0.2"; + version = "8.0.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "duckinator"; repo = pname; - rev = "v${version}"; - hash = "sha256-sHCPT6nTenE6mbTifNPtg0OMNIJCs7LRcF8Xuk+MwLs="; + rev = "refs/tags/v${version}"; + hash = "sha256-BDwVhKmZ/F8CvpT6dEI5moQZx8wHy1TwdOl889XogEo="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.bork nix build failed. if _mswindows: # Windows accumulates the output in a single blocking # read() call run on child threads, with the timeout # being done in a join() on those threads. communicate() # _after_ kill() is required to collect that and add it # to the exception. exc.stdout, exc.stderr = process.communicate() else: # POSIX _communicate already populated the output so # far into the TimeoutExpired exception. process.wait() raise except: # Including KeyboardInterrupt, communicate handled that. process.kill() # We don't call process.wait() as .__exit__ does that for us. raise retcode = process.poll() if check and retcode: > raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '['/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/bin/python3.10', '-m', 'bork', 'build']' returned non-zero exit status 1. /nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/subprocess.py:526: CalledProcessError =========================== short test summary info ============================ FAILED tests/test_repos.py::test_repo[minimal-package] - subprocess.CalledProcessError: Command '['/nix/store/l8d6q4y9cvp2d5qf2sxxj0... FAILED tests/test_repos.py::test_repo[poetry-package] - subprocess.CalledProcessError: Command '['/nix/store/l8d6q4y9cvp2d5qf2sxxj0... FAILED tests/test_repos.py::test_repo[hatch-package] - subprocess.CalledProcessError: Command '['/nix/store/l8d6q4y9cvp2d5qf2sxxj0... FAILED tests/test_repos.py::test_repo[source] - subprocess.CalledProcessError: Command '['/nix/store/l8d6q4y9cvp2d5qf2sxxj0... ================== 4 failed, 1 passed, 4 deselected in 44.14s ================== /nix/store/d4jf1cbbk494zwgbqz31pxgigpsbh6w2-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context