# running Build.PL /home/cpanrun/ia64/build/5.8.2/bin/perl Build.PL * Optional prerequisite HTTP::Daemon::SSL is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Checking whether your kit is complete... Looks good Checking prerequisites... Creating new 'Build' script for 'HTTP-Server-Brick' version '0.1.0' Unknown 'build_class', defaulting to 'Module::Build' /home/cpanrun/ia64/build/5.8.2/bin/perl Build --makefile_env_macros 1 Copying lib/HTTP/Server/Brick.pm -> blib/lib/HTTP/Server/Brick.pm Manifying blib/lib/HTTP/Server/Brick.pm -> blib/libdoc/HTTP::Server::Brick.3 Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 150. Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 166. Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 179. Build: blib/lib/HTTP/Server/Brick.pm: cannot resolve L in paragraph 192. HTMLifying blib/lib/HTTP/Server/Brick.pm -> blib/libhtml/site/lib/HTTP/Server/Brick.html /home/cpanrun/ia64/build/5.8.2/bin/perl Build --makefile_env_macros 1 test t/00.load.........1..1 ok 1 - use HTTP::Server::Brick; # Testing HTTP::Server::Brick 0.1.0 ok t/pod-coverage....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD t/serving.........1..265 ok 1 - use HTTP::Server::Brick; # # # Using port: 85432 and host: localhost for test server. # If these are not suitable settings on your machine, set the environment # variables HSB_TEST_PORT and HSB_TEST_HOST to something suitable. # # Configuring server ok 2 - Created server object. ok 3 - The object isa HTTP::Server::Brick [Tue Jul 31 17:32:33 2007] [17500] Mounted wildcard directory at /static/test [Tue Jul 31 17:32:33 2007] [17500] Mounted handler at /exotic_error [Tue Jul 31 17:32:33 2007] [17500] Mounted handler at /another_exotic_error [Tue Jul 31 17:32:33 2007] [17500] Mounted handler at /static/test/more_specific_mount [Tue Jul 31 17:32:33 2007] [17500] Mounted handler at /test/non_wildcard_handler [Tue Jul 31 17:32:33 2007] [17500] Mounted wildcard handler at /test/wildcard_handler [Tue Jul 31 17:32:33 2007] [17500] Mounted handler at /test/redirect [Tue Jul 31 17:32:33 2007] [17500] Mounted handler at /test/relative_redirect [Tue Jul 31 17:32:33 2007] [17500] Mounted wildcard handler at /test/data # Starting server [Tue Jul 31 17:32:33 2007] [17501] Server started on http://localhost:19896/ [Tue Jul 31 17:32:34 2007] [17501] [404] /url_that_doesn't_exist [Tue Jul 31 17:32:34 2007] [17501] [404] [/url_that_doesn't_exist] Not Found in Site Map ok 4 - Pathological case - mount doesn't exist (LWP request worked) ok 5 - Pathological case - mount doesn't exist (result code as expected). ok 6 - Pathological case - mount doesn't exist (content matched). [Tue Jul 31 17:32:35 2007] [17501] [200] /static/test/ ok 7 - Directory indexing (LWP request worked) ok 8 - Directory indexing (result code as expected). ok 9 - Directory indexing (content matched). ok 10 - Directory indexing (Mime type) [Tue Jul 31 17:32:35 2007] [17501] [404] /static/test/flubber [Tue Jul 31 17:32:35 2007] [17501] [404] [/static/test/flubber] File Not Found ok 11 - Static file not found (LWP request worked) ok 12 - Static file not found (result code as expected). ok 13 - Static file not found (content matched). [Tue Jul 31 17:32:35 2007] [17501] [200] /static/test/foo.txt ok 14 - Plain text static file (LWP request worked) ok 15 - Plain text static file (result code as expected). ok 16 - Plain text static file (content matched). ok 17 - Plain text static file (Mime type) [Tue Jul 31 17:32:35 2007] [17501] [200] /static/test/foo.html ok 18 - HTML static file (LWP request worked) ok 19 - HTML static file (result code as expected). ok 20 - HTML static file (content matched). ok 21 - HTML static file (Mime type) Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:35 2007] [17501] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 22 - HTTP Return code via handler return value (LWP request worked) # Failed test (t/serving.t at line 47) not ok 23 - HTTP Return code via handler return value (result code as expected). # got: 200 # expected: 409 # Failed test (t/serving.t at line 48) # '' # doesn't match '(?-xism:Conflict)' not ok 24 - HTTP Return code via handler return value (content matched). ok 25 - HTTP Return code via HTTP::Response->code() (LWP request worked) # Failed test (t/serving.t at line 47) not ok 26 - HTTP Return code via HTTP::Response->code() (result code as expected). # got: 500 # expected: 405 # Failed test (t/serving.t at line 48) not ok 27 - HTTP Return code via HTTP::Response->code() (content matched). # '500 Can't read entity body: Connection reset by peer # ' # doesn't match '(?-xism:Not Allowed)' ok 28 - More specific mount matched first (LWP request worked) # Failed test (t/serving.t at line 47) not ok 29 - More specific mount matched first (result code as expected). # got: 500 # expected: 409 # Failed test (t/serving.t at line 48) not ok 30 - More specific mount matched first (content matched). # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Conflict)' # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:No wildcards here)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' ok 31 - Regular HTML mounted handler (LWP request worked) not ok 32 - Regular HTML mounted handler (result code as expected). not ok 33 - Regular HTML mounted handler (content matched). not ok 34 - Regular HTML mounted handler (Mime type) # Failed test (t/serving.t at line 47) # got: 500 # expected: 404 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Not Found)' # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 ok 35 - Handlers default to non-wildcard (LWP request worked) not ok 36 - Handlers default to non-wildcard (result code as expected). not ok 37 - Handlers default to non-wildcard (content matched). ok 38 - Wildcard mounted handler root (path info) (LWP request worked) not ok 39 - Wildcard mounted handler root (path info) (result code as expected). not ok 40 - Wildcard mounted handler root (path info) (content matched). # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Path info:

)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Mount path: /test/wildcard_handler

)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' not ok 41 - Wildcard mounted handler root (path info) (Mime type) ok 42 - Wildcard mounted handler root (mount path) (LWP request worked) not ok 43 - Wildcard mounted handler root (mount path) (result code as expected). not ok 44 - Wildcard mounted handler root (mount path) (content matched). not ok 45 - Wildcard mounted handler root (mount path) (Mime type) # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Path info: /foo/bar

)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' ok 46 - Wildcard mounted handler with extra path (LWP request worked) not ok 47 - Wildcard mounted handler with extra path (result code as expected). not ok 48 - Wildcard mounted handler with extra path (content matched). not ok 49 - Wildcard mounted handler with extra path (Mime type) ok 50 - Wildcard mounted handler with extra path (mount path) (LWP request worked) # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Mount path: /test/wildcard_handler

)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:No wildcards here)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' not ok 51 - Wildcard mounted handler with extra path (mount path) (result code as expected). not ok 52 - Wildcard mounted handler with extra path (mount path) (content matched). not ok 53 - Wildcard mounted handler with extra path (mount path) (Mime type) ok 54 - Fully qualified Redirect (LWP request worked) not ok 55 - Fully qualified Redirect (result code as expected). not ok 56 - Fully qualified Redirect (content matched). not ok 57 - Fully qualified Redirect (Mime type) # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?-xism:Path info: /flubber

)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/html' ok 58 - Relative Redirect (LWP request worked) not ok 59 - Relative Redirect (result code as expected). not ok 60 - Relative Redirect (content matched). not ok 61 - Relative Redirect (Mime type) # Failed test (t/serving.t at line 47) # got: 500 # expected: 200 # Failed test (t/serving.t at line 48) # '500 Can't connect to localhost:85432 (connect: Invalid argument) # ' # doesn't match '(?s-xim:^2,3,5,7,11,13,17,19,23,29$)' # Failed test (t/serving.t at line 50) # got: 'text/plain' # expected: 'text/csv' ok 62 - HTTP::Response custom mime type (LWP request worked) not ok 63 - HTTP::Response custom mime type (result code as expected). not ok 64 - HTTP::Response custom mime type (content matched). not ok 65 - HTTP::Response custom mime type (Mime type) ok 66 - Requesting server shutdown via HUP (17501) [Tue Jul 31 17:32:41 2007] [17500] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. [Tue Jul 31 17:32:41 2007] [17500] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. ok 67 - Shouldn't need to force kill server # Configuring forked server ok 68 - Created server object. ok 69 - The object isa HTTP::Server::Brick [Tue Jul 31 17:32:41 2007] [17500] Mounted wildcard directory at /static/test [Tue Jul 31 17:32:41 2007] [17500] Mounted handler at /exotic_error [Tue Jul 31 17:32:41 2007] [17500] Mounted handler at /another_exotic_error [Tue Jul 31 17:32:41 2007] [17500] Mounted handler at /static/test/more_specific_mount [Tue Jul 31 17:32:41 2007] [17500] Mounted handler at /test/non_wildcard_handler [Tue Jul 31 17:32:41 2007] [17500] Mounted wildcard handler at /test/wildcard_handler [Tue Jul 31 17:32:41 2007] [17500] Mounted handler at /test/redirect [Tue Jul 31 17:32:41 2007] [17500] Mounted handler at /test/relative_redirect [Tue Jul 31 17:32:41 2007] [17500] Mounted wildcard handler at /test/data # Starting server [Tue Jul 31 17:32:41 2007] [17502] Server started on http://localhost:19896/ [Tue Jul 31 17:32:42 2007] [17503] [404] /url_that_doesn't_exist [Tue Jul 31 17:32:42 2007] [17503] [404] [/url_that_doesn't_exist] Not Found in Site Map ok 70 - Pathological case - mount doesn't exist (LWP request worked) ok 71 - Pathological case - mount doesn't exist (result code as expected). ok 72 - Pathological case - mount doesn't exist (content matched). [Tue Jul 31 17:32:42 2007] [17505] [200] /static/test/ ok 73 - Directory indexing (LWP request worked) ok 74 - Directory indexing (result code as expected). ok 75 - Directory indexing (content matched). ok 76 - Directory indexing (Mime type) [Tue Jul 31 17:32:42 2007] [17506] [404] /static/test/flubber [Tue Jul 31 17:32:42 2007] [17506] [404] [/static/test/flubber] File Not Found ok 77 - Static file not found (LWP request worked) ok 78 - Static file not found (result code as expected). ok 79 - Static file not found (content matched). [Tue Jul 31 17:32:43 2007] [17507] [200] /static/test/foo.txt ok 80 - Plain text static file (LWP request worked) ok 81 - Plain text static file (result code as expected). ok 82 - Plain text static file (content matched). ok 83 - Plain text static file (Mime type) [Tue Jul 31 17:32:43 2007] [17508] [200] /static/test/foo.html ok 84 - HTML static file (LWP request worked) ok 85 - HTML static file (result code as expected). ok 86 - HTML static file (content matched). ok 87 - HTML static file (Mime type) Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17509] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 88 - HTTP Return code via handler return value (LWP request worked) # Failed test (t/serving.t at line 47) not ok 89 - HTTP Return code via handler return value (result code as expected). # got: 200 # expected: 409 # Failed test (t/serving.t at line 48) # '' # doesn't match '(?-xism:Conflict)' not ok 90 - HTTP Return code via handler return value (content matched). Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. # Failed test (t/serving.t at line 47) # got: 200 # expected: 405 # Failed test (t/serving.t at line 48) # '' # doesn't match '(?-xism:Not Allowed)' [Tue Jul 31 17:32:43 2007] [17510] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 91 - HTTP Return code via HTTP::Response->code() (LWP request worked) not ok 92 - HTTP Return code via HTTP::Response->code() (result code as expected). not ok 93 - HTTP Return code via HTTP::Response->code() (content matched). Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. # Failed test (t/serving.t at line 47) # got: 200 # expected: 409 # Failed test (t/serving.t at line 48) # '' # doesn't match '(?-xism:Conflict)' [Tue Jul 31 17:32:43 2007] [17511] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 94 - More specific mount matched first (LWP request worked) not ok 95 - More specific mount matched first (result code as expected). not ok 96 - More specific mount matched first (content matched). Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. # Failed test (t/serving.t at line 48) # '' # doesn't match '(?-xism:No wildcards here)' [Tue Jul 31 17:32:43 2007] [17512] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. # Failed test (t/serving.t at line 50) # got: undef # expected: 'text/html' ok 97 - Regular HTML mounted handler (LWP request worked) ok 98 - Regular HTML mounted handler (result code as expected). not ok 99 - Regular HTML mounted handler (content matched). not ok 100 - Regular HTML mounted handler (Mime type) [Tue Jul 31 17:32:43 2007] [17513] [404] /test/non_wildcard_handler/foo [Tue Jul 31 17:32:43 2007] [17513] [404] [/test/non_wildcard_handler/foo] Not Found in Site Map ok 101 - Handlers default to non-wildcard (LWP request worked) ok 102 - Handlers default to non-wildcard (result code as expected). ok 103 - Handlers default to non-wildcard (content matched). Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17514] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 104 - Wildcard mounted handler root (path info) (LWP request worked) ok 105 - Wildcard mounted handler root (path info) (result code as expected). # Failed test (t/serving.t at line 48) not ok 106 - Wildcard mounted handler root (path info) (content matched). # '' # doesn't match '(?-xism:Path info:

)' # Failed test (t/serving.t at line 50) # got: undef # expected: 'text/html' not ok 107 - Wildcard mounted handler root (path info) (Mime type) Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. # Failed test (t/serving.t at line 48) # '' # doesn't match '(?-xism:Mount path: /test/wildcard_handler

)' # Failed test (t/serving.t at line 50) # got: undef # expected: 'text/html' [Tue Jul 31 17:32:43 2007] [17515] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 108 - Wildcard mounted handler root (mount path) (LWP request worked) ok 109 - Wildcard mounted handler root (mount path) (result code as expected). not ok 110 - Wildcard mounted handler root (mount path) (content matched). not ok 111 - Wildcard mounted handler root (mount path) (Mime type) Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17516] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 112 - Wildcard mounted handler with extra path (LWP request worked) ok 113 - Wildcard mounted handler with extra path (result code as expected). # Failed test (t/serving.t at line 48) not ok 114 - Wildcard mounted handler with extra path (content matched). # '' # doesn't match '(?-xism:Path info: /foo/bar

)' # Failed test (t/serving.t at line 50) not ok 115 - Wildcard mounted handler with extra path (Mime type) # got: undef # expected: 'text/html' Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17517] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 116 - Wildcard mounted handler with extra path (mount path) (LWP request worked) ok 117 - Wildcard mounted handler with extra path (mount path) (result code as expected). # Failed test (t/serving.t at line 48) not ok 118 - Wildcard mounted handler with extra path (mount path) (content matched). # '' # doesn't match '(?-xism:Mount path: /test/wildcard_handler

)' # Failed test (t/serving.t at line 50) # got: undef # expected: 'text/html' not ok 119 - Wildcard mounted handler with extra path (mount path) (Mime type) Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17518] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 120 - Fully qualified Redirect (LWP request worked) ok 121 - Fully qualified Redirect (result code as expected). # Failed test (t/serving.t at line 48) not ok 122 - Fully qualified Redirect (content matched). # '' # doesn't match '(?-xism:No wildcards here)' # Failed test (t/serving.t at line 50) not ok 123 - Fully qualified Redirect (Mime type) # got: undef # expected: 'text/html' Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17519] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 124 - Relative Redirect (LWP request worked) ok 125 - Relative Redirect (result code as expected). # Failed test (t/serving.t at line 48) not ok 126 - Relative Redirect (content matched). # '' # doesn't match '(?-xism:Path info: /flubber

)' # Failed test (t/serving.t at line 50) not ok 127 - Relative Redirect (Mime type) # got: undef # expected: 'text/html' Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. [Tue Jul 31 17:32:43 2007] [17520] [die] Can't call method "uri" on an undefined value at /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/HTTP/Response.pm line 57. ok 128 - HTTP::Response custom mime type (LWP request worked) ok 129 - HTTP::Response custom mime type (result code as expected). not ok 130 - HTTP::Response custom mime type (content matched). # Failed test (t/serving.t at line 48) # '' # doesn't match '(?s-xim:^2,3,5,7,11,13,17,19,23,29$)' # Failed test (t/serving.t at line 50) # got: undef # expected: 'text/csv' not ok 131 - HTTP::Response custom mime type (Mime type) [Tue Jul 31 17:32:44 2007] [17502] [warn] Use of uninitialized value in scalar assignment at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/HTTP-Server-Brick/blib/lib/HTTP/Server/Brick.pm line 322. ok 132 - Requesting server shutdown via HUP (17502) [Tue Jul 31 17:32:50 2007] [17500] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. [Tue Jul 31 17:32:50 2007] [17500] [warn] Use of uninitialized value in subroutine entry at t/serving.t line 234. ok 133 - Shouldn't need to force kill server ok 134 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 135 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 136 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 137 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 138 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 139 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 140 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 141 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 142 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 143 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 144 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 145 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 146 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 147 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 148 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 149 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 150 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 151 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 152 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL # Looks like you failed 54 tests of 265. ok 153 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 154 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 155 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 156 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 157 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 158 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 159 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 160 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 161 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 162 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 163 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 164 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 165 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 166 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 167 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 168 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 169 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 170 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 171 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 172 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 173 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 174 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 175 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 176 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 177 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 178 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 179 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 180 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 181 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 182 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 183 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 184 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 185 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 186 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 187 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 188 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 189 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 190 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 191 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 192 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 193 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 194 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 195 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 196 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 197 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 198 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 199 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 200 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 201 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 202 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 203 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 204 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 205 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 206 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 207 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 208 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 209 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 210 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 211 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 212 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 213 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 214 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 215 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 216 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 217 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 218 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 219 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 220 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 221 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 222 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 223 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 224 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 225 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 226 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 227 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 228 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 229 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 230 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 231 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 232 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 233 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 234 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 235 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 236 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 237 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 238 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 239 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 240 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 241 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 242 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 243 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 244 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 245 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 246 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 247 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 248 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 249 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 250 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 251 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 252 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 253 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 254 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 255 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 256 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 257 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 258 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 259 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 260 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 261 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 262 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 263 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 264 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL ok 265 # skip can't run SSL tests without HTTP::Daemon::SSL and IO::Socket::SSL dubious Test returned status 54 (wstat 13824, 0x3600) DIED. FAILED tests 23-24, 26-27, 29-30, 32-34, 36-37, 39-41, 43-45, 47-49, 51-53, 55-57, 59-61, 63-65, 89-90, 92-93, 95-96, 99-100, 106-107, 110-111, 114-115, 118-119, 122-123, 126-127, 130-131 Failed 54/265 tests, 79.62% okay (less 132 skipped tests: 79 okay, 29.81%) Failed 1/4 test scripts, 75.00% okay. 54/266 subtests failed, 79.70% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/serving.t 54 13824 265 54 20.38% 23-24 26-27 29-30 32-34 36-37 39-41 43-45 47-49 51-53 55-57 59-61 63-65 89-90 92-93 95-96 99-100 106-107 110-111 114-115 118-119 122-123 126-127 130-131 2 tests and 132 subtests skipped. make: *** [test] Error 2