On Feb 9, 2007, at 12:52 PM, Fred Moyer wrote:
Can you run ./t/TEST -VERBOSE ./t/apache/daemon.t and post the
output along with the t/logs/error_log output?
Thanks for your reply. Here's the information you requested, also
with server_const.t test output.
-Ollie
hostname:/app/ollie/downloads[4 ]# cd mod_perl-2.0.3
hostname:/app/ollie/downloads/mod_perl-2.0.3[5 ]# make test
TEST_VERBOSE=1 TEST_FILES="t/apache/daemon.t t/api/server_const.t"
[... snip unimportant make test output ...]
/usr/bin/perl5.8.8 -Iblib/arch -Iblib/lib \
t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT=
APACHE_TEST_USER= APACHE_TEST_APXS= \
/usr/bin/perl5.8.8 -Iblib/arch -Iblib/lib \
t/TEST -bugreport -verbose=1 t/apache/daemon.t t/api/server_const.t
[warning] root mode: changing the files ownership to
'nobody' (60001:60001)
[warning] testing whether 'nobody' is able to -rwx /app/ollie/
downloads/mod_perl-2.0.3/t
"/usr/bin/perl5.8.8" -Mlib=/app/ollie/downloads/mod_perl-2.0.3/Apache-
Test/lib -MApache::TestRun -e 'eval
{ Apache::TestRun::run_root_fs_test(60001, 60001, q[/app/ollie/
downloads/mod_perl-2.0.3/t]) }';
[warning] result: OK
[warning] the client side drops 'root' permissions and becomes 'nobody'
/app/ollie/downloads/mod_perl-2.0.3/../httpd-2.2.4/httpd -d /app/
ollie/downloads/mod_perl-2.0.3/t -f /app/ollie/downloads/
mod_perl-2.0.3/t/conf/httpd.conf -D APACHE2
using Apache/2.2.4 (prefork MPM)
waiting 120 seconds for server to start: .[Fri Feb 09 14:06:34 2007]
[warn] Useless use of AllowOverride in line 1373.
[Fri Feb 09 14:06:34 2007] [info] 6 Apache2:: modules loaded
[Fri Feb 09 14:06:34 2007] [info] 0 APR:: modules loaded
[Fri Feb 09 14:06:34 2007] [info] base server + 29 vhosts ready to
run tests
..[Fri Feb 09 14:06:36 2007] [warn] The Alias directive in mod_perl
at line 1 will probably never match because it overlaps an earlier
Alias.
[Fri Feb 09 14:06:36 2007] [warn] The Alias directive in mod_perl at
line 1 will probably never match because it overlaps an earlier Alias.
[Fri Feb 09 14:06:36 2007] [warn] The Alias directive in mod_perl at
line 1 will probably never match because it overlaps an earlier Alias.
[Fri Feb 09 14:06:36 2007] [warn] The Alias directive in mod_perl at
line 1 will probably never match because it overlaps an earlier Alias.
[Fri Feb 09 14:06:36 2007] [warn] The Alias directive in mod_perl at
line 1 will probably never match because it overlaps an earlier Alias.
...
waiting 120 seconds for server to start: ok (waited 5 secs)
server localhost:8529 started
server localhost:8530 listening (filter_out_apache)
server localhost:8531 listening (perlsections)
server localhost:8532 listening (inherit)
server localhost:8533 listening (TestModules::proxy)
server localhost:8534 listening (TestModperl::merge)
server localhost:8535 listening (TestModperl::perl_options2)
server localhost:8536 listening (TestModperl::perl_options)
server localhost:8537 listening (TestModperl::setupenv)
server localhost:8538 listening (TestUser::rewrite)
server localhost:8539 listening (TestVhost::log)
server localhost:8540 listening (TestVhost::config)
server localhost:8541 listening (TestProtocol::pseudo_http)
server localhost:8542 listening (TestProtocol::echo_bbs)
server localhost:8543 listening (TestProtocol::echo_filter)
server localhost:8544 listening (TestProtocol::echo_bbs2)
server localhost:8545 listening (TestProtocol::echo_timeout)
server localhost:8546 listening (TestProtocol::echo_block)
server localhost:8547 listening (TestProtocol::echo_nonblock)
server localhost:8548 listening (TestPreConnection::note)
server localhost:8549 listening (TestHooks::hookrun)
server localhost:8550 listening (TestHooks::init)
server localhost:8551 listening (TestHooks::trans)
server localhost:8552 listening (TestHooks::stacked_handlers2)
server localhost:8553 listening (TestHooks::startup)
server localhost:8554 listening (TestFilter::in_bbs_inject_header)
server localhost:8555 listening (TestFilter::in_str_msg)
server localhost:8556 listening (TestFilter::both_str_con_add)
server localhost:8557 listening (TestFilter::in_bbs_msg)
server localhost:8558 listening (TestDirective::perlmodule)
server localhost:8559 listening (TestDirective::perlrequire)
server localhost:8560 listening (TestAPI::add_config)
server localhost:8561 listening (TestDirective::perlloadmodule4)
server localhost:8562 listening (TestDirective::perlloadmodule5)
server localhost:8563 listening (TestDirective::perlloadmodule3)
server localhost:8564 listening (TestDirective::perlloadmodule6)
server localhost:8565 listening (TestHooks::push_handlers_anon)
t/apache/daemon.......1..2
# Running under perl version 5.008008 for solaris
# Current time local: Fri Feb 9 14:06:36 2007
# Current time GMT: Fri Feb 9 21:06:36 2007
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.29
# testing : user id
# expected: 60001
# received: 60001
ok 1
# testing : group id
# expected: 60001
# received: 1
not ok 2
FAILED test 2
Failed 1/2 tests, 50.00% okay
t/api/server_const....1..3
# Running under perl version 5.008008 for solaris
# Current time local: Fri Feb 9 14:06:36 2007
# Current time GMT: Fri Feb 9 21:06:36 2007
# Using Test.pm version 1.25
# Using Apache/Test.pm version 1.29
# testing : Apache2::ServerUtil::server_root()
# expected: /app/ollie/downloads/mod_perl-2.0.3/t
# received: /app/ollie/downloads/mod_perl-2.0.3/t
ok 1
# testing : Apache2::ServerUtil::get_server_built()
# expected: Feb 8 2007 14:35:13
# received: Feb 8 2007 14:35:13
ok 2
# testing : Apache2::ServerUtil::get_server_version()
# expected: Apache/2.2.4 (Unix)
# received: Apache/2.2.4
not ok 3
FAILED test 3
Failed 1/3 tests, 66.67% okay
Failed Test Stat Wstat Total Fail List of Failed
------------------------------------------------------------------------
-------
t/apache/daemon.t 2 1 2
t/api/server_const.t 3 1 3
Failed 2/2 test scripts. 2/5 subtests failed.
Files=2, Tests=5, 3 wallclock secs ( 2.26 cusr + 0.58 csys = 2.84
CPU)
Failed 2/2 test programs. 2/5 subtests failed.
[warning] server localhost:8529 shutdown
[ error] error running tests (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
make: *** [run_tests] Error 1
###
hostname:/app/ollie/downloads/mod_perl-2.0.3[6 ]# cat t/logs/error_log
END in modperl_extra.pl, pid=4761
[Fri Feb 09 14:06:39 2007] [notice] Apache/2.2.4 (Unix) world
domination series/2.0 mod_perl/2.0.3 Perl/v5.8.8 configured --
resuming normal operations
[Fri Feb 09 14:06:39 2007] [info] Server built: Feb 8 2007 14:35:13
[Fri Feb 09 14:06:39 2007] [debug] prefork.c(991): AcceptMutex: fcntl
(default: fcntl)
# Failed test 2 in /app/ollie/downloads/mod_perl-2.0.3/t/response/
TestApache/daemon.pm at line 31
# Failed test 3 in /app/ollie/downloads/mod_perl-2.0.3/t/response/
TestAPI/server_const.pm at line 39
[Fri Feb 09 14:06:43 2007] [info] Child process pid=4869 is exiting
[Fri Feb 09 14:06:43 2007] [info] Child process pid=4869 is exiting -
server push
END in modperl_extra.pl, pid=4869
[Fri Feb 09 14:06:43 2007] [info] Child process pid=4868 is exiting
[Fri Feb 09 14:06:43 2007] [info] Child process pid=4868 is exiting -
server push
END in modperl_extra.pl, pid=4868
[Fri Feb 09 14:06:43 2007] [info] removed PID file /app/ollie/
downloads/mod_perl-2.0.3/t/logs/httpd.pid (pid=4822)
[Fri Feb 09 14:06:43 2007] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=4822