View Issue Details

IDProjectCategoryView StatusLast Update
0009579Talerdeployment and operationspublic2025-02-26 21:48
ReporterChristian Grothoff Assigned Todvn  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Versionpost-1.0 
Summary0009579: weird Git hook failure
DescriptionI get this on commit:

remote: /home/git/repositories/exchange.git/hooks/post-receive.h01-post-receive.multimail:3231: SyntaxWarning: invalid escape sequence '\s'
remote: return re.match('(.*?)\s*<', self.__user).group(1)
remote: /home/git/repositories/exchange.git/hooks/post-receive.h01-post-receive.multimail:3265: SyntaxWarning: invalid escape sequence '\s'
remote: return re.match('(.*?)\s*<', self.__submitter).group(1)
remote: Sending notification emails to: gnunet-svn@gnu.org
remote: git_buildbot: ERROR: Could not connect to localhost:19990: Connection was refused by other side: 111: Connection refused.
To git+ssh://git.taler.net/exchange
   2d8ee57a1..3d1ff7d14 master -> master
TagsNo tags attached.

Activities

dvn

2025-02-26 18:55

developer   ~0024144

This doesn't appear for me. Did the issue go away for you too?

---
remote: git_buildbot: ERROR: Could not connect to localhost:19990: Connection was refused by other side: 111: Connection refused.

That probably mean that the buildbot master service was crashed.

dvn

2025-02-26 21:48

developer   ~0024147

Okay I was able to reproduce the part about the invalid escape sequence. Newer versions of python are more strict, I guess. I changed those lines in the hook to use raw strings.

Issue History

Date Modified Username Field Change
2025-02-22 23:08 Christian Grothoff New Issue
2025-02-22 23:08 Christian Grothoff Status new => assigned
2025-02-22 23:08 Christian Grothoff Assigned To => dvn
2025-02-26 18:55 dvn Note Added: 0024144
2025-02-26 21:48 dvn Status assigned => resolved
2025-02-26 21:48 dvn Resolution open => fixed
2025-02-26 21:48 dvn Note Added: 0024147