On 14/12/10 16:11, Fred Moyer wrote:
> A release candidate for Apache-Test is now available at the following
url:
>
> http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz
>
> Please download, test, and report back on this RC.
On fedora 14
[d...@localhost ~]$ tar -zxf Apache-Test-1.34-rc1.tar.gz
[d...@localhost ~]$ cd Apache-Test-1.34-rc1
[d...@localhost Apache-Test-1.34-rc1]$ perl Makefile.PL
Subroutine MY::test redefined at Makefile.PL line 168.
[ info] generating script t/TEST
[ info] generating script ./t/cgi-bin/cookies.pl
[ info] generating script ./t/cgi-bin/next_available_port.pl
Checking if your kit is complete...
Looks good
This version of Devel::Cover was built with Perl version 5.012000.
It is now being run with Perl version 5.012002.
Attempting to make adjustments, but you may find that some of your
modules do
not have coverage data collected. You may need to alter the +-inc, +-ignore
and +-select options.
Writing Makefile for Apache::Test
Checking for File::Spec...ok
Checking for Cwd...ok
[d...@localhost Apache-Test-1.34-rc1]$ vi Makefile.PL
[d...@localhost Apache-Test-1.34-rc1]$ cd
[d...@localhost ~]$ rm -Rf Apache-Test-1.34-rc1
[d...@localhost ~]$ tar -zxf Apache-Test-1.34-rc1.tar.gz
[d...@localhost ~]$ cd Apache-Test-1.34-rc1
[d...@localhost Apache-Test-1.34-rc1]$ perl Makefile.PL
Subroutine MY::test redefined at Makefile.PL line 168.
[ info] generating script t/TEST
[ info] generating script ./t/cgi-bin/cookies.pl
[ info] generating script ./t/cgi-bin/next_available_port.pl
Checking if your kit is complete...
Looks good
This version of Devel::Cover was built with Perl version 5.012000.
It is now being run with Perl version 5.012002.
Attempting to make adjustments, but you may find that some of your
modules do
not have coverage data collected. You may need to alter the +-inc, +-ignore
and +-select options.
Writing Makefile for Apache::Test
Checking for File::Spec...ok
Checking for Cwd...ok
[d...@matrix Apache-Test-1.34-rc1]$ make
cp lib/Apache/TestRun.pm blib/lib/Apache/TestRun.pm
cp lib/Apache/TestClient.pm blib/lib/Apache/TestClient.pm
cp lib/Apache/TestMM.pm blib/lib/Apache/TestMM.pm
cp lib/Apache/TestCommonPost.pm blib/lib/Apache/TestCommonPost.pm
cp lib/Apache/TestRunPHP.pm blib/lib/Apache/TestRunPHP.pm
cp lib/Apache/TestConfigParrot.pm blib/lib/Apache/TestConfigParrot.pm
cp lib/Apache/Test.pm blib/lib/Apache/Test.pm
cp lib/Apache/TestConfigC.pm blib/lib/Apache/TestConfigC.pm
cp lib/Apache/TestServer.pm blib/lib/Apache/TestServer.pm
cp lib/Apache/TestReportPerl.pm blib/lib/Apache/TestReportPerl.pm
cp lib/Apache/TestConfig.pm blib/lib/Apache/TestConfig.pm
cp lib/Apache/TestConfigPerl.pm blib/lib/Apache/TestConfigPerl.pm
cp lib/Apache/TestHarness.pm blib/lib/Apache/TestHarness.pm
cp lib/Apache/TestUtil.pm blib/lib/Apache/TestUtil.pm
cp lib/Apache/TestSmoke.pm blib/lib/Apache/TestSmoke.pm
cp lib/Apache/TestTrace.pm blib/lib/Apache/TestTrace.pm
cp lib/Apache/TestSmokePerl.pm blib/lib/Apache/TestSmokePerl.pm
cp lib/Apache/TestCommon.pm blib/lib/Apache/TestCommon.pm
cp lib/Apache/TestConfigParse.pm blib/lib/Apache/TestConfigParse.pm
cp lib/Apache/TestConfigPHP.pm blib/lib/Apache/TestConfigPHP.pm
cp lib/Apache/Test5005compat.pm blib/lib/Apache/Test5005compat.pm
cp lib/Apache/TestBuild.pm blib/lib/Apache/TestBuild.pm
cp lib/Apache/TestMB.pm blib/lib/Apache/TestMB.pm
cp lib/Apache/TestPerlDB.pm blib/lib/Apache/TestPerlDB.pm
cp lib/Apache/TestRequest.pm blib/lib/Apache/TestRequest.pm
cp lib/Apache/TestHandler.pm blib/lib/Apache/TestHandler.pm
cp lib/Apache/TestRunParrot.pm blib/lib/Apache/TestRunParrot.pm
cp lib/Bundle/ApacheTest.pm blib/lib/Bundle/ApacheTest.pm
cp lib/Apache/TestRunPerl.pm blib/lib/Apache/TestRunPerl.pm
cp lib/Apache/TestHarnessPHP.pm blib/lib/Apache/TestHarnessPHP.pm
cp lib/Apache/TestReport.pm blib/lib/Apache/TestReport.pm
cp lib/Apache/TestSSLCA.pm blib/lib/Apache/TestSSLCA.pm
cp lib/Apache/TestSort.pm blib/lib/Apache/TestSort.pm
Manifying blib/man3/Apache::TestRun.3pm
Manifying blib/man3/Apache::TestSmoke.3pm
Manifying blib/man3/Apache::TestRequest.3pm
Manifying blib/man3/Apache::TestServer.3pm
Manifying blib/man3/Apache::TestTrace.3pm
Manifying blib/man3/Apache::TestConfig.3pm
Manifying blib/man3/Apache::TestMM.3pm
Manifying blib/man3/Apache::TestRunPHP.3pm
Manifying blib/man3/Bundle::ApacheTest.3pm
Manifying blib/man3/Apache::Test.3pm
Manifying blib/man3/Apache::TestRunPerl.3pm
Manifying blib/man3/Apache::TestReport.3pm
Manifying blib/man3/Apache::TestMB.3pm
Manifying blib/man3/Apache::TestUtil.3pm
[d...@matrix Apache-Test-1.34-rc1]$ make test
/usr/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/home/dave/Apache-Test-1.34-rc1/t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT=
APACHE_TEST_USER= APACHE_TEST_APXS= \
/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
/home/dave/Apache-Test-1.34-rc1/t/TEST -bugreport -verbose=0
/usr/sbin/httpd -d /home/dave/Apache-Test-1.34-rc1/t -f
/home/dave/Apache-Test-1.34-rc1/t/conf/httpd.conf -D APACHE2 -D
PERL_USEITHREADS
using Apache/2.2.17 (prefork MPM)
waiting 60 seconds for server to start: ..
waiting 60 seconds for server to start: ok (waited 0 secs)
server localhost.localdomain:8529 started
[ info] adding source lib /home/dave/Apache-Test-1.34-rc1/lib to @INC
[ info] adding source lib /home/dave/Apache-Test-1.34-rc1/lib to @INC
[ info] adding source lib /home/dave/Apache-Test-1.34-rc1/lib to @INC
t/alltest/all.t .......... skipped: testing all.t
t/alltest2/all.t ......... skipped: testing more than one all.t
t/bad_coding.t ........... ok
t/cookies.t .............. ok
t/log_watch.t ............ ok
t/more/01testpm.t ........ ok
t/more/02testmore.t ...... ok
t/more/03testpm.t ........ request has failed (the response code was: 500)
see t/logs/error_log for more details
t/more/03testpm.t ........ Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/more/04testmore.t ...... ok
t/next_available_port.t .. ok
t/ping.t ................. ok
t/redirect.t ............. ok
t/request.t .............. ok
Test Summary Report
-------------------
t/more/03testpm.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=13, Tests=38, 6 wallclock secs ( 0.06 usr 0.02 sys + 4.71 cusr
0.40 csys = 5.19 CPU)
Result: FAIL
Failed 1/13 test programs. 0/38 subtests failed.
[warning] server localhost.localdomain:8529 shutdown
[ error] error running tests (please examine t/logs/error_log)
[ error] oh nuts, server dumped core
[ error] for stacktrace, run: gdb /usr/sbin/httpd -core
/home/dave/Apache-Test-1.34-rc1/t/core.27729
+-----------------------------------------------------+
| To report problems please refer to the SUPPORT file |
+-----------------------------------------------------+
make: *** [run_tests] Error 1
[Tue Dec 14 20:41:57 2010] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Dec 14 20:41:57 2010] [notice] SSL FIPS mode disabled
[Tue Dec 14 20:41:57 2010] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Tue Dec 14 20:41:57 2010] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Tue Dec 14 20:41:57 2010] [warn] Init: Session Cache is not configured [hint:
SSLSessionCache]
[Tue Dec 14 20:41:57 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Dec 14 20:41:57 2010] [info] mod_ssl/2.2.17 compiled against Server:
Apache/2.2.17, Library: OpenSSL/1.0.0a-fips
[Tue Dec 14 20:41:57 2010] [notice] Digest: generating secret for digest
authentication ...
[Tue Dec 14 20:41:57 2010] [notice] Digest: done
[Tue Dec 14 20:41:57 2010] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Tue Dec 14 20:41:57 2010] [info] LDAP: SSL support available
[Tue Dec 14 20:41:57 2010] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Dec 14 20:41:57 2010] [notice] SSL FIPS mode disabled
[Tue Dec 14 20:41:57 2010] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Tue Dec 14 20:41:57 2010] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Tue Dec 14 20:41:57 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Dec 14 20:41:57 2010] [info] mod_ssl/2.2.17 compiled against Server:
Apache/2.2.17, Library: OpenSSL/1.0.0a-fips
[Tue Dec 14 20:41:57 2010] [notice] Apache/2.2.17 (Unix) DAV/2 mod_ssl/2.2.17
OpenSSL/1.0.0c-fips mod_perl/2.0.4 Perl/v5.12.2 configured -- resuming normal
operations
[Tue Dec 14 20:41:57 2010] [info] Server built: Oct 27 2010 10:04:08
[Tue Dec 14 20:41:57 2010] [debug] prefork.c(1018): AcceptMutex: sysvsem
(default: sysvsem)
[Tue Dec 14 20:41:57 2010] [debug] proxy_util.c(1818): proxy: grabbed
scoreboard slot 0 in child 27729 for worker proxy:reverse
[Tue Dec 14 20:41:57 2010] [debug] proxy_util.c(1934): proxy: initialized
single connection worker 0 in child 27729 for (*)
Prototype mismatch: sub Apache::Test::ok ($;$$) vs ($;$) at
/home/dave/Apache-Test-1.34-rc1/t/../lib/Apache/Test.pm line 88
Prototype mismatch: sub Apache::Test::skip ($;$$$) vs none at
/home/dave/Apache-Test-1.34-rc1/t/../lib/Apache/Test.pm line 88
[Tue Dec 14 20:42:03 2010] [notice] child pid 27729 exit signal Segmentation
fault (11), possible coredump in /home/dave/Apache-Test-1.34-rc1/t
[Tue Dec 14 20:42:03 2010] [debug] proxy_util.c(1818): proxy: grabbed
scoreboard slot 0 in child 27771 for worker proxy:reverse
[Tue Dec 14 20:42:03 2010] [debug] proxy_util.c(1837): proxy: worker
proxy:reverse already initialized
[Tue Dec 14 20:42:03 2010] [debug] proxy_util.c(1934): proxy: initialized
single connection worker 0 in child 27771 for (*)
[Tue Dec 14 20:42:05 2010] [info] removed PID file
/home/dave/Apache-Test-1.34-rc1/t/logs/httpd.pid (pid=27728)
[Tue Dec 14 20:42:05 2010] [notice] caught SIGTERM, shutting down