2022-12-27T06:30:40 python310Packages.cymem 0 -> 1 2022-12-27T06:30:43 attrpath: python310Packages.cymem 2022-12-27T06:30:43 Checking auto update branch... 2022-12-27T06:30:47 [version] 2022-12-27T06:30:47 [version] skipping because derivation has updateScript 2022-12-27T06:30:47 [rustCrateVersion] 2022-12-27T06:30:47 [rustCrateVersion] No cargoSha256 found 2022-12-27T06:30:47 [golangModuleVersion] 2022-12-27T06:30:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T06:30:47 [updateScript] 2022-12-27T06:30:49 [updateScript] Success 2022-12-27T06:30:49 [updateScript] this derivation will be built: /nix/store/b5mvrb28rsa7sdqkr9x7xrgx7li6pfs3-packages.json.drv building '/nix/store/b5mvrb28rsa7sdqkr9x7xrgx7li6pfs3-packages.json.drv'... Going to be running update for following packages: - python3.10-cymem-2.0.6 Press Enter key to continue... Running update for: - python3.10-cymem-2.0.6: UPDATING ... - python3.10-cymem-2.0.6: DONE. Packages updated! 2022-12-27T06:30:49 2022-12-27T06:30:49 [quotedUrls] 2022-12-27T06:30:50 [quotedUrls] nothing found to replace 2022-12-27T06:30:50 Diff after rewrites: diff --git a/pkgs/development/python-modules/cymem/default.nix b/pkgs/development/python-modules/cymem/default.nix index f0101115627..fb37bdb3e7a 100644 --- a/pkgs/development/python-modules/cymem/default.nix +++ b/pkgs/development/python-modules/cymem/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "cymem"; - version = "2.0.6"; + version = "2.0.7"; src = fetchFromGitHub { owner = "explosion"; repo = "cymem"; - rev = "v${version}"; - sha256 = "sha256-o+44v6wvE9HxeQaDDQ0+gi7z1V7jtkZvWglY8UyVHLg="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-lYMRFFMS+ETjWd4xi12ezC8CVLbLJfynmOU1DpYQcck="; }; propagatedBuildInputs = [ 2022-12-27T06:32:16 No auto update branch exists 2022-12-27T06:32:22 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.cymem nix build failed. no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.9, pytest-7.1.3, pluggy-1.0.0 rootdir: /build/source collecting ...  collected 0 items / 1 error  ==================================== ERRORS ==================================== _________________ ERROR collecting cymem/tests/test_import.py __________________ ImportError while importing test module '/build/source/cymem/tests/test_import.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_import.py:4: in from cymem.cymem import Pool, Address E ModuleNotFoundError: No module named 'cymem.cymem' =========================== short test summary info ============================ ERROR tests/test_import.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.06s ===============================