2022-12-03T08:47:13 python310Packages.clustershell 0 -> 1 2022-12-03T08:47:16 attrpath: python310Packages.clustershell 2022-12-03T08:47:16 Checking auto update branch... 2022-12-03T08:47:21 [version] 2022-12-03T08:47:21 [version] skipping because derivation has updateScript 2022-12-03T08:47:21 [rustCrateVersion] 2022-12-03T08:47:21 [rustCrateVersion] No cargoSha256 found 2022-12-03T08:47:21 [golangModuleVersion] 2022-12-03T08:47:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T08:47:21 [updateScript] 2022-12-03T08:47:22 [updateScript] Success 2022-12-03T08:47:22 [updateScript] this derivation will be built: /nix/store/mdb3d65ga41pkcs8iha0cwp63h61yib4-packages.json.drv building '/nix/store/mdb3d65ga41pkcs8iha0cwp63h61yib4-packages.json.drv'... Going to be running update for following packages: - python3.10-ClusterShell-1.8.4 Press Enter key to continue... Running update for: - python3.10-ClusterShell-1.8.4: UPDATING ... - python3.10-ClusterShell-1.8.4: DONE. Packages updated! 2022-12-03T08:47:22 2022-12-03T08:47:22 [quotedUrls] 2022-12-03T08:47:22 [quotedUrls] nothing found to replace 2022-12-03T08:47:22 Diff after rewrites: diff --git a/pkgs/development/python-modules/clustershell/default.nix b/pkgs/development/python-modules/clustershell/default.nix index 890c20b0d25..760971957ed 100644 --- a/pkgs/development/python-modules/clustershell/default.nix +++ b/pkgs/development/python-modules/clustershell/default.nix @@ -12,11 +12,11 @@ buildPythonPackage rec { pname = "ClusterShell"; - version = "1.8.4"; + version = "1.9"; src = fetchPypi { inherit pname version; - sha256 = "ff6fba688a06e5e577315d899f0dab3f4fe479cef99d444a4e651af577b7d081"; + sha256 = "sha256-A0arNKF9jPRj3GnnOBHG8xDD2YEPpMrPRbZEaKg8FHQ="; }; postPatch = '' 2022-12-03T08:48:53 No auto update branch exists 2022-12-03T08:50:44 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.clustershell nix build failed. NameError: name 'make_temp_file' is not defined ====================================================================== ERROR: test YAMLGroupLoader with numeric sources ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/ClusterShell-1.9/tests/NodeSetGroupTest.py", line 1593, in test_numeric_sources f = make_temp_file(b"'111': { compute: 'sgisummit-rcf-111-[08,10]' }") NameError: name 'make_temp_file' is not defined ====================================================================== ERROR: test YAMLGroupLoader one source ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/ClusterShell-1.9/tests/NodeSetGroupTest.py", line 1511, in test_one_source f = make_temp_file(dedent(""" NameError: name 'make_temp_file' is not defined ====================================================================== ERROR: test YAMLGroupLoader cache_time ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/ClusterShell-1.9/tests/NodeSetGroupTest.py", line 1538, in test_reload f = make_temp_file(dedent(""" NameError: name 'make_temp_file' is not defined ---------------------------------------------------------------------- Ran 606 tests in 104.101s FAILED (errors=145)