[Cupt-devel] Bug#882238: Bug#882238: cupt: FTBFS on hppa and hurd-i386: feeding-input.t fails

John David Anglin dave.anglin at bell.net
Fri Mar 30 17:41:22 UTC 2018


On 2018-03-30 4:56 AM, Eugene V. Lyubimkin wrote:
> Thank you for taking a look.
>
> On 30.03.2018 01:01, John David Anglin wrote:
> [...]
>>>> On hurd-i386, I tracked it down to a misbehaviour of timeout(1), reported as #894379.
>>>> For HPPA, I didn't see any available porterboxes for HPPA on db.debian.org, so I could not
>>>> reproduced it. Did I miss any?
>>> I'll take a look at the timeout problem.  Access to a box can be arranged.
>> I find timeout works correctly on hppa.
> I see, so it's a different issue then. Please let me know if/when there is a box I could
> reproduce the test case failure on.
The attached change fixed the build failure on my rp3440.  Don't know if 
60s is enough for the slower buildds.

Dave

-- 
John David Anglin  dave.anglin at bell.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/cupt-devel/attachments/20180330/925c647d/attachment.html>
-------------- next part --------------
--- ./test/t/manage/worker/packages/hooks/pre-install-pkgs/feeding-input.t.save	2018-03-30 11:11:02.697750034 -0400
+++ ./test/t/manage/worker/packages/hooks/pre-install-pkgs/feeding-input.t	2018-03-30 11:11:41.437969834 -0400
@@ -21,7 +21,7 @@
 	my ($comment, $hook_command, $checker) = @_;
 
 	my $hook_options = "-o dpkg::pre-install-pkgs::='$hook_command' ";
-	my $command = get_worker_command("timeout 30s $cupt", "install '*xyz*' $hook_options", 'simulate'=>0);
+	my $command = get_worker_command("timeout 60s $cupt", "install '*xyz*' $hook_options", 'simulate'=>0);
 
 	my $output;
 	subtest $comment => sub {


More information about the Cupt-devel mailing list