You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When perl-5.26.0 is released in a few weeks, Sub-Identify will no longer install due to test failures.
$ /home/jkeenan/testing/blead/bin/perl -v | head -2 | tail -1
This is perl 5, version 25, subversion 11 (v5.25.11 (v5.25.10-89-ge42bf9a)) built for x86_64-linux
$ make test"/home/jkeenan/testing/blead/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644
PERL_DL_NONLAZY=1 "/home/jkeenan/testing/blead/bin/perl""-MExtUtils::Command::MM""-MTest::Harness""-e""undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basic-pureperl.t ......... do"t/01basic.t" failed, '.' is no longer in @INC at t/01basic-pureperl.t line 3.
t/01basic-pureperl.t ......... No subtests run
t/01basic.t .................. ok
t/02errors.t ................. ok
t/03proto.t .................. ok
t/04codelocation-pureperl.t .. do"t/04codelocation.t" failed, '.' is no longer in @INC at t/04codelocation-pureperl.t line 3.
t/04codelocation-pureperl.t .. No subtests run
t/04codelocation.t ........... ok
t/05constant-pureperl.t ...... do"t/05constant.t" failed, '.' is no longer in @INC at t/05constant-pureperl.t line 3.
t/05constant-pureperl.t ...... No subtests run
t/05constant.t ............... ok
t/06codelocxs-pureperl.t ..... do"t/06codelocxs.t" failed, '.' is no longer in @INC at t/06codelocxs-pureperl.t line 4.
t/06codelocxs-pureperl.t ..... No subtests run
t/06codelocxs.t .............. ok
t/20attributes.t ............. ok
t/21attributes-pureperl.t .... Can't locate t/20attributes.t in @INC (@INC contains: /home/jkeenan/gitwork/Sub-Identify/blib/lib /home/jkeenan/gitwork/Sub-Identify/blib/arch /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/site_perl/5.25.11 /home/jkeenan/testing/blead/lib/perl5/5.25.11/x86_64-linux /home/jkeenan/testing/blead/lib/perl5/5.25.11) at t/21attributes-pureperl.t line 5.t/21attributes-pureperl.t .... Dubious, test returned 2 (wstat 512, 0x200)No subtests run t/30signatures.t ............. ok t/pod.t ...................... ok Test Summary Report-------------------t/01basic-pureperl.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP outputt/04codelocation-pureperl.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP outputt/05constant-pureperl.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP outputt/06codelocxs-pureperl.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP outputt/21attributes-pureperl.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP outputFiles=14, Tests=98, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.30 cusr 0.01 csys = 0.37 CPU)Result: FAILFailed 5/14 test programs. 0/98 subtests failed.Makefile:1022: recipe for target 'test_dynamic' failedmake: *** [test_dynamic] Error 255
These failures are a consequence of the need to remove . from the default @INC.
As Sub-Identify has many other CPAN libraries depending on it, a FAIL outcome for Sub-Identify prevents CPAN testers from evaluating the 5.26.0-readiness of those other libraries. It would therefore be appreciated if you could evaluate and apply the pull request and release a new version to CPAN as soon as possible.
Thank you very much.
Jim Keenan
The text was updated successfully, but these errors were encountered:
I should add that if time constraints prevent you from evaluating the pull request but you are willing to share COMAINT for the purpose of getting a CPAN release out, I would be happy to undertake that task.
When perl-5.26.0 is released in a few weeks, Sub-Identify will no longer install due to test failures.
These failures are a consequence of the need to remove
.
from the default@INC
.A pull request was filed several months ago:
https://github.com/rgs/Sub-Identify/pull/9/files
As Sub-Identify has many other CPAN libraries depending on it, a
FAIL
outcome for Sub-Identify prevents CPAN testers from evaluating the 5.26.0-readiness of those other libraries. It would therefore be appreciated if you could evaluate and apply the pull request and release a new version to CPAN as soon as possible.Thank you very much.
Jim Keenan
The text was updated successfully, but these errors were encountered: