Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607970 - dev-perl/Apache-AuthCookie fails tests with www-apache/mpm_itk installed (the server is down, giving up after 61 secs)
Summary: dev-perl/Apache-AuthCookie fails tests with www-apache/mpm_itk installed (the...
Status: RESOLVED FIXED
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: 607958
  Show dependency tree
 
Reported: 2017-02-02 00:17 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-02-02 00:27 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 2017-02-02 00:17:41 UTC
>>> Test phase: dev-perl/Apache-AuthCookie-3.250.0
 * Test::Harness Jobs=3
make -j3 --load-average=4 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 t/*.t
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /var/tmp/portage/dev-perl/Apache-AuthCookie-3.250.0/work/Apache-AuthCookie-3.25/t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /var/tmp/portage/dev-perl/Apache-AuthCookie-3.250.0/work/Apache-AuthCookie-3.25/t/TEST -bugreport -verbose=0 't/author-pod-syntax.t' 't/real.t' 't/signature.t' 't/util.t'
/usr/sbin/apache2  -d /var/tmp/portage/dev-perl/Apache-AuthCookie-3.250.0/work/Apache-AuthCookie-3.25/t -f /var/tmp/portage/dev-perl/Apache-AuthCookie-3.250.0/work/Apache-AuthCookie-3.25/t/conf/httpd.conf -D APACHE2 -D APACHE2_4 
using Apache/2.4.25 (prefork MPM)

waiting 60 seconds for server to start: ....
waiting 60 seconds for server to start: ok (waited 2 secs)
server katipo2.lan:8529 started

still waiting for server to warm up: .............................................................
the server is down, giving up after 61 secs
[  error] failed to start server! (please examine t/logs/error_log)


error_log:
[Thu Feb 02 13:13:01.621189 2017] [:info] [pid 3186] Installing seccomp filter failed (probably due to too old kernel); unable to restrict setuid privileges. Error was: Permission denied
[Thu Feb 02 13:13:02.468142 2017] [mpm_itk:warn] [pid 3194] (itkmpm: pid=3194 uid=250, gid=250) itk_post_perdir_config(): initgroups(portage, 250): Operation not permitted

repeating.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-02-02 00:27:00 UTC
commit:  90cf2646e546668d7f07ccbad70800a322ebc816
author:  2017-02-02 00:25:40 +0000 Kent Fredric <kentnl@gentoo.org>
commit:  2017-02-02 00:26:05 +0000 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Apache-AuthCookie: Block against www-apache/mpm_itk with USE=test re bug #607970

    Tests still fail for me (Test::More looks to be the culprit), but
    they actually run now instead of blocking while the server starts.
    
    Bug: https://bugs.gentoo.org/607970
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1


 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild | 7 +++++--
 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild | 7 +++++--
 dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild | 3 ++-