Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout looking for devel update, when multiple packages use the same github repo. #1327

Open
JonathanSteininger opened this issue Jan 27, 2025 · 0 comments

Comments

@JonathanSteininger
Copy link

Affected Version

paru v2.0.4 - libalpm v15.0.0

Description

Have you checked previous issues?
Yes

I had made an issue on the Astal github project about this already.
But it felt more relevant as an issue with paru itself.

The "looking for devel upgrades" step is timing out due to the aylurs-gtk-shell package, and its libastal-meta packages. Because there are multiple sub packages that all use the same parent repository (https://github.com/Aylur/astal.git).

When paru tries to check the hash of the github repos. All the libastal-meta packages all use the same github repository. So multiple requests get made to get the latest hash.

My guess is that this is causing github to deny requests due to looking like spam, leading to the timeout.

Output

terminal output:

paru -Syu
[sudo] password for Aureus:
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 extra-testing is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Looking for PKGBUILD upgrades...
:: Looking for AUR upgrades...
:: Looking for devel upgrades...
error: timed out looking for devel update: https://github.com/libimobiledevice/libplist
error: timed out looking for devel update: https://github.com/hyprwm/hyprcursor.git
error: timed out looking for devel update: https://github.com/Aylur/astal.git
error: timed out looking for devel update: https://github.com/Aylur/astal.git
error: timed out looking for devel update: https://github.com/hyprwm/hyprgraphics.git
error: timed out looking for devel update: https://github.com/hyprwm/hyprwayland-scanner.git
error: timed out looking for devel update: https://github.com/hyprwm/hyprpaper.git
:: Resolving dependencies...
:: Calculating conflicts...

devel.toml section

[[libastal-apps-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-auth-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-battery-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-bluetooth-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-cava-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-gjs-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-greetd-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-hyprland-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-io-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-mpris-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-network-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-notifd-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-powerprofiles-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-river-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-tray-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

[[libastal-wireplumber-git]]
url = "https://github.com/Aylur/astal.git"
commit = "127e9cdcbf173846a3c40ddc0abfbb038df48042"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant