python311Packages.glean-parser 0 -> 1 attrpath: python311Packages.glean-parser 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] this derivation will be built: /nix/store/a8i2n3pg7z466yn0dmrgxcwc2kpy5bf3-packages.json.drv building '/nix/store/a8i2n3pg7z466yn0dmrgxcwc2kpy5bf3-packages.json.drv'... Going to be running update for following packages: - python3.11-glean-parser-11.0.1 Press Enter key to continue... Running update for: - python3.11-glean-parser-11.0.1: UPDATING ... - python3.11-glean-parser-11.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glean-parser/default.nix b/pkgs/development/python-modules/glean-parser/default.nix index 380ada5d33a6..69e0689d740b 100644 --- a/pkgs/development/python-modules/glean-parser/default.nix +++ b/pkgs/development/python-modules/glean-parser/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "glean-parser"; - version = "11.0.1"; + version = "13.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "glean_parser"; inherit version; - hash = "sha256-eeUjtRsP3c6fbGMJ+oxkMou3BrLWyEelP4ipPQFpXkM="; + hash = "sha256-gzeAyrfgVwNLNSeGIDr5TyGvywCUy+1gEEcfXcIaX5E="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.glean-parser nix build failed. try: try: h.request(req.get_method(), req.selector, req.data, headers, encode_chunked=req.has_header('Transfer-encoding')) except OSError as err: # timeout error > raise URLError(err) E urllib.error.URLError:  /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/urllib/request.py:1351: URLError ----------------------------- Captured stderr call ----------------------------- ✨ Your metrics are Glean! ✨ =============================== warnings summary =============================== glean_parser/__init__.py:9 /build/glean_parser-13.0.0/glean_parser/__init__.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import get_distribution, DistributionNotFound tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate /build/glean_parser-13.0.0/glean_parser/util.py:250: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need. class NullResolver(jsonschema.RefResolver): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_python_server.py::test_logging - urllib.error.URLError: