Discussion:
podlators failing
(too old to reply)
H.Merijn Brand
2024-04-04 08:04:51 UTC
Permalink
v5.39.9-30-gf38f760 Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O O O O O -Duselongdouble
O F F F F F -Duse64bitall
F F F F F F -Duseithreads -Duselongdouble
F O O O O O -Duseithreads -Duse64bitall
| | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
| | | | +--- PERLIO = perlio -DDEBUGGING
| | | +----- PERLIO = perlio -DDEBUGGING
| | +------- LC_ALL = en_US.utf8
| +--------- PERLIO = perlio
+----------- PERLIO = perlio

Failures: (common-args) -Dcc=g++
[perlio/en_US.utf8] -Duse64bitall
[stdio/perlio/en_US.utf8] -DDEBUGGING -Duse64bitall
[stdio/perlio/en_US.utf8] -Duseithreads -Duselongdouble
[stdio/perlio/en_US.utf8] -DDEBUGGING -Duseithreads -Duselongdouble
[stdio] -Duseithreads -Duse64bitall
../cpan/podlators/t/man/devise-date.t.......................FAILED
1, 6
Non-zero exit status: 2


https://tux.nl/perl5/smoke/linux01/511/gcc/smoke.log shows me

(FWIW, I cannot guarantee that "tux.nl" will stay mine. I hope to be able to tell more soon)

Weird

[2024-04-04 00:58:59+0200] TSTENV = perlio
Old package separator "'" deprecated at (eval 285) line 1.

# Failed test 'devise_date matches strftime'
# at t/man/devise-date.t line 31.
# got: '2024-04-03'
# expected: '2024-04-04'

# Failed test 'devise_date ignores invalid SOURCE_DATE_EPOCH'
# at t/man/devise-date.t line 61.
# got: '2024-04-03'
# expected: '2024-04-04'
# Looks like you failed 2 tests of 6.
# Testing Getopt::Long 2.57, Perl 5.039010, /pro/3gl/CPAN/perl-current/perl
make: *** [makefile:867: test_harness] Error 1

error while running harness target 'test_harness': 2 at /pro/3gl/CPAN/smoke/lib/Test/Smoke/App/RunSmoke.pm line 118.
[2024-04-04 01:02:11+0200]
[2024-04-04 01:02:11+0200] ../cpan/podlators/t/man/devise-date.t.......................FAILED
[2024-04-04 01:02:11+0200] 1, 6
[2024-04-04 01:02:11+0200] ../cpan/podlators/t/man/devise-date.t.......................FAILED
[2024-04-04 01:02:11+0200] Non-zero exit status: 2
[2024-04-04 01:02:11+0200] Archived results...
[2024-04-04 01:02:11+0200] TSTENV = locale:en_US.utf8
Old package separator "'" deprecated at (eval 285) line 1.

# Failed test 'devise_date matches strftime'
# at t/man/devise-date.t line 31.
# got: '2024-04-03'
# expected: '2024-04-04'

# Failed test 'devise_date ignores invalid SOURCE_DATE_EPOCH'
# at t/man/devise-date.t line 61.
# got: '2024-04-03'
# expected: '2024-04-04'
# Looks like you failed 2 tests of 6.
# Testing Getopt::Long 2.57, Perl 5.039010, /pro/3gl/CPAN/perl-current/perl
make: *** [makefile:867: test_harness] Error 1

error while running harness target 'test_harness': 2 at /pro/3gl/CPAN/smoke/lib/Test/Smoke/App/RunSmoke.pm line 118.
[2024-04-04 01:05:22+0200]
[2024-04-04 01:05:22+0200] ../cpan/podlators/t/man/devise-date.t.......................FAILED
[2024-04-04 01:05:22+0200] 1, 6
[2024-04-04 01:05:22+0200] ../cpan/podlators/t/man/devise-date.t.......................FAILED
[2024-04-04 01:05:22+0200] Non-zero exit status: 2
[2024-04-04 01:05:22+0200] Archived results...
Cannot open(/pro/3gl/CPAN/smoke/p59.skip): No such file or directory at /pro/3gl/CPAN/smoke/lib/Test/Smoke/App/RunSmoke.pm line 118.
--
H.Merijn Brand https://tux.nl Perl Monger http://amsterdam.pm.org/
using perl5.00307 .. 5.37 porting perl5 on HP-UX, AIX, and Linux
https://tux.nl/email.html http://qa.perl.org https://www.test-smoke.org
Tony Cook
2024-04-04 08:19:49 UTC
Permalink
Post by H.Merijn Brand
v5.39.9-30-gf38f760 Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O O O O O -Duselongdouble
O F F F F F -Duse64bitall
F F F F F F -Duseithreads -Duselongdouble
F O O O O O -Duseithreads -Duse64bitall
| | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
| | | | +--- PERLIO = perlio -DDEBUGGING
| | | +----- PERLIO = perlio -DDEBUGGING
| | +------- LC_ALL = en_US.utf8
| +--------- PERLIO = perlio
+----------- PERLIO = perlio
Failures: (common-args) -Dcc=g++
[perlio/en_US.utf8] -Duse64bitall
[stdio/perlio/en_US.utf8] -DDEBUGGING -Duse64bitall
[stdio/perlio/en_US.utf8] -Duseithreads -Duselongdouble
[stdio/perlio/en_US.utf8] -DDEBUGGING -Duseithreads -Duselongdouble
[stdio] -Duseithreads -Duse64bitall
../cpan/podlators/t/man/devise-date.t.......................FAILED
1, 6
Non-zero exit status: 2
https://github.com/Perl/perl5/pull/22119 is expected to fix this.

Tony
Dave Mitchell
2024-04-04 08:27:03 UTC
Permalink
Post by H.Merijn Brand
../cpan/podlators/t/man/devise-date.t.......................FAILED
This failure is related to
https://github.com/Perl/perl5/issues/22062
POSIX::strftime() behavior change in Perl 5.39.8. (Issue #22062)

which is currently being discussed.
--
31 Dec 1661: "I have newly taken a solemne oath about abstaining from plays".
1 Jan 1662: "And after ... we went by coach to the play".
-- The Diary of Samuel Pepys
Loading...