Skip Menu |

This queue is for tickets about the Devel-CallChecker CPAN distribution.

Report information
The Basics
Id: 110669
Status: open
Priority: 0/
Queue: Devel-CallChecker

People
Owner: Nobody in particular
Requestors: jgmiller [...] pt.LU
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.007
  • 0.008
Fixed in: (no value)



Subject: t/threads.t .... Failed 2/3 subtests on i386 and armv5tel
Devel::CallChecker version 0.007 On Linux Mint 17.1 i686 64 bit with perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi all tests are successful $PWD/Build test t/callck.t ..... ok t/pod_cvg.t .... ok t/pod_syn.t .... ok t/rv2cvopcv.t .. ok t/threads.t .... ok All tests successful. Files=5, Tests=88, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.35 cusr 0.28 csys = 2.69 CPU) Result: PASS on Linux Mint 17.3 i386 32 bit with perl 5, version 18, subversion 2 (v5.18.2) built for i686-linux-gnu-thread-multi-64int failure in threads test t/threads.t .... Failed 2/3 subtests Test Summary Report ------------------- t/threads.t (Wstat: 14 Tests: 1 Failed: 0) Non-zero wait status: 14 Parse errors: Bad plan. You planned 3 tests but ran 1. Files=5, Tests=86, 36 wallclock secs ( 0.32 usr 0.07 sys + 14.99 cusr 1.59 csys = 16.97 CPU) Result: FAIL Failed 1/5 test programs. 0/86 subtests failed. On Debian Jessie 8.2 armv5tel (32 bit) with perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux-gnueabi-thread-multi-64int failure in threads test t/threads.t .... Failed 2/3 subtests Test Summary Report ------------------- t/threads.t (Wstat: 14 Tests: 1 Failed: 0) Non-zero wait status: 14 Parse errors: Bad plan. You planned 3 tests but ran 1. Files=5, Tests=86, 36 wallclock secs ( 0.44 usr 0.10 sys + 22.02 cusr 2.37 csys = 24.93 CPU) Result: FAIL Failed 1/5 test programs. 0/86 subtests failed. On Debian Jessie 8.2 armv7l (32 bit) with perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux-gnueabihf-thread-multi-64int success in threads test t/threads.t .... ok All tests successful. Files=5, Tests=88, 11 wallclock secs ( 0.19 usr 0.02 sys + 9.74 cusr 0.67 csys = 10.62 CPU) Result: PASS I have built numerous other CPAN perl modules (many of which I am fairly sure will also have done some threads test) on each of these platforms but not experienced failure in the module supplied tests with those.
On 2015-12-27 13:51:08, jgmiller@pt.LU wrote: Show quoted text
> > Devel::CallChecker version 0.007 > > On Linux Mint 17.1 i686 64 bit with > perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux- > gnu-thread-multi > > all tests are successful > > $PWD/Build test > t/callck.t ..... ok > t/pod_cvg.t .... ok > t/pod_syn.t .... ok > t/rv2cvopcv.t .. ok > t/threads.t .... ok > All tests successful. > Files=5, Tests=88, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.35 cusr > 0.28 csys = 2.69 CPU) > Result: PASS > > on Linux Mint 17.3 i386 32 bit with > perl 5, version 18, subversion 2 (v5.18.2) built for i686-linux-gnu- > thread-multi-64int > failure in threads test > > t/threads.t .... Failed 2/3 subtests > > Test Summary Report > ------------------- > t/threads.t (Wstat: 14 Tests: 1 Failed: 0) > Non-zero wait status: 14 > Parse errors: Bad plan. You planned 3 tests but ran 1. > Files=5, Tests=86, 36 wallclock secs ( 0.32 usr 0.07 sys + 14.99 cusr > 1.59 csys = 16.97 CPU) > Result: FAIL > Failed 1/5 test programs. 0/86 subtests failed. > > On Debian Jessie 8.2 armv5tel (32 bit) with > perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux- > gnueabi-thread-multi-64int > > failure in threads test > > t/threads.t .... Failed 2/3 subtests > > Test Summary Report > ------------------- > t/threads.t (Wstat: 14 Tests: 1 Failed: 0) > Non-zero wait status: 14 > Parse errors: Bad plan. You planned 3 tests but ran 1. > Files=5, Tests=86, 36 wallclock secs ( 0.44 usr 0.10 sys + 22.02 cusr > 2.37 csys = 24.93 CPU) > Result: FAIL > Failed 1/5 test programs. 0/86 subtests failed. > > On Debian Jessie 8.2 armv7l (32 bit) with > perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux- > gnueabihf-thread-multi-64int > > success in threads test > > t/threads.t .... ok > All tests successful. > Files=5, Tests=88, 11 wallclock secs ( 0.19 usr 0.02 sys + 9.74 cusr > 0.67 csys = 10.62 CPU) > Result: PASS > > > I have built numerous other CPAN perl modules (many of which I am > fairly sure will also have done some threads test) on each of these > platforms but not experienced failure in the module supplied tests > with those.
CPAN Testers reports with failures in t/threads.t: http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Devel-CallChecker-0.007&field=conf%3Aarchname&field=fail%3At%2Fthreads.t
On 2015-12-29 08:20:05, SREZIC wrote: Show quoted text
> On 2015-12-27 13:51:08, jgmiller@pt.LU wrote:
> > > > Devel::CallChecker version 0.007 > > > > On Linux Mint 17.1 i686 64 bit with > > perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux- > > gnu-thread-multi > > > > all tests are successful > > > > $PWD/Build test > > t/callck.t ..... ok > > t/pod_cvg.t .... ok > > t/pod_syn.t .... ok > > t/rv2cvopcv.t .. ok > > t/threads.t .... ok > > All tests successful. > > Files=5, Tests=88, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.35 > > cusr > > 0.28 csys = 2.69 CPU) > > Result: PASS > > > > on Linux Mint 17.3 i386 32 bit with > > perl 5, version 18, subversion 2 (v5.18.2) built for i686-linux-gnu- > > thread-multi-64int > > failure in threads test > > > > t/threads.t .... Failed 2/3 subtests > > > > Test Summary Report > > ------------------- > > t/threads.t (Wstat: 14 Tests: 1 Failed: 0) > > Non-zero wait status: 14 > > Parse errors: Bad plan. You planned 3 tests but ran 1. > > Files=5, Tests=86, 36 wallclock secs ( 0.32 usr 0.07 sys + 14.99 > > cusr > > 1.59 csys = 16.97 CPU) > > Result: FAIL > > Failed 1/5 test programs. 0/86 subtests failed. > > > > On Debian Jessie 8.2 armv5tel (32 bit) with > > perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux- > > gnueabi-thread-multi-64int > > > > failure in threads test > > > > t/threads.t .... Failed 2/3 subtests > > > > Test Summary Report > > ------------------- > > t/threads.t (Wstat: 14 Tests: 1 Failed: 0) > > Non-zero wait status: 14 > > Parse errors: Bad plan. You planned 3 tests but ran 1. > > Files=5, Tests=86, 36 wallclock secs ( 0.44 usr 0.10 sys + 22.02 > > cusr > > 2.37 csys = 24.93 CPU) > > Result: FAIL > > Failed 1/5 test programs. 0/86 subtests failed. > > > > On Debian Jessie 8.2 armv7l (32 bit) with > > perl 5, version 20, subversion 2 (v5.20.2) built for arm-linux- > > gnueabihf-thread-multi-64int > > > > success in threads test > > > > t/threads.t .... ok > > All tests successful. > > Files=5, Tests=88, 11 wallclock secs ( 0.19 usr 0.02 sys + 9.74 > > cusr > > 0.67 csys = 10.62 CPU) > > Result: PASS > > > > > > I have built numerous other CPAN perl modules (many of which I am > > fairly sure will also have done some threads test) on each of these > > platforms but not experienced failure in the module supplied tests > > with those.
> > CPAN Testers reports with failures in t/threads.t: > http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Devel- > CallChecker-0.007&field=conf%3Aarchname&field=fail%3At%2Fthreads.t
There are still occasional SIGALRM failures in t/threads.t. New CPAN Testers Analysis link for 0.008: http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Devel-CallChecker-0.008&field=fail%3At%2Fthreads.t&field=conf%3Aarchname&field=fail%3At%2Fthreads.t