Your message dated Tue, 29 Dec 2020 16:27:41 +0000 with message-id <[email protected]> and subject line Bug#978566 fixed in ftp.debian.org has caused the Debian Bug report #978566, regarding ftp.debian.org: ValueError thrown in postcronscript during dinstall to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 978566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978566 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: ftp.debian.org Severity: minor Noticed the following in the dinstall log: > Dec 28 08:15:23 fasolo dinstall[54493]: ########## dinstall BEGIN: > postcronscript ########## > Dec 28 08:15:23 fasolo dinstall[54493]: postcronscript Traceback (most > recent call last): > Dec 28 08:15:23 fasolo dinstall[54493]: postcronscript File > "/srv/ftp-master.debian.org/dak//tools/logs.py", line 35, in <module> > Dec 28 08:15:23 fasolo dinstall[54493]: postcronscript dt, l = > l.split('\t', 1) > Dec 28 08:15:23 fasolo dinstall[54493]: postcronscript ValueError: not > enough values to unpack (expected 2, got 1) > Dec 28 08:15:23 fasolo dinstall[54493]: ########## dinstall END: > postcronscript ########## I presume it is not important because at first glance it looks like it has been failing for 14+ days. ~Niels
--- End Message ---
--- Begin Message ---Hello, Bug #978566 in ftp.debian.org reported by you has been fixed in the Git repository. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/ftp-team/dak/-/commit/dc697c96930a4f71e4841fe85a0a1eb84198e70f ------------------------------------------------------------------------ logs.py: create a list from return value of `map` The list of values is used twice and therefore needs to be stored in a list as Python 3's `map` just returns an iterable. Closes: #978566 ------------------------------------------------------------------------ (this message was generated automatically) -- Greetings https://bugs.debian.org/978566
--- End Message ---

