Bug#627285: libpoe-api-peek-perl: failing tests

Salvatore Bonaccorso carnil at debian.org
Thu May 19 09:33:37 UTC 2011


Source: libpoe-api-peek-perl
Version: 2.1600-1
Severity: serious
Justification: FTBFS

Hi

libpoe-api-peek-perl FTBFS due to test failures:

>    dh_auto_test
> make[1]: Entering directory `/build/salvi-libpoe-api-peek-perl_2.1600-1-amd64-2pKTje/libpoe-api-peek-perl-2.1600'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00-basic.t .............. ok
> 
> #   Failed test 'get_session_refcount() returns data'
> #   at t/01-session.t line 60.
> 
> #   Failed test 'get_session_refcount() returned the proper count'
> #   at t/01-session.t line 61.
> #          got: undef
> #     expected: '0'
> 
> #   Failed test 'session_count() returns the proper count'
> #   at t/01-session.t line 69.
> #          got: '3'
> #     expected: '2'
> 
> #   Failed test 'is_session_child() correctly determined parentage of session'
> #   at t/01-session.t line 85.
> 
> #   Failed test 'get_session_children() returns the proper data when there is a child session'
> #   at t/01-session.t line 94.
> #          got: '0'
> #     expected: '1'
> 
> #   Failed test 'data returned from get_session_children() contains a valid child session reference'
> #   at t/01-session.t line 95.
> #          got: ''
> #     expected: 'POE::Session'
> 
> #   Failed test 'parent returned'
> #   at t/01-session.t line 103.
> 
> #   Failed test 'our parent is the kernel'
> #   at t/01-session.t line 104.
> #          got: undef
> #     expected: 'POE::Kernel=ARRAY(0x1e412a0)'
>  at /usr/share/perl5/POE/Kernel.pm line 1012
>         POE::Kernel::_dispatch_event('POE::Kernel=ARRAY(0x1e412a0)', undef, 'POE::Kernel=ARRAY(0x1e412a0)', '_stop', 8, 'ARRAY(0x2028e10)', '/usr/sha
> re/perl5/POE/Resource/Sessions.pm', 571, undef, ...) called at /usr/share/perl5/POE/Resource/Sessions.pm line 568
>         POE::Kernel::_data_ses_stop('POE::Kernel=ARRAY(0x1e412a0)', 'elende-4dd4e334-00001673-00000001') called at /usr/share/perl5/POE/Resource/Sign
> als.pm line 507
>         POE::Kernel::_data_sig_free_terminated_sessions('POE::Kernel=ARRAY(0x1e412a0)') called at /usr/share/perl5/POE/Kernel.pm line 974
>         POE::Kernel::_dispatch_event('POE::Kernel=ARRAY(0x1e412a0)', 'POE::Kernel=ARRAY(0x1e412a0)', 'POE::Kernel=ARRAY(0x1e412a0)', '_signal', 16, '
> ARRAY(0x1bce778)', '/usr/share/perl5/POE/Kernel.pm', 635, undef, ...) called at /usr/share/perl5/POE/Resource/Events.pm line 315
>         POE::Kernel::_data_ev_dispatch_due('POE::Kernel=ARRAY(0x1e412a0)') called at /usr/share/perl5/POE/Loop/Select.pm line 306
>         POE::Kernel::loop_do_timeslice('POE::Kernel=ARRAY(0x1e412a0)') called at /usr/share/perl5/POE/Loop/Select.pm line 314
>         POE::Kernel::loop_run('POE::Kernel=ARRAY(0x1e412a0)') called at /usr/share/perl5/POE/Kernel.pm line 1210
>         POE::Kernel::run('POE::Kernel') called at t/01-session.t line 24
> # Looks like you failed 8 tests of 37.
> # Looks like your test exited with 38 just after 37.
> t/01-session.t ............
> Dubious, test returned 38 (wstat 9728, 0x2600)
> Failed 8/37 subtests
> 
> #   Failed test 'session_id_loggable() returns proper string when no alias'
> #   at t/02-alias.t line 37.
> #                   'session POE::Session=ARRAY(0x1755400)'
> #     doesn't match '(?-xism:session 2 \(POE::Session)'
> 
> #   Failed test 'session_id_loggable() returns proper string when alias is set'
> #   at t/02-alias.t line 44.
> #                   'session POE::Session=ARRAY(0x1755400)'
> #     doesn't match '(?-xism:session 2 \(PIE)'
> 
> #   Failed test 'session_alias_count() returns the proper alias count'
> #   at t/02-alias.t line 53.
> #          got: '0'
> #     expected: '1'
> 
> #   Failed test 'session_alias_list() returns proper amount of data'
> #   at t/02-alias.t line 62.
> #          got: '0'
> #     expected: '1'
> 
> #   Failed test 'session_alias_list() returns proper data'
> #   at t/02-alias.t line 63.
> #          got: undef
> #     expected: 'PIE'
> # Looks like you failed 5 tests of 12.
> t/02-alias.t ..............
> Dubious, test returned 5 (wstat 1280, 0x500)
> Failed 5/12 subtests
> t/03-event.t .............. ok
> t/04-extref.t ............. ok
> t/05-filehandle.t ......... ok
> 
> #   Failed test 'data returned from signals_watched_by_session() correctly indicates that INT is watched by this session'
> #   at t/06-signals.t line 65.
> 
> #   Failed test 'data returned from signals_watched_by_session() indicates that INT is being watched by the correct event'
> #   at t/06-signals.t line 66.
> #          got: undef
> #     expected: 'sig_handler'
> 
> #   Failed test 'signal_watchers() notes that this session is watching INT'
> #   at t/06-signals.t line 74.
> 
> #   Failed test 'signal_watchers() notes that the proper event from this session is watching INT'
> #   at t/06-signals.t line 75.
> #          got: undef
> #     expected: 'sig_handler'
> 
> #   Failed test 'is_signal_watched_by_sesion() correctly notes that this session is watching INT'
> #   at t/06-signals.t line 82.
> # Looks like you failed 5 tests of 18.
> t/06-signals.t ............
> Dubious, test returned 5 (wstat 1280, 0x500)
> Failed 5/18 subtests
> t/07-kernel.t ............. ok
> t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
> t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
> 
> Test Summary Report
> -------------------
> t/01-session.t          (Wstat: 9728 Tests: 37 Failed: 8)
>   Failed tests:  12-13, 16, 20, 22-23, 25-26
>   Non-zero exit status: 38
> t/02-alias.t            (Wstat: 1280 Tests: 12 Failed: 5)
>   Failed tests:  3, 5, 7, 9-10
>   Non-zero exit status: 5
> t/06-signals.t          (Wstat: 1280 Tests: 18 Failed: 5)
>   Failed tests:  11-12, 15-16, 18
>   Non-zero exit status: 5
> Files=10, Tests=105,  0 wallclock secs ( 0.04 usr  0.02 sys +  0.60 cusr  0.08 csys =  0.74 CPU)
> Result: FAIL
> Failed 3/10 test programs. 18/105 subtests failed.
> make[1]: *** [test_dynamic] Error 255
> make[1]: Leaving directory `/build/salvi-libpoe-api-peek-perl_2.1600-1-amd64-2pKTje/libpoe-api-peek-perl-2.1600'
> dh_auto_test: make -j1 test returned exit code 2
> make: *** [build] Error 29
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

Bests
Salvatore

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libpoe-api-peek-perl_2.1600-1_amd64.build.gz
Type: application/x-gzip
Size: 6029 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20110519/3065cf84/attachment.bin>


More information about the pkg-perl-maintainers mailing list