On Mon, 2010-12-13 at 21:11 -0800, 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
On opensuse 11.3:
clin...@balrog:~/Desktop/t> tar -xzf Apache-Test-1.34-rc1.tar.gz
clin...@balrog:~/Desktop/t> cd Apache-Test-1.34-rc1/
clin...@balrog:~/Desktop/t/Apache-Test-1.34-rc1> perl Makefile.PL -httpd
/opt/apache/bin/httpd
Subroutine MY::test redefined at Makefile.PL line 168.
[ info] generating script t/TEST
[ info] generating script ./t/cgi-bin/next_available_port.pl
[ info] generating script ./t/cgi-bin/cookies.pl
Checking if your kit is complete...
Looks good
Writing Makefile for Apache::Test
Checking for File::Spec...ok
Checking for Cwd...ok
clin...@balrog:~/Desktop/t/Apache-Test-1.34-rc1> make test
cp lib/Apache/TestRun.pm blib/lib/Apache/TestRun.pm
cp lib/Apache/TestMM.pm blib/lib/Apache/TestMM.pm
cp lib/Apache/TestClient.pm blib/lib/Apache/TestClient.pm
cp lib/Apache/TestCommonPost.pm blib/lib/Apache/TestCommonPost.pm
cp lib/Apache/TestConfigParrot.pm blib/lib/Apache/TestConfigParrot.pm
cp lib/Apache/TestRunPHP.pm blib/lib/Apache/TestRunPHP.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/TestCommon.pm blib/lib/Apache/TestCommon.pm
cp lib/Apache/TestSmokePerl.pm blib/lib/Apache/TestSmokePerl.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/TestHarnessPHP.pm blib/lib/Apache/TestHarnessPHP.pm
cp lib/Apache/TestRunPerl.pm blib/lib/Apache/TestRunPerl.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
/opt/perl-5.12.2-unthreaded/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /opt/perl-5.12.2-unthreaded/bin/perl
/home/clinton/Desktop/t/Apache-Test-1.34-rc1/t/TEST -clean
APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER=
APACHE_TEST_APXS= \
/opt/perl-5.12.2-unthreaded/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -bugreport -verbose=0
[warning] setting ulimit to allow core files
ulimit -c unlimited; /opt/perl-5.12.2-unthreaded/bin/perl
/home/clinton/Desktop/t/Apache-Test-1.34-rc1/t/TEST -bugreport -verbose=0
/opt/apache/bin/httpd -d /home/clinton/Desktop/t/Apache-Test-1.34-rc1/t -f
/home/clinton/Desktop/t/Apache-Test-1.34-rc1/t/conf/httpd.conf -D APACHE2
using Apache/2.2.17 (prefork MPM)
waiting 60 seconds for server to start: ...
waiting 60 seconds for server to start: ok (waited 2 secs)
server localhost.localdomain:8529 started
[ info] adding source lib /home/clinton/Desktop/t/Apache-Test-1.34-rc1/lib to
@INC
[ info] adding source lib /home/clinton/Desktop/t/Apache-Test-1.34-rc1/lib to
@INC
[ info] adding source lib /home/clinton/Desktop/t/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 ........ ok
t/more/04testmore.t ...... request has failed (the response code was: 500)
see t/logs/error_log for more details
t/more/04testmore.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/next_available_port.t .. ok
t/ping.t ................. ok
t/redirect.t ............. ok
t/request.t .............. ok
Test Summary Report
-------------------
t/more/04testmore.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=13, Tests=37, 5 wallclock secs ( 0.06 usr 0.02 sys + 3.05 cusr 0.31
csys = 3.44 CPU)
Result: FAIL
Failed 1/13 test programs. 0/37 subtests failed.
[warning] server localhost.localdomain:8529 shutdown
[ error] error running tests (please examine t/logs/error_log)
[ error] oh darn, server dumped core
[ error] for stacktrace, run: gdb /opt/apache/bin/httpd -core
/home/clinton/Desktop/t/Apache-Test-1.34-rc1/t/core
+-----------------------------------------------------+
| To report problems please refer to the SUPPORT file |
+-----------------------------------------------------+
make: *** [run_tests] Error 1
Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
Platform:
osname=linux, osvers=2.6.34.7-0.4-desktop, archname=x86_64-linux
uname='linux balrog.traveljury.com 2.6.34.7-0.4-desktop #1 smp preempt
2010-10-07 19:07:51 +0200 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/opt/perl-5.12.2-unthreaded -des -Duseshrplib=true
-Doptimize=-O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector
-g -Wall -pipe -Accflags=-D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV
-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Acppflags=-D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING
-fno-strict-aliasing -pipe -Dnoextensions=ODBM_File'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV
-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DDEBUGGING -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2
-fstack-protector -g -Wall -pipe',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING
-fno-strict-aliasing -pipe -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV
-fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DDEBUGGING -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.5.0 20100604 [gcc-4_5-branch revision 160292]',
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.11.2.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.11.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-rpath,/opt/perl-5.12.2-unthreaded/lib/5.12.2/x86_64-linux/CORE'
cccdlflags='-fPIC', lddlflags='-shared -O2 -fmessage-length=0 -Wall
-D_FORTIFY_SOURCE=2 -fstack-protector -g -Wall -pipe -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Oct 23 2010 14:33:17
@INC:
/opt/perl-5.12.2-unthreaded/lib/site_perl/5.12.2/x86_64-linux
/opt/perl-5.12.2-unthreaded/lib/site_perl/5.12.2
/opt/perl-5.12.2-unthreaded/lib/5.12.2/x86_64-linux
/opt/perl-5.12.2-unthreaded/lib/5.12.2
/opt/apache/bin/httpd -V
Server version: Apache/2.2.17 (Unix)
Server built: Nov 25 2010 11:56:33
Server's Module Magic Number: 20051115:25
Server loaded: APR 1.4.2, APR-Util 1.3.10
Compiled using: APR 1.4.2, APR-Util 1.3.10
Architecture: 64-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D
HTTPD_ROOT="/opt/httpd-2.2.17_mod_perl-2.0_20101124152005_libapreq-2.12_perl-5.12.2-unthreaded/"
-D
SUEXEC_BIN="/opt/httpd-2.2.17_mod_perl-2.0_20101124152005_libapreq-2.12_perl-5.12.2-unthreaded//bin/suexec"
-D DEFAULT_PIDLOG="/opt/apache/logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/opt/apache/logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="/opt/apache/conf/mime.types"
-D SERVER_CONFIG_FILE="/opt/apache/conf/httpd.conf"
[Tue Dec 14 21:33:28 2010] [info] mod_unique_id: using ip addr 127.0.0.2
[Tue Dec 14 21:33:29 2010] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Dec 14 21:33:29 2010] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Tue Dec 14 21:33:29 2010] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Tue Dec 14 21:33:29 2010] [warn] Init: Session Cache is not configured [hint:
SSLSessionCache]
[Tue Dec 14 21:33:29 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Dec 14 21:33:29 2010] [info] mod_ssl/2.2.17 compiled against Server:
Apache/2.2.17, Library: OpenSSL/1.0.0
[Tue Dec 14 21:33:29 2010] [notice] Digest: generating secret for digest
authentication ...
[Tue Dec 14 21:33:29 2010] [notice] Digest: done
[Tue Dec 14 21:33:29 2010] [info] mod_unique_id: using ip addr 127.0.0.2
[Tue Dec 14 21:33:30 2010] [info] Init: Seeding PRNG with 0 bytes of entropy
[Tue Dec 14 21:33:30 2010] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Tue Dec 14 21:33:30 2010] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Tue Dec 14 21:33:30 2010] [info] Init: Initializing (virtual) servers for SSL
[Tue Dec 14 21:33:30 2010] [info] mod_ssl/2.2.17 compiled against Server:
Apache/2.2.17, Library: OpenSSL/1.0.0
[Tue Dec 14 21:33:30 2010] [notice] Apache/2.2.17 (Unix) mod_ssl/2.2.17
OpenSSL/1.0.0 mod_apreq2-20090110/2.7.1 mod_perl/2.0.5-dev Perl/v5.12.2
configured -- resuming normal operations
[Tue Dec 14 21:33:30 2010] [info] Server built: Nov 25 2010 11:56:33
[Tue Dec 14 21:33:30 2010] [debug] prefork.c(1018): AcceptMutex: sysvsem
(default: sysvsem)
[Tue Dec 14 21:33:35 2010] [notice] child pid 3095 exit signal Segmentation
fault (11), possible coredump in /home/clinton/Desktop/t/Apache-Test-1.34-rc1/t
[Tue Dec 14 21:33:36 2010] [info] removed PID file
/home/clinton/Desktop/t/Apache-Test-1.34-rc1/t/logs/httpd.pid (pid=3066)
[Tue Dec 14 21:33:36 2010] [notice] caught SIGTERM, shutting down
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]