2022-12-18T10:13:46 python3.10-dasbus 1.6 -> 1.7 https://pypi.org/project/dasbus/ 2022-12-18T10:13:48 attrpath: python310Packages.dasbus 2022-12-18T10:13:49 Checking auto update branch... 2022-12-18T10:13:54 [version] 2022-12-18T10:13:54 [version] skipping because derivation has updateScript 2022-12-18T10:13:54 [rustCrateVersion] 2022-12-18T10:13:54 [rustCrateVersion] No cargoSha256 found 2022-12-18T10:13:54 [golangModuleVersion] 2022-12-18T10:13:54 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-18T10:13:54 [updateScript] 2022-12-18T10:13:55 [updateScript] Success 2022-12-18T10:13:55 [updateScript] this derivation will be built: /nix/store/1irll63jyj4s3aci0mszmhfak6ya8h5w-packages.json.drv building '/nix/store/1irll63jyj4s3aci0mszmhfak6ya8h5w-packages.json.drv'... Going to be running update for following packages: - python3.10-dasbus-1.6 Press Enter key to continue... Running update for: - python3.10-dasbus-1.6: UPDATING ... - python3.10-dasbus-1.6: DONE. Packages updated! 2022-12-18T10:13:55 2022-12-18T10:13:55 [quotedUrls] 2022-12-18T10:13:55 [quotedUrls] nothing found to replace 2022-12-18T10:13:55 Diff after rewrites: diff --git a/pkgs/development/python-modules/dasbus/default.nix b/pkgs/development/python-modules/dasbus/default.nix index 96a4eccbc58..14c2ef9223e 100644 --- a/pkgs/development/python-modules/dasbus/default.nix +++ b/pkgs/development/python-modules/dasbus/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "dasbus"; - version = "1.6"; + version = "1.7"; src = fetchPypi { inherit pname version; - hash = "sha256-FJrY/Iw9KYMhq1AVm1R6soNImaieR+IcbULyyS5W6U0="; + hash = "sha256-qIUNhBrf6O5fe7n4LPRJq5tJUNwGM4lwcXGODQA2tvY="; }; propagatedBuildInputs = [ pygobject3 ]; 2022-12-18T10:15:25 No auto update branch exists 2022-12-18T10:26:49 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.dasbus nix build failed. AssertionError: 1 != 0 : _set_pipes has finished with 1 ====================================================================== FAIL: test_signals (tests.test_unix.DBusUnixExampleTestCase) Test DBus signals with fds. ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/dasbus-1.7/tests/test_unix.py", line 481, in test_signals self._run_test() File "/build/dasbus-1.7/tests/lib_dbus.py", line 194, in _run_test self.assertEqual(client.exitcode, 0, msg) AssertionError: 1 != 0 : _trigger_signal has finished with 1 ====================================================================== FAIL: test_sync_calls (tests.test_unix.DBusUnixExampleTestCase) Test DBus sync calls with fds. ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/dasbus-1.7/tests/test_unix.py", line 398, in test_sync_calls self._run_test() File "/build/dasbus-1.7/tests/lib_dbus.py", line 194, in _run_test self.assertEqual(client.exitcode, 0, msg) AssertionError: 1 != 0 : _call_hello_sync has finished with 1 ---------------------------------------------------------------------- Ran 232 tests in 679.510s FAILED (failures=4) Test failed: error: Test failed: