[Bug 2173510] New: perl-SDL-2.548-16.fc38 FTBFS: tests hang
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2173510
Bug ID: 2173510
Summary: perl-SDL-2.548-16.fc38 FTBFS: tests hang
Product: Fedora
Version: rawhide
URL: https://koji.fedoraproject.org/koji/buildinfo?buildID=
2125152
Status: NEW
Component: perl-SDL
Assignee: hdegoede(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: hdegoede(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Blocks: 2168842 (F39FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
I experience for many weeks (months?) that building perl-SDL-2.548-16.fc38 in
mock environment never finishes because it hangs in t/core_video.t:
├─screen(1392)─┬─bash(1393)───bootstrapbatch(1461)───perl(4730)─┬─mock(1727008)───systemd-nspawn(1728732)───(sd-stubinit)(1728734)───rpmbuild(1728737)───sh(1734798)───Build(1734799)───perl(1735434)
$ ps w 1728737 1734798 1734799 1735434
PID TTY STAT TIME COMMAND
1728737 ? Ss 0:00 /usr/bin/rpmbuild -bb --target x86_64 --nodeps
/builddir/build/SPECS/perl-SDL.spec
1734798 ? S 0:00 /bin/sh -e /var/tmp/rpm-tmp.mhVYe1
1734799 ? S 0:00 /usr/bin/perl ./Build test
1735434 ? t 2533:15 /usr/bin/perl t/core_video.t
strace on 1735434 does not show anything. gdb shows:
(gdb) bt
#0 0x00007f01ba3d1f60 in SDL_FreeYUVOverlay () from
target:/lib64/libSDL-1.2.so.0
#1 0x00007f01ba1d710d in XS_SDL__Overlay_DESTROY (my_perl=<optimized out>,
cv=<optimized out>)
at lib/SDL/Overlay.xs:87
#2 0x00007f01ba725fca in Perl_pp_entersub () from
target:/lib64/libperl.so.5.36
#3 0x00007f01ba67c1d6 in Perl_call_sv () from target:/lib64/libperl.so.5.36
#4 0x00007f01ba72c063 in S_curse.lto_priv.0 () from
target:/lib64/libperl.so.5.36
#5 0x00007f01ba72c7a8 in Perl_sv_clear () from target:/lib64/libperl.so.5.36
#6 0x00007f01ba72cdc2 in Perl_sv_free2 () from target:/lib64/libperl.so.5.36
#7 0x00007f01ba75e380 in Perl_leave_scope () from
target:/lib64/libperl.so.5.36
#8 0x00007f01ba765215 in Perl_pp_leave () from target:/lib64/libperl.so.5.36
#9 0x00007f01ba717388 in Perl_runops_standard () from
target:/lib64/libperl.so.5.36
#10 0x00007f01ba681fcd in perl_run () from target:/lib64/libperl.so.5.36
#11 0x000055ac92f3434a in main ()
I think a similar problem was observed in Koji on Fedora 38 mass rebuild.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2168842
[Bug 2168842] Fedora 39 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2173510
5 days, 19 hours
[Bug 2172819] New: perl-SQL-Statement-1.414-10.fc39 tests produce a
lot warnings: Use of uninitialized value $unkpos in subtraction (-) at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=2172819
Bug ID: 2172819
Summary: perl-SQL-Statement-1.414-10.fc39 tests produce a lot
warnings: Use of uninitialized value $unkpos in
subtraction (-) at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line
1008
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-SQL-Statement
Assignee: jplesnik(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com, jplesnik(a)redhat.com,
kasal(a)ucw.cz, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
I noticed that perl-SQL-Statement between perl-SQL-Statement-1.414-6.fc36 and
perl-SQL-Statement-1.414-7.fc37 started to print a lot of warnings when running
the tests:
+ 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 xt/*.t
# # Using required:
# # SQL::Statement: 1.414
# # Using recommended:
# # DBD::DBM: 0.08
# # DBD::File: 0.44
# # DBI: 1.643
t/00error.t ..... ok
Use of uninitialized value $unkpos in subtraction (-) at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008.
Use of uninitialized value $unkpos in substr at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008.
Use of uninitialized value $unkpos in subtraction (-) at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008.
Use of uninitialized value $unkpos in substr at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008.
Use of uninitialized value $unkpos in subtraction (-) at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008.
Use of uninitialized value $unkpos in substr at
/usr/share/perl5/vendor_perl/Text/Balanced.pm line 1008.
[...]
This is probably triggered by upgrading perl from 5.34.0 to 5.36.0, or
perl-Text-Balanced from 2.04 to 2.05.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2172819
1 week