Skip Menu |

This queue is for tickets about the WWW-Mechanize-Plugin-AutoWrite CPAN distribution.

Report information
The Basics
Id: 127399
Status: new
Priority: 0/
Queue: WWW-Mechanize-Plugin-AutoWrite

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: Test suite started to fail
On my smoker systems I see the following new test failure: ... # tempfilename /var/tmp/cpansmoker-1023/2018101713/v1777rbKpx There is no form named "f" at /home/cpansand/.cpan/build/2018101713/WWW-Mechanize-1.88-0/blib/lib/WWW/Mechanize.pm line 1032. # unlink /var/tmp/cpansmoker-1023/2018101713/v1777rbKpx # Looks like your test exited with 255 just after 5. t/01-WWW-Mechanize-Plugin-AutoWrite.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/6 subtests ... Looking at http://matrix.cpantesters.org/?dist=WWW-Mechanize-Plugin-AutoWrite%200.06;reports=1#sl=7,1 it seems that the problem started between June and July 2018. Maybe a changed website or so?
On 2018-10-17 16:03:07, SREZIC wrote: Show quoted text
> On my smoker systems I see the following new test failure: > > ... > # tempfilename /var/tmp/cpansmoker-1023/2018101713/v1777rbKpx > There is no form named "f" at > /home/cpansand/.cpan/build/2018101713/WWW-Mechanize-1.88- > 0/blib/lib/WWW/Mechanize.pm line 1032. > # unlink /var/tmp/cpansmoker-1023/2018101713/v1777rbKpx > # Looks like your test exited with 255 just after 5. > t/01-WWW-Mechanize-Plugin-AutoWrite.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/6 subtests > ... > > > Looking at http://matrix.cpantesters.org/?dist=WWW-Mechanize-Plugin- > AutoWrite%200.06;reports=1#sl=7,1 it seems that the problem started > between June and July 2018. Maybe a changed website or so?
Another problem, if LWP::Protocol::https is not installed: # tempfilename /var/tmp/cpansmoker-1023/2018101803/jsMLYUlyRj Error GETing https://www.cpan.org/: Protocol scheme 'https' is not supported (LWP::Protocol::https not installed) at t/01-WWW-Mechanize-Plugin-AutoWrite.t line 28. # unlink /var/tmp/cpansmoker-1023/2018101803/jsMLYUlyRj # Looks like you planned 6 tests but ran 1. # Looks like your test exited with 2 just after 1. t/01-WWW-Mechanize-Plugin-AutoWrite.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 5/6 subtests