Skip Menu |

This queue is for tickets about the Time-LST CPAN distribution.

Report information
The Basics
Id: 131575
Status: new
Priority: 0/
Queue: Time-LST

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

Bug Information
Severity: (no value)
Broken in:
  • 0.038
  • 0.04
Fixed in: (no value)



Subject: t/Time-LST.t started to fail
t/Time-LST.t fails on my smoker systems. Test log looks either like ... PERL_DL_NONLAZY=1 "/opt/perl-5.28.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Time::LST::ymdhms2lst: Need an array reference of datetime (6 values) to calculate LST at t/Time-LST.t line 15. # Looks like your test exited with 255 just after 1. t/Time-LST.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests ... or sometimes it looks different: ... PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'datetime2lst' # at t/Time-LST.t line 17. # Failed test 'ymdhms2lst' # at t/Time-LST.t line 22. # Looks like you failed 2 tests of 5. t/Time-LST.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests ...
RT-Send-CC: atoomic [...] cpan.org
On 2020-01-26 15:04:55, SREZIC wrote: Show quoted text
> t/Time-LST.t fails on my smoker systems. Test log looks either like > > ... > PERL_DL_NONLAZY=1 "/opt/perl-5.28.2/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Time::LST::ymdhms2lst: Need an array reference of datetime (6 values) > to calculate LST at t/Time-LST.t line 15. > # Looks like your test exited with 255 just after 1. > t/Time-LST.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 4/5 subtests > ...
It seems that Date::Parse::strptime() returns now an element more. Formerly: $ perl5.31.6 -MDate::Parse=strptime -e 'warn join("|", strptime(shift))' "1942:8:7T17:00:00" 00|00|17|7|7|42| at -e line 1. Now: perl5.31.7 -MDate::Parse=strptime -e 'warn join("|", strptime(shift))' "1942:8:7T17:00:00" 00|00|17|7|7|42||19 at -e line 1. @atoomic: is this a Date::Parse regression? $
On 2020-01-26 15:04:55, SREZIC wrote: Show quoted text
> t/Time-LST.t fails on my smoker systems. Test log looks either like > > ... > PERL_DL_NONLAZY=1 "/opt/perl-5.28.2/bin/perl" "- > MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" > t/*.t > Time::LST::ymdhms2lst: Need an array reference of datetime (6 values) > to calculate LST at t/Time-LST.t line 15. > # Looks like your test exited with 255 just after 1. > t/Time-LST.t .. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 4/5 subtests > ... > > or sometimes it looks different: > > ... > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "- > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > > # Failed test 'datetime2lst' > # at t/Time-LST.t line 17. > > # Failed test 'ymdhms2lst' > # at t/Time-LST.t line 22. > # Looks like you failed 2 tests of 5. > t/Time-LST.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/5 subtests > ...
Same problem with Time-LST-0.04.