Bug 2079320

Summary: perl-TAP-Formatter-JUnit-0.13-2.fc37 FTBFS: Failed test 't/data/tests/bailout' at t/formatter.t line 40.
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-TAP-Formatter-JUnitAssignee: Daniel Berrangé <berrange>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: berrange, jplesnik, paul, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/perl-TAP-Formatter-JUnit
Whiteboard:
Fixed In Version: perl-TAP-Formatter-JUnit-0.14-1.fc37 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-05 10:29:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2045102    

Description Petr Pisar 2022-04-27 11:50:40 UTC
perl-TAP-Formatter-JUnit-0.13-2.fc37 fails to build in Fedora 37 because a test fails:

t/01-compile.t ......... ok
#   Failed test 't/data/tests/bailout'
#   at t/formatter.t line 40.
# During compare:
# no element found at line 1, column 0, byte -1
# Looks like you failed 1 test of 22.
t/formatter.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/22 subtests 

A difference between passing and failing build root is at <https://koschei.fedoraproject.org/build/12687825>.

Comment 1 Paul Howarth 2022-04-27 12:05:34 UTC
https://github.com/bleargh45/TAP-Formatter-JUnit/pull/9 fixes this for me.