https://bugzilla.redhat.com/show_bug.cgi?id=1204870
Bug ID: 1204870 Summary: perl-Gearman-Client-Async-0.94-19.fc23 FTBFS: t/async.t fails randomly Product: Fedora Version: rawhide Component: perl-Gearman-Client-Async Assignee: ppisar@redhat.com Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: perl-devel@lists.fedoraproject.org, ppisar@redhat.com
perl-Gearman-Client-Async-0.94-19.fc23 sometimes fails to build in F23:
+ make test 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 Use of "goto" to jump into a construct is deprecated at /usr/share/perl5/vendor_perl/Gearman/Util.pm line 164. Use of "goto" to jump into a construct is deprecated at /usr/share/perl5/vendor_perl/Gearman/Util.pm line 164. t/allinone.t ...... ok Use of "goto" to jump into a construct is deprecated at /usr/share/perl5/vendor_perl/Gearman/Util.pm line 164. Use of "goto" to jump into a construct is deprecated at /usr/share/perl5/vendor_perl/Gearman/Util.pm line 164. # Failed test 'alternating status' # at t/async.t line 75. # '21211221122222' # doesn't match '(?^:1212)' # Looks like you failed 1 test of 2. t/async.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests
This looks like a race in the test because it expects that tasks complete regularly in time which does not have to be true if CPU scheduler delays some processes.
See Koschei http://koschei.cloud.fedoraproject.org/package/perl-Gearman-Client-Async for the failure frequency.
Unfortunately I cannot reproduce the failure.