Skip Menu |

This queue is for tickets about the Log-Dispatch-Colorful CPAN distribution.

Report information
The Basics
Id: 120376
Status: open
Priority: 0/
Queue: Log-Dispatch-Colorful

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: DROLSKY [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



CC: DROLSKY [...] cpan.org
Subject: Can't locate object method "_get_callbacks" via package "Log::Dispatch"
My smoker systems started to report the following failure: ... Possible precedence issue with control flow operator at /tmpfs/.cpan-build-cpansand/2017022503/Log-Dispatch-Colorful-0.03-0/inc/Test/Builder.pm line 506. t/00_compile.t .. ok Possible precedence issue with control flow operator at /tmpfs/.cpan-build-cpansand/2017022503/Log-Dispatch-Colorful-0.03-0/inc/Test/Builder.pm line 506. Can't locate object method "_get_callbacks" via package "Log::Dispatch" at /tmpfs/.cpan-build-cpansand/2017022503/Log-Dispatch-Colorful-0.03-0/inc/Log/Dispatch.pm line 38. # Looks like your test exited with 255 before it could output anything. t/01_log.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/4 subtests ... This seems to happen with newer Log::Dispatch versions. Statistical analysis of reports generated on my smokers: **************************************************************** Regression 'mod:Log::Dispatch::Output' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 7284302551829487.00 [1='eq_2.44'] 0.0000 0.0000 3.74 [2='eq_2.51'] 0.0000 0.0000 2.14 [3='eq_2.54'] 0.0000 0.0000 2.45 [4='eq_2.56'] 0.0000 0.0000 3.74 [5='eq_2.57'] 0.0000 0.0000 1.49 [6='eq_2.58'] 0.0000 0.0000 1.53 [7='eq_2.62'] -1.0000 0.0000 -5947608128011885.00 [8='eq_2.63'] -1.0000 0.0000 -7019329575565222.00 R^2= 1.000, N= 75, K= 9 ****************************************************************
On 2017-02-25 15:26:44, SREZIC wrote: Show quoted text
> My smoker systems started to report the following failure: > > ... > Possible precedence issue with control flow operator at /tmpfs/.cpan- > build-cpansand/2017022503/Log-Dispatch-Colorful-0.03- > 0/inc/Test/Builder.pm line 506. > t/00_compile.t .. ok > Possible precedence issue with control flow operator at /tmpfs/.cpan- > build-cpansand/2017022503/Log-Dispatch-Colorful-0.03- > 0/inc/Test/Builder.pm line 506. > Can't locate object method "_get_callbacks" via package > "Log::Dispatch" at /tmpfs/.cpan-build-cpansand/2017022503/Log- > Dispatch-Colorful-0.03-0/inc/Log/Dispatch.pm line 38. > # Looks like your test exited with 255 before it could output > anything. > t/01_log.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 4/4 subtests > ... > > > This seems to happen with newer Log::Dispatch versions. Statistical > analysis of reports generated on my smokers: > > **************************************************************** > Regression 'mod:Log::Dispatch::Output' > **************************************************************** > Name Theta StdErr T-stat > [0='const'] 1.0000 0.0000 7284302551829487.00 > [1='eq_2.44'] 0.0000 0.0000 3.74 > [2='eq_2.51'] 0.0000 0.0000 2.14 > [3='eq_2.54'] 0.0000 0.0000 2.45 > [4='eq_2.56'] 0.0000 0.0000 3.74 > [5='eq_2.57'] 0.0000 0.0000 1.49 > [6='eq_2.58'] 0.0000 0.0000 1.53 > [7='eq_2.62'] -1.0000 0.0000 -5947608128011885.00 > [8='eq_2.63'] -1.0000 0.0000 -7019329575565222.00 > > R^2= 1.000, N= 75, K= 9 > ****************************************************************
Another affected Log-Dispatch module with the same error message: https://rt.cpan.org/Ticket/Display.html?id=120329
I think the best fix would be to add a documented prepend_callbacks() method. There's another Log::Dispatch output that would also be able to use this.