2022-11-20T03:48:32 python310Packages.google-cloud-datastore 0 -> 1 2022-11-20T03:48:35 attrpath: python310Packages.google-cloud-datastore 2022-11-20T03:48:35 Checking auto update branch... 2022-11-20T03:48:40 [version] 2022-11-20T03:48:40 [version] skipping because derivation has updateScript 2022-11-20T03:48:40 [rustCrateVersion] 2022-11-20T03:48:40 [rustCrateVersion] No cargoSha256 found 2022-11-20T03:48:40 [golangModuleVersion] 2022-11-20T03:48:40 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-20T03:48:40 [updateScript] 2022-11-20T03:48:41 [updateScript] Success 2022-11-20T03:48:41 [updateScript] this derivation will be built: /nix/store/yzhpsnbwdzl711sr3jrxiv2mdigvjwss-packages.json.drv building '/nix/store/yzhpsnbwdzl711sr3jrxiv2mdigvjwss-packages.json.drv'... Going to be running update for following packages: - python3.10-google-cloud-datastore-2.9.0 Press Enter key to continue... Running update for: - python3.10-google-cloud-datastore-2.9.0: UPDATING ... - python3.10-google-cloud-datastore-2.9.0: DONE. Packages updated! 2022-11-20T03:48:41 2022-11-20T03:48:41 [quotedUrls] 2022-11-20T03:48:41 [quotedUrls] nothing found to replace 2022-11-20T03:48:41 Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-datastore/default.nix b/pkgs/development/python-modules/google-cloud-datastore/default.nix index a950f09050c..f9de56ded6d 100644 --- a/pkgs/development/python-modules/google-cloud-datastore/default.nix +++ b/pkgs/development/python-modules/google-cloud-datastore/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "google-cloud-datastore"; - version = "2.9.0"; + version = "2.10.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-8/gmeLpdheW7M9nhM0uTlxrpeRcODSgLVOVKPj9O870="; + hash = "sha256-GoL/UYSixWykMPBJZPdzWrn2YXAHFwhDIqZPH0ymXM4="; }; propagatedBuildInputs = [ 2022-11-20T03:50:10 No auto update branch exists 2022-11-20T03:50:20 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.google-cloud-datastore nix build failed. > raise exceptions.DefaultCredentialsError(_HELP_MESSAGE) E google.auth.exceptions.DefaultCredentialsError: Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credentials and re-run the application. For more information, please see https://cloud.google.com/docs/authentication/getting-started /nix/store/pxp774pibff6ybsrssbsr3mby51j52kc-python3.10-google-auth-2.14.0/lib/python3.10/site-packages/google/auth/_default.py:643: DefaultCredentialsError =============================== warnings summary =============================== ../../nix/store/h04hzjk65w2skv56lm95qgfwdn53x8vd-python3.10-google-api-core-2.10.2/lib/python3.10/site-packages/google/api_core/operations_v1/abstract_operations_client.py:17 /nix/store/h04hzjk65w2skv56lm95qgfwdn53x8vd-python3.10-google-api-core-2.10.2/lib/python3.10/site-packages/google/api_core/operations_v1/abstract_operations_client.py:17: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import util tests/unit/gapic/datastore_admin_v1/test_datastore_admin.py: 15 warnings tests/unit/gapic/datastore_v1/test_datastore.py: 14 warnings /nix/store/7gihnzxzxa60a8r3sskmxphadcszlhy9-python3.10-grpcio-1.50.0/lib/python3.10/site-packages/grpc/aio/_channel.py:290: DeprecationWarning: There is no current event loop self._loop = cygrpc.get_working_loop() tests/unit/gapic/datastore_admin_v1/test_datastore_admin.py: 15 warnings tests/unit/gapic/datastore_v1/test_datastore.py: 14 warnings /nix/store/7gihnzxzxa60a8r3sskmxphadcszlhy9-python3.10-grpcio-1.50.0/lib/python3.10/site-packages/grpc/aio/_channel.py:291: DeprecationWarning: There is no current event loop self._channel = cygrpc.AioChannel( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR tests/system/test_aggregation_query.py::test_aggregation_query_default ERROR tests/system/test_aggregation_query.py::test_aggregation_query_with_alias ERROR tests/system/test_aggregation_query.py::test_aggregation_query_multiple_aggregations ERROR tests/system/test_aggregation_query.py::test_aggregation_query_add_aggregation ERROR tests/system/test_aggregation_query.py::test_aggregation_query_add_aggregations ERROR tests/system/test_aggregation_query.py::test_aggregation_query_add_aggregations_duplicated_alias ERROR tests/system/test_aggregation_query.py::test_aggregation_query_with_nested_query_filtered ERROR tests/system/test_aggregation_query.py::test_aggregation_query_with_nested_query_multiple_filters ================== 740 passed, 59 warnings, 8 errors in 3.34s ==================