--- 20090422T154515 +++ 20090423T080746 @@ -1,1593 +1,1597 @@ mod.singleton_methods(false).sort.each {|methname| nummethod += 1 meth = mod.method(methname) - puts "#{mod.name}.#{methname} #{meth.arity}" + line = "#{mod.name}.#{methname} #{meth.arity}" + line << " not-implemented" if !mod.respond_to?(methname) + puts line } mod.instance_methods(false).sort.each {|methname| nummethod += 1 meth = mod.instance_method(methname) - puts "#{mod.name}\##{methname} #{meth.arity}" + line = "#{mod.name}\##{methname} #{meth.arity}" + line << " not-implemented" if /\(not-implemented\)/ =~ meth.inspect + puts line } } puts "#{nummodule} modules, #{nummethod} methods" @@ -4354,57 +4358,263 @@ timeout.rb: mcc.. tmpdir.rb: c.. tracer.rb: cc............. - tsort.rb: mc.....timeout: command execution time exceeds 3600.0 seconds. -timeout: the process group is alive. -timeout: INT signal sent. - - -RDoc failure in lib/tsort.rb at or around line 207 column 45 - -Before reporting this, could you check that the file -you're documenting compiles cleanly--RDoc is not a -full Ruby parser, and gets confused easily if fed -invalid programs. + tsort.rb: mc.......ccc + un.rb: m........... + common.rb: mmmmm..cccc.....m. + ftp.rb: mc......... + generic.rb: mc...................................................................... + http.rb: mc... + https.rb: mc + ldap.rb: mc..................... + ldaps.rb: mc + mailto.rb: mc.......... + uri.rb: m + weakref.rb: cc.... + accesslog.rb: mmc.. + cgi.rb: mc......c............... + compat.rb: mccc + config.rb: mm + cookie.rb: mc....... + htmlutils.rb: mm. + authenticator.rb: mmm.....m + basicauth.rb: mmc....c + digestauth.rb: mmc............c. + htdigest.rb: mmc....... + htgroup.rb: mmc..... + htpasswd.rb: mmc....... + userdb.rb: mmm... + httpauth.rb: mm... + httpproxy.rb: mc.c........... + httprequest.rb: mc...................... + httpresponse.rb: mc........................ + https.rb: mmc... + httpserver.rb: mcc...........c....... + abstract.rb: mmcc....... + cgi_runner.rb: . + cgihandler.rb: mmc.. + erbhandler.rb: mmc... + filehandler.rb: mmc.....c.................... + prochandler.rb: mmc... + httpservlet.rb: mm + httpstatus.rb: mmcccccccc........ + httputils.rb: mm.........c................... + httpversion.rb: mc.... + log.rb: mc...............c.. + server.rb: mcc.c.c.......... + ssl.rb: mmm.c... + utils.rb: mm...... + version.rb: m + webrick.rb: + binding.rb: mc.... + data.rb: m + definitions.rb: mc.................... + documentation.rb: mc... + import.rb: mc.... + importer.rb: mc.. + info.rb: mc..... + message.rb: mc.... + operation.rb: mcc............ + operationBinding.rb: mc......... + param.rb: mc...... + parser.rb: mccccccccc.......... + part.rb: mc... + port.rb: mc........ + portType.rb: mc...... + service.rb: mc.... + address.rb: mmc... + binding.rb: mmc... + body.rb: mmc... + cgiStubCreator.rb: mmc... + classDefCreator.rb: mmc............... + classDefCreatorSupport.rb: mmm.......... + clientSkeltonCreator.rb: mmc..... + complexType.rb: mmc......... + data.rb: mm + definitions.rb: mc.......... + driverCreator.rb: mmc... + element.rb: mmc.. + fault.rb: mmc.... + header.rb: mmc...... + headerfault.rb: mmc... + mappingRegistryCreator.rb: mmc..... + methodDefCreator.rb: mmc.............. + operation.rb: mmcc......... + servantSkeltonCreator.rb: mmc... + standaloneServerStubCreator.rb: mmc... + wsdl2ruby.rb: mmc.............. + types.rb: mc... + wsdl.rb: mc + all.rb: mmc...... + annotation.rb: mmc... + any.rb: mmc.... + attribute.rb: mmcc........ + choice.rb: mmc...... + complexContent.rb: mmc...... + complexType.rb: mmc.......... + content.rb: mmc........ + data.rb: mm + element.rb: mmcc.......... + enumeration.rb: mmc... + import.rb: mmc.... + importer.rb: mmc...... + include.rb: mmc.... + length.rb: mmc... + parser.rb: mmccccccccc.......... + pattern.rb: mmc... + schema.rb: mmc.......... + sequence.rb: mmc...... + simpleContent.rb: mmc....... + simpleExtension.rb: mmc..... + simpleRestriction.rb: mmc....... + simpleType.rb: mmc....... + unique.rb: mmc... + xsd2ruby.rb: mmc........ + charset.rb: mmcccc.............. + classdef.rb: mmc.......... + commentdef.rb: mmm. + gensupport.rb: mmm.............. + methoddef.rb: mmc..... + moduledef.rb: mmc................... + codegen.rb: + datatypes.rb: mccc....c........c.c..c..c......mc.....c...c....m........c....c....c...c...c...c...c...c...c....c....c..c....c..c........c...c...c...c...c...c...c...c...c...c...c...c... + datatypes1999.rb: m + iconvcharset.rb: mc. + mapping.rb: mm.. + namedelements.rb: mc............... + ns.rb: mcc..c........... + qname.rb: mc........... + parser.rb: mmccccccc............ + rexmlparser.rb: mmc...... + xmlparser.rb: mmcc. + xmlscanner.rb: mmc..................... + xmlparser.rb: mm.. + baseemitter.rb: mm..............c.c. + basenode.rb: mm.......... + constants.rb: m + dbm.rb: mc.................... + encoding.rb: m.. + error.rb: mccc + loader.rb: mc + rubytypes.rb: c.c...c..c....c..c..c....c..c..c..c..c.c.c.c.c.c. + store.rb: c...... + stream.rb: mc..... + stringio.rb: c........... + syck.rb: mmc + tag.rb: m..c + types.rb: mc...c...c..c....c.......c.......c + yamlnode.rb: mc.. + ypath.rb: mc.. + yaml.rb: m..........................m. + iconv.c: cmccccc........... + kconv.rb: m...........c......... + nkf.c: m... + socket.c: ccccccccccm. +No definition for bsock_do_not_rev_lookup +. +No definition for bsock_do_not_rev_lookup_set +. +No definition for bsock_s_for_fd +. +No definition for bsock_close_read +. +No definition for bsock_close_write +. +No definition for bsock_shutdown +... +No definition for bsock_getsockname +. +No definition for bsock_getpeername +. +No definition for bsock_send +. +No definition for bsock_recv +.. +No definition for ip_addr +. +No definition for ip_peeraddr +. +No definition for ip_recvfrom +. +No definition for ip_s_getaddress +... +No definition for socks_init +. +No definition for socks_s_close +. +No definition for tcp_accept +.. +No definition for tcp_sysaccept +. +No definition for tcp_svr_init +.. +No definition for udp_init +. +No definition for udp_connect +. +No definition for udp_bind +. +No definition for udp_send +.. +No definition for unix_init +. +No definition for unix_path +. +No definition for unix_addr +. +No definition for unix_peeraddr +. +No definition for unix_recvfrom +. +No definition for unix_send_io +. +No definition for unix_recv_io +. +No definition for unix_s_socketpair +. +No definition for unix_s_socketpair +. +No definition for unix_svr_init +. +No definition for unix_accept +.. +No definition for unix_sysaccept +.. +No definition for sock_initialize +.......... +No definition for sock_s_socketpair +. +No definition for sock_s_socketpair +. +No definition for sock_gethostname +.. +No definition for sock_s_gethostbyaddr +... +No definition for sock_s_getnameinfo +. +No definition for sock_s_pack_sockaddr_in +. +No definition for sock_s_pack_sockaddr_in +. +No definition for sock_s_unpack_sockaddr_in +. +No definition for sock_s_pack_sockaddr_un +. +No definition for sock_s_pack_sockaddr_un +. +No definition for sock_s_unpack_sockaddr_un -The internal error was: + stringio.c: c........................................................... + strscan.c: cc............................................. + zlib.c: mcccccccccccccccccc................................................................................... +Generating RI... -/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/lib/irb/slex.rb:236:in `match_io': Interrupt - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/lib/irb/slex.rb:222:in `match_io' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/lib/irb/slex.rb:76:in `match' - from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth//ruby/lib/rdoc/parsers/parse_rb.rb:537:in `token' -make: *** [rdoc] Interrupt -|command execution time exceeds 3600.0 seconds. (CommandTimeoutError) -| ./timeoutcom.rb:134:in `timeout_command' -| ./chkbuild/build.rb:477:in `run' -| ./chkbuild/build.rb:557:in `make' -| ./chkbuild/build.rb:553:in `each' -| ./chkbuild/build.rb:553:in `make' -| ./chkbuild/ruby.rb:174:in `def_target' -| ./chkbuild/build.rb:234:in `catch_error' -| ./chkbuild/ruby.rb:174:in `def_target' -| ./chkbuild/build.rb:190:in `call' -| ./chkbuild/build.rb:190:in `child_build_target' -| ./chkbuild/build.rb:234:in `catch_error' -| ./chkbuild/build.rb:190:in `child_build_target' -| ./chkbuild/build.rb:222:in `with_procmemsize' -| ./chkbuild/build.rb:189:in `child_build_target' -| ./chkbuild/build.rb:162:in `child_build_wrapper' -| ./chkbuild/build.rb:105:in `build_in_child' -| ./chkbuild/build.rb:103:in `fork' -| ./chkbuild/build.rb:103:in `build_in_child' -| ./chkbuild/build.rb:88:in `build' -| ./chkbuild/target.rb:113:in `make_result' -| ./chkbuild/target.rb:105:in `each' -| ./chkbuild/target.rb:105:in `each_build_obj' -| ./chkbuild/target.rb:111:in `make_result' -| ./chkbuild/main.rb:46:in `main_build' -| ./chkbuild/main.rb:45:in `each' -| ./chkbuild/main.rb:45:in `main_build' -| ./chkbuild/main.rb:105:in `main' -| ./sample/build-ruby:13 -| /Users/chkbuild/chkbuild/start-build:9:in `load' -| /Users/chkbuild/chkbuild/start-build:9 -failed(install-doc CommandTimeoutError: command execution time exceeds 3600.0 seconds.) +Files: 549 +Classes: 1629 +Modules: 835 +Methods: 8462 +Elapsed: s +./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --install=rdoc --rdoc-output=".ext/rdoc" +installing rdoc == test-all #