On Thu Sep 06 11:03:41 2018, ppisar wrote:
Show quoted text
The failure in t/aggregate/unit_core_script_help.t has appeared in another context.
Yesterday I ran my "test-against-dev" process to test a list of 3000 CPAN distributions (the top of the "CPAN River") against perl-5.29.3 on FreeBSD-11. In the Catalyst-Runtime test suite, t/aggregate/unit_core_script_help.t failed. I am attaching a gzipped file with the .cpanm build.log extract for Catalyst-Runtime.
I also manually installed v5.29.3 on the same machine (perl-5.29.3_V.txt attached), installed cpanm against that perl, then attempted to use that cpanm to install Catalyst-Runtime. I got the same failure, which can be most simply shown as:
#####
[Catalyst-Runtime-5.90118] $ pwd
/home/jkeenan/.cpanm/work/1537635778.13489/Catalyst-Runtime-5.90118
[Catalyst-Runtime-5.90118] $ ~/testing/v5.29.3/bin/prove -I/home/jkeenan/testing/lib -Iblib/lib -v t/aggregate/unit_core_script_help.t
t/aggregate/unit_core_script_help.t .. No subtests run
Test Summary Report
-------------------
t/aggregate/unit_core_script_help.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.38 cusr 0.16 csys = 0.58 CPU)
Result: FAIL
#####
I then reproduced this failure on Ubuntu Linux 18.04 LTS with perl-5.29.3 and cpanm.
Since Catalyst-Runtime failed its tests, it failed to install. As a consequence, the many CPAN distributions among the "CPAN-river-3000" which depend on Catalyst-Runtime were not reached in the course of test-against-dev and their own viability with respect to perl-5.29.3 could not be accurately assessed.
Thank you very much.
Jim Keenan