Your message dated Tue, 07 Aug 2018 07:37:00 +0000
with message-id <[email protected]>
and subject line Re: britney: Crash in britney due to trigger
has caused the Debian Bug report #905600,
regarding britney: Crash in britney due to trigger
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.)
--
905600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905600
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: asd
Package: release.debian.org
User: [email protected]
Usertags: britney
Severity: normal
X-Debbugs-CC: [email protected]
Hi,
Britney crashed with the following error:
Cron Daemon:
> Traceback (most recent call last):
> File "/srv/release.debian.org/britney/code/b2/britney.py", line 2873, in
> <module>
> Britney().main()
> File "/srv/release.debian.org/britney/code/b2/britney.py", line 388, in
> __init__
> policy.initialise(self)
> File
> "/srv/release.debian.org/britney/code/b2/britney2/policies/autopkgtest.py",
> line 178, in initialise
> self.add_trigger_to_results(trigger, src, ver, arch, stamp,
> Result[status.upper()])
> File
> "/srv/release.debian.org/britney/code/b2/britney2/policies/autopkgtest.py",
> line 669, in add_trigger_to_results
> (trigsrc, trigver) = trigger.split('/', 1)
> ValueError: not enough values to unpack (expected 2, got 1)
>
It appears be due to an autopkgtest trigger that does not match
britney's expectations.
@elbrus: I noticed you had the following commit attempts to fix
something similar:
https://salsa.debian.org/elbrus/britney2/commit/e6a6e62abd04c7c0d5e844ce6cd45c5e6eb970e7
(though I am not entirely sure it is applicable here, because it does
not seem like the commit will fix this crash)
Thanks,
~Niels
--- End Message ---
--- Begin Message ---
On Mon, 06 Aug 2018 21:28:00 +0000 Niels Thykier <[email protected]> wrote:
> Subject: asd
> Package: release.debian.org
> User: [email protected]
> Usertags: britney
> Severity: normal
> X-Debbugs-CC: [email protected]
>
> Hi,
>
> Britney crashed with the following error:
>
> Cron Daemon:
> > Traceback (most recent call last):
> > File "/srv/release.debian.org/britney/code/b2/britney.py", line 2873, in
> > <module>
> > Britney().main()
> > File "/srv/release.debian.org/britney/code/b2/britney.py", line 388, in
> > __init__
> > policy.initialise(self)
> > File
> > "/srv/release.debian.org/britney/code/b2/britney2/policies/autopkgtest.py",
> > line 178, in initialise
> > self.add_trigger_to_results(trigger, src, ver, arch, stamp,
> > Result[status.upper()])
> > File
> > "/srv/release.debian.org/britney/code/b2/britney2/policies/autopkgtest.py",
> > line 669, in add_trigger_to_results
> > (trigsrc, trigver) = trigger.split('/', 1)
> > ValueError: not enough values to unpack (expected 2, got 1)
> >
>
> It appears be due to an autopkgtest trigger that does not match
> britney's expectations.
>
> @elbrus: I noticed you had the following commit attempts to fix
> something similar:
> https://salsa.debian.org/elbrus/britney2/commit/e6a6e62abd04c7c0d5e844ce6cd45c5e6eb970e7
>
> (though I am not entirely sure it is applicable here, because it does
> not seem like the commit will fix this crash)
>
> Thanks,
> ~Niels
>
>
Fixed by https://salsa.debian.org/release-team/britney2/merge_requests/7
Thanks,
~Niels
--- End Message ---