Activity log for bug #2065766

Date Who What changed Old value New value Message
2024-05-15 10:45:45 Bryce Harrington bug added bug
2024-05-15 10:46:16 Bryce Harrington description I get an error when pushing a branch up to my git-based project's repository: $ git push origin testbed-setup-failures-are-bad Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: Traceback (most recent call last): remote: File "hooks/post-receive", line 227, in <module> remote: rpc_invoke( remote: File "hooks/post-receive", line 153, in rpc_invoke remote: raise Exception(res) remote: Exception: {'error': 'notify_push timed out'} To git+ssh://git.launchpad.net/ppa-dev-tools * [new branch] testbed-setup-failures-are-bad -> testbed-setup-failures-are-bad This gives a similar error message as LP: #2029135, although that one involved pack_count and was fixed some time ago, whereas this is an rpc_invoke() call. I tried renaming the branch and pushing, in case something glitched with the first attempt, but I got the same error.555555554qqqqqqa The main thing that's changed recently with my git repository, is that I enabled automatic snap builds. I don't remember if that was before or after my previously pushed branch but suspect it may be after. I wonder if the rpc_invoke() call is trying to kick off the snap build, maybe? I get an error when pushing a branch up to my git-based project's repository: $ git push origin testbed-setup-failures-are-bad Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 remote: Traceback (most recent call last): remote: File "hooks/post-receive", line 227, in <module> remote: rpc_invoke( remote: File "hooks/post-receive", line 153, in rpc_invoke remote: raise Exception(res) remote: Exception: {'error': 'notify_push timed out'} To git+ssh://git.launchpad.net/ppa-dev-tools  * [new branch] testbed-setup-failures-are-bad -> testbed-setup-failures-are-bad This gives a similar error message as LP: #2029135, although that one involved pack_count and was fixed some time ago, whereas this is an rpc_invoke() call. I tried renaming the branch and pushing, in case something glitched with the first attempt, but I got the same error. The main thing that's changed recently with my git repository, is that I enabled automatic snap builds. I don't remember if that was before or after my previously pushed branch but suspect it may be after. I wonder if the rpc_invoke() call is trying to kick off the snap build, maybe?
2024-05-31 07:22:39 Guruprasad launchpad: status New Fix Released