Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920488 - dev-perl/Apache-SizeLimit-0.980.0 fails tests
Summary: dev-perl/Apache-SizeLimit-0.980.0 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 914407
  Show dependency tree
 
Reported: 2023-12-21 21:33 UTC by matoro
Modified: 2023-12-21 21:35 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (file_920488.txt,9.60 KB, text/plain)
2023-12-21 21:33 UTC, matoro
Details
t/logs/error_log (file_920488.txt,3.12 KB, text/plain)
2023-12-21 21:35 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2023-12-21 21:33:02 UTC
build.log and emerge --info in attachment.  Sample from ppc64le, but reproduces on multiple platforms.

>>> Test phase: dev-perl/Apache-SizeLimit-0.980.0
 * Test::Harness Jobs=8
make -j8 test TEST_VERBOSE=0
"/usr/bin/perl" -Iblib/arch -Iblib/lib \
t/TEST  -clean
APACHE_TEST_APXS= APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= \
"/usr/bin/perl" -Iblib/arch -Iblib/lib \
t/TEST  -bugreport -verbose=0
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /var/tmp/portage/dev-perl/Apache-SizeLimit-0.980.0/work/Apache-SizeLimit-0.98/t/TEST -clean
sh: line 1: ulimit: core file size: cannot modify limit: Operation not permitted
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /var/tmp/portage/dev-perl/Apache-SizeLimit-0.980.0/work/Apache-SizeLimit-0.98/t/TEST -bugreport -verbose=0
sh: line 1: ulimit: core file size: cannot modify limit: Operation not permitted
/usr/sbin/apache2  -d /var/tmp/portage/dev-perl/Apache-SizeLimit-0.980.0/work/Apache-SizeLimit-0.98/t -f /var/tmp/portage/dev-perl/Apache-SizeLimit-0.980.0/work/Apache-SizeLimit-0.98/t/conf/httpd.conf -D APACHE2 -D APACHE2_4
using Apache/2.4.58 (prefork MPM)

waiting 60 seconds for server to start: .
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost:8529 started
t/apache/all.t .................... skipped: apache version 1 required, this is version 2
t/apache2/deprecated.t ............ ok
t/apache2/basic.t ................. Failed 1/10 subtests
t/apache2/zzz_check_n_requests.t .. ok
t/apache2/check_n_requests2.t ..... Failed 1/11 subtests

Test Summary Report
-------------------
t/apache2/basic.t               (Wstat: 0 Tests: 10 Failed: 1)
  Failed test:  5
t/apache2/check_n_requests2.t   (Wstat: 0 Tests: 11 Failed: 1)
  Failed test:  11
Files=5, Tests=35,  1 wallclock secs ( 0.05 usr  0.00 sys +  2.05 cusr  1.48 csys =  3.58 CPU)
Result: FAIL
Failed 2/5 test programs. 2/35 subtests failed.
[warning] server localhost:8529 shutdown
[  error] error running tests (please examine t/logs/error_log)
make: *** [Makefile:833: run_tests] Error 1

Reproducible: Always
Comment 1 matoro archtester 2023-12-21 21:33:40 UTC
Created attachment 880186 [details]
build.log and emerge --info
Comment 2 matoro archtester 2023-12-21 21:35:53 UTC
Created attachment 880187 [details]
t/logs/error_log