Bug#713378: get-flash-videos: FTBFS: dh_auto_test: make -j1 test returned exit code 2

Salvatore Bonaccorso carnil at debian.org
Sun Jun 23 06:41:20 UTC 2013


Control: tag -1 - unreproducible

Hi Gregor,

On Sat, Jun 22, 2013 at 09:07:53PM +0200, gregor herrmann wrote:
> Control: tag -1 + unreproducible
> 
> On Sat, 22 Jun 2013 15:23:55 +0200, Lucas Nussbaum wrote:
> 
> > Relevant part:
> > > make[1]: Entering directory `/«PKGBUILDDIR»'
> > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> > > t/00_load.t .............. ok
> > > There is no form with the requested fields at /«PKGBUILDDIR»/blib/lib/FlashVideo/Site/Googlevideosearch.pm line 18
> > > There is no form with the requested fields at /usr/share/perl5/WWW/Mechanize.pm line 1897.
> > > # Looks like your test exited with 255 before it could output anything.
> > > t/google_video_search.t .. 
> > > Dubious, test returned 255 (wstat 65280, 0xff00)
> > > Failed 2/2 subtests 
> 
> Works fine here (sid cowbuilder amd64 without internet access).
> 
> Anyone else more lucky than me?
> 
> Looking at the test, it should be skipped:
> 
> #v+
> {
>   my $mech = FlashVideo::Mechanize->new;
>   $mech->get("http://www.google.com");
>   plan skip_all => "We don't appear to have an internet connection" if $mech->response->is_error;
> }
> #v-

Actually I can reproduce it if I *allow* network connection. setting
the policy for iptables for OUTPUT to DROP the above indeed gives for
the test "We don't appear to have an internet connection". But if
network connection is allowed, the failure reported by Lucas is
reproducible.

Regards,
Salvatore



More information about the pkg-perl-maintainers mailing list