!FBuJyWXTGcGtHTPphC:nixos.org

Nix Rust

676 Members
Rust150 Servers

Load older messages


SenderMessageTime
1 Mar 2026
@coolshaurya:envs.net@coolshaurya:envs.net removed their display name coolshaurya.08:15:10
@coolshaurya:envs.net@coolshaurya:envs.net left the room.08:15:10
@dayvidpham:envs.net@dayvidpham:envs.net removed their display name dayvidpham.09:06:49
@dayvidpham:envs.net@dayvidpham:envs.net left the room.09:06:56
@eveeifyeve:matrix.orgeveeifyeve

Does anyone know how to solve this werid issue below? Because I am running into this issue when packing pulsar-engine.

Traceback (most recent call last):
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
    main()
    ~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
    subcommand_func()
    ~~~~~~~~~~~~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
    "create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
                             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
    copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
    shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
                     ignore=ignore, copy_function=copy_function,
                     ignore_dangling_symlinks=ignore_dangling_symlinks,
                     dirs_exist_ok=dirs_exist_ok)
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
    os.makedirs(dst, exist_ok=dirs_exist_ok)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)

11:13:10
@eveeifyeve:matrix.orgeveeifyeve *

Does anyone know how to solve this werid issue below? Because I am running into this issue both building locally and nixpkgs-revew when packing pulsar-engine.

Traceback (most recent call last):
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
    main()
    ~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
    subcommand_func()
    ~~~~~~~~~~~~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
    "create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
                             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
    copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
    shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
                     ignore=ignore, copy_function=copy_function,
                     ignore_dangling_symlinks=ignore_dangling_symlinks,
                     dirs_exist_ok=dirs_exist_ok)
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
    os.makedirs(dst, exist_ok=dirs_exist_ok)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)

11:17:36
@eveeifyeve:matrix.orgeveeifyeve *

Does anyone know how to solve this werid issue or is aware and there is a fix coming to the issue below? Because I am running into this issue both building locally and nixpkgs-revew when packing pulsar-engine.

Traceback (most recent call last):
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 349, in <module>
    main()
    ~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 345, in main
    subcommand_func()
    ~~~~~~~~~~~~~~~^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 337, in <lambda>
    "create-vendor": lambda: create_vendor(vendor_staging_dir=Path(sys.argv[2]), out_dir=Path(sys.argv[3]))
                             ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 294, in create_vendor
    copy_and_patch_git_crate_subtree(git_tree, pkg["name"], crate_out_dir)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/h9gp11gpnq3z1qfml6vnmk9kibkppfps-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 233, in copy_and_patch_git_crate_subtree
    shutil.copytree(crate_tree, crate_out_dir, ignore=ignore_func)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 593, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
                     ignore=ignore, copy_function=copy_function,
                     ignore_dangling_symlinks=ignore_dangling_symlinks,
                     dirs_exist_ok=dirs_exist_ok)
  File "/nix/store/y5hbdwc597ji5gc27m89j4dzl8dgxiay-python3-3.13.11-env/lib/python3.13/shutil.py", line 491, in _copytree
    os.makedirs(dst, exist_ok=dirs_exist_ok)
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 228, in makedirs
FileExistsError: [Errno 17] File exists: '/nix/store/h4msmqafv6pjndjbs02i8zpl3sg75d5s-pulsar-engine-0.1.130-vendor/blade-graphics-0.7.0'
(END)

11:18:14
@eveeifyeve:matrix.orgeveeifyeveI will link to the pr: https://github.com/NixOS/nixpkgs/pull/453332 so you can reproduce it.11:22:41

There are no newer messages yet.


Back to Room ListRoom Version: 6