[aur-general] Traceback from aurweb upon git push
Hi all, I received the below traceback when pushing to the AUR. The push appears to have been successful, but it seems to me this may indicate an issue with aurweb, so I'm providing it here as a bug report. If it is not a bug and actually my fault, please enlighten me :) -Chris [bilbo:yaru]$ makepkg --printsrcinfo > .SRCINFO [bilbo:yaru]$ git add .SRCINFO PKGBUILD [bilbo:yaru]$ git commit -m "forgot to update .SRCINFO" [master 928f730] forgot to update .SRCINFO 2 files changed, 9 insertions(+), 6 deletions(-) [bilbo:yaru]$ git push Enumerating objects: 7, done. Counting objects: 100% (7/7), done. Delta compression using up to 8 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 543 bytes | 543.00 KiB/s, done. Total 4 (delta 2), reused 0 (delta 0) remote: Traceback (most recent call last): remote: File "/usr/bin/aurweb-notify", line 11, in <module> remote: load_entry_point('aurweb==4.8.0', 'console_scripts', 'aurweb-notify')() remote: File "/usr/lib/python3.8/site-packages/aurweb-4.8.0-py3.8.egg/aurweb/scripts/notify.py", line 554, in main remote: File "/usr/lib/python3.8/site-packages/aurweb-4.8.0-py3.8.egg/aurweb/scripts/notify.py", line 86, in send remote: File "/usr/lib/python3.8/subprocess.py", line 854, in __init__ remote: self._execute_child(args, executable, preexec_fn, close_fds, remote: File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child remote: raise child_exception_type(errno_num, err_msg, err_filename) remote: PermissionError: [Errno 13] Permission denied: '' To ssh://aur.archlinux.org/yaru 3d4130a..928f730 master -> master
I got the same error today, but it pushed the package OK anyway. On 10/02/2020 17.18, Chris Billington via aur-general wrote:
Hi all,
I received the below traceback when pushing to the AUR. The push appears to have been successful, but it seems to me this may indicate an issue with aurweb, so I'm providing it here as a bug report.
If it is not a bug and actually my fault, please enlighten me :)
-Chris
[bilbo:yaru]$ makepkg --printsrcinfo > .SRCINFO [bilbo:yaru]$ git add .SRCINFO PKGBUILD [bilbo:yaru]$ git commit -m "forgot to update .SRCINFO" [master 928f730] forgot to update .SRCINFO 2 files changed, 9 insertions(+), 6 deletions(-) [bilbo:yaru]$ git push Enumerating objects: 7, done. Counting objects: 100% (7/7), done. Delta compression using up to 8 threads Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 543 bytes | 543.00 KiB/s, done. Total 4 (delta 2), reused 0 (delta 0) remote: Traceback (most recent call last): remote: File "/usr/bin/aurweb-notify", line 11, in <module> remote: load_entry_point('aurweb==4.8.0', 'console_scripts', 'aurweb-notify')() remote: File "/usr/lib/python3.8/site-packages/aurweb-4.8.0-py3.8.egg/aurweb/scripts/notify.py", line 554, in main remote: File "/usr/lib/python3.8/site-packages/aurweb-4.8.0-py3.8.egg/aurweb/scripts/notify.py", line 86, in send remote: File "/usr/lib/python3.8/subprocess.py", line 854, in __init__ remote: self._execute_child(args, executable, preexec_fn, close_fds, remote: File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child remote: raise child_exception_type(errno_num, err_msg, err_filename) remote: PermissionError: [Errno 13] Permission denied: '' To ssh://aur.archlinux.org/yaru 3d4130a..928f730 master -> master
On Mon, 10 Feb 2020 at 17:18:16, Chris Billington via aur-general wrote:
remote: raise child_exception_type(errno_num, err_msg, err_filename) remote: PermissionError: [Errno 13] Permission denied: ''
Should be fixed. Sorry for the inconvenience.
participants (3)
-
Chris Billington
-
Lukas Fleischer
-
Michael Duell