Skip Menu |

This queue is for tickets about the Error CPAN distribution.

Report information
The Basics
Id: 54073
Status: resolved
Priority: 0/
Queue: Error

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

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



Subject: Test failure on perl 5.11.4
Hi,

I have experienced the enclosed failure when trying to install Error-0.17016 on perl 5.11.4 (MSWin32).

--
kmx

Running install for module 'Error'
Running Build for S/SH/SHLOMIF/Error-0.17016.tar.gz
  Has already been unwrapped into directory C:\sb\cpan\build\Error-0.17016-HHMA_3
  Has already been made
Running Build test
t\01throw.t .......................... ok
t\02order.t .......................... ok
t\03throw-non-Error.t ................ ok
t\04use-base-Error-Simple.t .......... ok
t\05text-errors-with-file-handles.t .. ok
t\06customize-text-throw.t ........... ok
t\07try-in-obj-destructor.t .......... ok
t\08warndie.t ........................ 1/21
Show quoted text
#   Failed test 'warn \n-terminated STDERR'
#   at t\08warndie.t line 77.
#                   'A warning at t\08warndie.t line 73:
#       main::__ANON__() called at t\08warndie.t line 37
#       main::run_kid() called at t\08warndie.t line 74
# '
#     doesn't match '(?-xism:^A warning at (?-xism:t\\08warndie\.t) line 73:
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 74
# $)'

Show quoted text
#   Failed test 'warn unterminated STDERR'
#   at t\08warndie.t line 89.
#                   'A warning at t\08warndie.t line 85:
#       main::__ANON__() called at t\08warndie.t line 37
#       main::run_kid() called at t\08warndie.t line 86
# '
#     doesn't match '(?-xism:^A warning at (?-xism:t\\08warndie\.t) line 85:
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 86
# $)'

Show quoted text
#   Failed test 'die \n-terminated STDERR'
#   at t\08warndie.t line 101.
#                   '
# Unhandled perl error caught at toplevel:
#
#   An error
#
# Thrown from: t\08warndie.t:97
#
# Full stack trace:
#
#       main::__ANON__() called at t\08warndie.t line 37
t\08warndie.t ........................ 8/21 #   main::run_kid() called at t\08warndie.t line 98
Show quoted text
#
# '
#     doesn't match '(?-xism:^
# Unhandled perl error caught at toplevel:
#
#   An error
#
# Thrown from: (?-xism:t\\08warndie\.t):97
#
# Full stack trace:
#
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 98
#
# $)'

Show quoted text
#   Failed test 'die unterminated STDERR'
#   at t\08warndie.t line 122.
#                   '
# Unhandled perl error caught at toplevel:
#
#   An error
#
# Thrown from: t\08warndie.t:118
#
# Full stack trace:
#
#       main::__ANON__() called at t\08warndie.t line 37
#       main::run_kid() called at t\08warndie.t line 119
#
# '
#     doesn't match '(?-xism:^
# Unhandled perl error caught at toplevel:
#
#   An error
#
# Thrown from: (?-xism:t\\08warndie\.t):118
#
# Full stack trace:
#
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 119
#
# $)'

Show quoted text
#   Failed test 'Error STDOUT'
#   at t\08warndie.t line 143.
#                   '
# Unhandled exception of type Error caught at toplevel:
#
#   An exception
#
# Thrown from: t\08warndie.t:139
#
# Full stack trace:
#
#       main::__ANON__() called at t\08warndie.t line 37
#       main::run_kid() called at t\08warndie.t line 140
#
# '
#     doesn't match '(?-xism:^
# Unhandled exception of type Error caught at toplevel:
#
#   An exception
#
# Thrown from: (?-xism:t\\08warndie\.t):139
#
# Full stack trace:
#
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 140
#
# $)'

Show quoted text
#   Failed test 'Custom warn STDERR'
#   at t\08warndie.t line 192.
#                   'My custom warning here: A warning at t\08warndie.t line 188:
#       main::__ANON__() called at t\08warndie.t line 37
#       main::run_kid() called at t\08warndie.t line 189
# '
#     doesn't match '(?-xism:^My custom warning here: A warning at (?-xism:t\\08warndie\.t) line 188:
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 189
# $)'

Show quoted text
#   Failed test 'Custom die STDERR'
#   at t\08warndie.t line 204.
#                   'My custom death here:
# Unhandled perl error caught at toplevel:
#
#   An error
#
# Thrown from: t\08warndie.t:200
#
# Full stack trace:
#
#       main::__ANON__() called at t\08warndie.t line 37
#       main::run_kid() called at t\08warndie.t line 201
#
# '
#     doesn't match '(?-xism:^My custom death here:
# Unhandled perl error caught at toplevel:
#
#   An error
#
# Thrown from: (?-xism:t\\08warndie\.t):200
#
# Full stack trace:
#
# \tmain::__ANON__\(\) called at (?-xism:t\\08warndie\.t) line 37
# \tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at (?-xism:t\\08warndie\.t) line 201
#
# $)'
# Looks like you failed 7 tests of 21.
t\08warndie.t ........................ Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/21 subtests
t\09dollar-at.t ...................... ok
t\10throw-in-catch.t ................. ok
t\11rethrow.t ........................ ok
t\12wrong-error-var.t ................ ok
t\13except-arg0.t .................... ok
t\pod-coverage.t ..................... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t\pod.t .............................. ok

Test Summary Report
-------------------
t\08warndie.t                      (Wstat: 1792 Tests: 21 Failed: 7)
  Failed tests:  4, 6, 8, 10, 12, 18, 20
  Non-zero exit status: 7
Files=15, Tests=62,  3 wallclock secs ( 0.11 usr +  0.05 sys =  0.16 CPU)
Result: FAIL
Failed 1/15 test programs. 7/62 subtests failed.
  SHLOMIF/Error-0.17016.tar.gz
  C:\sb\perl\bin\perl.exe ./Build test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
  reports SHLOMIF/Error-0.17016.tar.gz
Running Build install
  make test had returned bad status, won't install without force
Failed during this command:
 SHLOMIF/Error-0.17016.tar.gz                 : make_test NO


Hi KMX! Thanks for your report. On Thu Jan 28 14:39:20 2010, KMX wrote: Show quoted text
> Hi, > > I have experienced the enclosed failure when trying to install Error- > 0.17016 on > perl 5.11.4 (MSWin32). >
Interesting. This seems to work fine on my GNU/Linux system (Mandriva Cooker). I don't know what's wrong, but I've asked p5p and will keep you posted. Regards, -- Shlomi Fish Show quoted text
> -- > kmx >
This was a bug in perl-5.11.x and should be fixed in 5.12.x. Closing as resolved. Regards, -- Shlomi Fish