python312Packages.meson 1.3.2 -> 1.4.0 https://github.com/mesonbuild/meson/releases attrpath: python312Packages.meson 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/xc8zljpqcp6g4g76c1nxnmx84g37p4g1-packages.json.drv building '/nix/store/xc8zljpqcp6g4g76c1nxnmx84g37p4g1-packages.json.drv'... Going to be running update for following packages: - meson-1.3.2 Press Enter key to continue... Running update for: - meson-1.3.2: UPDATING ... - meson-1.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/me/meson/package.nix b/pkgs/by-name/me/meson/package.nix index 4bf3a3a7d551..41927b55c2b4 100644 --- a/pkgs/by-name/me/meson/package.nix +++ b/pkgs/by-name/me/meson/package.nix @@ -18,13 +18,13 @@ let in python3.pkgs.buildPythonApplication rec { pname = "meson"; - version = "1.3.2"; + version = "1.4.0"; src = fetchFromGitHub { owner = "mesonbuild"; repo = "meson"; rev = "refs/tags/${version}"; - hash = "sha256-7M/El2snWsQi+gaZWPHnEr9gpJW3trqG1RbnT43M49s="; + hash = "sha256-hRTmKO2E6SIdvAhO7OJtV8dcsGm39c51H+2ZGEkdcFY="; }; patches = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.meson nix build failed. File "/build/source/mesonbuild/mtest.py", line 2101, in _run_tests await complete_all(futures) File "/build/source/mesonbuild/mtest.py", line 1262, in complete_all check_futures(done) File "/build/source/mesonbuild/mtest.py", line 1251, in check_futures f.result() FileNotFoundError: [Errno 2] No such file or directory: '/build/source/b b603af6d0f/a.py' """ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/build/source/./run_project_tests.py", line 1641, in res = run_tests(all_tests, 'meson-test-run', options.failfast, options.extra_args, options.use_tmpdir, options.num_workers) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/source/./run_project_tests.py", line 1149, in run_tests return _run_tests(all_tests, log_name_base, failfast, extra_args, use_tmp, num_workers, lf) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/source/./run_project_tests.py", line 1288, in _run_tests result = f.result ^^^^^^^^ File "/build/source/./run_project_tests.py", line 1176, in result return self.future.result() if self.future else None ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/python3.12/concurrent/futures/_base.py", line 449, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result raise self._exception FileNotFoundError: [Errno 2] No such file or directory: '/build/source/b b603af6d0f/a.py'