Skip to content

NHORNE/Ham-DXCC-Lookup-0.02 is failing its tests in github actions, is PPI at fault? #342

Description

@wchristian
2026-04-26T10:26:04.8643848Z # PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2026-04-26T10:26:04.8643932Z # t/10-compile.t .... ok
2026-04-26T10:26:04.8643999Z # t/30-basics.t ..... 
2026-04-26T10:26:04.8644088Z # Dubious, test returned 3 (wstat 768, 0x300)
2026-04-26T10:26:04.8644167Z # Failed 3/4 subtests 
2026-04-26T10:26:04.8644285Z # t/critic.t ........ skipped: Not running author tests
2026-04-26T10:26:04.8644392Z # t/eof.t ........... skipped: Not running author tests
2026-04-26T10:26:04.8644494Z # t/eol.t ........... skipped: Not running author tests
2026-04-26T10:26:04.8644564Z # t/fuzz.t .......... ok
2026-04-26T10:26:04.8644671Z # t/kwalitee.t ...... skipped: Not running author tests
2026-04-26T10:26:04.8644787Z # t/pod-synopsis.t .. skipped: Not running author tests
2026-04-26T10:26:04.8644894Z # t/pod.t ........... skipped: Not running author tests
2026-04-26T10:26:04.8644953Z # 
2026-04-26T10:26:04.8645021Z # Test Summary Report
2026-04-26T10:26:04.8645084Z # -------------------
2026-04-26T10:26:04.8645213Z # t/30-basics.t   (Wstat: 768 (exited 3) Tests: 4 Failed: 3)
2026-04-26T10:26:04.8645371Z #   Failed tests:  2-4
2026-04-26T10:26:04.8645446Z #   Non-zero exit status: 3
2026-04-26T10:26:04.8645662Z # Files=9, Tests=7,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.73 cusr  0.19 csys =  0.95 CPU)
2026-04-26T10:26:04.8645731Z # Result: FAIL
2026-04-26T10:26:04.8645940Z # Use of uninitialized value $_[0] in string eq at (eval in cmp_ok) t/30-basics.t line 10.
2026-04-26T10:26:04.8646513Z # 	Test::Builder::__ANON__[(eval in cmp_ok) t/30-basics.t:10](undef, "United States") called at /usr/local/lib/perl5/site_perl/5.36.3/Test/Builder.pm line 979
2026-04-26T10:26:04.8646714Z # 	eval {...} called at /usr/local/lib/perl5/site_perl/5.36.3/Test/Builder.pm line 978
2026-04-26T10:26:04.8647188Z # 	Test::Builder::cmp_ok(Test::Builder=HASH(0x558f95b6df18), undef, "eq", "United States", "K1ZZ country") called at /usr/local/lib/perl5/site_perl/5.36.3/Test/More.pm line 533
2026-04-26T10:26:04.8647422Z # 	Test::More::cmp_ok(undef, "eq", "United States", "K1ZZ country") called at t/30-basics.t line 10
2026-04-26T10:26:04.8647486Z # 
2026-04-26T10:26:04.8647563Z # #   Failed test 'K1ZZ country'
2026-04-26T10:26:04.8647636Z # #   at t/30-basics.t line 10.
2026-04-26T10:26:04.8647826Z # #          got: undef
2026-04-26T10:26:04.8647904Z # #     expected: 'United States'
2026-04-26T10:26:04.8648107Z # Use of uninitialized value $_[0] in string eq at (eval in cmp_ok) t/30-basics.t line 11.
2026-04-26T10:26:04.8648499Z # 	Test::Builder::__ANON__[(eval in cmp_ok) t/30-basics.t:11](undef, "England") called at /usr/local/lib/perl5/site_perl/5.36.3/Test/Builder.pm line 979
2026-04-26T10:26:04.8648685Z # 	eval {...} called at /usr/local/lib/perl5/site_perl/5.36.3/Test/Builder.pm line 978
2026-04-26T10:26:04.8649141Z # 	Test::Builder::cmp_ok(Test::Builder=HASH(0x558f95b6df18), undef, "eq", "England", "G4ABC country") called at /usr/local/lib/perl5/site_perl/5.36.3/Test/More.pm line 533
2026-04-26T10:26:04.8649358Z # 	Test::More::cmp_ok(undef, "eq", "England", "G4ABC country") called at t/30-basics.t line 11
2026-04-26T10:26:04.8649420Z # 
2026-04-26T10:26:04.8649494Z # #   Failed test 'G4ABC country'
2026-04-26T10:26:04.8649568Z # #   at t/30-basics.t line 11.
2026-04-26T10:26:04.8649641Z # #          got: undef
2026-04-26T10:26:04.8649712Z # #     expected: 'England'
2026-04-26T10:26:04.8649912Z # Use of uninitialized value $_[0] in string eq at (eval in cmp_ok) t/30-basics.t line 12.
2026-04-26T10:26:04.8650295Z # 	Test::Builder::__ANON__[(eval in cmp_ok) t/30-basics.t:12](undef, "Japan") called at /usr/local/lib/perl5/site_perl/5.36.3/Test/Builder.pm line 979
2026-04-26T10:26:04.8650477Z # 	eval {...} called at /usr/local/lib/perl5/site_perl/5.36.3/Test/Builder.pm line 978
2026-04-26T10:26:04.8650921Z # 	Test::Builder::cmp_ok(Test::Builder=HASH(0x558f95b6df18), undef, "eq", "Japan", "JA1XYZ country") called at /usr/local/lib/perl5/site_perl/5.36.3/Test/More.pm line 533
2026-04-26T10:26:04.8651127Z # 	Test::More::cmp_ok(undef, "eq", "Japan", "JA1XYZ country") called at t/30-basics.t line 12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions