python311Packages.orbax-checkpoint 0 -> 1 attrpath: python311Packages.orbax-checkpoint 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/5nm6q7wv261phng32l86q6fxjlxzbnlq-packages.json.drv building '/nix/store/5nm6q7wv261phng32l86q6fxjlxzbnlq-packages.json.drv'... Going to be running update for following packages: - python3.11-orbax-checkpoint-0.5.9 Press Enter key to continue... Running update for: - python3.11-orbax-checkpoint-0.5.9: UPDATING ... - python3.11-orbax-checkpoint-0.5.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/orbax-checkpoint/default.nix b/pkgs/development/python-modules/orbax-checkpoint/default.nix index aa5a5572dec9..229c620884de 100644 --- a/pkgs/development/python-modules/orbax-checkpoint/default.nix +++ b/pkgs/development/python-modules/orbax-checkpoint/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "orbax-checkpoint"; - version = "0.5.9"; + version = "0.5.10"; pyproject = true; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "orbax_checkpoint"; inherit version; - hash = "sha256-H96IkUM3IxV79uddNBCU0dq+0dvPx8/Ps4HeCItGi2A="; + hash = "sha256-LgBlc4PG/NwyCSA8Mtld7K15jZdexZc1kuXjLUBFXYA="; }; build-system = [ flit-core ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.orbax-checkpoint nix build failed. ImportError while importing test module '/build/orbax_checkpoint-0.5.10/orbax/checkpoint/logging/standard_logger_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/glfr70gi7hfaj50mwj2431p8bg60fhqw-python3-3.11.9/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) orbax/checkpoint/logging/__init__.py:19: in from orbax.checkpoint.logging import abstract_logger orbax/checkpoint/logging/__init__.py:21: in from orbax.checkpoint.logging import cloud_logger orbax/checkpoint/logging/cloud_logger.py:20: in import google.cloud.logging as google_cloud_logging E ModuleNotFoundError: No module named 'google.cloud' =============================== warnings summary =============================== orbax/checkpoint/single_host_test.py::SingleHostTest::test_save_and_restore_a_single_device_sharded_jax_array1 orbax/checkpoint/single_host_test.py::SingleHostTest::test_save_and_restore_jax_array1 orbax/checkpoint/single_host_test.py::SingleHostTest::test_save_and_restore_zarrv3_with_metadata orbax/checkpoint/single_host_test.py::SingleHostTest::test_save_and_restore_jax_array0 orbax/checkpoint/single_host_test.py::SingleHostTest::test_save_and_restore_zarrv3_jax_array_custom_chunk_size orbax/checkpoint/random_key_checkpoint_handler_test.py::RandomKeyCheckpointHandlerTest::test_save_and_restore_random_keys_with_new_api orbax/checkpoint/single_host_test.py::SingleHostTest::test_chunk_byte_size /build/orbax_checkpoint-0.5.10/orbax/checkpoint/type_handlers.py:1475: UserWarning: Couldn't find sharding info under RestoreArgs. Populating sharding info from sharding file. Please note restoration time will be slightly increased due to reading from file instead of directly from RestoreArgs. Note also that this option is unsafe when restoring on a different topology than the checkpoint was saved with. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ ERROR orbax/checkpoint/logging/cloud_logger_test.py ERROR orbax/checkpoint/logging/composite_logger_test.py ERROR orbax/checkpoint/logging/standard_logger_test.py =================== 90 passed, 7 warnings, 3 errors in 6.38s =================== /nix/store/9wnvhjyxjykwn5y06xc9a2h8rs5fbfia-stdenv-linux/setup: line 1579: pop_var_context: head of shell_variables not a function context