Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724562 - dev-perl/Log-Log4perl fails tests ( can't create t/tmp (File exists) at t/010JConsole.t line 31 )
Summary: dev-perl/Log-Log4perl fails tests ( can't create t/tmp (File exists) at t/010...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-testfailure
  Show dependency tree
 
Reported: 2020-05-22 10:41 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2021-04-30 20:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-05-22 10:41:59 UTC
Looks like a race condition with bad tempdir handling.

Filing for later.

 * Test::Harness Jobs=3
make -j3 --load-average=4 test TEST_VERBOSE=0 
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
t/001Level.t .............. ok                                          
t/003Layout-Rr.t .......... ok                                          
t/003Layout.t ............. ok                                          
t/002Logger.t ............. ok                                          
t/004Config.t ............. ok                                          
t/007LogPrio.t ............ ok                                          
t/005Config-Perl.t ........ ok                                          
t/008ConfCat.t ............ ok                                          
t/009Deuce.t .............. ok                                          
===(     175;1  0/?  0/? )==============================================can't create t/tmp (File exists) at t/010JConsole.t line 31.
# Looks like your test exited with 17 before it could output anything.
t/010JConsole.t ........... Dubious, test returned 17 (wstat 4352, 0x1100)
Failed 1/1 subtests 
t/011JFile.t .............. ok                                          
t/006Config-Java.t ........ ok                                          
t/013Bench.t .............. ok                                          
t/014ConfErrs.t ........... ok                                          
t/016Export.t ............. ok                                          
t/012Deeper.t ............. ok                                          
t/015fltmsg.t ............. ok                                          
t/019Warn.t ............... ok                                          
t/018Init.t ............... ok                                          
t/020Easy.t ............... ok                                          
t/020Easy2.t .............. ok                                          
t/022Wrap.t ............... ok                                          
t/021AppThres.t ........... ok                                          
t/023Date.t ............... ok                                          
t/024WarnDieCarp.t ........ ok                                          
t/025CustLevels.t ......... ok                                          
t/026FileApp.t ............ ok                                          
t/027Watch3.t ............. ok                                          
t/027Watch4.t ............. ok                                          
t/028Additivity.t ......... ok                                          
t/029SysWide.t ............ ok                                          
t/030LDLevel.t ............ ok                                          
t/031NDC.t ................ ok                                          
t/032JRollFile.t .......... skipped: only with Log::Dispatch::FileRotate 1.10
t/033UsrCspec.t ........... ok                                          
t/034DBI.t ................ skipped: DBI 1.607 or DBD::CSV 0.33 or SQL::Statement 1.20 not installed, skipping tests
t/035JDBCAppender.t ....... skipped: only with Log::Dispatch and DBD::CSV 0.33
t/036JSyslog.t ............ ok                                          
t/037JWin32Event.t ........ skipped: only with Log::Dispatch::Win32EventLog
t/038XML-DOM1.t ........... skipped: only with XML::DOM > 1.29          
t/039XML-DOM2.t ........... skipped: only with XML::DOM > 1.29          
t/040Filter.t ............. ok                                          
t/041SafeEval.t ........... ok                                          
t/042SyncApp.t ............ skipped: - only with L4P_ALL_TESTS          
t/043VarSubst.t ........... ok                                          
t/044XML-Filter.t ......... skipped: only with XML::DOM > 1.29          
t/045Composite.t .......... ok                                          
t/046RRDs.t ............... skipped: (RRDs not installed)               
t/048lwp.t ................ skipped: Only with 2.0 < LWP::UserAgent < 5.822
t/049Unhide.t ............. ok                                          
t/050Buffer.t ............. ok                                          
t/051Extra.t .............. ok                                          
t/052Utf8.t ............... ok                                          
t/053Resurrect.t .......... ok                                          
t/054Subclass.t ........... ok                                          
t/055AppDestroy.t ......... ok                                          
t/056SyncApp2.t ........... skipped: - only with L4P_ALL_TESTS          
t/057MsgChomp.t ........... ok                                          
t/058Warnings.t ........... ok                                          
t/059Wrapper.t ............ ok                                          
t/060Initialized.t ........ ok                                          
t/061Multiline.t .......... ok                                          
t/062InitHash.t ........... ok                                          
t/063LoggerRemove.t ....... ok                                          
t/064RealClass.t .......... ok                                          
t/065Undef.t .............. ok                                          
t/066SQLite.t ............. skipped: DBI 1.607 not installed, skipping tests
t/067Exception.t .......... ok                                          
t/068MultilineIndented.t .. ok                                          
t/069MoreMultiline.t ...... ok                                          
t/070UTCDate.t ............ ok                                          
t/027Watch2.t ............. ok                                          
t/017Watch.t .............. ok     

Test Summary Report
-------------------
t/010JConsole.t         (Wstat: 4352 Tests: 0 Failed: 0)
  Non-zero exit status: 17
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=73, Tests=726, 17 wallclock secs ( 0.35 usr  0.17 sys + 10.82 cusr  2.89 csys = 14.23 CPU)
Result: FAIL
Failed 1/73 test programs. 0/726 subtests failed.
make: *** [Makefile:913: test_dynamic] Error 255
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2021-04-30 20:48:15 UTC
Works here. No version given.