Subject: | t/compile-quotes.t may fail |
On some systems (actually only on my fedora 28 smoker) I see the following failure:
...
Smartmatch is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC.pm line 21.
given is experimental at t/compile-quotes.t line 61.
when is experimental at t/compile-quotes.t line 62.
when is experimental at t/compile-quotes.t line 72.
when is experimental at t/compile-quotes.t line 83.
given is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Role/Input.pm line 25.
when is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Role/Input.pm line 26.
given is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Role/Output.pm line 31.
when is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Role/Output.pm line 32.
given is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Role/Output.pm line 48.
when is experimental at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Role/Output.pm line 49.
Attribute (quotes) does not pass the type constraint because: Validation failed for 'ArrayRef[Str]' with value <html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>nginx/1.14.2</center> </body> </html> at constructor App::QuoteCC::Output::Perl::new (defined at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC/Output/Perl.pm line 67) line 38
App::QuoteCC::Output::Perl::new('App::QuoteCC::Output::Perl', 'quotes', '<html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>nginx/1.14.2</center> </body> </html>', 'file', '/var/tmp/cpansmoker-1023/2019050208/app-quotecc-jK4f/03cw9L9bKk.perl') called at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC.pm line 86
App::QuoteCC::__ANON__('ARRAY(0x45ccfa8)', 'HASH(0x45cc6f0)') called at /home/cpansand/.cpan/build/2019050208/App-QuoteCC-0.10-3/blib/lib/App/QuoteCC.pm line 95
App::QuoteCC::run('App::QuoteCC=HASH(0x45789e0)') called at t/compile-quotes.t line 52
# Looks like your test exited with 255 just after 3.
t/compile-quotes.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 62/65 subtests
...
(The smartmatch warnings probably do not cause the failure)