== ruby-trunk-o3 # 2010-09-21T20:20:04+09:00 Hostname: ooopackages Linux 2.6.26-2-powerpc64 #1 SMP Thu Sep 16 21:59:57 UTC 2010 ppc64 Distributor ID: Debian Description: Debian GNU/Linux 5.0.6 (lenny) Release: 5.0.6 Codename: lenny == start # 2010-09-21T20:20:38+09:00 == svn/ruby # 2010-09-21T20:20:42+09:00 + svn checkout -q http://svn.ruby-lang.org/repos/ruby/trunk ruby CHG . 29305->29308 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29308;diff_format=u CHG ChangeLog 29305->29307 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=29305&r2=29308&pathrev=29308;diff_format=u CHG dir.c 29214->29306 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/dir.c?p1=trunk/dir.c&r1=29305&r2=29308&pathrev=29308;diff_format=u CHG version.h 29303->29308 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=29305&r2=29308&pathrev=29308;diff_format=u CHG test/pathname/test_pathname.rb 29261->29307 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/pathname/test_pathname.rb?p1=trunk/test/pathname/test_pathname.rb&r1=29305&r2=29308&pathrev=29308;diff_format=u CHG test/ruby/test_rubyoptions.rb 28967->29306 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_rubyoptions.rb?p1=trunk/test/ruby/test_rubyoptions.rb&r1=29305&r2=29308&pathrev=29308;diff_format=u + svn info Path: . URL: http://svn.ruby-lang.org/repos/ruby/trunk Repository Root: http://svn.ruby-lang.org/repos/ruby Repository UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e Revision: 29308 Node Kind: directory Schedule: normal Last Changed Author: svn Last Changed Rev: 29308 Last Changed Date: 2010-09-21 02:44:35 +0900 (Tue, 21 Sep 2010) == autoconf # 2010-09-21T20:21:04+09:00 + autoconf == git-mspec(shared) # 2010-09-21T20:21:15+09:00 + git pull exit 1 github.com[0: 207.97.227.239]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) == neterror # 2010-09-21T20:24:25+09:00 failed(git-mspec(shared)) == configure # 2010-09-21T20:24:27+09:00 + ./configure --prefix=/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002 CPPFLAGS=-DRUBY_DEBUG_ENV optflags=-O3 debugflags=-g 'warnflags=-W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers' --with-valgrind checking build system type... powerpc64-unknown-linux-gnu checking host system type... powerpc64-unknown-linux-gnu checking target system type... powerpc64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... yes checking whether gcc -E accepts -o... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking for objdump... objdump checking for objcopy... objcopy checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for dot... no checking for doxygen... no checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for cd using phisical directory... cd -P checking whether -fvisibility=hidden is accepted... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for long long... yes checking for off_t... yes checking char bit... 8 checking for int... yes checking size of int... 4 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for long long... (cached) yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for off_t... (cached) yes checking size of off_t... 8 checking for void*... yes checking size of void*... 4 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for time_t... yes checking size of time_t... 4 checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... (cached) yes checking for convertible type of time_t... LONG checking for prototypes... yes checking token paste string... ansi checking stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... yes checking for variable length macro... yes checking for noreturn function attribute... __attribute__ ((noreturn)) x checking for deprecated function attribute... __attribute__ ((deprecated)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for stdcall function attribute... x checking for cdecl function attribute... x checking for fastcall function attribute... x checking for function alias... alias checking for exported function attribute... __attribute__ ((visibility("default"))) checking whether sys_nerr is declared... yes checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for socketpair in -lsocket... no checking for clock_gettime in -lrt... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking a.out.h usability... yes checking a.out.h presence... yes checking for a.out.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking xti.h usability... no checking xti.h presence... no checking for xti.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking ucontext.h usability... yes checking ucontext.h presence... yes checking for ucontext.h... yes checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for net/socket.h... (cached) no checking for sys/socket.h... (cached) yes checking for rlim_t... yes checking size of rlim_t... 8 checking for size_t... yes checking for size_t... (cached) yes checking size of size_t... 4 checking for ptrdiff_t... yes checking size of ptrdiff_t... 4 checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking size of struct stat.st_size... 8 checking size of struct stat.st_blocks... 8 checking for struct stat.st_atim... yes checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... yes checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... yes checking for struct stat.st_ctimespec... no checking for struct stat.st_ctimensec... no checking for struct timespec... yes checking for struct timezone... yes checking for fd_mask... yes checking for int8_t... yes checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking for uint8_t... yes checking size of uint8_t... 1 checking for int16_t... yes checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking for uint16_t... yes checking size of uint16_t... 2 checking for int32_t... yes checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking for uint32_t... yes checking size of uint32_t... 4 checking for int64_t... yes checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking for uint64_t... yes checking size of uint64_t... 8 checking for int128_t... no checking for uint128_t... no checking for intptr_t... yes checking for intptr_t... yes checking size of intptr_t... 4 checking for uintptr_t... yes checking for uintptr_t... yes checking size of uintptr_t... 4 checking for ssize_t... yes checking for ssize_t... yes checking size of ssize_t... 4 checking for stack end address... __libc_stack_end checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for dup2... yes checking for memmove... yes checking for strerror... yes checking for strchr... yes checking for strstr... yes checking for crypt... yes checking for flock... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for tgamma... yes checking for lgamma_r... yes checking for cbrt... yes checking for strlcpy... no checking for strlcat... no checking for ffs... yes checking for signbit... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for fork... yes checking for spawnv... no checking for syscall... yes checking for chroot... yes checking for getcwd... yes checking for eaccess... yes checking for truncate... yes checking for ftruncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for utimensat... yes checking for fcntl... yes checking for lockf... yes checking for lstat... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for readdir_r... yes checking for fsync... yes checking for fdatasync... yes checking for fchown... yes checking for setitimer... yes checking for setruid... no checking for seteuid... yes checking for setreuid... yes checking for setresuid... yes checking for setproctitle... no checking for socketpair... yes checking for setrgid... no checking for setegid... yes checking for setregid... yes checking for setresgid... yes checking for issetugid... no checking for pause... yes checking for lchown... yes checking for lchmod... no checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for setrlimit... yes checking for sysconf... yes checking for close... yes checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... no checking for _setjmp... yes checking for _longjmp... yes checking for setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for log2... yes checking for round... yes checking for setuid... yes checking for setgid... yes checking for daemon... (cached) no checking for select_large_fdset... no checking for setenv... yes checking for unsetenv... yes checking for mktime... yes checking for timegm... yes checking for gmtime_r... yes checking for clock_gettime... yes checking for gettimeofday... yes checking for pread... yes checking for sendfile... yes checking for shutdown... yes checking for sigaltstack... yes checking for unsetenv returns a value... yes checking for __builtin_setjmp... no checking for setjmp type... _setjmp checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for external timezone... long checking for external altzone... no checking for timezone... yes checking whether timezone requires zero arguments... yes checking for negative time_t for gmtime(3)... yes checking for localtime(3) overflow correctly... yes checking whether getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking whether char is unsigned... yes checking for inline... inline checking for working volatile... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... not found (OK if using GNU libc) checking read buffer ptr field in FILE structures... _IO_read_ptr checking read buffer end field in FILE structures... _IO_read_end checking size of struct stat.st_ino... SIZEOF_LONG_LONG checking whether _SC_CLK_TCK is supported... yes checking stack growing direction on powerpc64... -1 checking for pthread_kill in -lthr... no checking for pthread_kill in -lpthread... yes checking pthread_np.h usability... no checking pthread_np.h presence... no checking for pthread_np.h... no checking for nanosleep... yes checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking for pthread_getattr_np... yes checking for pthread_attr_get_np... no checking for pthread_attr_getstack... yes checking for pthread_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking for thr_stksegment... no checking for pthread_stackseg_np... no checking for pthread_getthrds_np... no checking for getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking for backtrace... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking whether ELF binaries are produced... yes checking whether OS depend dynamic link works... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for if make is GNU make... yes checking for nroff... /usr/bin/nroff .ext/include/powerpc64-linux/ruby/config.h updated ruby library version = 1.9.1 configure: creating ./config.status config.status: creating Makefile == miniruby # 2010-09-21T20:25:41+09:00 + make miniruby gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o main.o -c main.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmydln.o -c dmydln.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmyencoding.o -c dmyencoding.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o version.o -c version.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmyversion.o -c dmyversion.c ruby -I. ./tool/compile_prelude.rb ./prelude.rb miniprelude.c bison -d -o y.tab.c parse.y sed -f ./tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new parse.h updated ruby ./tool/generic_erb.rb --output=id.h \ ./template/id.h.tmpl --vpath=.ext/include/powerpc64-linux/ruby:./include/ruby:./enc:./missing parse.h id.h updated gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o miniprelude.o -c miniprelude.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o array.o -c array.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o bignum.o -c bignum.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o class.o -c class.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o compar.o -c compar.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o complex.o -c complex.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dir.o -c dir.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dln_find.o -c dln_find.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o enum.o -c enum.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o enumerator.o -c enumerator.c ruby ./tool/generic_erb.rb -c -o known_errors.inc ./template/known_errors.inc.tmpl ./defs/known_errors.def known_errors.inc updated gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o error.o -c error.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o eval.o -c eval.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o load.o -c load.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o proc.o -c proc.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o file.o -c file.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o gc.o -c gc.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o hash.o -c hash.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o inits.o -c inits.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o io.o -c io.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o marshal.o -c marshal.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o math.o -c math.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o node.o -c node.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o numeric.o -c numeric.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o object.o -c object.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o pack.o -c pack.c + cp ./lex.c.blt lex.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o parse.o -c parse.c In file included from parse.y:23: id.h:110:5: warning: "SUPPORT_JOKE" is not defined id.h:116:5: warning: "SUPPORT_JOKE" is not defined In file included from parse.y:43: id.c:43:5: warning: "SUPPORT_JOKE" is not defined parse.c:1005:6: warning: "YYENABLE_NLS" is not defined parse.c:4278:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o process.o -c process.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o random.o -c random.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o range.o -c range.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o rational.o -c rational.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o re.o -c re.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regcomp.o -c regcomp.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regenc.o -c regenc.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regerror.o -c regerror.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regexec.o -c regexec.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regparse.o -c regparse.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o regsyntax.o -c regsyntax.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o ruby.o -c ruby.c ruby.c:1009:5: warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined ruby.c:1024:5: warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is not defined gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o safe.o -c safe.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o signal.o -c signal.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o sprintf.o -c sprintf.c sprintf.c: In function ‘rb_str_format’: sprintf.c:842: warning: format not a string literal, argument types not checked sprintf.c:851: warning: format not a string literal, argument types not checked sprintf.c:1062: warning: format not a string literal, argument types not checked gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o st.o -c st.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o strftime.o -c strftime.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o string.o -c string.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o struct.o -c struct.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o time.o -c time.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o transcode.o -c transcode.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o util.o -c util.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o variable.o -c variable.c ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." insns_info.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." optinsn.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." optunifs.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o compile.o -c compile.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o debug.o -c debug.c ruby -n ./tool/node_name.rb < node.h > node_name.inc gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o iseq.o -c iseq.c ruby -Ks ./tool/insns2vm.rb --srcdir="." vmtc.inc ruby -Ks ./tool/insns2vm.rb --srcdir="." vm.inc gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o vm.o -c vm.c In file included from vm.c:22: vm_exec.h:63:7: warning: "DISPATCH_XXX" is not defined vm_exec.h:98:18: warning: "__i386__" is not defined vm_exec.h:98:30: warning: "__x86_64__" is not defined In file included from vm.c:23: vm_exec.c:17:19: warning: "__x86_64__" is not defined vm_exec.c:20:19: warning: "__i386__" is not defined vm_exec.c:52:17: warning: "__i386__" is not defined vm_exec.c:57:19: warning: "__x86_64__" is not defined vm_exec.c:67:5: warning: "USE_MACHINE_REGS" is not defined vm.c:2050:5: warning: "OPT_BASIC_OPERATIONS" is not defined gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o vm_dump.o -c vm_dump.c vm_dump.c:238:5: warning: "VMDEBUG" is not defined vm_dump.c:373:5: warning: "VMDEBUG" is not defined vm_dump.c:386:5: warning: "VMDEBUG" is not defined vm_dump.c:390:5: warning: "VMDEBUG" is not defined vm_dump.c:396:5: warning: "VMDEBUG" is not defined gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o thread.o -c thread.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o cont.o -c cont.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o ascii.o -c ./enc/ascii.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o us_ascii.o -c ./enc/us_ascii.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o unicode.o -c ./enc/unicode.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o utf_8.o -c ./enc/utf_8.c ruby "./tool/transcode-tblgen.rb" -vo newline.c ./enc/trans/newline.trans generating newline.c ... converter for universal_newline converter for crlf_newline converter for cr_newline done. (0.09user 0.01system 0.03elapsed) gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o newline.o -c newline.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o strlcpy.o -c ./missing/strlcpy.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o strlcat.o -c ./missing/strlcat.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmyext.o -c dmyext.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -L. -rdynamic -Wl,-export-dynamic main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby == miniversion # 2010-09-21T20:29:33+09:00 + ./miniruby -v ruby 1.9.3dev (2010-09-21) [powerpc64-linux] == btest # 2010-09-21T20:29:33+09:00 + make btest 'OPTS=-v -q' ruby "./bootstraptest/runner.rb" --ruby="./miniruby -I./lib -I.ext/common " -v -q test_attr.rb #1 test_attr.rb:1 .#2 test_attr.rb:27 . test_autoload.rb #3 test_autoload.rb:1 .#4 test_autoload.rb:7 .#5 test_autoload.rb:14 .#6 test_autoload.rb:20 .#7 test_autoload.rb:27 .#8 test_autoload.rb:34 .#9 test_autoload.rb:41 .#10 test_autoload.rb:47 .#11 test_autoload.rb:54 .#12 test_autoload.rb:62 .#13 test_autoload.rb:70 . test_block.rb #14 test_block.rb:1 .#15 test_block.rb:10 .#16 test_block.rb:13 .#17 test_block.rb:22 .#18 test_block.rb:29 .#19 test_block.rb:36 .#20 test_block.rb:43 .#21 test_block.rb:52 .#22 test_block.rb:61 .#23 test_block.rb:64 .#24 test_block.rb:69 .#25 test_block.rb:81 .#26 test_block.rb:95 .#27 test_block.rb:109 .#28 test_block.rb:120 .#29 test_block.rb:132 .#30 test_block.rb:151 .#31 test_block.rb:170 .#32 test_block.rb:178 .#33 test_block.rb:186 .#34 test_block.rb:196 .#35 test_block.rb:207 .#36 test_block.rb:217 .#37 test_block.rb:227 .#38 test_block.rb:243 .#39 test_block.rb:252 .#40 test_block.rb:261 .#41 test_block.rb:270 .#42 test_block.rb:279 .#43 test_block.rb:287 .#44 test_block.rb:297 .#45 test_block.rb:307 .#46 test_block.rb:315 .#47 test_block.rb:320 .#48 test_block.rb:329 .#49 test_block.rb:339 .#50 test_block.rb:368 .#51 test_block.rb:375 .#52 test_block.rb:382 .#53 test_block.rb:389 .#54 test_block.rb:396 .#55 test_block.rb:414 .#56 test_block.rb:420 .#57 test_block.rb:426 .#58 test_block.rb:435 .#59 test_block.rb:444 .#60 test_block.rb:464 .#61 test_block.rb:467 .#62 test_block.rb:476 .#63 test_block.rb:480 .#64 test_block.rb:489 .#65 test_block.rb:498 .#66 test_block.rb:507 .#67 test_block.rb:519 .#68 test_block.rb:566 . test_class.rb #69 test_class.rb:2 .#70 test_class.rb:4 .#71 test_class.rb:6 .#72 test_class.rb:8 .#73 test_class.rb:10 .#74 test_class.rb:12 .#75 test_class.rb:16 .#76 test_class.rb:19 .#77 test_class.rb:22 .#78 test_class.rb:25 .#79 test_class.rb:28 .#80 test_class.rb:31 .#81 test_class.rb:36 .#82 test_class.rb:38 .#83 test_class.rb:40 .#84 test_class.rb:42 .#85 test_class.rb:47 .#86 test_class.rb:50 .#87 test_class.rb:53 .#88 test_class.rb:56 .#89 test_class.rb:59 .#90 test_class.rb:63 .#91 test_class.rb:67 .#92 test_class.rb:71 .#93 test_class.rb:75 .#94 test_class.rb:79 .#95 test_class.rb:83 .#96 test_class.rb:89 .#97 test_class.rb:92 .#98 test_class.rb:95 .#99 test_class.rb:97 .#100 test_class.rb:99 .#101 test_class.rb:103 .#102 test_class.rb:104 .#103 test_class.rb:105 .#104 test_class.rb:106 .#105 test_class.rb:107 .#106 test_class.rb:108 .#107 test_class.rb:109 .#108 test_class.rb:112 .#109 test_class.rb:113 .#110 test_class.rb:116 .#111 test_class.rb:134 .#112 test_class.rb:148 .#113 test_class.rb:159 . test_eval.rb #114 test_eval.rb:1 .#115 test_eval.rb:9 .#116 test_eval.rb:18 .#117 test_eval.rb:32 .#118 test_eval.rb:42 .#119 test_eval.rb:54 .#120 test_eval.rb:65 .#121 test_eval.rb:73 .#122 test_eval.rb:81 .#123 test_eval.rb:84 .#124 test_eval.rb:87 .#125 test_eval.rb:91 .#126 test_eval.rb:96 .#127 test_eval.rb:101 .#128 test_eval.rb:106 .#129 test_eval.rb:111 .#130 test_eval.rb:119 .#131 test_eval.rb:128 .#132 test_eval.rb:140 .#133 test_eval.rb:152 .#134 test_eval.rb:173 .#135 test_eval.rb:193 .#136 test_eval.rb:193 .#137 test_eval.rb:193 .#138 test_eval.rb:210 .#139 test_eval.rb:212 .#140 test_eval.rb:231 .#141 test_eval.rb:240 .#142 test_eval.rb:250 .#143 test_eval.rb:258 .#144 test_eval.rb:266 .#145 test_eval.rb:276 .#146 test_eval.rb:288 .#147 test_eval.rb:290 .#148 test_eval.rb:302 .#149 test_eval.rb:321 . test_exception.rb #150 test_exception.rb:1 .#151 test_exception.rb:8 .#152 test_exception.rb:20 .#153 test_exception.rb:37 .#154 test_exception.rb:47 .#155 test_exception.rb:58 .#156 test_exception.rb:61 .#157 test_exception.rb:68 .#158 test_exception.rb:78 .#159 test_exception.rb:95 .#160 test_exception.rb:111 .#161 test_exception.rb:128 .#162 test_exception.rb:135 .#163 test_exception.rb:144 .#164 test_exception.rb:151 .#165 test_exception.rb:160 .#166 test_exception.rb:173 .#167 test_exception.rb:190 .#168 test_exception.rb:205 .#169 test_exception.rb:232 .#170 test_exception.rb:257 .#171 test_exception.rb:276 .#172 test_exception.rb:283 .#173 test_exception.rb:296 .#174 test_exception.rb:305 .#175 test_exception.rb:314 .#176 test_exception.rb:323 .#177 test_exception.rb:334 .#178 test_exception.rb:352 .#179 test_exception.rb:362 .#180 test_exception.rb:373 .#181 test_exception.rb:388 .#182 test_exception.rb:405 . test_finalizer.rb #183 test_finalizer.rb:8 . test_flip.rb #184 test_flip.rb:1 . test_flow.rb #185 test_flow.rb:1 .#186 test_flow.rb:10 .#187 test_flow.rb:19 .#188 test_flow.rb:24 .#189 test_flow.rb:37 .#190 test_flow.rb:43 .#191 test_flow.rb:49 .#192 test_flow.rb:58 .#193 test_flow.rb:69 .#194 test_flow.rb:81 .#195 test_flow.rb:93 .#196 test_flow.rb:103 .#197 test_flow.rb:113 .#198 test_flow.rb:125 .#199 test_flow.rb:141 .#200 test_flow.rb:159 .#201 test_flow.rb:175 .#202 test_flow.rb:193 .#203 test_flow.rb:203 .#204 test_flow.rb:215 .#205 test_flow.rb:227 .#206 test_flow.rb:234 .#207 test_flow.rb:239 .#208 test_flow.rb:249 .#209 test_flow.rb:259 .#210 test_flow.rb:272 .#211 test_flow.rb:279 .#212 test_flow.rb:287 .#213 test_flow.rb:297 .#214 test_flow.rb:305 .#215 test_flow.rb:315 .#216 test_flow.rb:323 .#217 test_flow.rb:333 .#218 test_flow.rb:343 .#219 test_flow.rb:356 .#220 test_flow.rb:365 .#221 test_flow.rb:374 .#222 test_flow.rb:384 .#223 test_flow.rb:395 .#224 test_flow.rb:409 .#225 test_flow.rb:428 .#226 test_flow.rb:449 .#227 test_flow.rb:470 .#228 test_flow.rb:494 .#229 test_flow.rb:521 .#230 test_flow.rb:522 .#231 test_flow.rb:523 .#232 test_flow.rb:524 . test_fork.rb #233 test_fork.rb:1 .#234 test_fork.rb:12 .#235 test_fork.rb:24 .#236 test_fork.rb:30 . test_gc.rb #237 test_gc.rb:17 .#238 test_gc.rb:34 . test_io.rb #239 test_io.rb:1 .#240 test_io.rb:11 .#241 test_io.rb:34 .#242 test_io.rb:44 .#243 test_io.rb:60 .#244 test_io.rb:79 .#245 test_io.rb:99 .#246 test_io.rb:99 .#247 test_io.rb:99 .#248 test_io.rb:99 .#249 test_io.rb:99 .#250 test_io.rb:99 .#251 test_io.rb:99 .#252 test_io.rb:99 .#253 test_io.rb:99 .#254 test_io.rb:99 .#255 test_io.rb:106 . test_jump.rb #256 test_jump.rb:1 .#257 test_jump.rb:20 .#258 test_jump.rb:25 .#259 test_jump.rb:30 .#260 test_jump.rb:35 .#261 test_jump.rb:40 .#262 test_jump.rb:45 .#263 test_jump.rb:52 .#264 test_jump.rb:59 .#265 test_jump.rb:67 .#266 test_jump.rb:77 .#267 test_jump.rb:99 .#268 test_jump.rb:111 .#269 test_jump.rb:126 .#270 test_jump.rb:135 .#271 test_jump.rb:149 .#272 test_jump.rb:160 .#273 test_jump.rb:166 .#274 test_jump.rb:182 .#275 test_jump.rb:200 .#276 test_jump.rb:211 .#277 test_jump.rb:222 .#278 test_jump.rb:233 .#279 test_jump.rb:241 .#280 test_jump.rb:261 .#281 test_jump.rb:273 .#282 test_jump.rb:284 .#283 test_jump.rb:286 .#284 test_jump.rb:298 . test_literal.rb #285 test_literal.rb:2 .#286 test_literal.rb:3 .#287 test_literal.rb:4 .#288 test_literal.rb:7 .#289 test_literal.rb:8 .#290 test_literal.rb:9 .#291 test_literal.rb:10 .#292 test_literal.rb:11 .#293 test_literal.rb:12 .#294 test_literal.rb:13 .#295 test_literal.rb:14 .#296 test_literal.rb:15 .#297 test_literal.rb:16 .#298 test_literal.rb:17 .#299 test_literal.rb:18 .#300 test_literal.rb:19 .#301 test_literal.rb:20 .#302 test_literal.rb:21 .#303 test_literal.rb:22 .#304 test_literal.rb:23 .#305 test_literal.rb:24 .#306 test_literal.rb:25 .#307 test_literal.rb:26 .#308 test_literal.rb:27 .#309 test_literal.rb:28 .#310 test_literal.rb:29 .#311 test_literal.rb:30 .#312 test_literal.rb:33 .#313 test_literal.rb:34 .#314 test_literal.rb:37 .#315 test_literal.rb:38 .#316 test_literal.rb:39 .#317 test_literal.rb:40 .#318 test_literal.rb:41 .#319 test_literal.rb:42 .#320 test_literal.rb:43 .#321 test_literal.rb:44 .#322 test_literal.rb:45 .#323 test_literal.rb:46 .#324 test_literal.rb:47 .#325 test_literal.rb:48 .#326 test_literal.rb:49 .#327 test_literal.rb:50 .#328 test_literal.rb:51 .#329 test_literal.rb:52 .#330 test_literal.rb:53 .#331 test_literal.rb:54 .#332 test_literal.rb:55 .#333 test_literal.rb:58 .#334 test_literal.rb:59 .#335 test_literal.rb:60 .#336 test_literal.rb:63 .#337 test_literal.rb:64 .#338 test_literal.rb:65 .#339 test_literal.rb:68 .#340 test_literal.rb:69 .#341 test_literal.rb:72 .#342 test_literal.rb:73 .#343 test_literal.rb:74 .#344 test_literal.rb:75 .#345 test_literal.rb:76 .#346 test_literal.rb:77 .#347 test_literal.rb:78 .#348 test_literal.rb:79 .#349 test_literal.rb:80 .#350 test_literal.rb:81 .#351 test_literal.rb:82 .#352 test_literal.rb:83 .#353 test_literal.rb:86 .#354 test_literal.rb:87 .#355 test_literal.rb:90 .#356 test_literal.rb:91 .#357 test_literal.rb:92 .#358 test_literal.rb:93 .#359 test_literal.rb:94 .#360 test_literal.rb:95 .#361 test_literal.rb:96 .#362 test_literal.rb:97 .#363 test_literal.rb:98 .#364 test_literal.rb:99 .#365 test_literal.rb:100 .#366 test_literal.rb:101 .#367 test_literal.rb:102 .#368 test_literal.rb:103 .#369 test_literal.rb:104 .#370 test_literal.rb:105 .#371 test_literal.rb:106 .#372 test_literal.rb:107 .#373 test_literal.rb:108 .#374 test_literal.rb:109 .#375 test_literal.rb:110 .#376 test_literal.rb:111 .#377 test_literal.rb:112 .#378 test_literal.rb:113 .#379 test_literal.rb:114 .#380 test_literal.rb:115 .#381 test_literal.rb:116 .#382 test_literal.rb:117 .#383 test_literal.rb:118 .#384 test_literal.rb:122 .#385 test_literal.rb:123 .#386 test_literal.rb:124 .#387 test_literal.rb:125 .#388 test_literal.rb:126 .#389 test_literal.rb:127 .#390 test_literal.rb:128 .#391 test_literal.rb:129 .#392 test_literal.rb:130 .#393 test_literal.rb:131 .#394 test_literal.rb:134 .#395 test_literal.rb:135 .#396 test_literal.rb:136 .#397 test_literal.rb:137 .#398 test_literal.rb:138 .#399 test_literal.rb:139 .#400 test_literal.rb:140 .#401 test_literal.rb:141 .#402 test_literal.rb:142 .#403 test_literal.rb:143 .#404 test_literal.rb:144 .#405 test_literal.rb:145 .#406 test_literal.rb:146 .#407 test_literal.rb:147 .#408 test_literal.rb:148 .#409 test_literal.rb:149 .#410 test_literal.rb:150 .#411 test_literal.rb:151 .#412 test_literal.rb:152 .#413 test_literal.rb:153 .#414 test_literal.rb:154 .#415 test_literal.rb:155 .#416 test_literal.rb:156 .#417 test_literal.rb:157 .#418 test_literal.rb:158 .#419 test_literal.rb:159 .#420 test_literal.rb:160 .#421 test_literal.rb:161 .#422 test_literal.rb:162 .#423 test_literal.rb:163 .#424 test_literal.rb:164 .#425 test_literal.rb:165 .#426 test_literal.rb:166 .#427 test_literal.rb:167 .#428 test_literal.rb:169 .#429 test_literal.rb:170 .#430 test_literal.rb:174 .#431 test_literal.rb:186 .#432 test_literal.rb:194 .#433 test_literal.rb:196 .#434 test_literal.rb:200 . test_load.rb #435 test_load.rb:1 .#436 test_load.rb:17 . test_marshal.rb #437 test_marshal.rb:4 . test_massign.rb #438 test_massign.rb:1 .#439 test_massign.rb:2 .#440 test_massign.rb:4 .#441 test_massign.rb:5 .#442 test_massign.rb:6 .#443 test_massign.rb:7 .#444 test_massign.rb:8 .#445 test_massign.rb:16 .#446 test_massign.rb:43 .#447 test_massign.rb:48 .#448 test_massign.rb:53 .#449 test_massign.rb:58 .#450 test_massign.rb:63 .#451 test_massign.rb:68 .#452 test_massign.rb:73 .#453 test_massign.rb:78 .#454 test_massign.rb:83 .#455 test_massign.rb:88 .#456 test_massign.rb:93 .#457 test_massign.rb:98 .#458 test_massign.rb:103 .#459 test_massign.rb:108 .#460 test_massign.rb:113 .#461 test_massign.rb:118 .#462 test_massign.rb:123 .#463 test_massign.rb:128 .#464 test_massign.rb:133 .#465 test_massign.rb:138 .#466 test_massign.rb:143 .#467 test_massign.rb:148 .#468 test_massign.rb:153 .#469 test_massign.rb:158 .#470 test_massign.rb:165 .#471 test_massign.rb:177 . test_method.rb #472 test_method.rb:2 .#473 test_method.rb:3 .#474 test_method.rb:4 .#475 test_method.rb:5 .#476 test_method.rb:6 .#477 test_method.rb:15 .#478 test_method.rb:25 .#479 test_method.rb:26 .#480 test_method.rb:27 .#481 test_method.rb:28 .#482 test_method.rb:29 .#483 test_method.rb:30 .#484 test_method.rb:31 .#485 test_method.rb:32 .#486 test_method.rb:33 .#487 test_method.rb:34 .#488 test_method.rb:35 .#489 test_method.rb:36 .#490 test_method.rb:39 .#491 test_method.rb:40 .#492 test_method.rb:41 .#493 test_method.rb:42 .#494 test_method.rb:43 .#495 test_method.rb:44 .#496 test_method.rb:45 .#497 test_method.rb:46 .#498 test_method.rb:47 .#499 test_method.rb:48 .#500 test_method.rb:49 .#501 test_method.rb:50 .#502 test_method.rb:51 .#503 test_method.rb:52 .#504 test_method.rb:53 .#505 test_method.rb:54 .#506 test_method.rb:55 .#507 test_method.rb:58 .#508 test_method.rb:59 .#509 test_method.rb:60 .#510 test_method.rb:61 .#511 test_method.rb:62 .#512 test_method.rb:63 .#513 test_method.rb:64 .#514 test_method.rb:65 .#515 test_method.rb:66 .#516 test_method.rb:67 .#517 test_method.rb:68 .#518 test_method.rb:69 .#519 test_method.rb:70 .#520 test_method.rb:71 .#521 test_method.rb:72 .#522 test_method.rb:75 .#523 test_method.rb:76 .#524 test_method.rb:77 .#525 test_method.rb:78 .#526 test_method.rb:79 .#527 test_method.rb:80 .#528 test_method.rb:81 .#529 test_method.rb:82 .#530 test_method.rb:83 .#531 test_method.rb:84 .#532 test_method.rb:85 .#533 test_method.rb:86 .#534 test_method.rb:89 .#535 test_method.rb:90 .#536 test_method.rb:91 .#537 test_method.rb:92 .#538 test_method.rb:93 .#539 test_method.rb:94 .#540 test_method.rb:95 .#541 test_method.rb:96 .#542 test_method.rb:97 .#543 test_method.rb:98 .#544 test_method.rb:99 .#545 test_method.rb:100 .#546 test_method.rb:103 .#547 test_method.rb:106 .#548 test_method.rb:109 .#549 test_method.rb:114 .#550 test_method.rb:117 .#551 test_method.rb:118 .#552 test_method.rb:119 .#553 test_method.rb:120 .#554 test_method.rb:121 .#555 test_method.rb:128 .#556 test_method.rb:129 .#557 test_method.rb:130 .#558 test_method.rb:131 .#559 test_method.rb:132 .#560 test_method.rb:133 .#561 test_method.rb:134 .#562 test_method.rb:135 .#563 test_method.rb:136 .#564 test_method.rb:137 .#565 test_method.rb:144 .#566 test_method.rb:145 .#567 test_method.rb:146 .#568 test_method.rb:147 .#569 test_method.rb:148 .#570 test_method.rb:154 .#571 test_method.rb:157 .#572 test_method.rb:160 .#573 test_method.rb:166 .#574 test_method.rb:170 .#575 test_method.rb:176 .#576 test_method.rb:179 .#577 test_method.rb:184 .#578 test_method.rb:189 .#579 test_method.rb:194 .#580 test_method.rb:199 .#581 test_method.rb:207 .#582 test_method.rb:212 .#583 test_method.rb:220 .#584 test_method.rb:226 .#585 test_method.rb:233 .#586 test_method.rb:241 .#587 test_method.rb:247 .#588 test_method.rb:256 .#589 test_method.rb:262 .#590 test_method.rb:267 .#591 test_method.rb:273 .#592 test_method.rb:278 .#593 test_method.rb:287 .#594 test_method.rb:294 .#595 test_method.rb:302 .#596 test_method.rb:306 .#597 test_method.rb:310 .#598 test_method.rb:314 .#599 test_method.rb:318 .#600 test_method.rb:324 .#601 test_method.rb:326 .#602 test_method.rb:328 .#603 test_method.rb:330 .#604 test_method.rb:332 .#605 test_method.rb:334 .#606 test_method.rb:336 .#607 test_method.rb:338 .#608 test_method.rb:340 .#609 test_method.rb:344 .#610 test_method.rb:362 .#611 test_method.rb:378 .#612 test_method.rb:406 .#613 test_method.rb:413 .#614 test_method.rb:420 .#615 test_method.rb:427 .#616 test_method.rb:434 .#617 test_method.rb:441 .#618 test_method.rb:448 .#619 test_method.rb:455 .#620 test_method.rb:462 .#621 test_method.rb:469 .#622 test_method.rb:476 .#623 test_method.rb:483 .#624 test_method.rb:490 .#625 test_method.rb:497 .#626 test_method.rb:504 .#627 test_method.rb:511 .#628 test_method.rb:518 .#629 test_method.rb:525 .#630 test_method.rb:532 .#631 test_method.rb:672 .#632 test_method.rb:677 .#633 test_method.rb:682 .#634 test_method.rb:687 .#635 test_method.rb:692 .#636 test_method.rb:697 .#637 test_method.rb:702 .#638 test_method.rb:707 .#639 test_method.rb:713 .#640 test_method.rb:718 .#641 test_method.rb:723 .#642 test_method.rb:728 .#643 test_method.rb:733 .#644 test_method.rb:738 .#645 test_method.rb:743 .#646 test_method.rb:748 .#647 test_method.rb:753 .#648 test_method.rb:758 .#649 test_method.rb:763 .#650 test_method.rb:768 .#651 test_method.rb:773 .#652 test_method.rb:778 .#653 test_method.rb:784 .#654 test_method.rb:790 .#655 test_method.rb:796 .#656 test_method.rb:802 .#657 test_method.rb:807 .#658 test_method.rb:813 .#659 test_method.rb:819 .#660 test_method.rb:825 .#661 test_method.rb:830 .#662 test_method.rb:835 .#663 test_method.rb:840 .#664 test_method.rb:845 .#665 test_method.rb:850 .#666 test_method.rb:855 .#667 test_method.rb:860 .#668 test_method.rb:865 .#669 test_method.rb:870 .#670 test_method.rb:875 .#671 test_method.rb:880 .#672 test_method.rb:885 .#673 test_method.rb:929 .#674 test_method.rb:940 .#675 test_method.rb:952 .#676 test_method.rb:964 .#677 test_method.rb:980 .#678 test_method.rb:1008 .#679 test_method.rb:1010 .#680 test_method.rb:1026 .#681 test_method.rb:1031 .#682 test_method.rb:1062 .#683 test_method.rb:1073 .#684 test_method.rb:1080 .#685 test_method.rb:1088 .#686 test_method.rb:1107 .#687 test_method.rb:1121 .#688 test_method.rb:1153 .#689 test_method.rb:1155 .#690 test_method.rb:1160 .#691 test_method.rb:1165 . test_objectspace.rb #692 test_objectspace.rb:14 .#693 test_objectspace.rb:25 .#694 test_objectspace.rb:34 . test_proc.rb #695 test_proc.rb:1 .#696 test_proc.rb:23 .#697 test_proc.rb:38 .#698 test_proc.rb:51 .#699 test_proc.rb:69 .#700 test_proc.rb:86 .#701 test_proc.rb:119 .#702 test_proc.rb:146 .#703 test_proc.rb:170 .#704 test_proc.rb:182 .#705 test_proc.rb:194 .#706 test_proc.rb:201 .#707 test_proc.rb:211 .#708 test_proc.rb:219 .#709 test_proc.rb:227 .#710 test_proc.rb:234 .#711 test_proc.rb:240 .#712 test_proc.rb:246 .#713 test_proc.rb:256 .#714 test_proc.rb:263 .#715 test_proc.rb:273 .#716 test_proc.rb:280 .#717 test_proc.rb:292 .#718 test_proc.rb:306 .#719 test_proc.rb:311 .#720 test_proc.rb:316 .#721 test_proc.rb:327 .#722 test_proc.rb:336 .#723 test_proc.rb:347 .#724 test_proc.rb:360 .#725 test_proc.rb:368 .#726 test_proc.rb:381 .#727 test_proc.rb:398 .#728 test_proc.rb:422 . test_struct.rb #729 test_struct.rb:1 . test_syntax.rb #730 test_syntax.rb:1 .#731 test_syntax.rb:2 .#732 test_syntax.rb:3 .#733 test_syntax.rb:4 .#734 test_syntax.rb:5 .#735 test_syntax.rb:6 .#736 test_syntax.rb:7 .#737 test_syntax.rb:8 .#738 test_syntax.rb:9 .#739 test_syntax.rb:10 .#740 test_syntax.rb:11 .#741 test_syntax.rb:16 .#742 test_syntax.rb:27 .#743 test_syntax.rb:39 .#744 test_syntax.rb:51 .#745 test_syntax.rb:57 .#746 test_syntax.rb:65 .#747 test_syntax.rb:75 .#748 test_syntax.rb:85 .#749 test_syntax.rb:95 .#750 test_syntax.rb:105 .#751 test_syntax.rb:116 .#752 test_syntax.rb:125 .#753 test_syntax.rb:134 .#754 test_syntax.rb:145 .#755 test_syntax.rb:156 .#756 test_syntax.rb:218 .#757 test_syntax.rb:221 .#758 test_syntax.rb:226 .#759 test_syntax.rb:229 .#760 test_syntax.rb:233 .#761 test_syntax.rb:251 .#762 test_syntax.rb:256 .#763 test_syntax.rb:260 .#764 test_syntax.rb:263 .#765 test_syntax.rb:267 .#766 test_syntax.rb:270 .#767 test_syntax.rb:274 .#768 test_syntax.rb:277 .#769 test_syntax.rb:281 .#770 test_syntax.rb:284 .#771 test_syntax.rb:288 .#772 test_syntax.rb:291 .#773 test_syntax.rb:295 .#774 test_syntax.rb:298 .#775 test_syntax.rb:306 .#776 test_syntax.rb:315 .#777 test_syntax.rb:324 .#778 test_syntax.rb:354 .#779 test_syntax.rb:355 .#780 test_syntax.rb:356 .#781 test_syntax.rb:357 .#782 test_syntax.rb:358 .#783 test_syntax.rb:359 .#784 test_syntax.rb:360 .#785 test_syntax.rb:361 .#786 test_syntax.rb:362 .#787 test_syntax.rb:363 .#788 test_syntax.rb:364 .#789 test_syntax.rb:365 .#790 test_syntax.rb:366 .#791 test_syntax.rb:367 .#792 test_syntax.rb:368 .#793 test_syntax.rb:369 .#794 test_syntax.rb:370 .#795 test_syntax.rb:371 .#796 test_syntax.rb:372 .#797 test_syntax.rb:373 .#798 test_syntax.rb:374 .#799 test_syntax.rb:375 .#800 test_syntax.rb:376 .#801 test_syntax.rb:377 .#802 test_syntax.rb:378 .#803 test_syntax.rb:379 .#804 test_syntax.rb:380 .#805 test_syntax.rb:392 .#806 test_syntax.rb:404 .#807 test_syntax.rb:413 .#808 test_syntax.rb:418 .#809 test_syntax.rb:435 .#810 test_syntax.rb:444 .#811 test_syntax.rb:453 .#812 test_syntax.rb:464 .#813 test_syntax.rb:473 .#814 test_syntax.rb:482 .#815 test_syntax.rb:492 .#816 test_syntax.rb:497 .#817 test_syntax.rb:502 .#818 test_syntax.rb:507 .#819 test_syntax.rb:512 .#820 test_syntax.rb:519 .#821 test_syntax.rb:527:in `assert_syntax_error' .#822 test_syntax.rb:531 .#823 test_syntax.rb:527:in `assert_syntax_error' .#824 test_syntax.rb:527:in `assert_syntax_error' .#825 test_syntax.rb:527:in `assert_syntax_error' .#826 test_syntax.rb:527:in `assert_syntax_error' .#827 test_syntax.rb:536 .#828 test_syntax.rb:527:in `assert_syntax_error' .#829 test_syntax.rb:538 .#830 test_syntax.rb:527:in `assert_syntax_error' .#831 test_syntax.rb:542 .#832 test_syntax.rb:543 .#833 test_syntax.rb:527:in `assert_syntax_error' .#834 test_syntax.rb:545 .#835 test_syntax.rb:546 .#836 test_syntax.rb:547 .#837 test_syntax.rb:548 .#838 test_syntax.rb:556 .#839 test_syntax.rb:568 .#840 test_syntax.rb:573 .#841 test_syntax.rb:580 .#842 test_syntax.rb:588 .#843 test_syntax.rb:596 .#844 test_syntax.rb:603 .#845 test_syntax.rb:610 .#846 test_syntax.rb:614 .#847 test_syntax.rb:626 .#848 test_syntax.rb:632 .#849 test_syntax.rb:633 .#850 test_syntax.rb:634 .#851 test_syntax.rb:635 .#852 test_syntax.rb:639 .#853 test_syntax.rb:645 .#854 test_syntax.rb:646 .#855 test_syntax.rb:664 .#856 test_syntax.rb:674 .#857 test_syntax.rb:683 .#858 test_syntax.rb:693 .#859 test_syntax.rb:704 .#860 test_syntax.rb:727 .#861 test_syntax.rb:737 .#862 test_syntax.rb:746 .#863 test_syntax.rb:748 .#864 test_syntax.rb:761 .#865 test_syntax.rb:769 .#866 test_syntax.rb:771 .#867 test_syntax.rb:784 .#868 test_syntax.rb:799 .#869 test_syntax.rb:808 .#870 test_syntax.rb:810 .#871 test_syntax.rb:820 .#872 test_syntax.rb:829 .#873 test_syntax.rb:831 .#874 test_syntax.rb:836 .#875 test_syntax.rb:847 .#876 test_syntax.rb:855 .#877 test_syntax.rb:867 .#878 test_syntax.rb:879 .#879 test_syntax.rb:886 .#880 test_syntax.rb:889 .#881 test_syntax.rb:890 .#882 test_syntax.rb:892 .#883 test_syntax.rb:902 . test_thread.rb #884 test_thread.rb:3 .#885 test_thread.rb:8 .#886 test_thread.rb:13 .#887 test_thread.rb:24 .#888 test_thread.rb:34 .#889 test_thread.rb:44 .#890 test_thread.rb:52 .#891 test_thread.rb:57 .#892 test_thread.rb:62 .#893 test_thread.rb:71 .#894 test_thread.rb:85 .#895 test_thread.rb:98 .#896 test_thread.rb:111 .#897 test_thread.rb:124 .#898 test_thread.rb:132 .#899 test_thread.rb:141 .#900 test_thread.rb:148 .#901 test_thread.rb:155 .#902 test_thread.rb:165 .#903 test_thread.rb:172 .#904 test_thread.rb:183 .#905 test_thread.rb:204 .#906 test_thread.rb:206 .#907 test_thread.rb:219 .#908 test_thread.rb:235 .#909 test_thread.rb:241 .#910 test_thread.rb:254 .#911 test_thread.rb:266 .#912 test_thread.rb:268 .#913 test_thread.rb:287 .#914 test_thread.rb:292 .#915 test_thread.rb:297 .#916 test_thread.rb:302 .#917 test_thread.rb:307 .#918 test_thread.rb:312 .#919 test_thread.rb:316 .#920 test_thread.rb:320 .#921 test_thread.rb:322 .#922 test_thread.rb:332 .#923 test_thread.rb:343 .#924 test_thread.rb:349 .#925 test_thread.rb:355 .#926 test_thread.rb:361 .#927 test_thread.rb:368 .#928 test_thread.rb:375 .#929 test_thread.rb:381 .#930 test_thread.rb:389 .#931 test_thread.rb:417 .#932 test_thread.rb:439 .#933 test_thread.rb:447 . PASS all 933 tests == test.rb # 2010-09-21T20:30:50+09:00 + ./miniruby sample/test.rb sample/test.rb:assignment .ok 1 (sample/test.rb:35:in `
') .ok 2 (sample/test.rb:37:in `
') .ok 3 (sample/test.rb:41:in `
') .ok 4 (sample/test.rb:43:in `
') .ok 5 (sample/test.rb:45:in `
') .ok 6 (sample/test.rb:48:in `
') .ok 7 (sample/test.rb:50:in `
') .ok 8 (sample/test.rb:51:in `
') .ok 9 (sample/test.rb:52:in `
') .ok 10 (sample/test.rb:53:in `
') .ok 11 (sample/test.rb:54:in `
') .ok 12 (sample/test.rb:55:in `
') .ok 13 (sample/test.rb:56:in `
') .ok 14 (sample/test.rb:57:in `
') .ok 15 (sample/test.rb:58:in `
') .ok 16 (sample/test.rb:59:in `
') .ok 17 (sample/test.rb:61:in `
') .ok 18 (sample/test.rb:62:in `
') .ok 19 (sample/test.rb:63:in `
') .ok 20 (sample/test.rb:64:in `
') .ok 21 (sample/test.rb:65:in `
') .ok 22 (sample/test.rb:66:in `
') .ok 23 (sample/test.rb:67:in `
') .ok 24 (sample/test.rb:68:in `
') .ok 25 (sample/test.rb:70:in `
') .ok 26 (sample/test.rb:71:in `
') .ok 27 (sample/test.rb:72:in `
') .ok 28 (sample/test.rb:73:in `
') .ok 29 (sample/test.rb:74:in `
') .ok 30 (sample/test.rb:75:in `
') .ok 31 (sample/test.rb:76:in `
') .ok 32 (sample/test.rb:77:in `
') .ok 33 (sample/test.rb:78:in `
') .ok 34 (sample/test.rb:79:in `
') .ok 35 (sample/test.rb:80:in `
') .ok 36 (sample/test.rb:81:in `
') .ok 37 (sample/test.rb:83:in `
') .ok 38 (sample/test.rb:84:in `
') .ok 39 (sample/test.rb:85:in `
') .ok 40 (sample/test.rb:86:in `
') .ok 41 (sample/test.rb:87:in `
') .ok 42 (sample/test.rb:88:in `
') .ok 43 (sample/test.rb:89:in `
') .ok 44 (sample/test.rb:90:in `
') .ok 45 (sample/test.rb:92:in `
') .ok 46 (sample/test.rb:93:in `
') .ok 47 (sample/test.rb:94:in `
') .ok 48 (sample/test.rb:95:in `
') .ok 49 (sample/test.rb:96:in `
') .ok 50 (sample/test.rb:97:in `
') .ok 51 (sample/test.rb:98:in `
') .ok 52 (sample/test.rb:99:in `
') .ok 53 (sample/test.rb:100:in `
') .ok 54 (sample/test.rb:101:in `
') .ok 55 (sample/test.rb:103:in `
') .ok 56 (sample/test.rb:104:in `
') .ok 57 (sample/test.rb:105:in `
') .ok 58 (sample/test.rb:106:in `
') .ok 59 (sample/test.rb:107:in `
') .ok 60 (sample/test.rb:108:in `
') .ok 61 (sample/test.rb:109:in `
') .ok 62 (sample/test.rb:110:in `
') .ok 63 (sample/test.rb:112:in `
') .ok 64 (sample/test.rb:113:in `
') .ok 65 (sample/test.rb:114:in `
') .ok 66 (sample/test.rb:115:in `
') .ok 67 (sample/test.rb:116:in `
') .ok 68 (sample/test.rb:117:in `
') .ok 69 (sample/test.rb:118:in `
') .ok 70 (sample/test.rb:119:in `
') .ok 71 (sample/test.rb:120:in `
') .ok 72 (sample/test.rb:121:in `
') .ok 73 (sample/test.rb:123:in `
') .ok 74 (sample/test.rb:124:in `
') .ok 75 (sample/test.rb:125:in `
') .ok 76 (sample/test.rb:126:in `
') .ok 77 (sample/test.rb:127:in `
') .ok 78 (sample/test.rb:128:in `
') .ok 79 (sample/test.rb:129:in `
') .ok 80 (sample/test.rb:130:in `
') .ok 81 (sample/test.rb:132:in `block in
') .ok 82 (sample/test.rb:133:in `block in
') .ok 83 (sample/test.rb:134:in `block in
') .ok 84 (sample/test.rb:135:in `block in
') .ok 85 (sample/test.rb:136:in `block in
') .ok 86 (sample/test.rb:137:in `block in
') .ok 87 (sample/test.rb:138:in `block in
') .ok 88 (sample/test.rb:139:in `block in
') .ok 89 (sample/test.rb:140:in `block in
') .ok 90 (sample/test.rb:141:in `block in
') .ok 91 (sample/test.rb:142:in `block in
') .ok 92 (sample/test.rb:143:in `block in
') .ok 93 (sample/test.rb:144:in `block in
') .ok 94 (sample/test.rb:145:in `block in
') .ok 95 (sample/test.rb:146:in `block in
') .ok 96 (sample/test.rb:147:in `block in
') .ok 97 (sample/test.rb:149:in `block in
') .ok 98 (sample/test.rb:150:in `block in
') .ok 99 (sample/test.rb:151:in `block in
') .ok 100 (sample/test.rb:152:in `block in
') .ok 101 (sample/test.rb:153:in `block in
') .ok 102 (sample/test.rb:154:in `block in
') .ok 103 (sample/test.rb:155:in `block in
') .ok 104 (sample/test.rb:156:in `block in
') .ok 105 (sample/test.rb:157:in `block in
') .ok 106 (sample/test.rb:158:in `block in
') .ok 107 (sample/test.rb:160:in `block in
') .ok 108 (sample/test.rb:161:in `block in
') .ok 109 (sample/test.rb:162:in `block in
') .ok 110 (sample/test.rb:163:in `block in
') .ok 111 (sample/test.rb:164:in `block in
') .ok 112 (sample/test.rb:165:in `block in
') .ok 113 (sample/test.rb:166:in `block in
') .ok 114 (sample/test.rb:168:in `block in
') .ok 115 (sample/test.rb:169:in `block in
') .ok 116 (sample/test.rb:170:in `block in
') .ok 117 (sample/test.rb:171:in `block in
') .ok 118 (sample/test.rb:172:in `block in
') .ok 119 (sample/test.rb:173:in `block in
') .ok 120 (sample/test.rb:174:in `block in
') .ok 121 (sample/test.rb:175:in `block in
') .ok 122 (sample/test.rb:176:in `block in
') .ok 123 (sample/test.rb:177:in `block in
') .ok 124 (sample/test.rb:178:in `block in
') .ok 125 (sample/test.rb:180:in `block in
') .ok 126 (sample/test.rb:181:in `block in
') .ok 127 (sample/test.rb:182:in `block in
') .ok 128 (sample/test.rb:183:in `block in
') .ok 129 (sample/test.rb:184:in `block in
') .ok 130 (sample/test.rb:185:in `block in
') .ok 131 (sample/test.rb:186:in `block in
') .ok 132 (sample/test.rb:188:in `block in
') .ok 133 (sample/test.rb:189:in `block in
') .ok 134 (sample/test.rb:190:in `block in
') .ok 135 (sample/test.rb:191:in `block in
') .ok 136 (sample/test.rb:192:in `block in
') .ok 137 (sample/test.rb:193:in `block in
') .ok 138 (sample/test.rb:194:in `block in
') .ok 139 (sample/test.rb:195:in `block in
') .ok 140 (sample/test.rb:196:in `block in
') .ok 141 (sample/test.rb:197:in `block in
') .ok 142 (sample/test.rb:199:in `block in
') .ok 143 (sample/test.rb:200:in `block in
') .ok 144 (sample/test.rb:201:in `block in
') .ok 145 (sample/test.rb:202:in `block in
') .ok 146 (sample/test.rb:203:in `block in
') .ok 147 (sample/test.rb:204:in `block in
') .ok 148 (sample/test.rb:205:in `block in
') .ok 149 (sample/test.rb:207:in `
') .ok 150 (sample/test.rb:208:in `
') .ok 151 (sample/test.rb:209:in `
') .ok 152 (sample/test.rb:210:in `
') .ok 153 (sample/test.rb:211:in `
') .ok 154 (sample/test.rb:212:in `
') .ok 155 (sample/test.rb:213:in `
') .ok 156 (sample/test.rb:214:in `
') .ok 157 (sample/test.rb:215:in `
') .ok 158 (sample/test.rb:216:in `
') .ok 159 (sample/test.rb:218:in `
') .ok 160 (sample/test.rb:219:in `
') .ok 161 (sample/test.rb:220:in `
') .ok 162 (sample/test.rb:221:in `
') .ok 163 (sample/test.rb:222:in `
') .ok 164 (sample/test.rb:223:in `
') .ok 165 (sample/test.rb:224:in `
') .ok 166 (sample/test.rb:226:in `
') .ok 167 (sample/test.rb:227:in `
') .ok 168 (sample/test.rb:229:in `
') .ok 169 (sample/test.rb:230:in `
') .ok 170 (sample/test.rb:231:in `
') .ok 171 (sample/test.rb:232:in `
') .ok 172 (sample/test.rb:233:in `
') .ok 173 (sample/test.rb:234:in `
') .ok 174 (sample/test.rb:235:in `
') .ok 175 (sample/test.rb:236:in `
') .ok 176 (sample/test.rb:237:in `
') .ok 177 (sample/test.rb:238:in `
') .ok 178 (sample/test.rb:239:in `
') .ok 179 (sample/test.rb:241:in `
') .ok 180 (sample/test.rb:242:in `
') .ok 181 (sample/test.rb:243:in `
') .ok 182 (sample/test.rb:244:in `
') .ok 183 (sample/test.rb:245:in `
') .ok 184 (sample/test.rb:246:in `
') .ok 185 (sample/test.rb:247:in `
') .ok 186 (sample/test.rb:248:in `
') .ok 187 (sample/test.rb:250:in `
') .ok 188 (sample/test.rb:251:in `
') .ok 189 (sample/test.rb:252:in `
') .ok 190 (sample/test.rb:254:in `
') .ok 191 (sample/test.rb:255:in `
') .ok 192 (sample/test.rb:256:in `
') .ok 193 (sample/test.rb:257:in `
') .ok 194 (sample/test.rb:258:in `
') .ok 195 (sample/test.rb:259:in `
') .ok 196 (sample/test.rb:260:in `
') .ok 197 (sample/test.rb:261:in `
') .ok 198 (sample/test.rb:262:in `
') .ok 199 (sample/test.rb:263:in `
') .ok 200 (sample/test.rb:264:in `
') .ok 201 (sample/test.rb:266:in `
') .ok 202 (sample/test.rb:267:in `
') .ok 203 (sample/test.rb:268:in `
') .ok 204 (sample/test.rb:269:in `
') .ok 205 (sample/test.rb:270:in `
') .ok 206 (sample/test.rb:271:in `
') .ok 207 (sample/test.rb:272:in `
') .ok 208 (sample/test.rb:273:in `
') .ok 209 (sample/test.rb:275:in `block in
') .ok 210 (sample/test.rb:278:in `block in
') .ok 211 (sample/test.rb:278:in `block in
') .ok 212 (sample/test.rb:282:in `
') .ok 213 (sample/test.rb:283:in `
') .ok 214 (sample/test.rb:284:in `
') .ok 215 (sample/test.rb:285:in `
') .ok 216 (sample/test.rb:288:in `
') .ok 217 (sample/test.rb:289:in `
') .ok 218 (sample/test.rb:290:in `
') .ok 219 (sample/test.rb:291:in `
') .ok 220 (sample/test.rb:294:in `
') .ok 221 (sample/test.rb:295:in `
') .ok 222 (sample/test.rb:296:in `
') .ok 223 (sample/test.rb:297:in `
') .ok 224 (sample/test.rb:298:in `
') .ok 225 (sample/test.rb:301:in `
') .ok 226 (sample/test.rb:302:in `
') .ok 227 (sample/test.rb:303:in `
') .ok 228 (sample/test.rb:306:in `
') .ok 229 (sample/test.rb:307:in `
') .ok 230 (sample/test.rb:308:in `
') .ok 231 (sample/test.rb:309:in `
') .ok 232 (sample/test.rb:310:in `
') .ok 233 (sample/test.rb:311:in `
') .ok 234 (sample/test.rb:314:in `
') .ok 235 (sample/test.rb:315:in `
') .ok 236 (sample/test.rb:316:in `
') .ok 237 (sample/test.rb:319:in `
') .ok 238 (sample/test.rb:320:in `
') .ok 239 (sample/test.rb:321:in `
') .ok 240 (sample/test.rb:322:in `
') .ok 241 (sample/test.rb:323:in `
') .ok 242 (sample/test.rb:324:in `
') .ok 243 (sample/test.rb:327:in `
') .ok 244 (sample/test.rb:328:in `
') .ok 245 (sample/test.rb:329:in `
') .ok 246 (sample/test.rb:332:in `
') .ok 247 (sample/test.rb:333:in `
') .ok 248 (sample/test.rb:334:in `
') .ok 249 (sample/test.rb:335:in `
') .ok 250 (sample/test.rb:336:in `
') .ok 251 (sample/test.rb:337:in `
') .ok 252 (sample/test.rb:340:in `
') .ok 253 (sample/test.rb:341:in `
') .ok 254 (sample/test.rb:342:in `
') .ok 255 (sample/test.rb:345:in `
') .ok 256 (sample/test.rb:346:in `
') .ok 257 (sample/test.rb:347:in `
') .ok 258 (sample/test.rb:348:in `
') .ok 259 (sample/test.rb:349:in `
') .ok 260 (sample/test.rb:350:in `
') .ok 261 (sample/test.rb:353:in `
') .ok 262 (sample/test.rb:354:in `
') .ok 263 (sample/test.rb:355:in `
') .ok 264 (sample/test.rb:359:in `
') .ok 265 (sample/test.rb:361:in `
') .ok 266 (sample/test.rb:363:in `
') .ok 267 (sample/test.rb:366:in `
') .ok 268 (sample/test.rb:368:in `
') .ok 269 (sample/test.rb:370:in `
') .ok 270 (sample/test.rb:372:in `
') .ok 271 (sample/test.rb:373:in `
') .ok 272 (sample/test.rb:374:in `
') .ok 273 (sample/test.rb:375:in `
') .ok 274 (sample/test.rb:376:in `
') .ok 275 (sample/test.rb:377:in `
') .ok 276 (sample/test.rb:378:in `
') .ok 277 (sample/test.rb:379:in `
') .ok 278 (sample/test.rb:380:in `
') .ok 279 (sample/test.rb:381:in `
') .ok 280 (sample/test.rb:383:in `
') .ok 281 (sample/test.rb:384:in `
') .ok 282 (sample/test.rb:385:in `
') .ok 283 (sample/test.rb:386:in `
') .ok 284 (sample/test.rb:387:in `
') .ok 285 (sample/test.rb:388:in `
') .ok 286 (sample/test.rb:389:in `
') .ok 287 (sample/test.rb:391:in `
') .ok 288 (sample/test.rb:392:in `
') .ok 289 (sample/test.rb:393:in `
') .ok 290 (sample/test.rb:394:in `
') .ok 291 (sample/test.rb:395:in `
') .ok 292 (sample/test.rb:396:in `
') .ok 293 (sample/test.rb:397:in `
') .ok 294 (sample/test.rb:398:in `
') .ok 295 (sample/test.rb:399:in `
') .ok 296 (sample/test.rb:400:in `
') .ok 297 (sample/test.rb:401:in `
') .ok 298 (sample/test.rb:403:in `
') .ok 299 (sample/test.rb:404:in `
') .ok 300 (sample/test.rb:405:in `
') .ok 301 (sample/test.rb:406:in `
') .ok 302 (sample/test.rb:407:in `
') .ok 303 (sample/test.rb:408:in `
') .ok 304 (sample/test.rb:409:in `
') .ok 305 (sample/test.rb:410:in `
') .ok 306 (sample/test.rb:412:in `
') .ok 307 (sample/test.rb:413:in `
') .ok 308 (sample/test.rb:414:in `
') .ok 309 (sample/test.rb:416:in `
') .ok 310 (sample/test.rb:417:in `
') .ok 311 (sample/test.rb:418:in `
') .ok 312 (sample/test.rb:419:in `
') .ok 313 (sample/test.rb:420:in `
') .ok 314 (sample/test.rb:421:in `
') .ok 315 (sample/test.rb:422:in `
') .ok 316 (sample/test.rb:423:in `
') .ok 317 (sample/test.rb:424:in `
') .ok 318 (sample/test.rb:425:in `
') .ok 319 (sample/test.rb:426:in `
') .ok 320 (sample/test.rb:428:in `
') .ok 321 (sample/test.rb:429:in `
') .ok 322 (sample/test.rb:430:in `
') .ok 323 (sample/test.rb:431:in `
') .ok 324 (sample/test.rb:432:in `
') .ok 325 (sample/test.rb:433:in `
') .ok 326 (sample/test.rb:434:in `
') .ok 327 (sample/test.rb:435:in `
') .ok 328 (sample/test.rb:438:in `
') .ok 329 (sample/test.rb:439:in `
') .ok 330 (sample/test.rb:440:in `
') .ok 331 (sample/test.rb:441:in `
') .ok 332 (sample/test.rb:442:in `
') .ok 333 (sample/test.rb:443:in `
') .ok 334 (sample/test.rb:444:in `
') .ok 335 (sample/test.rb:445:in `
') .ok 336 (sample/test.rb:446:in `
') .ok 337 (sample/test.rb:447:in `
') .ok 338 (sample/test.rb:449:in `
') .ok 339 (sample/test.rb:450:in `
') .ok 340 (sample/test.rb:451:in `
') .ok 341 (sample/test.rb:452:in `
') .ok 342 (sample/test.rb:453:in `
') .ok 343 (sample/test.rb:454:in `
') .ok 344 (sample/test.rb:455:in `
') .ok 345 (sample/test.rb:458:in `
') .ok 346 (sample/test.rb:459:in `
') .ok 347 (sample/test.rb:460:in `
') .ok 348 (sample/test.rb:461:in `
') .ok 349 (sample/test.rb:462:in `
') .ok 350 (sample/test.rb:463:in `
') .ok 351 (sample/test.rb:464:in `
') .ok 352 (sample/test.rb:465:in `
') .ok 353 (sample/test.rb:466:in `
') .ok 354 (sample/test.rb:467:in `
') .ok 355 (sample/test.rb:468:in `
') .ok 356 (sample/test.rb:471:in `
') .ok 357 (sample/test.rb:472:in `
') .ok 358 (sample/test.rb:473:in `
') .ok 359 (sample/test.rb:476:in `
') .ok 360 (sample/test.rb:477:in `
') .ok 361 (sample/test.rb:478:in `
') .ok 362 (sample/test.rb:479:in `
') .ok 363 (sample/test.rb:480:in `
') .ok 364 (sample/test.rb:481:in `
') .ok 365 (sample/test.rb:482:in `
') .ok 366 (sample/test.rb:483:in `
') .ok 367 (sample/test.rb:484:in `
') .ok 368 (sample/test.rb:485:in `
') .ok 369 (sample/test.rb:486:in `
') .ok 370 (sample/test.rb:489:in `
') .ok 371 (sample/test.rb:490:in `
') .ok 372 (sample/test.rb:491:in `
') sample/test.rb:condition .ok 1 (sample/test.rb:497:in `
') .ok 2 (sample/test.rb:500:in `
') sample/test.rb:if/unless .ok 1 (sample/test.rb:507:in `
') .ok 2 (sample/test.rb:512:in `
') .ok 3 (sample/test.rb:513:in `
') sample/test.rb:case .ok 1 (sample/test.rb:521:in `
') .ok 2 (sample/test.rb:526:in `
') .ok 3 (sample/test.rb:533:in `
') .ok 4 (sample/test.rb:540:in `
') .ok 5 (sample/test.rb:547:in `
') sample/test.rb:while/until .ok 1 (sample/test.rb:565:in `
') .ok 2 (sample/test.rb:571:in `
') .ok 3 (sample/test.rb:581:in `
') .ok 4 (sample/test.rb:597:in `
') .ok 5 (sample/test.rb:608:in `
') .ok 6 (sample/test.rb:620:in `
') .ok 7 (sample/test.rb:624:in `
') .ok 8 (sample/test.rb:630:in `
') sample/test.rb:exception .ok 1 (sample/test.rb:640:in `rescue in
') .ok 2 (sample/test.rb:653:in `
') .ok 3 (sample/test.rb:665:in `rescue in
') .ok 4 (sample/test.rb:666:in `rescue in
') .ok 5 (sample/test.rb:667:in `rescue in
') .ok 6 (sample/test.rb:679:in `rescue in
') .ok 7 (sample/test.rb:691:in `
') .ok 8 (sample/test.rb:702:in `
') .ok 9 (sample/test.rb:712:in `
') .ok 10 (sample/test.rb:724:in `
') sample/test.rb:array .ok 1 (sample/test.rb:727:in `
') .ok 2 (sample/test.rb:728:in `
') .ok 3 (sample/test.rb:729:in `
') .ok 4 (sample/test.rb:731:in `
') .ok 5 (sample/test.rb:733:in `
') .ok 6 (sample/test.rb:734:in `
') .ok 7 (sample/test.rb:735:in `
') .ok 8 (sample/test.rb:738:in `
') .ok 9 (sample/test.rb:739:in `
') .ok 10 (sample/test.rb:740:in `
') .ok 11 (sample/test.rb:743:in `
') .ok 12 (sample/test.rb:746:in `
') .ok 13 (sample/test.rb:749:in `
') .ok 14 (sample/test.rb:752:in `
') .ok 15 (sample/test.rb:753:in `
') .ok 16 (sample/test.rb:758:in `
') .ok 17 (sample/test.rb:763:in `
') .ok 18 (sample/test.rb:766:in `
') .ok 19 (sample/test.rb:768:in `
') .ok 20 (sample/test.rb:773:in `
') .ok 21 (sample/test.rb:776:in `
') .ok 22 (sample/test.rb:778:in `
') .ok 23 (sample/test.rb:782:in `
') .ok 24 (sample/test.rb:783:in `
') .ok 25 (sample/test.rb:784:in `
') .ok 26 (sample/test.rb:786:in `
') .ok 27 (sample/test.rb:787:in `
') .ok 28 (sample/test.rb:788:in `
') .ok 29 (sample/test.rb:789:in `
') .ok 30 (sample/test.rb:790:in `
') .ok 31 (sample/test.rb:792:in `
') .ok 32 (sample/test.rb:795:in `
') .ok 33 (sample/test.rb:796:in `
') .ok 34 (sample/test.rb:797:in `
') .ok 35 (sample/test.rb:800:in `
') .ok 36 (sample/test.rb:801:in `
') .ok 37 (sample/test.rb:805:in `
') .ok 38 (sample/test.rb:809:in `
') .ok 39 (sample/test.rb:813:in `
') sample/test.rb:hash .ok 1 (sample/test.rb:818:in `
') .ok 2 (sample/test.rb:827:in `
') .ok 3 (sample/test.rb:829:in `
') .ok 4 (sample/test.rb:830:in `
') .ok 5 (sample/test.rb:831:in `
') .ok 6 (sample/test.rb:832:in `
') .ok 7 (sample/test.rb:833:in `
') .ok 8 (sample/test.rb:836:in `
') .ok 9 (sample/test.rb:839:in `
') .ok 10 (sample/test.rb:840:in `
') .ok 11 (sample/test.rb:843:in `
') .ok 12 (sample/test.rb:847:in `
') .ok 13 (sample/test.rb:851:in `
') .ok 14 (sample/test.rb:852:in `
') .ok 15 (sample/test.rb:855:in `
') .ok 16 (sample/test.rb:856:in `
') .ok 17 (sample/test.rb:859:in `
') .ok 18 (sample/test.rb:860:in `
') .ok 19 (sample/test.rb:864:in `
') .ok 20 (sample/test.rb:865:in `
') .ok 21 (sample/test.rb:867:in `
') .ok 22 (sample/test.rb:868:in `
') .ok 23 (sample/test.rb:870:in `
') .ok 24 (sample/test.rb:878:in `
') .ok 25 (sample/test.rb:879:in `
') .ok 26 (sample/test.rb:881:in `
') .ok 27 (sample/test.rb:882:in `
') sample/test.rb:iterator .ok 1 (sample/test.rb:886:in `
') .ok 2 (sample/test.rb:889:in `ttt') .ok 3 (sample/test.rb:894:in `
') .ok 4 (sample/test.rb:903:in `
') .ok 5 (sample/test.rb:914:in `
') .ok 6 (sample/test.rb:931:in `
') .ok 7 (sample/test.rb:943:in `
') .ok 8 (sample/test.rb:951:in `
') .ok 9 (sample/test.rb:961:in `
') .ok 10 (sample/test.rb:971:in `
') .ok 11 (sample/test.rb:977:in `
') .ok 12 (sample/test.rb:978:in `
') .ok 13 (sample/test.rb:991:in `
') .ok 14 (sample/test.rb:1010:in `
') .ok 15 (sample/test.rb:1012:in `
') .ok 16 (sample/test.rb:1014:in `block in
') .ok 17 (sample/test.rb:1015:in `block in
') .ok 18 (sample/test.rb:1016:in `block in
') .ok 19 (sample/test.rb:1018:in `block in
') .ok 20 (sample/test.rb:1019:in `block in
') .ok 21 (sample/test.rb:1020:in `block in
') .ok 22 (sample/test.rb:1022:in `block in
') .ok 23 (sample/test.rb:1024:in `block in
') .ok 24 (sample/test.rb:1025:in `block in
') .ok 25 (sample/test.rb:1026:in `block in
') .ok 26 (sample/test.rb:1027:in `block in
') .ok 27 (sample/test.rb:1028:in `block in
') .ok 28 (sample/test.rb:1029:in `block in
') .ok 29 (sample/test.rb:1030:in `block in
') .ok 30 (sample/test.rb:1031:in `block in
') .ok 31 (sample/test.rb:1032:in `block in
') .ok 32 (sample/test.rb:1034:in `block in
') .ok 33 (sample/test.rb:1035:in `block in
') .ok 34 (sample/test.rb:1044:in `
') .ok 35 (sample/test.rb:1045:in `
') .ok 36 (sample/test.rb:1050:in `
') .ok 37 (sample/test.rb:1051:in `
') .ok 38 (sample/test.rb:1063:in `
') .ok 39 (sample/test.rb:1065:in `
') .ok 40 (sample/test.rb:1066:in `
') .ok 41 (sample/test.rb:1067:in `block in
') .ok 42 (sample/test.rb:1069:in `block_test') .ok 43 (sample/test.rb:1069:in `block_test') .ok 44 (sample/test.rb:1085:in `
') .ok 45 (sample/test.rb:1086:in `
') .ok 46 (sample/test.rb:1087:in `
') .ok 47 (sample/test.rb:1088:in `
') .ok 48 (sample/test.rb:1089:in `
') .ok 49 (sample/test.rb:1091:in `
') .ok 50 (sample/test.rb:1092:in `
') .ok 51 (sample/test.rb:1093:in `
') .ok 52 (sample/test.rb:1094:in `
') .ok 53 (sample/test.rb:1095:in `
') .ok 54 (sample/test.rb:1101:in `
') .ok 55 (sample/test.rb:1102:in `
') .ok 56 (sample/test.rb:1103:in `
') .ok 57 (sample/test.rb:1104:in `
') .ok 58 (sample/test.rb:1105:in `
') .ok 59 (sample/test.rb:1106:in `
') .ok 60 (sample/test.rb:1108:in `
') .ok 61 (sample/test.rb:1109:in `
') .ok 62 (sample/test.rb:1110:in `
') .ok 63 (sample/test.rb:1111:in `
') .ok 64 (sample/test.rb:1114:in `
') .ok 65 (sample/test.rb:1115:in `
') .ok 66 (sample/test.rb:1116:in `
') .ok 67 (sample/test.rb:1117:in `
') .ok 68 (sample/test.rb:1120:in `
') .ok 69 (sample/test.rb:1121:in `
') .ok 70 (sample/test.rb:1122:in `
') .ok 71 (sample/test.rb:1123:in `
') .ok 72 (sample/test.rb:1125:in `
') .ok 73 (sample/test.rb:1126:in `
') .ok 74 (sample/test.rb:1128:in `
') .ok 75 (sample/test.rb:1129:in `
') .ok 76 (sample/test.rb:1136:in `
') .ok 77 (sample/test.rb:1142:in `
') .ok 78 (sample/test.rb:1153:in `
') .ok 79 (sample/test.rb:1157:in `
') .ok 80 (sample/test.rb:1161:in `
') .ok 81 (sample/test.rb:1165:in `
') .ok 82 (sample/test.rb:1177:in `
') .ok 83 (sample/test.rb:1178:in `
') .ok 84 (sample/test.rb:1186:in `
') .ok 85 (sample/test.rb:1192:in `
') .ok 86 (sample/test.rb:1201:in `
') .ok 87 (sample/test.rb:1216:in `
') .ok 88 (sample/test.rb:1223:in `
') .ok 89 (sample/test.rb:1228:in `
') .ok 90 (sample/test.rb:1236:in `
') .ok 91 (sample/test.rb:1243:in `
') .ok 92 (sample/test.rb:1255:in `
') .ok 93 (sample/test.rb:1264:in `
') .ok 94 (sample/test.rb:1273:in `
') .ok 95 (sample/test.rb:1282:in `
') .ok 96 (sample/test.rb:1292:in `
') .ok 97 (sample/test.rb:1300:in `
') .ok 98 (sample/test.rb:1310:in `
') .ok 99 (sample/test.rb:1318:in `
') .ok 100 (sample/test.rb:1324:in `
') .ok 101 (sample/test.rb:1330:in `
') .ok 102 (sample/test.rb:1331:in `
') .ok 103 (sample/test.rb:1332:in `
') .ok 104 (sample/test.rb:1334:in `call') .ok 105 (sample/test.rb:1335:in `call') .ok 106 (sample/test.rb:1345:in `a') .ok 107 (sample/test.rb:1349:in `
') .ok 108 (sample/test.rb:1360:in `foo') .ok 109 (sample/test.rb:1361:in `foo') .ok 110 (sample/test.rb:1387:in `
') .ok 111 (sample/test.rb:1396:in `
') sample/test.rb:float .ok 1 (sample/test.rb:1399:in `
') .ok 2 (sample/test.rb:1400:in `
') .ok 3 (sample/test.rb:1401:in `
') .ok 4 (sample/test.rb:1402:in `
') .ok 5 (sample/test.rb:1403:in `
') .ok 6 (sample/test.rb:1404:in `
') .ok 7 (sample/test.rb:1405:in `
') .ok 8 (sample/test.rb:1406:in `
') .ok 9 (sample/test.rb:1407:in `
') .ok 10 (sample/test.rb:1410:in `nan_test') .ok 11 (sample/test.rb:1411:in `nan_test') .ok 12 (sample/test.rb:1412:in `nan_test') .ok 13 (sample/test.rb:1413:in `nan_test') .ok 14 (sample/test.rb:1414:in `nan_test') .ok 15 (sample/test.rb:1410:in `nan_test') .ok 16 (sample/test.rb:1411:in `nan_test') .ok 17 (sample/test.rb:1412:in `nan_test') .ok 18 (sample/test.rb:1413:in `nan_test') .ok 19 (sample/test.rb:1414:in `nan_test') .ok 20 (sample/test.rb:1410:in `nan_test') .ok 21 (sample/test.rb:1411:in `nan_test') .ok 22 (sample/test.rb:1412:in `nan_test') .ok 23 (sample/test.rb:1413:in `nan_test') .ok 24 (sample/test.rb:1414:in `nan_test') .ok 25 (sample/test.rb:1410:in `nan_test') .ok 26 (sample/test.rb:1411:in `nan_test') .ok 27 (sample/test.rb:1412:in `nan_test') .ok 28 (sample/test.rb:1413:in `nan_test') .ok 29 (sample/test.rb:1414:in `nan_test') .ok 30 (sample/test.rb:1410:in `nan_test') .ok 31 (sample/test.rb:1411:in `nan_test') .ok 32 (sample/test.rb:1412:in `nan_test') .ok 33 (sample/test.rb:1413:in `nan_test') .ok 34 (sample/test.rb:1414:in `nan_test') .ok 35 (sample/test.rb:1410:in `nan_test') .ok 36 (sample/test.rb:1411:in `nan_test') .ok 37 (sample/test.rb:1412:in `nan_test') .ok 38 (sample/test.rb:1413:in `nan_test') .ok 39 (sample/test.rb:1414:in `nan_test') .ok 40 (sample/test.rb:1410:in `nan_test') .ok 41 (sample/test.rb:1411:in `nan_test') .ok 42 (sample/test.rb:1412:in `nan_test') .ok 43 (sample/test.rb:1413:in `nan_test') .ok 44 (sample/test.rb:1414:in `nan_test') .ok 45 (sample/test.rb:1410:in `nan_test') .ok 46 (sample/test.rb:1411:in `nan_test') .ok 47 (sample/test.rb:1412:in `nan_test') .ok 48 (sample/test.rb:1413:in `nan_test') .ok 49 (sample/test.rb:1414:in `nan_test') .ok 50 (sample/test.rb:1410:in `nan_test') .ok 51 (sample/test.rb:1411:in `nan_test') .ok 52 (sample/test.rb:1412:in `nan_test') .ok 53 (sample/test.rb:1413:in `nan_test') .ok 54 (sample/test.rb:1414:in `nan_test') .ok 55 (sample/test.rb:1410:in `nan_test') .ok 56 (sample/test.rb:1411:in `nan_test') .ok 57 (sample/test.rb:1412:in `nan_test') .ok 58 (sample/test.rb:1413:in `nan_test') .ok 59 (sample/test.rb:1414:in `nan_test') .ok 60 (sample/test.rb:1410:in `nan_test') .ok 61 (sample/test.rb:1411:in `nan_test') .ok 62 (sample/test.rb:1412:in `nan_test') .ok 63 (sample/test.rb:1413:in `nan_test') .ok 64 (sample/test.rb:1414:in `nan_test') .ok 65 (sample/test.rb:1410:in `nan_test') .ok 66 (sample/test.rb:1411:in `nan_test') .ok 67 (sample/test.rb:1412:in `nan_test') .ok 68 (sample/test.rb:1413:in `nan_test') .ok 69 (sample/test.rb:1414:in `nan_test') .ok 70 (sample/test.rb:1410:in `nan_test') .ok 71 (sample/test.rb:1411:in `nan_test') .ok 72 (sample/test.rb:1412:in `nan_test') .ok 73 (sample/test.rb:1413:in `nan_test') .ok 74 (sample/test.rb:1414:in `nan_test') .ok 75 (sample/test.rb:1410:in `nan_test') .ok 76 (sample/test.rb:1411:in `nan_test') .ok 77 (sample/test.rb:1412:in `nan_test') .ok 78 (sample/test.rb:1413:in `nan_test') .ok 79 (sample/test.rb:1414:in `nan_test') .ok 80 (sample/test.rb:1434:in `
') sample/test.rb:bignum .ok 1 (sample/test.rb:1448:in `
') .ok 2 (sample/test.rb:1449:in `
') .ok 3 (sample/test.rb:1450:in `
') .ok 4 (sample/test.rb:1451:in `
') .ok 5 (sample/test.rb:1452:in `
') .ok 6 (sample/test.rb:1453:in `
') .ok 7 (sample/test.rb:1454:in `
') .ok 8 (sample/test.rb:1455:in `
') .ok 9 (sample/test.rb:1457:in `
') .ok 10 (sample/test.rb:1458:in `
') .ok 11 (sample/test.rb:1459:in `
') .ok 12 (sample/test.rb:1465:in `
') .ok 13 (sample/test.rb:1473:in `
') .ok 14 (sample/test.rb:1482:in `
') .ok 15 (sample/test.rb:1491:in `
') .ok 16 (sample/test.rb:1495:in `
') .ok 17 (sample/test.rb:1496:in `
') .ok 18 (sample/test.rb:1497:in `
') .ok 19 (sample/test.rb:1498:in `
') .ok 20 (sample/test.rb:1499:in `
') .ok 21 (sample/test.rb:1500:in `
') .ok 22 (sample/test.rb:1501:in `
') .ok 23 (sample/test.rb:1502:in `
') .ok 24 (sample/test.rb:1504:in `
') .ok 25 (sample/test.rb:1505:in `
') .ok 26 (sample/test.rb:1509:in `
') .ok 27 (sample/test.rb:1510:in `
') .ok 28 (sample/test.rb:1515:in `shift_test') .ok 29 (sample/test.rb:1519:in `shift_test') .ok 30 (sample/test.rb:1515:in `shift_test') .ok 31 (sample/test.rb:1519:in `shift_test') sample/test.rb:string & char .ok 1 (sample/test.rb:1527:in `
') .ok 2 (sample/test.rb:1528:in `
') .ok 3 (sample/test.rb:1529:in `
') .ok 4 (sample/test.rb:1531:in `
') .ok 5 (sample/test.rb:1532:in `
') .ok 6 (sample/test.rb:1533:in `
') .ok 7 (sample/test.rb:1534:in `
') .ok 8 (sample/test.rb:1535:in `
') .ok 9 (sample/test.rb:1536:in `
') .ok 10 (sample/test.rb:1537:in `
') .ok 11 (sample/test.rb:1538:in `
') .ok 12 (sample/test.rb:1539:in `
') .ok 13 (sample/test.rb:1540:in `
') .ok 14 (sample/test.rb:1541:in `
') .ok 15 (sample/test.rb:1542:in `
') .ok 16 (sample/test.rb:1543:in `
') .ok 17 (sample/test.rb:1544:in `
') .ok 18 (sample/test.rb:1545:in `
') .ok 19 (sample/test.rb:1547:in `
') .ok 20 (sample/test.rb:1548:in `
') .ok 21 (sample/test.rb:1549:in `
') .ok 22 (sample/test.rb:1550:in `
') .ok 23 (sample/test.rb:1552:in `
') .ok 24 (sample/test.rb:1553:in `
') .ok 25 (sample/test.rb:1560:in `
') .ok 26 (sample/test.rb:1562:in `
') .ok 27 (sample/test.rb:1563:in `
') .ok 28 (sample/test.rb:1566:in `
') .ok 29 (sample/test.rb:1567:in `
') .ok 30 (sample/test.rb:1570:in `
') .ok 31 (sample/test.rb:1572:in `
') .ok 32 (sample/test.rb:1573:in `
') .ok 33 (sample/test.rb:1574:in `
') .ok 34 (sample/test.rb:1577:in `
') .ok 35 (sample/test.rb:1578:in `
') .ok 36 (sample/test.rb:1579:in `
') .ok 37 (sample/test.rb:1582:in `
') .ok 38 (sample/test.rb:1583:in `
') .ok 39 (sample/test.rb:1584:in `
') .ok 40 (sample/test.rb:1585:in `
') .ok 41 (sample/test.rb:1586:in `
') .ok 42 (sample/test.rb:1589:in `
') .ok 43 (sample/test.rb:1590:in `
') .ok 44 (sample/test.rb:1591:in `
') .ok 45 (sample/test.rb:1592:in `
') .ok 46 (sample/test.rb:1593:in `
') .ok 47 (sample/test.rb:1594:in `
') .ok 48 (sample/test.rb:1595:in `
') .ok 49 (sample/test.rb:1596:in `
') .ok 50 (sample/test.rb:1597:in `
') .ok 51 (sample/test.rb:1598:in `
') .ok 52 (sample/test.rb:1599:in `
') .ok 53 (sample/test.rb:1610:in `
') .ok 54 (sample/test.rb:1614:in `
') .ok 55 (sample/test.rb:1621:in `
') .ok 56 (sample/test.rb:1622:in `
') .ok 57 (sample/test.rb:1623:in `
') .ok 58 (sample/test.rb:1624:in `
') .ok 59 (sample/test.rb:1625:in `
') .ok 60 (sample/test.rb:1626:in `
') .ok 61 (sample/test.rb:1627:in `
') .ok 62 (sample/test.rb:1634:in `
') sample/test.rb:assignment .ok 1 (sample/test.rb:1638:in `
') .ok 2 (sample/test.rb:1639:in `
') .ok 3 (sample/test.rb:1643:in `
') .ok 4 (sample/test.rb:1646:in `
') .ok 5 (sample/test.rb:1649:in `
') .ok 6 (sample/test.rb:1652:in `
') .ok 7 (sample/test.rb:1655:in `
') .ok 8 (sample/test.rb:1658:in `
') .ok 9 (sample/test.rb:1661:in `
') .ok 10 (sample/test.rb:1664:in `
') sample/test.rb:call .ok 1 (sample/test.rb:1678:in `rescue in
') .ok 2 (sample/test.rb:1685:in `rescue in
') .ok 3 (sample/test.rb:1688:in `
') .ok 4 (sample/test.rb:1689:in `
') .ok 5 (sample/test.rb:1690:in `
') .ok 6 (sample/test.rb:1691:in `
') sample/test.rb:proc .ok 1 (sample/test.rb:1695:in `
') .ok 2 (sample/test.rb:1696:in `
') .ok 3 (sample/test.rb:1699:in `
') .ok 4 (sample/test.rb:1700:in `
') .ok 5 (sample/test.rb:1711:in `block in
') .ok 6 (sample/test.rb:1713:in `
') .ok 7 (sample/test.rb:1715:in `block in
') .ok 8 (sample/test.rb:1720:in `block in dyna_var_check') .ok 9 (sample/test.rb:1730:in `
') sample/test.rb:signal .ok 1 (sample/test.rb:1742:in `
') .ok 2 (sample/test.rb:1753:in `
') sample/test.rb:eval .ok 1 (sample/test.rb:1757:in `
') .ok 2 (sample/test.rb:1760:in `
') .ok 3 (sample/test.rb:1762:in `
') .ok 4 (sample/test.rb:1763:in `
') .ok 5 (sample/test.rb:1764:in `
') .ok 6 (sample/test.rb:1765:in `
') .ok 7 (sample/test.rb:1766:in `
') .ok 8 (sample/test.rb:1767:in `
') .ok 9 ((eval):1:in `
') .ok 10 (sample/test.rb:1776:in `
') .ok 11 (sample/test.rb:1777:in `
') .ok 12 (sample/test.rb:1779:in `
') .ok 13 (sample/test.rb:1780:in `
') .ok 14 (sample/test.rb:1781:in `
') .ok 15 (sample/test.rb:1793:in `
') .ok 16 (sample/test.rb:1794:in `
') .ok 17 (sample/test.rb:1801:in `
') .ok 18 (sample/test.rb:1808:in `
') .ok 19 (sample/test.rb:1809:in `
') .ok 20 (sample/test.rb:1816:in `
') .ok 21 (sample/test.rb:1820:in `
') .ok 22 (sample/test.rb:1823:in `
') .ok 23 (sample/test.rb:1827:in `
') .ok 24 (sample/test.rb:1831:in `
') .ok 25 (sample/test.rb:1834:in `
') .ok 26 (sample/test.rb:1838:in `
') .ok 27 (sample/test.rb:1841:in `
') .ok 28 (sample/test.rb:1842:in `
') .ok 29 (sample/test.rb:1861:in `
') sample/test.rb:system .ok 1 (sample/test.rb:1875:in `
') .ok 2 (sample/test.rb:1876:in `
') .ok 3 (sample/test.rb:1882:in `
') .ok 4 (sample/test.rb:1883:in `
') .ok 5 (sample/test.rb:1890:in `
') .ok 6 (sample/test.rb:1900:in `
') .ok 7 (sample/test.rb:1901:in `
') .ok 8 (sample/test.rb:1919:in `
') sample/test.rb:const .ok 1 (sample/test.rb:1940:in `
') .ok 2 (sample/test.rb:1944:in `
') .ok 3 (sample/test.rb:1947:in `
') .ok 4 (sample/test.rb:1948:in `
') .ok 5 (sample/test.rb:1949:in `
') sample/test.rb:clone .ok 1 (sample/test.rb:1961:in `
') .ok 2 (sample/test.rb:1962:in `
') .ok 3 (sample/test.rb:1963:in `
') .ok 4 (sample/test.rb:1969:in `rescue in
') .ok 5 (sample/test.rb:1978:in `
') sample/test.rb:marshal .ok 1 (sample/test.rb:1983:in `
') .ok 2 (sample/test.rb:1986:in `
') .ok 3 (sample/test.rb:1992:in `block in
') .ok 4 (sample/test.rb:1992:in `block in
') sample/test.rb:pack .ok 1 (sample/test.rb:2004:in `
') .ok 2 (sample/test.rb:2005:in `
') .ok 3 (sample/test.rb:2006:in `
') .ok 4 (sample/test.rb:2009:in `
') sample/test.rb:math .ok 1 (sample/test.rb:2012:in `
') .ok 2 (sample/test.rb:2015:in `
') sample/test.rb:struct .ok 1 (sample/test.rb:2019:in `
') .ok 2 (sample/test.rb:2022:in `
') .ok 3 (sample/test.rb:2023:in `
') .ok 4 (sample/test.rb:2026:in `
') .ok 5 (sample/test.rb:2029:in `
') .ok 6 (sample/test.rb:2032:in `
') sample/test.rb:variable .ok 1 (sample/test.rb:2035:in `
') .ok 2 (sample/test.rb:2042:in `rescue in
') .ok 3 (sample/test.rb:2047:in `
') .ok 4 (sample/test.rb:2080:in `
') .ok 5 (sample/test.rb:2081:in `
') .ok 6 (sample/test.rb:2082:in `
') .ok 7 (sample/test.rb:2083:in `
') .ok 8 (sample/test.rb:2084:in `
') .ok 9 (sample/test.rb:2086:in `
') .ok 10 (sample/test.rb:2087:in `
') .ok 11 (sample/test.rb:2088:in `
') sample/test.rb:trace .ok 1 (sample/test.rb:2095:in `
') .ok 2 (sample/test.rb:2099:in `
') .ok 3 (sample/test.rb:2103:in `
') sample/test.rb:defined? .ok 1 (sample/test.rb:2109:in `
') .ok 2 (sample/test.rb:2110:in `
') .ok 3 (sample/test.rb:2113:in `
') .ok 4 (sample/test.rb:2115:in `
') .ok 5 (sample/test.rb:2116:in `
') .ok 6 (sample/test.rb:2117:in `
') .ok 7 (sample/test.rb:2118:in `
') .ok 8 (sample/test.rb:2131:in `
') .ok 9 (sample/test.rb:2126:in `bar') .ok 10 (sample/test.rb:2127:in `bar') .ok 11 (sample/test.rb:2138:in `
') .ok 12 (sample/test.rb:2139:in `
') sample/test.rb:alias .ok 1 (sample/test.rb:2155:in `
') .ok 2 (sample/test.rb:2156:in `
') .ok 3 (sample/test.rb:2159:in `
') .ok 4 (sample/test.rb:2173:in `
') .ok 5 (sample/test.rb:2174:in `
') .ok 6 (sample/test.rb:2175:in `
') sample/test.rb:path .ok 1 (sample/test.rb:2178:in `
') .ok 2 (sample/test.rb:2179:in `
') .ok 3 (sample/test.rb:2180:in `
') .ok 4 (sample/test.rb:2181:in `
') .ok 5 (sample/test.rb:2182:in `
') .ok 6 (sample/test.rb:2183:in `
') .ok 7 (sample/test.rb:2184:in `
') .ok 8 (sample/test.rb:2185:in `
') .ok 9 (sample/test.rb:2186:in `
') .ok 10 (sample/test.rb:2187:in `
') .ok 11 (sample/test.rb:2188:in `
') .ok 12 (sample/test.rb:2189:in `
') .ok 13 (sample/test.rb:2190:in `
') .ok 14 (sample/test.rb:2191:in `
') .ok 15 (sample/test.rb:2192:in `
') .ok 16 (sample/test.rb:2193:in `
') .ok 17 (sample/test.rb:2194:in `
') .ok 18 (sample/test.rb:2195:in `
') .ok 19 (sample/test.rb:2196:in `
') .ok 20 (sample/test.rb:2207:in `
') .ok 21 (sample/test.rb:2208:in `
') .ok 22 (sample/test.rb:2216:in `
') .ok 23 (sample/test.rb:2217:in `
') sample/test.rb:gc .ok 1 (sample/test.rb:2234:in `
') .ok 2 (sample/test.rb:2248:in `
') .ok 3 (sample/test.rb:2254:in `
') .ok 4 (sample/test.rb:2260:in `
') end of test(test: 899) == method-list # 2010-09-21T20:30:51+09:00 + ./miniruby -e 'use_symbol = Object.instance_methods[0].is_a?(Symbol) nummodule = nummethod = 0 mods = [] ObjectSpace.each_object(Module) {|m| mods << m if m.name } mods = mods.sort_by {|m| m.name } mods.each {|mod| nummodule += 1 puts "#{mod.name} #{(mod.ancestors - [mod]).inspect}" mod.singleton_methods(false).sort.each {|methname| nummethod += 1 meth = mod.method(methname) line = "#{mod.name}.#{methname} #{meth.arity}" line << " not-implemented" if !mod.respond_to?(methname) puts line } ms = mod.instance_methods(false) if use_symbol ms << :initialize if mod.private_instance_methods(false).include? :initialize else ms << "initialize" if mod.private_instance_methods(false).include? "initialize" end ms.sort.each {|methname| nummethod += 1 meth = mod.instance_method(methname) line = "#{mod.name}\##{methname} #{meth.arity}" line << " not-implemented" if /\(not-implemented\)/ =~ meth.inspect puts line } } puts "#{nummodule} modules, #{nummethod} methods" ' ARGF.class [Enumerable, Object, Kernel, BasicObject] ARGF.class#argv 0 ARGF.class#binmode 0 ARGF.class#binmode? 0 ARGF.class#bytes 0 ARGF.class#chars 0 ARGF.class#close 0 ARGF.class#closed? 0 ARGF.class#each -1 ARGF.class#each_byte 0 ARGF.class#each_char 0 ARGF.class#each_line -1 ARGF.class#eof 0 ARGF.class#eof? 0 ARGF.class#external_encoding 0 ARGF.class#file 0 ARGF.class#filename 0 ARGF.class#fileno 0 ARGF.class#getbyte 0 ARGF.class#getc 0 ARGF.class#gets -1 ARGF.class#initialize -1 ARGF.class#inplace_mode 0 ARGF.class#inplace_mode= 1 ARGF.class#internal_encoding 0 ARGF.class#lineno 0 ARGF.class#lineno= 1 ARGF.class#lines -1 ARGF.class#path 0 ARGF.class#pos 0 ARGF.class#pos= 1 ARGF.class#read -1 ARGF.class#readbyte 0 ARGF.class#readchar 0 ARGF.class#readline -1 ARGF.class#readlines -1 ARGF.class#readpartial -1 ARGF.class#rewind 0 ARGF.class#seek -1 ARGF.class#set_encoding -1 ARGF.class#skip 0 ARGF.class#tell 0 ARGF.class#to_a -1 ARGF.class#to_i 0 ARGF.class#to_io 0 ARGF.class#to_s 0 ArgumentError [StandardError, Exception, Object, Kernel, BasicObject] Array [Enumerable, Object, Kernel, BasicObject] Array.[] -1 Array.try_convert 1 Array#& 1 Array#* 1 Array#+ 1 Array#- 1 Array#<< 1 Array#<=> 1 Array#== 1 Array#[] -1 Array#[]= -1 Array#assoc 1 Array#at 1 Array#clear 0 Array#collect 0 Array#collect! 0 Array#combination 1 Array#compact 0 Array#compact! 0 Array#concat 1 Array#count -1 Array#cycle -1 Array#delete 1 Array#delete_at 1 Array#delete_if 0 Array#drop 1 Array#drop_while 0 Array#each 0 Array#each_index 0 Array#empty? 0 Array#eql? 1 Array#fetch -1 Array#fill -1 Array#find_index -1 Array#first -1 Array#flatten -1 Array#flatten! -1 Array#frozen? 0 Array#hash 0 Array#include? 1 Array#index -1 Array#initialize -1 Array#insert -1 Array#inspect 0 Array#join -1 Array#keep_if 0 Array#last -1 Array#length 0 Array#map 0 Array#map! 0 Array#pack 1 Array#permutation -1 Array#pop -1 Array#product -1 Array#push -1 Array#rassoc 1 Array#reject 0 Array#reject! 0 Array#repeated_combination 1 Array#repeated_permutation 1 Array#replace 1 Array#reverse 0 Array#reverse! 0 Array#reverse_each 0 Array#rindex -1 Array#rotate -1 Array#rotate! -1 Array#sample -1 Array#select 0 Array#select! 0 Array#shift -1 Array#shuffle -1 Array#shuffle! -1 Array#size 0 Array#slice -1 Array#slice! -1 Array#sort 0 Array#sort! 0 Array#sort_by! 0 Array#take 1 Array#take_while 0 Array#to_a 0 Array#to_ary 0 Array#to_s 0 Array#transpose 0 Array#uniq 0 Array#uniq! 0 Array#unshift -1 Array#values_at -1 Array#zip -1 Array#| 1 BasicObject [] BasicObject#! 0 BasicObject#!= 1 BasicObject#== 1 BasicObject#__send__ -1 BasicObject#equal? 1 BasicObject#initialize -1 BasicObject#instance_eval -1 BasicObject#instance_exec -1 Bignum [Integer, Numeric, Comparable, Object, Kernel, BasicObject] Bignum#% 1 Bignum#& 1 Bignum#* 1 Bignum#** 1 Bignum#+ 1 Bignum#- 1 Bignum#-@ 0 Bignum#/ 1 Bignum#< 1 Bignum#<< 1 Bignum#<= 1 Bignum#<=> 1 Bignum#== 1 Bignum#=== 1 Bignum#> 1 Bignum#>= 1 Bignum#>> 1 Bignum#[] 1 Bignum#^ 1 Bignum#abs 0 Bignum#coerce 1 Bignum#div 1 Bignum#divmod 1 Bignum#eql? 1 Bignum#even? 0 Bignum#fdiv 1 Bignum#hash 0 Bignum#magnitude 0 Bignum#modulo 1 Bignum#odd? 0 Bignum#remainder 1 Bignum#size 0 Bignum#to_f 0 Bignum#to_s -1 Bignum#| 1 Bignum#~ 0 Binding [Object, Kernel, BasicObject] Binding#clone 0 Binding#dup 0 Binding#eval -1 Class [Module, Object, Kernel, BasicObject] Class#allocate 0 Class#initialize -1 Class#new -1 Class#superclass 0 Comparable [] Comparable#< 1 Comparable#<= 1 Comparable#== 1 Comparable#> 1 Comparable#>= 1 Comparable#between? 2 Complex [Numeric, Comparable, Object, Kernel, BasicObject] Complex.polar -1 Complex.rect -1 Complex.rectangular -1 Complex#* 1 Complex#** 1 Complex#+ 1 Complex#- 1 Complex#-@ 0 Complex#/ 1 Complex#== 1 Complex#abs 0 Complex#abs2 0 Complex#angle 0 Complex#arg 0 Complex#coerce 1 Complex#conj 0 Complex#conjugate 0 Complex#denominator 0 Complex#eql? 1 Complex#fdiv 1 Complex#hash 0 Complex#imag 0 Complex#imaginary 0 Complex#inspect 0 Complex#magnitude 0 Complex#marshal_dump 0 Complex#marshal_load 1 Complex#numerator 0 Complex#phase 0 Complex#polar 0 Complex#quo 1 Complex#rationalize -1 Complex#real 0 Complex#real? 0 Complex#rect 0 Complex#rectangular 0 Complex#to_f 0 Complex#to_i 0 Complex#to_r 0 Complex#to_s 0 Data [Object, Kernel, BasicObject] Dir [Enumerable, Object, Kernel, BasicObject] Dir.[] -1 Dir.chdir -1 Dir.chroot 1 Dir.delete 1 Dir.entries -1 Dir.exist? 1 Dir.exists? 1 Dir.foreach -1 Dir.getwd 0 Dir.glob -1 Dir.home -1 Dir.mkdir -1 Dir.open -1 Dir.pwd 0 Dir.rmdir 1 Dir.unlink 1 Dir#close 0 Dir#each 0 Dir#initialize -1 Dir#inspect 0 Dir#path 0 Dir#pos 0 Dir#pos= 1 Dir#read 0 Dir#rewind 0 Dir#seek 1 Dir#tell 0 Dir#to_path 0 EOFError [IOError, StandardError, Exception, Object, Kernel, BasicObject] Encoding [Object, Kernel, BasicObject] Encoding._load 1 Encoding.aliases 0 Encoding.compatible? 2 Encoding.default_external 0 Encoding.default_external= 1 Encoding.default_internal 0 Encoding.default_internal= 1 Encoding.find 1 Encoding.list 0 Encoding.locale_charmap 0 Encoding.name_list 0 Encoding#_dump -1 Encoding#ascii_compatible? 0 Encoding#dummy? 0 Encoding#inspect 0 Encoding#name 0 Encoding#names 0 Encoding#replicate 1 Encoding#to_s 0 Encoding::CompatibilityError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::Converter [Data, Object, Kernel, BasicObject] Encoding::Converter.asciicompat_encoding 1 Encoding::Converter.search_convpath -1 Encoding::Converter#convert 1 Encoding::Converter#convpath 0 Encoding::Converter#destination_encoding 0 Encoding::Converter#finish 0 Encoding::Converter#initialize -1 Encoding::Converter#insert_output 1 Encoding::Converter#inspect 0 Encoding::Converter#last_error 0 Encoding::Converter#primitive_convert -1 Encoding::Converter#primitive_errinfo 0 Encoding::Converter#putback -1 Encoding::Converter#replacement 0 Encoding::Converter#replacement= 1 Encoding::Converter#source_encoding 0 Encoding::ConverterNotFoundError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::InvalidByteSequenceError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::InvalidByteSequenceError#destination_encoding 0 Encoding::InvalidByteSequenceError#destination_encoding_name 0 Encoding::InvalidByteSequenceError#error_bytes 0 Encoding::InvalidByteSequenceError#incomplete_input? 0 Encoding::InvalidByteSequenceError#readagain_bytes 0 Encoding::InvalidByteSequenceError#source_encoding 0 Encoding::InvalidByteSequenceError#source_encoding_name 0 Encoding::UndefinedConversionError [EncodingError, StandardError, Exception, Object, Kernel, BasicObject] Encoding::UndefinedConversionError#destination_encoding 0 Encoding::UndefinedConversionError#destination_encoding_name 0 Encoding::UndefinedConversionError#error_char 0 Encoding::UndefinedConversionError#source_encoding 0 Encoding::UndefinedConversionError#source_encoding_name 0 EncodingError [StandardError, Exception, Object, Kernel, BasicObject] Enumerable [] Enumerable#all? 0 Enumerable#any? 0 Enumerable#chunk -1 Enumerable#collect 0 Enumerable#collect_concat 0 Enumerable#count -1 Enumerable#cycle -1 Enumerable#detect -1 Enumerable#drop 1 Enumerable#drop_while 0 Enumerable#each_cons 1 Enumerable#each_entry -1 Enumerable#each_slice 1 Enumerable#each_with_index -1 Enumerable#each_with_object 1 Enumerable#entries -1 Enumerable#find -1 Enumerable#find_all 0 Enumerable#find_index -1 Enumerable#first -1 Enumerable#flat_map 0 Enumerable#grep 1 Enumerable#group_by 0 Enumerable#include? 1 Enumerable#inject -1 Enumerable#map 0 Enumerable#max 0 Enumerable#max_by 0 Enumerable#member? 1 Enumerable#min 0 Enumerable#min_by 0 Enumerable#minmax 0 Enumerable#minmax_by 0 Enumerable#none? 0 Enumerable#one? 0 Enumerable#partition 0 Enumerable#reduce -1 Enumerable#reject 0 Enumerable#reverse_each -1 Enumerable#select 0 Enumerable#slice_before -1 Enumerable#sort 0 Enumerable#sort_by 0 Enumerable#take 1 Enumerable#take_while 0 Enumerable#to_a -1 Enumerable#zip -1 Enumerator [Enumerable, Object, Kernel, BasicObject] Enumerator#each 0 Enumerator#each_with_index 0 Enumerator#each_with_object 1 Enumerator#feed 1 Enumerator#initialize -1 Enumerator#inspect 0 Enumerator#next 0 Enumerator#next_values 0 Enumerator#peek 0 Enumerator#peek_values 0 Enumerator#rewind 0 Enumerator#with_index -1 Enumerator#with_object 1 Enumerator::Generator [Enumerable, Object, Kernel, BasicObject] Enumerator::Generator#each 0 Enumerator::Generator#initialize -1 Enumerator::Yielder [Object, Kernel, BasicObject] Enumerator::Yielder#<< -1 Enumerator::Yielder#initialize 0 Enumerator::Yielder#yield -1 Errno [] Errno::E2BIG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EACCES [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADDRINUSE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADDRNOTAVAIL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EADV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EAFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EAGAIN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EALREADY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADF [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADFD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADRQC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBADSLT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBFONT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EBUSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECANCELED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECHILD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECHRNG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECOMM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNABORTED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNREFUSED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ECONNRESET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDEADLK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDEADLOCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDESTADDRREQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDOM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDOTDOT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EDQUOT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EEXIST [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EFAULT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EFBIG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EHOSTDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EHOSTUNREACH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EIDRM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EILSEQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINPROGRESS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINTR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EINVAL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISCONN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISDIR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EISNAM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EKEYEXPIRED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EKEYREJECTED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EKEYREVOKED [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL2HLT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL2NSYNC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL3HLT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EL3RST [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBACC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBBAD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBEXEC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBMAX [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELIBSCN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELNRNG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ELOOP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMEDIUMTYPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMFILE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMLINK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMSGSIZE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EMULTIHOP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENAMETOOLONG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENAVAIL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETRESET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENETUNREACH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENFILE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOANO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOBUFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOCSI [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENODATA [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENODEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOENT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOEXEC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOKEY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOLCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOLINK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMEDIUM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMEM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOMSG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENONET [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOPKG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOPROTOOPT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSPC [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSTR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOSYS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTBLK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTCONN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTDIR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTEMPTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTNAM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTRECOVERABLE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTSOCK [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTTY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENOTUNIQ [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ENXIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOPNOTSUPP [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOVERFLOW [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EOWNERDEAD [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPERM [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPFNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTONOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EPROTOTYPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ERANGE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMCHG [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMOTE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EREMOTEIO [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ERESTART [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EROFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESHUTDOWN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESOCKTNOSUPPORT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESRCH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESRMNT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESTALE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ESTRPIPE [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETIME [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETIMEDOUT [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETOOMANYREFS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::ETXTBSY [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUCLEAN [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUNATCH [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EUSERS [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EXDEV [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::EXFULL [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Errno::NOERROR [SystemCallError, StandardError, Exception, Object, Kernel, BasicObject] Exception [Object, Kernel, BasicObject] Exception.exception -1 Exception#== 1 Exception#backtrace 0 Exception#exception -1 Exception#initialize -1 Exception#inspect 0 Exception#message 0 Exception#set_backtrace 1 Exception#to_s 0 FalseClass [Object, Kernel, BasicObject] FalseClass#& 1 FalseClass#^ 1 FalseClass#to_s 0 FalseClass#| 1 Fiber [Object, Kernel, BasicObject] Fiber.yield -1 Fiber#initialize 0 Fiber#resume -1 FiberError [StandardError, Exception, Object, Kernel, BasicObject] File [IO, File::Constants, Enumerable, Object, Kernel, BasicObject] File.absolute_path -1 File.atime 1 File.basename -1 File.blockdev? 1 File.chardev? 1 File.chmod -1 File.chown -1 File.ctime 1 File.delete -1 File.directory? 1 File.dirname 1 File.executable? 1 File.executable_real? 1 File.exist? 1 File.exists? 1 File.expand_path -1 File.extname 1 File.file? 1 File.fnmatch -1 File.fnmatch? -1 File.ftype 1 File.grpowned? 1 File.identical? 2 File.join -1 File.lchmod 0 not-implemented File.lchown -1 File.link 2 File.lstat 1 File.mtime 1 File.owned? 1 File.path 1 File.pipe? 1 File.readable? 1 File.readable_real? 1 File.readlink 1 File.realdirpath -1 File.realpath -1 File.rename 2 File.setgid? 1 File.setuid? 1 File.size 1 File.size? 1 File.socket? 1 File.split 1 File.stat 1 File.sticky? 1 File.symlink 2 File.symlink? 1 File.truncate 2 File.umask -1 File.unlink -1 File.utime -1 File.world_readable? 1 File.world_writable? 1 File.writable? 1 File.writable_real? 1 File.zero? 1 File#atime 0 File#chmod 1 File#chown 2 File#ctime 0 File#flock 1 File#initialize -1 File#lstat 0 File#mtime 0 File#path 0 File#size 0 File#to_path 0 File#truncate 1 File::Constants [] File::Stat [Comparable, Object, Kernel, BasicObject] File::Stat#<=> 1 File::Stat#atime 0 File::Stat#blksize 0 File::Stat#blockdev? 0 File::Stat#blocks 0 File::Stat#chardev? 0 File::Stat#ctime 0 File::Stat#dev 0 File::Stat#dev_major 0 File::Stat#dev_minor 0 File::Stat#directory? 0 File::Stat#executable? 0 File::Stat#executable_real? 0 File::Stat#file? 0 File::Stat#ftype 0 File::Stat#gid 0 File::Stat#grpowned? 0 File::Stat#initialize 1 File::Stat#ino 0 File::Stat#inspect 0 File::Stat#mode 0 File::Stat#mtime 0 File::Stat#nlink 0 File::Stat#owned? 0 File::Stat#pipe? 0 File::Stat#rdev 0 File::Stat#rdev_major 0 File::Stat#rdev_minor 0 File::Stat#readable? 0 File::Stat#readable_real? 0 File::Stat#setgid? 0 File::Stat#setuid? 0 File::Stat#size 0 File::Stat#size? 0 File::Stat#socket? 0 File::Stat#sticky? 0 File::Stat#symlink? 0 File::Stat#uid 0 File::Stat#world_readable? 0 File::Stat#world_writable? 0 File::Stat#writable? 0 File::Stat#writable_real? 0 File::Stat#zero? 0 FileTest [] FileTest.blockdev? 1 FileTest.chardev? 1 FileTest.directory? 1 FileTest.executable? 1 FileTest.executable_real? 1 FileTest.exist? 1 FileTest.exists? 1 FileTest.file? 1 FileTest.grpowned? 1 FileTest.identical? 2 FileTest.owned? 1 FileTest.pipe? 1 FileTest.readable? 1 FileTest.readable_real? 1 FileTest.setgid? 1 FileTest.setuid? 1 FileTest.size 1 FileTest.size? 1 FileTest.socket? 1 FileTest.sticky? 1 FileTest.symlink? 1 FileTest.world_readable? 1 FileTest.world_writable? 1 FileTest.writable? 1 FileTest.writable_real? 1 FileTest.zero? 1 Fixnum [Integer, Numeric, Comparable, Object, Kernel, BasicObject] Fixnum#% 1 Fixnum#& 1 Fixnum#* 1 Fixnum#** 1 Fixnum#+ 1 Fixnum#- 1 Fixnum#-@ 0 Fixnum#/ 1 Fixnum#< 1 Fixnum#<< 1 Fixnum#<= 1 Fixnum#<=> 1 Fixnum#== 1 Fixnum#=== 1 Fixnum#> 1 Fixnum#>= 1 Fixnum#>> 1 Fixnum#[] 1 Fixnum#^ 1 Fixnum#abs 0 Fixnum#div 1 Fixnum#divmod 1 Fixnum#even? 0 Fixnum#fdiv 1 Fixnum#magnitude 0 Fixnum#modulo 1 Fixnum#odd? 0 Fixnum#size 0 Fixnum#succ 0 Fixnum#to_f 0 Fixnum#to_s -1 Fixnum#zero? 0 Fixnum#| 1 Fixnum#~ 0 Float [Numeric, Comparable, Object, Kernel, BasicObject] Float#% 1 Float#* 1 Float#** 1 Float#+ 1 Float#- 1 Float#-@ 0 Float#/ 1 Float#< 1 Float#<= 1 Float#<=> 1 Float#== 1 Float#=== 1 Float#> 1 Float#>= 1 Float#abs 0 Float#angle 0 Float#arg 0 Float#ceil 0 Float#coerce 1 Float#denominator 0 Float#divmod 1 Float#eql? 1 Float#fdiv 1 Float#finite? 0 Float#floor 0 Float#hash 0 Float#infinite? 0 Float#magnitude 0 Float#modulo 1 Float#nan? 0 Float#numerator 0 Float#phase 0 Float#quo 1 Float#rationalize -1 Float#round -1 Float#to_f 0 Float#to_i 0 Float#to_int 0 Float#to_r 0 Float#to_s 0 Float#truncate 0 Float#zero? 0 FloatDomainError [RangeError, StandardError, Exception, Object, Kernel, BasicObject] GC [] GC.count 0 GC.disable 0 GC.enable 0 GC.start 0 GC.stress 0 GC.stress= 1 GC#garbage_collect 0 GC::Profiler [] GC::Profiler.clear 0 GC::Profiler.disable 0 GC::Profiler.enable 0 GC::Profiler.enabled? 0 GC::Profiler.report -1 GC::Profiler.result 0 GC::Profiler.total_time 0 Gem [] Hash [Enumerable, Object, Kernel, BasicObject] Hash.[] -1 Hash.try_convert 1 Hash#== 1 Hash#[] 1 Hash#[]= 2 Hash#assoc 1 Hash#clear 0 Hash#compare_by_identity 0 Hash#compare_by_identity? 0 Hash#default -1 Hash#default= 1 Hash#default_proc 0 Hash#default_proc= 1 Hash#delete 1 Hash#delete_if 0 Hash#each 0 Hash#each_key 0 Hash#each_pair 0 Hash#each_value 0 Hash#empty? 0 Hash#eql? 1 Hash#fetch -1 Hash#flatten -1 Hash#has_key? 1 Hash#has_value? 1 Hash#hash 0 Hash#include? 1 Hash#index 1 Hash#initialize -1 Hash#inspect 0 Hash#invert 0 Hash#keep_if 0 Hash#key 1 Hash#key? 1 Hash#keys 0 Hash#length 0 Hash#member? 1 Hash#merge 1 Hash#merge! 1 Hash#rassoc 1 Hash#rehash 0 Hash#reject 0 Hash#reject! 0 Hash#replace 1 Hash#select 0 Hash#select! 0 Hash#shift 0 Hash#size 0 Hash#store 2 Hash#to_a 0 Hash#to_hash 0 Hash#to_s 0 Hash#update 1 Hash#value? 1 Hash#values 0 Hash#values_at -1 IO [File::Constants, Enumerable, Object, Kernel, BasicObject] IO.binread -1 IO.copy_stream -1 IO.for_fd -1 IO.foreach -1 IO.new -1 IO.open -1 IO.pipe -1 IO.popen -1 IO.read -1 IO.readlines -1 IO.select -1 IO.sysopen -1 IO.try_convert 1 IO#<< 1 IO#autoclose= 1 IO#autoclose? 0 IO#binmode 0 IO#binmode? 0 IO#bytes 0 IO#chars 0 IO#close 0 IO#close_on_exec= 1 IO#close_on_exec? 0 IO#close_read 0 IO#close_write 0 IO#closed? 0 IO#codepoints 0 IO#each -1 IO#each_byte 0 IO#each_char 0 IO#each_codepoint 0 IO#each_line -1 IO#eof 0 IO#eof? 0 IO#external_encoding 0 IO#fcntl -1 IO#fdatasync 0 IO#fileno 0 IO#flush 0 IO#fsync 0 IO#getbyte 0 IO#getc 0 IO#gets -1 IO#initialize -1 IO#inspect 0 IO#internal_encoding 0 IO#ioctl -1 IO#isatty 0 IO#lineno 0 IO#lineno= 1 IO#lines -1 IO#pid 0 IO#pos 0 IO#pos= 1 IO#print -1 IO#printf -1 IO#putc 1 IO#puts -1 IO#read -1 IO#read_nonblock -1 IO#readbyte 0 IO#readchar 0 IO#readline -1 IO#readlines -1 IO#readpartial -1 IO#reopen -1 IO#rewind 0 IO#seek -1 IO#set_encoding -1 IO#stat 0 IO#sync 0 IO#sync= 1 IO#sysread -1 IO#sysseek -1 IO#syswrite 1 IO#tell 0 IO#to_i 0 IO#to_io 0 IO#tty? 0 IO#ungetbyte 1 IO#ungetc 1 IO#write 1 IO#write_nonblock 1 IO::WaitReadable [] IO::WaitWritable [] IOError [StandardError, Exception, Object, Kernel, BasicObject] IndexError [StandardError, Exception, Object, Kernel, BasicObject] Integer [Numeric, Comparable, Object, Kernel, BasicObject] Integer#ceil 0 Integer#chr -1 Integer#denominator 0 Integer#downto 1 Integer#even? 0 Integer#floor 0 Integer#gcd 1 Integer#gcdlcm 1 Integer#integer? 0 Integer#lcm 1 Integer#next 0 Integer#numerator 0 Integer#odd? 0 Integer#ord 0 Integer#pred 0 Integer#rationalize -1 Integer#round -1 Integer#succ 0 Integer#times 0 Integer#to_i 0 Integer#to_int 0 Integer#to_r 0 Integer#truncate 0 Integer#upto 1 Interrupt [SignalException, Exception, Object, Kernel, BasicObject] Interrupt#initialize -1 Kernel [] Kernel.Array 1 Kernel.Complex -1 Kernel.Float 1 Kernel.Integer -1 Kernel.Rational -1 Kernel.String 1 Kernel.__callee__ 0 Kernel.__method__ 0 Kernel.` 1 Kernel.abort -1 Kernel.at_exit 0 Kernel.autoload 2 Kernel.autoload? 1 Kernel.binding 0 Kernel.block_given? 0 Kernel.caller -1 Kernel.catch -1 Kernel.eval -1 Kernel.exec -1 Kernel.exit -1 Kernel.exit! -1 Kernel.fail -1 Kernel.fork 0 Kernel.format -1 Kernel.gets -1 Kernel.global_variables 0 Kernel.iterator? 0 Kernel.lambda 0 Kernel.load -1 Kernel.local_variables 0 Kernel.loop 0 Kernel.open -1 Kernel.p -1 Kernel.print -1 Kernel.printf -1 Kernel.proc 0 Kernel.putc 1 Kernel.puts -1 Kernel.raise -1 Kernel.rand -1 Kernel.readline -1 Kernel.readlines -1 Kernel.require 1 Kernel.require_relative 1 Kernel.select -1 Kernel.set_trace_func 1 Kernel.sleep -1 Kernel.spawn -1 Kernel.sprintf -1 Kernel.srand -1 Kernel.syscall -1 Kernel.system -1 Kernel.test -1 Kernel.throw -1 Kernel.trace_var -1 Kernel.trap -1 Kernel.untrace_var -1 Kernel.warn 1 Kernel#!~ 1 Kernel#<=> 1 Kernel#=== 1 Kernel#=~ 1 Kernel#__id__ 0 Kernel#class 0 Kernel#clone 0 Kernel#define_singleton_method -1 Kernel#display -1 Kernel#dup 0 Kernel#enum_for -1 Kernel#eql? 1 Kernel#extend -1 Kernel#freeze 0 Kernel#frozen? 0 Kernel#hash 0 Kernel#initialize_clone 1 Kernel#initialize_dup 1 Kernel#inspect 0 Kernel#instance_of? 1 Kernel#instance_variable_defined? 1 Kernel#instance_variable_get 1 Kernel#instance_variable_set 2 Kernel#instance_variables 0 Kernel#is_a? 1 Kernel#kind_of? 1 Kernel#method 1 Kernel#methods -1 Kernel#nil? 0 Kernel#object_id 0 Kernel#private_methods -1 Kernel#protected_methods -1 Kernel#public_method 1 Kernel#public_methods -1 Kernel#public_send -1 Kernel#respond_to? -1 Kernel#respond_to_missing? 2 Kernel#send -1 Kernel#singleton_class 0 Kernel#singleton_methods -1 Kernel#taint 0 Kernel#tainted? 0 Kernel#tap 0 Kernel#to_enum -1 Kernel#to_s 0 Kernel#trust 0 Kernel#untaint 0 Kernel#untrust 0 Kernel#untrusted? 0 KeyError [IndexError, StandardError, Exception, Object, Kernel, BasicObject] LoadError [ScriptError, Exception, Object, Kernel, BasicObject] LocalJumpError [StandardError, Exception, Object, Kernel, BasicObject] LocalJumpError#exit_value 0 LocalJumpError#reason 0 Marshal [] Marshal.dump -1 Marshal.load -1 Marshal.restore -1 MatchData [Object, Kernel, BasicObject] MatchData#== 1 MatchData#[] -1 MatchData#begin 1 MatchData#captures 0 MatchData#end 1 MatchData#eql? 1 MatchData#hash 0 MatchData#inspect 0 MatchData#length 0 MatchData#names 0 MatchData#offset 1 MatchData#post_match 0 MatchData#pre_match 0 MatchData#regexp 0 MatchData#size 0 MatchData#string 0 MatchData#to_a 0 MatchData#to_s 0 MatchData#values_at -1 Math [] Math.acos 1 Math.acosh 1 Math.asin 1 Math.asinh 1 Math.atan 1 Math.atan2 2 Math.atanh 1 Math.cbrt 1 Math.cos 1 Math.cosh 1 Math.erf 1 Math.erfc 1 Math.exp 1 Math.frexp 1 Math.gamma 1 Math.hypot 2 Math.ldexp 2 Math.lgamma 1 Math.log -1 Math.log10 1 Math.log2 1 Math.sin 1 Math.sinh 1 Math.sqrt 1 Math.tan 1 Math.tanh 1 Math::DomainError [StandardError, Exception, Object, Kernel, BasicObject] Method [Object, Kernel, BasicObject] Method#== 1 Method#[] -1 Method#arity 0 Method#call -1 Method#clone 0 Method#eql? 1 Method#hash 0 Method#inspect 0 Method#name 0 Method#owner 0 Method#parameters 0 Method#receiver 0 Method#source_location 0 Method#to_proc 0 Method#to_s 0 Method#unbind 0 Module [Object, Kernel, BasicObject] Module.constants -1 Module.nesting 0 Module#< 1 Module#<= 1 Module#<=> 1 Module#== 1 Module#=== 1 Module#> 1 Module#>= 1 Module#ancestors 0 Module#autoload 2 Module#autoload? 1 Module#class_eval -1 Module#class_exec -1 Module#class_variable_defined? 1 Module#class_variable_get 1 Module#class_variable_set 2 Module#class_variables 0 Module#const_defined? -1 Module#const_get -1 Module#const_missing 1 Module#const_set 2 Module#constants -1 Module#freeze 0 Module#include? 1 Module#included_modules 0 Module#initialize 0 Module#instance_method 1 Module#instance_methods -1 Module#method_defined? 1 Module#module_eval -1 Module#module_exec -1 Module#name 0 Module#private_class_method -1 Module#private_instance_methods -1 Module#private_method_defined? 1 Module#protected_instance_methods -1 Module#protected_method_defined? 1 Module#public_class_method -1 Module#public_instance_method 1 Module#public_instance_methods -1 Module#public_method_defined? 1 Module#remove_class_variable 1 Module#to_s 0 Mutex [Object, Kernel, BasicObject] Mutex#initialize 0 Mutex#lock 0 Mutex#locked? 0 Mutex#sleep -1 Mutex#synchronize 0 Mutex#try_lock 0 Mutex#unlock 0 NameError [StandardError, Exception, Object, Kernel, BasicObject] NameError#initialize -1 NameError#name 0 NameError#to_s 0 NameError::message [Data, Object, Kernel, BasicObject] NameError::message.! 3 NameError::message._load 1 NameError::message#== 1 NameError::message#_dump 1 NameError::message#to_str 0 NilClass [Object, Kernel, BasicObject] NilClass#& 1 NilClass#^ 1 NilClass#inspect 0 NilClass#nil? 0 NilClass#rationalize -1 NilClass#to_a 0 NilClass#to_c 0 NilClass#to_f 0 NilClass#to_i 0 NilClass#to_r 0 NilClass#to_s 0 NilClass#| 1 NoMemoryError [Exception, Object, Kernel, BasicObject] NoMethodError [NameError, StandardError, Exception, Object, Kernel, BasicObject] NoMethodError#args 0 NoMethodError#initialize -1 NotImplementedError [ScriptError, Exception, Object, Kernel, BasicObject] Numeric [Comparable, Object, Kernel, BasicObject] Numeric#% 1 Numeric#+@ 0 Numeric#-@ 0 Numeric#<=> 1 Numeric#abs 0 Numeric#abs2 0 Numeric#angle 0 Numeric#arg 0 Numeric#ceil 0 Numeric#coerce 1 Numeric#conj 0 Numeric#conjugate 0 Numeric#denominator 0 Numeric#div 1 Numeric#divmod 1 Numeric#eql? 1 Numeric#fdiv 1 Numeric#floor 0 Numeric#i 0 Numeric#imag 0 Numeric#imaginary 0 Numeric#integer? 0 Numeric#magnitude 0 Numeric#modulo 1 Numeric#nonzero? 0 Numeric#numerator 0 Numeric#phase 0 Numeric#polar 0 Numeric#quo 1 Numeric#real 0 Numeric#real? 0 Numeric#rect 0 Numeric#rectangular 0 Numeric#remainder 1 Numeric#round -1 Numeric#singleton_method_added 1 Numeric#step -1 Numeric#to_c 0 Numeric#to_int 0 Numeric#truncate 0 Numeric#zero? 0 Object [Kernel, BasicObject] ObjectSpace [] ObjectSpace._id2ref 1 ObjectSpace.count_objects -1 ObjectSpace.define_finalizer -1 ObjectSpace.each_object -1 ObjectSpace.garbage_collect 0 ObjectSpace.undefine_finalizer 1 Proc [Object, Kernel, BasicObject] Proc.new -1 Proc#== 1 Proc#=== -1 Proc#[] -1 Proc#arity 0 Proc#binding 0 Proc#call -1 Proc#clone 0 Proc#curry -1 Proc#dup 0 Proc#eql? 1 Proc#hash 0 Proc#lambda? 0 Proc#parameters 0 Proc#source_location 0 Proc#to_proc 0 Proc#to_s 0 Proc#yield -1 Process [] Process.abort -1 Process.daemon -1 Process.detach 1 Process.egid 0 Process.egid= 1 Process.euid 0 Process.euid= 1 Process.exec -1 Process.exit -1 Process.exit! -1 Process.fork 0 Process.getpgid 1 Process.getpgrp 0 Process.getpriority 2 Process.getrlimit 1 Process.gid 0 Process.gid= 1 Process.groups 0 Process.groups= 1 Process.initgroups 2 Process.kill -1 Process.maxgroups 0 Process.maxgroups= 1 Process.pid 0 Process.ppid 0 Process.setpgid 2 Process.setpgrp 0 Process.setpriority 3 Process.setrlimit -1 Process.setsid 0 Process.spawn -1 Process.times 0 Process.uid 0 Process.uid= 1 Process.wait -1 Process.wait2 -1 Process.waitall 0 Process.waitpid -1 Process.waitpid2 -1 Process::GID [] Process::GID.change_privilege 1 Process::GID.eid 0 Process::GID.eid= 1 Process::GID.grant_privilege 1 Process::GID.re_exchange 0 Process::GID.re_exchangeable? 0 Process::GID.rid 0 Process::GID.sid_available? 0 Process::GID.switch 0 Process::Status [Object, Kernel, BasicObject] Process::Status#& 1 Process::Status#== 1 Process::Status#>> 1 Process::Status#coredump? 0 Process::Status#exited? 0 Process::Status#exitstatus 0 Process::Status#inspect 0 Process::Status#pid 0 Process::Status#signaled? 0 Process::Status#stopped? 0 Process::Status#stopsig 0 Process::Status#success? 0 Process::Status#termsig 0 Process::Status#to_i 0 Process::Status#to_s 0 Process::Sys [] Process::Sys.getegid 0 Process::Sys.geteuid 0 Process::Sys.getgid 0 Process::Sys.getuid 0 Process::Sys.issetugid 0 not-implemented Process::Sys.setegid 1 Process::Sys.seteuid 1 Process::Sys.setgid 1 Process::Sys.setregid 2 Process::Sys.setresgid 3 Process::Sys.setresuid 3 Process::Sys.setreuid 2 Process::Sys.setrgid 0 not-implemented Process::Sys.setruid 0 not-implemented Process::Sys.setuid 1 Process::UID [] Process::UID.change_privilege 1 Process::UID.eid 0 Process::UID.eid= 1 Process::UID.grant_privilege 1 Process::UID.re_exchange 0 Process::UID.re_exchangeable? 0 Process::UID.rid 0 Process::UID.sid_available? 0 Process::UID.switch 0 Random [Object, Kernel, BasicObject] Random.new_seed 0 Random.rand -1 Random.srand -1 Random#== 1 Random#bytes 1 Random#initialize -1 Random#marshal_dump 0 Random#marshal_load 1 Random#rand -1 Random#seed 0 Range [Enumerable, Object, Kernel, BasicObject] Range#== 1 Range#=== 1 Range#begin 0 Range#cover? 1 Range#each 0 Range#end 0 Range#eql? 1 Range#exclude_end? 0 Range#first -1 Range#hash 0 Range#include? 1 Range#initialize -1 Range#inspect 0 Range#last -1 Range#max 0 Range#member? 1 Range#min 0 Range#step -1 Range#to_s 0 RangeError [StandardError, Exception, Object, Kernel, BasicObject] Rational [Numeric, Comparable, Object, Kernel, BasicObject] Rational#* 1 Rational#** 1 Rational#+ 1 Rational#- 1 Rational#/ 1 Rational#<=> 1 Rational#== 1 Rational#ceil -1 Rational#coerce 1 Rational#denominator 0 Rational#fdiv 1 Rational#floor -1 Rational#hash 0 Rational#inspect 0 Rational#marshal_dump 0 Rational#marshal_load 1 Rational#numerator 0 Rational#quo 1 Rational#rationalize -1 Rational#round -1 Rational#to_f 0 Rational#to_i 0 Rational#to_r 0 Rational#to_s 0 Rational#truncate -1 Regexp [Object, Kernel, BasicObject] Regexp.compile -1 Regexp.escape 1 Regexp.last_match -1 Regexp.quote 1 Regexp.try_convert 1 Regexp.union -1 Regexp#== 1 Regexp#=== 1 Regexp#=~ 1 Regexp#casefold? 0 Regexp#encoding 0 Regexp#eql? 1 Regexp#fixed_encoding? 0 Regexp#hash 0 Regexp#initialize -1 Regexp#inspect 0 Regexp#match -1 Regexp#named_captures 0 Regexp#names 0 Regexp#options 0 Regexp#source 0 Regexp#to_s 0 Regexp#~ 0 RegexpError [StandardError, Exception, Object, Kernel, BasicObject] RubyVM [Object, Kernel, BasicObject] RubyVM::Env [Object, Kernel, BasicObject] RubyVM::InstructionSequence [Object, Kernel, BasicObject] RubyVM::InstructionSequence.compile -1 RubyVM::InstructionSequence.compile_file -1 RubyVM::InstructionSequence.compile_option 0 RubyVM::InstructionSequence.compile_option= 1 RubyVM::InstructionSequence.disasm 1 RubyVM::InstructionSequence.disassemble 1 RubyVM::InstructionSequence.new -1 RubyVM::InstructionSequence#disasm 0 RubyVM::InstructionSequence#disassemble 0 RubyVM::InstructionSequence#eval 0 RubyVM::InstructionSequence#inspect 0 RubyVM::InstructionSequence#to_a 0 RuntimeError [StandardError, Exception, Object, Kernel, BasicObject] ScriptError [Exception, Object, Kernel, BasicObject] SecurityError [Exception, Object, Kernel, BasicObject] Signal [] Signal.list 0 Signal.trap -1 SignalException [Exception, Object, Kernel, BasicObject] SignalException#initialize -1 SignalException#signm 0 SignalException#signo 0 StandardError [Exception, Object, Kernel, BasicObject] StopIteration [IndexError, StandardError, Exception, Object, Kernel, BasicObject] StopIteration#result 0 String [Comparable, Object, Kernel, BasicObject] String.try_convert 1 String#% 1 String#* 1 String#+ 1 String#<< 1 String#<=> 1 String#== 1 String#=== 1 String#=~ 1 String#[] -1 String#[]= -1 String#ascii_only? 0 String#bytes 0 String#bytesize 0 String#capitalize 0 String#capitalize! 0 String#casecmp 1 String#center -1 String#chars 0 String#chomp -1 String#chomp! -1 String#chop 0 String#chop! 0 String#chr 0 String#clear 0 String#codepoints 0 String#concat 1 String#count -1 String#crypt 1 String#delete -1 String#delete! -1 String#downcase 0 String#downcase! 0 String#dump 0 String#each_byte 0 String#each_char 0 String#each_codepoint 0 String#each_line -1 String#empty? 0 String#encode -1 String#encode! -1 String#encoding 0 String#end_with? -1 String#eql? 1 String#force_encoding 1 String#getbyte 1 String#gsub -1 String#gsub! -1 String#hash 0 String#hex 0 String#include? 1 String#index -1 String#initialize -1 String#insert 2 String#inspect 0 String#intern 0 String#length 0 String#lines -1 String#ljust -1 String#lstrip 0 String#lstrip! 0 String#match -1 String#next 0 String#next! 0 String#oct 0 String#ord 0 String#partition 1 String#prepend 1 String#replace 1 String#reverse 0 String#reverse! 0 String#rindex -1 String#rjust -1 String#rpartition 1 String#rstrip 0 String#rstrip! 0 String#scan 1 String#setbyte 2 String#size 0 String#slice -1 String#slice! -1 String#split -1 String#squeeze -1 String#squeeze! -1 String#start_with? -1 String#strip 0 String#strip! 0 String#sub -1 String#sub! -1 String#succ 0 String#succ! 0 String#sum -1 String#swapcase 0 String#swapcase! 0 String#to_c 0 String#to_f 0 String#to_i -1 String#to_r 0 String#to_s 0 String#to_str 0 String#to_sym 0 String#tr 2 String#tr! 2 String#tr_s 2 String#tr_s! 2 String#unpack 1 String#upcase 0 String#upcase! 0 String#upto -1 String#valid_encoding? 0 Struct [Enumerable, Object, Kernel, BasicObject] Struct.new -1 Struct#== 1 Struct#[] 1 Struct#[]= 2 Struct#each 0 Struct#each_pair 0 Struct#eql? 1 Struct#hash 0 Struct#initialize -1 Struct#inspect 0 Struct#length 0 Struct#members 0 Struct#select -1 Struct#size 0 Struct#to_a 0 Struct#to_s 0 Struct#values 0 Struct#values_at -1 Struct::Tms [Struct, Enumerable, Object, Kernel, BasicObject] Struct::Tms.[] -1 Struct::Tms.members 0 Struct::Tms.new -1 Struct::Tms#cstime 0 Struct::Tms#cstime= 1 Struct::Tms#cutime 0 Struct::Tms#cutime= 1 Struct::Tms#stime 0 Struct::Tms#stime= 1 Struct::Tms#utime 0 Struct::Tms#utime= 1 Symbol [Comparable, Object, Kernel, BasicObject] Symbol.all_symbols 0 Symbol#<=> 1 Symbol#== 1 Symbol#=== 1 Symbol#=~ 1 Symbol#[] -1 Symbol#capitalize 0 Symbol#casecmp 1 Symbol#downcase 0 Symbol#empty? 0 Symbol#encoding 0 Symbol#id2name 0 Symbol#inspect 0 Symbol#intern 0 Symbol#length 0 Symbol#match 1 Symbol#next 0 Symbol#size 0 Symbol#slice -1 Symbol#succ 0 Symbol#swapcase 0 Symbol#to_proc 0 Symbol#to_s 0 Symbol#to_sym 0 Symbol#upcase 0 SyntaxError [ScriptError, Exception, Object, Kernel, BasicObject] SystemCallError [StandardError, Exception, Object, Kernel, BasicObject] SystemCallError.=== 1 SystemCallError#errno 0 SystemCallError#initialize -1 SystemExit [Exception, Object, Kernel, BasicObject] SystemExit#initialize -1 SystemExit#status 0 SystemExit#success? 0 SystemStackError [Exception, Object, Kernel, BasicObject] Thread [Object, Kernel, BasicObject] Thread.abort_on_exception 0 Thread.abort_on_exception= 1 Thread.current 0 Thread.exclusive 0 Thread.exit 0 Thread.fork -1 Thread.kill 1 Thread.list 0 Thread.main 0 Thread.new -1 Thread.pass 0 Thread.start -1 Thread.stop 0 Thread#[] 1 Thread#[]= 2 Thread#abort_on_exception 0 Thread#abort_on_exception= 1 Thread#add_trace_func 1 Thread#alive? 0 Thread#backtrace 0 Thread#exit 0 Thread#group 0 Thread#initialize -1 Thread#inspect 0 Thread#join -1 Thread#key? 1 Thread#keys 0 Thread#kill 0 Thread#priority 0 Thread#priority= 1 Thread#raise -1 Thread#run 0 Thread#safe_level 0 Thread#set_trace_func 1 Thread#status 0 Thread#stop? 0 Thread#terminate 0 Thread#value 0 Thread#wakeup 0 ThreadError [StandardError, Exception, Object, Kernel, BasicObject] ThreadGroup [Object, Kernel, BasicObject] ThreadGroup#add 1 ThreadGroup#enclose 0 ThreadGroup#enclosed? 0 ThreadGroup#list 0 Time [Comparable, Object, Kernel, BasicObject] Time._load 1 Time.at -1 Time.gm -1 Time.local -1 Time.mktime -1 Time.now 0 Time.utc -1 Time#+ 1 Time#- 1 Time#<=> 1 Time#_dump -1 Time#asctime 0 Time#ctime 0 Time#day 0 Time#dst? 0 Time#eql? 1 Time#friday? 0 Time#getgm 0 Time#getlocal -1 Time#getutc 0 Time#gmt? 0 Time#gmt_offset 0 Time#gmtime 0 Time#gmtoff 0 Time#hash 0 Time#hour 0 Time#initialize -1 Time#inspect 0 Time#isdst 0 Time#localtime -1 Time#mday 0 Time#min 0 Time#mon 0 Time#monday? 0 Time#month 0 Time#nsec 0 Time#round -1 Time#saturday? 0 Time#sec 0 Time#strftime 1 Time#subsec 0 Time#succ 0 Time#sunday? 0 Time#thursday? 0 Time#to_a 0 Time#to_f 0 Time#to_i 0 Time#to_r 0 Time#to_s 0 Time#tuesday? 0 Time#tv_nsec 0 Time#tv_sec 0 Time#tv_usec 0 Time#usec 0 Time#utc 0 Time#utc? 0 Time#utc_offset 0 Time#wday 0 Time#wednesday? 0 Time#yday 0 Time#year 0 Time#zone 0 TrueClass [Object, Kernel, BasicObject] TrueClass#& 1 TrueClass#^ 1 TrueClass#to_s 0 TrueClass#| 1 TypeError [StandardError, Exception, Object, Kernel, BasicObject] UnboundMethod [Object, Kernel, BasicObject] UnboundMethod#== 1 UnboundMethod#arity 0 UnboundMethod#bind 1 UnboundMethod#clone 0 UnboundMethod#eql? 1 UnboundMethod#hash 0 UnboundMethod#inspect 0 UnboundMethod#name 0 UnboundMethod#owner 0 UnboundMethod#parameters 0 UnboundMethod#source_location 0 UnboundMethod#to_s 0 ZeroDivisionError [StandardError, Exception, Object, Kernel, BasicObject] fatal [Exception, Object, Kernel, BasicObject] 236 modules, 1565 methods == main # 2010-09-21T20:30:51+09:00 + make main rbconfig.rb updated ./miniruby -I./lib -I.ext/common ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dln.o -c dln.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o encoding.o -c encoding.c ./miniruby -I./lib -I.ext/common -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o prelude.o dmyext.o ./miniruby -I./lib -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h updated make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " enc make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/encdb.o -c ./enc/encdb.c gcc -shared -o .ext/powerpc64-linux/enc/encdb.so enc/encdb.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/big5.o -c ./enc/big5.c gcc -shared -o .ext/powerpc64-linux/enc/big5.so enc/big5.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/cp949.o -c ./enc/cp949.c gcc -shared -o .ext/powerpc64-linux/enc/cp949.so enc/cp949.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/emacs_mule.o -c ./enc/emacs_mule.c gcc -shared -o .ext/powerpc64-linux/enc/emacs_mule.so enc/emacs_mule.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/euc_jp.o -c ./enc/euc_jp.c gcc -shared -o .ext/powerpc64-linux/enc/euc_jp.so enc/euc_jp.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/euc_kr.o -c ./enc/euc_kr.c gcc -shared -o .ext/powerpc64-linux/enc/euc_kr.so enc/euc_kr.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/euc_tw.o -c ./enc/euc_tw.c gcc -shared -o .ext/powerpc64-linux/enc/euc_tw.so enc/euc_tw.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/gb2312.o -c ./enc/gb2312.c gcc -shared -o .ext/powerpc64-linux/enc/gb2312.so enc/gb2312.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/gb18030.o -c ./enc/gb18030.c gcc -shared -o .ext/powerpc64-linux/enc/gb18030.so enc/gb18030.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/gbk.o -c ./enc/gbk.c gcc -shared -o .ext/powerpc64-linux/enc/gbk.so enc/gbk.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_1.so enc/iso_8859_1.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_2.so enc/iso_8859_2.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_3.so enc/iso_8859_3.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_4.so enc/iso_8859_4.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_5.so enc/iso_8859_5.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_6.so enc/iso_8859_6.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_7.so enc/iso_8859_7.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_8.so enc/iso_8859_8.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_9.so enc/iso_8859_9.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_10.so enc/iso_8859_10.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_11.so enc/iso_8859_11.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_13.so enc/iso_8859_13.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_14.so enc/iso_8859_14.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_15.so enc/iso_8859_15.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c gcc -shared -o .ext/powerpc64-linux/enc/iso_8859_16.so enc/iso_8859_16.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/koi8_r.o -c ./enc/koi8_r.c gcc -shared -o .ext/powerpc64-linux/enc/koi8_r.so enc/koi8_r.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/koi8_u.o -c ./enc/koi8_u.c gcc -shared -o .ext/powerpc64-linux/enc/koi8_u.so enc/koi8_u.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/shift_jis.o -c ./enc/shift_jis.c gcc -shared -o .ext/powerpc64-linux/enc/shift_jis.so enc/shift_jis.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_16be.o -c ./enc/utf_16be.c gcc -shared -o .ext/powerpc64-linux/enc/utf_16be.so enc/utf_16be.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_16le.o -c ./enc/utf_16le.c gcc -shared -o .ext/powerpc64-linux/enc/utf_16le.so enc/utf_16le.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_32be.o -c ./enc/utf_32be.c gcc -shared -o .ext/powerpc64-linux/enc/utf_32be.so enc/utf_32be.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/utf_32le.o -c ./enc/utf_32le.c gcc -shared -o .ext/powerpc64-linux/enc/utf_32le.so enc/utf_32le.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/windows_1251.o -c ./enc/windows_1251.c gcc -shared -o .ext/powerpc64-linux/enc/windows_1251.so enc/windows_1251.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " srcs make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/big5.c" "enc/trans/big5.trans" generating enc/trans/big5.c ... converter from Big5 to UTF-8 converter from UTF-8 to Big5 converter from Big5-HKSCS to UTF-8 converter from UTF-8 to Big5-HKSCS converter from Big5-UAO to UTF-8 converter from UTF-8 to Big5-UAO done. (16.22user 1.39system 17.67elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/chinese.c" "enc/trans/chinese.trans" generating enc/trans/chinese.c ... load mapsrc enc/trans/GB/GB2312%UCS.src converter from GB2312 to UTF-8 load mapsrc enc/trans/GB/GB12345%UCS.src converter from GB12345 to UTF-8 load mapsrc enc/trans/GB/UCS%GB2312.src converter from UTF-8 to GB2312 load mapsrc enc/trans/GB/UCS%GB12345.src converter from UTF-8 to GB12345 done. (5.48user 0.49system 5.93elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/emoji.c" "enc/trans/emoji.trans" generating enc/trans/emoji.c ... converter from UTF8-DoCoMo to UTF8-KDDI converter from UTF8-DoCoMo to UTF8-SoftBank converter from UTF8-DoCoMo to UTF-8 converter from UTF8-KDDI to UTF8-DoCoMo converter from UTF8-KDDI to UTF8-SoftBank converter from UTF8-KDDI to UTF-8 converter from UTF8-SoftBank to UTF8-DoCoMo converter from UTF8-SoftBank to UTF8-KDDI converter from UTF8-SoftBank to UTF-8 converter from UTF-8 to UTF8-DoCoMo converter from UTF-8 to UTF8-KDDI converter from UTF-8 to UTF8-SoftBank done. (1.33user 0.13system 1.37elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/emoji_iso2022_kddi.c" "enc/trans/emoji_iso2022_kddi.trans" generating enc/trans/emoji_iso2022_kddi.c ... converter for iso2022jp_kddi_decoder converter for iso2022jp_kddi_decoder_jisx0208_rest converter for iso2022jp_kddi_encoder load mapsrc enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc enc/trans/CP/CP932UDA%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc enc/trans/CP/UCS%CP932UDA.src load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI done. (3.79user 0.32system 4.05elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/emoji_sjis_docomo.c" "enc/trans/emoji_sjis_docomo.trans" generating enc/trans/emoji_sjis_docomo.c ... load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc enc/trans/CP/CP932UDA%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-DOCOMO to UTF8-DOCOMO load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc enc/trans/CP/UCS%CP932UDA.src load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-DOCOMO to SJIS-DOCOMO done. (3.47user 0.26system 3.66elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/emoji_sjis_kddi.c" "enc/trans/emoji_sjis_kddi.trans" generating enc/trans/emoji_sjis_kddi.c ... load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc enc/trans/CP/CP932UDA%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-KDDI to UTF8-KDDI load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc enc/trans/CP/UCS%CP932UDA.src load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-KDDI to SJIS-KDDI done. (3.70user 0.17system 3.80elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/emoji_sjis_softbank.c" "enc/trans/emoji_sjis_softbank.trans" generating enc/trans/emoji_sjis_softbank.c ... load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc enc/trans/CP/CP932UDA%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-SoftBank to UTF8-SoftBank load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc enc/trans/CP/UCS%CP932UDA.src load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-SoftBank to SJIS-SoftBank done. (3.46user 0.23system 3.63elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/escape.c" "enc/trans/escape.trans" generating enc/trans/escape.c ... converter for amp_escape converter for xml_text_escape converter for xml_attr_content_escape converter for escape_xml_attr_quote done. (0.11user 0.01system 0.03elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/gb18030.c" "enc/trans/gb18030.trans" generating enc/trans/gb18030.c ... converter from GB18030 to UTF-8 converter from UTF-8 to GB18030 done. (16.73user 1.39system 18.17elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/gbk.c" "enc/trans/gbk.trans" generating enc/trans/gbk.c ... converter from GBK to UTF-8 converter from UTF-8 to GBK done. (5.41user 0.47system 5.83elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/iso2022.c" "enc/trans/iso2022.trans" generating enc/trans/iso2022.c ... converter for iso2022jp_decoder converter for iso2022jp_decoder_jisx0208_rest converter for iso2022jp_encoder converter for stateless_iso2022jp_to_eucjp converter for eucjp_to_stateless_iso2022jp converter for cp50221_decoder converter for cp50221_encoder done. (0.17user 0.02system 0.09elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/japanese.c" "enc/trans/japanese.trans" generating enc/trans/japanese.c ... converter for eucjp2sjis converter for sjis2eucjp done. (0.12user 0.02system 0.04elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/japanese_euc.c" "enc/trans/japanese_euc.trans" generating enc/trans/japanese_euc.c ... load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0212%UCS.src converter from EUC-JP to UTF-8 load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/JIS/JISX0208UDC%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0212VDC@IBM%UCS.src load mapsrc enc/trans/JIS/JISX0212UDC%UCS.src load mapsrc enc/trans/JIS/JISX0212@MS%UCS.src converter from eucJP-ms to UTF-8 load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src converter from CP51932 to UTF-8 load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0212.src converter from UTF-8 to EUC-JP load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/JIS/UCS%JISX0208UDC.src load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0212VDC@IBM.src load mapsrc enc/trans/JIS/UCS%JISX0212UDC.src load mapsrc enc/trans/JIS/UCS%JISX0212@MS.src converter from UTF-8 to eucJP-ms load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src converter from UTF-8 to CP51932 done. (11.02user 0.85system 11.87elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/japanese_sjis.c" "enc/trans/japanese_sjis.trans" generating enc/trans/japanese_sjis.c ... load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src converter from Shift_JIS to UTF-8 load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc enc/trans/CP/CP932UDA%UCS.src load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src converter from Windows-31J to UTF-8 load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0208@1990.src converter from UTF-8 to Shift_JIS load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc enc/trans/CP/UCS%CP932UDA.src converter from UTF-8 to Windows-31J done. (5.64user 0.44system 6.02elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/korean.c" "enc/trans/korean.trans" generating enc/trans/korean.c ... converter from UTF-8 to EUC-KR converter from EUC-KR to UTF-8 converter from UTF-8 to CP949 converter from CP949 to UTF-8 done. (7.46user 0.74system 8.18elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/single_byte.c" "enc/trans/single_byte.trans" generating enc/trans/single_byte.c ... converter from US-ASCII to UTF-8 converter from UTF-8 to US-ASCII converter from ASCII-8BIT to UTF-8 converter from UTF-8 to ASCII-8BIT converter from ISO-8859-1 to UTF-8 converter from UTF-8 to ISO-8859-1 converter from ISO-8859-2 to UTF-8 converter from UTF-8 to ISO-8859-2 converter from ISO-8859-3 to UTF-8 converter from UTF-8 to ISO-8859-3 converter from ISO-8859-4 to UTF-8 converter from UTF-8 to ISO-8859-4 converter from ISO-8859-5 to UTF-8 converter from UTF-8 to ISO-8859-5 converter from ISO-8859-6 to UTF-8 converter from UTF-8 to ISO-8859-6 converter from ISO-8859-7 to UTF-8 converter from UTF-8 to ISO-8859-7 converter from ISO-8859-8 to UTF-8 converter from UTF-8 to ISO-8859-8 converter from ISO-8859-9 to UTF-8 converter from UTF-8 to ISO-8859-9 converter from ISO-8859-10 to UTF-8 converter from UTF-8 to ISO-8859-10 converter from ISO-8859-11 to UTF-8 converter from UTF-8 to ISO-8859-11 converter from ISO-8859-13 to UTF-8 converter from UTF-8 to ISO-8859-13 converter from ISO-8859-14 to UTF-8 converter from UTF-8 to ISO-8859-14 converter from ISO-8859-15 to UTF-8 converter from UTF-8 to ISO-8859-15 converter from WINDOWS-874 to UTF-8 converter from UTF-8 to WINDOWS-874 converter from WINDOWS-1250 to UTF-8 converter from UTF-8 to WINDOWS-1250 converter from WINDOWS-1251 to UTF-8 converter from UTF-8 to WINDOWS-1251 converter from WINDOWS-1252 to UTF-8 converter from UTF-8 to WINDOWS-1252 converter from WINDOWS-1253 to UTF-8 converter from UTF-8 to WINDOWS-1253 converter from WINDOWS-1254 to UTF-8 converter from UTF-8 to WINDOWS-1254 converter from WINDOWS-1255 to UTF-8 converter from UTF-8 to WINDOWS-1255 converter from WINDOWS-1256 to UTF-8 converter from UTF-8 to WINDOWS-1256 converter from WINDOWS-1257 to UTF-8 converter from UTF-8 to WINDOWS-1257 converter from IBM437 to UTF-8 converter from UTF-8 to IBM437 converter from IBM775 to UTF-8 converter from UTF-8 to IBM775 converter from IBM852 to UTF-8 converter from UTF-8 to IBM852 converter from IBM855 to UTF-8 converter from UTF-8 to IBM855 converter from IBM857 to UTF-8 converter from UTF-8 to IBM857 converter from IBM860 to UTF-8 converter from UTF-8 to IBM860 converter from IBM861 to UTF-8 converter from UTF-8 to IBM861 converter from IBM862 to UTF-8 converter from UTF-8 to IBM862 converter from IBM863 to UTF-8 converter from UTF-8 to IBM863 converter from IBM865 to UTF-8 converter from UTF-8 to IBM865 converter from IBM866 to UTF-8 converter from UTF-8 to IBM866 converter from IBM869 to UTF-8 converter from UTF-8 to IBM869 converter from MACCROATIAN to UTF-8 converter from UTF-8 to MACCROATIAN converter from MACCYRILLIC to UTF-8 converter from UTF-8 to MACCYRILLIC converter from MACGREEK to UTF-8 converter from UTF-8 to MACGREEK converter from MACICELAND to UTF-8 converter from UTF-8 to MACICELAND converter from MACROMAN to UTF-8 converter from UTF-8 to MACROMAN converter from MACROMANIA to UTF-8 converter from UTF-8 to MACROMANIA converter from MACTURKISH to UTF-8 converter from UTF-8 to MACTURKISH converter from MACUKRAINE to UTF-8 converter from UTF-8 to MACUKRAINE converter from KOI8-U to UTF-8 converter from UTF-8 to KOI8-U converter from KOI8-R to UTF-8 converter from UTF-8 to KOI8-R converter from TIS-620 to UTF-8 converter from UTF-8 to TIS-620 converter from CP850 to UTF-8 converter from UTF-8 to CP850 converter from CP852 to UTF-8 converter from UTF-8 to CP852 converter from CP855 to UTF-8 converter from UTF-8 to CP855 done. (2.72user 0.32system 2.98elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/utf8_mac.c" "enc/trans/utf8_mac.trans" generating enc/trans/utf8_mac.c ... converter from UTF-8 to UTF8-MAC converter for from_UTF8_MAC converter for from_utf8_mac_nfc3 converter for from_utf8_mac_nfc2 done. (1.12user 0.14system 1.18elapsed) ./miniruby -I./lib -I.ext/common "./tool/transcode-tblgen.rb" -vo "enc/trans/utf_16_32.c" "enc/trans/utf_16_32.trans" generating enc/trans/utf_16_32.c ... converter for from_UTF_16LE converter for from_UTF_32LE converter for from_UTF_16BE converter for from_UTF_32BE converter for from_UTF_8 done. (0.17user 0.02system 0.10elapsed) make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' ./miniruby -I./lib -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h updated make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " trans make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/transdb.o -c ./enc/trans/transdb.c gcc -shared -o .ext/powerpc64-linux/enc/trans/transdb.so enc/trans/transdb.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/big5.o -c ./enc/trans/big5.c gcc -shared -o .ext/powerpc64-linux/enc/trans/big5.so enc/trans/big5.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/chinese.o -c ./enc/trans/chinese.c gcc -shared -o .ext/powerpc64-linux/enc/trans/chinese.so enc/trans/chinese.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/emoji.o -c ./enc/trans/emoji.c gcc -shared -o .ext/powerpc64-linux/enc/trans/emoji.so enc/trans/emoji.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/emoji_iso2022_kddi.o -c ./enc/trans/emoji_iso2022_kddi.c gcc -shared -o .ext/powerpc64-linux/enc/trans/emoji_iso2022_kddi.so enc/trans/emoji_iso2022_kddi.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/emoji_sjis_docomo.o -c ./enc/trans/emoji_sjis_docomo.c gcc -shared -o .ext/powerpc64-linux/enc/trans/emoji_sjis_docomo.so enc/trans/emoji_sjis_docomo.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/emoji_sjis_kddi.o -c ./enc/trans/emoji_sjis_kddi.c gcc -shared -o .ext/powerpc64-linux/enc/trans/emoji_sjis_kddi.so enc/trans/emoji_sjis_kddi.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/emoji_sjis_softbank.o -c ./enc/trans/emoji_sjis_softbank.c gcc -shared -o .ext/powerpc64-linux/enc/trans/emoji_sjis_softbank.so enc/trans/emoji_sjis_softbank.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/escape.o -c ./enc/trans/escape.c gcc -shared -o .ext/powerpc64-linux/enc/trans/escape.so enc/trans/escape.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c gcc -shared -o .ext/powerpc64-linux/enc/trans/gb18030.so enc/trans/gb18030.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/gbk.o -c ./enc/trans/gbk.c gcc -shared -o .ext/powerpc64-linux/enc/trans/gbk.so enc/trans/gbk.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c gcc -shared -o .ext/powerpc64-linux/enc/trans/iso2022.so enc/trans/iso2022.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/japanese.o -c ./enc/trans/japanese.c gcc -shared -o .ext/powerpc64-linux/enc/trans/japanese.so enc/trans/japanese.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c gcc -shared -o .ext/powerpc64-linux/enc/trans/japanese_euc.so enc/trans/japanese_euc.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c gcc -shared -o .ext/powerpc64-linux/enc/trans/japanese_sjis.so enc/trans/japanese_sjis.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/korean.o -c ./enc/trans/korean.c gcc -shared -o .ext/powerpc64-linux/enc/trans/korean.so enc/trans/korean.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c gcc -shared -o .ext/powerpc64-linux/enc/trans/single_byte.so enc/trans/single_byte.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/utf8_mac.o -c ./enc/trans/utf8_mac.c gcc -shared -o .ext/powerpc64-linux/enc/trans/utf8_mac.so enc/trans/utf8_mac.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm gcc -I. -I.ext/include/powerpc64-linux -I./include -I. -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -DONIG_ENC_REGISTER=rb_enc_register -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c gcc -shared -o .ext/powerpc64-linux/enc/trans/utf_16_32.so enc/trans/utf_16_32.o -L. -L. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " encs make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' /bin/mkdir -p .ext/powerpc64-linux/enc .ext/powerpc64-linux/enc/trans enc enc/trans make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' ./revision.h updated compiling -test-/add_suffix make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/add_suffix' /bin/mkdir -p ../../../.ext/powerpc64-linux/-test-/add_suffix gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/-test-/add_suffix -I../../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bug.o -c bug.c gcc -shared -o ../../../.ext/powerpc64-linux/-test-/add_suffix/bug.so bug.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/add_suffix' compiling -test-/bug-3571 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3571' /bin/mkdir -p ../../../.ext/powerpc64-linux/-test-/bug-3571 gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/-test-/bug-3571 -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bug.o -c bug.c gcc -shared -o ../../../.ext/powerpc64-linux/-test-/bug-3571/bug.so bug.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3571' compiling -test-/bug-3662 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3662' /bin/mkdir -p ../../../.ext/powerpc64-linux/-test-/bug-3662 gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/-test-/bug-3662 -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bug.o -c bug.c gcc -shared -o ../../../.ext/powerpc64-linux/-test-/bug-3662/bug.so bug.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3662' compiling -test-/string make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/string' /bin/mkdir -p ../../../.ext/powerpc64-linux/-test-/string gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o init.o -c init.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/-test-/string -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o set_len.o -c set_len.c gcc -shared -o ../../../.ext/powerpc64-linux/-test-/string/string.so init.o set_len.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/string' compiling bigdecimal make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/bigdecimal -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bigdecimal.o -c bigdecimal.c bigdecimal.c: In function ‘BigDecimal_save_rounding_mode’: bigdecimal.c:1864: warning: unused variable ‘ret’ bigdecimal.c: In function ‘BigDecimal_save_limit’: bigdecimal.c:1878: warning: unused variable ‘ret’ bigdecimal.c: In function ‘VPrint’: bigdecimal.c:3883: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘ssize_t’ bigdecimal.c: In function ‘VpToString’: bigdecimal.c:4080: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘ssize_t’ bigdecimal.c: At top level: bigdecimal.c:3827: warning: ‘VPrint’ defined but not used gcc -shared -o ../../.ext/powerpc64-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal' compiling continuation make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/continuation' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o continuation.o -c continuation.c gcc -shared -o ../../.ext/powerpc64-linux/continuation.so continuation.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/continuation' compiling coverage make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/coverage' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/coverage -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o coverage.o -c coverage.c gcc -shared -o ../../.ext/powerpc64-linux/coverage.so coverage.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/coverage' compiling curses make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o curses.o -c curses.c gcc -shared -o ../../.ext/powerpc64-linux/curses.so curses.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lncurses -ltermcap -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses' compiling dbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dbm' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o dbm.o -c dbm.c gcc -shared -o ../../.ext/powerpc64-linux/dbm.so dbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lgdbm_compat -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dbm' compiling digest make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o digest.o -c digest.c gcc -shared -o ../../.ext/powerpc64-linux/digest.so digest.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/include/ruby /bin/mkdir -p ../../.ext/common/digest cp ../.././ext/digest/lib/digest.rb ../../.ext/common cp ../.././ext/digest/lib/digest/hmac.rb ../../.ext/common/digest cp ../.././ext/digest/digest.h ../../.ext/include/ruby make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest' compiling digest/bubblebabble make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/bubblebabble' /bin/mkdir -p ../../../.ext/powerpc64-linux/digest gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bubblebabble.o -c bubblebabble.c gcc -shared -o ../../../.ext/powerpc64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/bubblebabble' compiling digest/md5 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/md5' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o md5init.o -c md5init.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o md5ossl.o -c md5ossl.c gcc -shared -o ../../../.ext/powerpc64-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/md5' compiling digest/rmd160 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/rmd160' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rmd160init.o -c rmd160init.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rmd160ossl.o -c rmd160ossl.c gcc -shared -o ../../../.ext/powerpc64-linux/digest/rmd160.so rmd160init.o rmd160ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/rmd160' compiling digest/sha1 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha1' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha1init.o -c sha1init.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha1ossl.o -c sha1ossl.c gcc -shared -o ../../../.ext/powerpc64-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha1' compiling digest/sha2 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha2' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha2init.o -c sha2init.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sha2ossl.o -c sha2ossl.c gcc -shared -o ../../../.ext/powerpc64-linux/digest/sha2.so sha2init.o sha2ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha2' compiling dl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o dl.o -c dl.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o cptr.o -c cptr.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o handle.o -c handle.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/dl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -fno-defer-pop -fno-omit-frame-pointer -o cfunc.o -c cfunc.c gcc -shared -o ../../.ext/powerpc64-linux/dl.so dl.o cptr.o handle.o cfunc.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -ldl -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/dl cp ../.././ext/dl/lib/dl.rb ../../.ext/common cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/cparser.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/pack.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/stack.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/value.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/func.rb ../../.ext/common/dl cp ../.././ext/dl/lib/dl/callback.rb ../../.ext/common/dl cp ../.././ext/dl/dl.h ../../.ext/include/ruby make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl' compiling dl/callback make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback' /bin/mkdir -p ../../../.ext/powerpc64-linux/dl generating callback.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback.o -c callback.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-0.o -c callback-0.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-1.o -c callback-1.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-2.o -c callback-2.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-3.o -c callback-3.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-4.o -c callback-4.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-5.o -c callback-5.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-6.o -c callback-6.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-7.o -c callback-7.c gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o callback-8.o -c callback-8.c gcc -shared -o ../../../.ext/powerpc64-linux/dl/callback.so callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback' compiling dl/win32 compiling etc make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/etc' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o etc.o -c etc.c gcc -shared -o ../../.ext/powerpc64-linux/etc.so etc.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/etc' compiling fcntl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fcntl' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o fcntl.o -c fcntl.c gcc -shared -o ../../.ext/powerpc64-linux/fcntl.so fcntl.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fcntl' compiling fiber make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiber' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o fiber.o -c fiber.c gcc -shared -o ../../.ext/powerpc64-linux/fiber.so fiber.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiber' compiling fiddle make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiddle' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o function.o -c function.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o closure.o -c closure.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o conversions.o -c conversions.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/fiddle -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o fiddle.o -c fiddle.c gcc -shared -o ../../.ext/powerpc64-linux/fiddle.so function.o closure.o conversions.o fiddle.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lffi -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/function.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle/closure.rb ../../.ext/common/fiddle cp ../.././ext/fiddle/lib/fiddle.rb ../../.ext/common make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiddle' compiling gdbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/gdbm' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/gdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o gdbm.o -c gdbm.c gcc -shared -o ../../.ext/powerpc64-linux/gdbm.so gdbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lgdbm -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/gdbm' compiling iconv make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/iconv' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o iconv.o -c iconv.c gcc -shared -o ../../.ext/powerpc64-linux/iconv.so iconv.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/iconv' compiling io/console make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/console' /bin/mkdir -p ../../../.ext/powerpc64-linux/io gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/io/console -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o console.o -c console.c gcc -shared -o ../../../.ext/powerpc64-linux/io/console.so console.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/console' compiling io/nonblock make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/nonblock' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/io/nonblock -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o nonblock.o -c nonblock.c gcc -shared -o ../../../.ext/powerpc64-linux/io/nonblock.so nonblock.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/nonblock' compiling io/wait make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/wait' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o wait.o -c wait.c gcc -shared -o ../../../.ext/powerpc64-linux/io/wait.so wait.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/wait' compiling json make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json' /bin/mkdir -p ../../.ext/common/json /bin/mkdir -p ../../.ext/common/json/add cp ../.././ext/json/lib/json.rb ../../.ext/common cp ../.././ext/json/lib/json/ext.rb ../../.ext/common/json cp ../.././ext/json/lib/json/editor.rb ../../.ext/common/json cp ../.././ext/json/lib/json/common.rb ../../.ext/common/json cp ../.././ext/json/lib/json/version.rb ../../.ext/common/json cp ../.././ext/json/lib/json/add/rails.rb ../../.ext/common/json/add cp ../.././ext/json/lib/json/add/core.rb ../../.ext/common/json/add make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json' compiling json/generator make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/generator' /bin/mkdir -p ../../../.ext/powerpc64-linux/json/ext gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/json/generator -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o generator.o -c generator.c In file included from generator.c:1: generator.h:14:5: warning: "HAVE_RE_H" is not defined gcc -shared -o ../../../.ext/powerpc64-linux/json/ext/generator.so generator.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/generator' compiling json/parser make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/parser' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/json/parser -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o parser.o -c parser.c In file included from parser.rl:1: parser.h:6:5: warning: "HAVE_RE_H" is not defined parser.rl: In function ‘unescape_unicode’: parser.rl:27: warning: comparison is always false due to limited range of data type parser.rl:31: warning: comparison is always false due to limited range of data type parser.rl:34: warning: comparison is always false due to limited range of data type parser.rl:37: warning: comparison is always false due to limited range of data type parser.c: In function ‘JSON_parse_string’: parser.c:1399: warning: comparison is always true due to limited range of data type parser.c:1429: warning: comparison is always true due to limited range of data type gcc -shared -o ../../../.ext/powerpc64-linux/json/ext/parser.so parser.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/parser' compiling mathn/complex make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/complex' /bin/mkdir -p ../../../.ext/powerpc64-linux/mathn gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o complex.o -c complex.c gcc -shared -o ../../../.ext/powerpc64-linux/mathn/complex.so complex.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/complex' compiling mathn/rational make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/rational' gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rational.o -c rational.c gcc -shared -o ../../../.ext/powerpc64-linux/mathn/rational.so rational.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/rational' compiling nkf make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o nkf.o -c nkf.c In file included from nkf-utf8/nkf.c:30, from nkf.c:62: nkf-utf8/nkf.h:19:5: warning: "DEFAULT_NEWLINE" is not defined nkf-utf8/nkf.h:28:7: warning: "DEFAULT_NEWLINE" is not defined gcc -shared -o ../../.ext/powerpc64-linux/nkf.so nkf.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf' compiling objspace make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/objspace' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/objspace -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o objspace.o -c objspace.c gcc -shared -o ../../.ext/powerpc64-linux/objspace.so objspace.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/objspace' compiling openssl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/openssl' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_dh.o -c ossl_pkey_dh.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkcs5.o -c ossl_pkcs5.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_asn1.o -c ossl_asn1.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ns_spki.o -c ossl_ns_spki.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509crl.o -c ossl_x509crl.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509.o -c ossl_x509.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_bn.o -c ossl_bn.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_engine.o -c ossl_engine.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_rand.o -c ossl_rand.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509store.o -c ossl_x509store.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509cert.o -c ossl_x509cert.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509attr.o -c ossl_x509attr.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey.o -c ossl_pkey.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ocsp.o -c ossl_ocsp.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o openssl_missing.o -c openssl_missing.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_hmac.o -c ossl_hmac.c ossl_hmac.c: In function ‘ossl_hmac_hexdigest’: ossl_hmac.c:162: warning: comparison between signed and unsigned ossl_hmac.c: In function ‘ossl_hmac_s_hexdigest’: ossl_hmac.c:225: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ssl.o -c ossl_ssl.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkey_ec.o -c ossl_pkey_ec.c ossl_pkey_ec.c: In function ‘ossl_ec_group_set_seed’: ossl_pkey_ec.c:1110: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_digest.o -c ossl_digest.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_bio.o -c ossl_bio.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkcs7.o -c ossl_pkcs7.c ossl_pkcs7.c: In function ‘ossl_pkcs7_sym2typeid’: ossl_pkcs7.c:376: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509revoked.o -c ossl_x509revoked.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_ssl_session.o -c ossl_ssl_session.c ossl_ssl_session.c: In function ‘ossl_ssl_session_to_der’: ossl_ssl_session.c:208: warning: comparison between signed and unsigned gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_pkcs12.o -c ossl_pkcs12.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_cipher.o -c ossl_cipher.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509ext.o -c ossl_x509ext.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509req.o -c ossl_x509req.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_x509name.o -c ossl_x509name.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl.o -c ossl.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ossl_config.o -c ossl_config.c ossl_config.c:24: warning: ‘parse_config’ declared ‘static’ but never defined gcc -shared -o ../../.ext/powerpc64-linux/openssl.so ossl_pkey_dh.o ossl_pkcs5.o ossl_pkey_rsa.o ossl_asn1.o ossl_ns_spki.o ossl_x509crl.o ossl_x509.o ossl_bn.o ossl_engine.o ossl_rand.o ossl_pkey_dsa.o ossl_x509store.o ossl_x509cert.o ossl_x509attr.o ossl_pkey.o ossl_ocsp.o openssl_missing.o ossl_hmac.o ossl_ssl.o ossl_pkey_ec.o ossl_digest.o ossl_bio.o ossl_pkcs7.o ossl_x509revoked.o ossl_ssl_session.o ossl_pkcs12.o ossl_cipher.o ossl_x509ext.o ossl_x509req.o ossl_x509name.o ossl.o ossl_config.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lssl -lcrypto -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl.rb ../../.ext/common cp ../.././ext/openssl/lib/openssl/digest.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/bn.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509-internal.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/config.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/x509.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/buffering.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/cipher.rb ../../.ext/common/openssl cp ../.././ext/openssl/lib/openssl/ssl-internal.rb ../../.ext/common/openssl make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/openssl' compiling pathname make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pathname' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/pathname -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o pathname.o -c pathname.c gcc -shared -o ../../.ext/powerpc64-linux/pathname.so pathname.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc cp ../.././ext/pathname/lib/pathname.rb ../../.ext/common make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pathname' compiling psych make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/psych' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o emitter.o -c emitter.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o to_ruby.o -c to_ruby.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o parser.o -c parser.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o yaml_tree.o -c yaml_tree.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/psych -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o psych.o -c psych.c gcc -shared -o ../../.ext/powerpc64-linux/psych.so emitter.o to_ruby.o parser.o yaml_tree.o psych.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lyaml -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/psych /bin/mkdir -p ../../.ext/common/psych/nodes /bin/mkdir -p ../../.ext/common/psych/visitors /bin/mkdir -p ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych.rb ../../.ext/common cp ../.././ext/psych/lib/psych/parser.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/handler.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/scalar_scanner.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/deprecated.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/omap.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/json.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/core_ext.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/coder.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/stream.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/set.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/tree_builder.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/nodes.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/visitors.rb ../../.ext/common/psych cp ../.././ext/psych/lib/psych/nodes/node.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/mapping.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/alias.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/scalar.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/stream.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/sequence.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/nodes/document.rb ../../.ext/common/psych/nodes cp ../.././ext/psych/lib/psych/visitors/yaml_tree.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/to_ruby.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/json_tree.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/emitter.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/visitors/visitor.rb ../../.ext/common/psych/visitors cp ../.././ext/psych/lib/psych/json/stream.rb ../../.ext/common/psych/json cp ../.././ext/psych/lib/psych/json/tree_builder.rb ../../.ext/common/psych/json make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/psych' compiling pty make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pty' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o pty.o -c pty.c gcc -shared -o ../../.ext/powerpc64-linux/pty.so pty.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lutil -lpthread -lrt -ldl -lcrypt -lm -lc cp ../.././ext/pty/lib/expect.rb ../../.ext/common make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pty' compiling racc/cparse make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/racc/cparse' /bin/mkdir -p ../../../.ext/powerpc64-linux/racc gcc -I. -I../../../.ext/include/powerpc64-linux -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o cparse.o -c cparse.c gcc -shared -o ../../../.ext/powerpc64-linux/racc/cparse.so cparse.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/racc/cparse' compiling readline make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/readline' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o readline.o -c readline.c gcc -shared -o ../../.ext/powerpc64-linux/readline.so readline.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lreadline -lncurses -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/readline' compiling ripper make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper' ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/preproc.rb ../.././parse.y --output=ripper.y bison -t -v -oy.tab.c ripper.y sed -f ../.././tool/ytab.sed -e "/^#/s!y\.tab\.c!ripper.c!" y.tab.c > ripper.c ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=eventids1 --ids1src=../.././parse.y --output=eventids1.c ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=eventids2table --ids2src=../.././ext/ripper/eventids2.c --output=eventids2table.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ripper.o -c ripper.c In file included from ripper.y:23: ../../id.h:110:5: warning: "SUPPORT_JOKE" is not defined ../../id.h:116:5: warning: "SUPPORT_JOKE" is not defined parse.c:1005:6: warning: "YYENABLE_NLS" is not defined parse.c:4278:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined gcc -shared -o ../../.ext/powerpc64-linux/ripper.so ripper.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/core.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/filter.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/lexer.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper/sexp.rb ../../.ext/common/ripper cp ../.././ext/ripper/lib/ripper.rb ../../.ext/common ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper' compiling sdbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/sdbm' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o init.o -c init.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o _sdbm.o -c _sdbm.c gcc -shared -o ../../.ext/powerpc64-linux/sdbm.so init.o _sdbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/sdbm' compiling socket make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/socket' generating constant definitions gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o init.o -c init.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o constants.o -c constants.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o basicsocket.o -c basicsocket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o socket.o -c socket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ipsocket.o -c ipsocket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o tcpsocket.o -c tcpsocket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o tcpserver.o -c tcpserver.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o sockssocket.o -c sockssocket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o udpsocket.o -c udpsocket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o unixsocket.o -c unixsocket.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o unixserver.o -c unixserver.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o option.o -c option.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o ancdata.o -c ancdata.c gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o raddrinfo.o -c raddrinfo.c gcc -shared -o ../../.ext/powerpc64-linux/socket.so init.o constants.o basicsocket.o socket.o ipsocket.o tcpsocket.o tcpserver.o sockssocket.o udpsocket.o unixsocket.o unixserver.o option.o ancdata.o raddrinfo.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc cp ../.././ext/socket/lib/socket.rb ../../.ext/common make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/socket' compiling stringio make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/stringio' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o stringio.o -c stringio.c gcc -shared -o ../../.ext/powerpc64-linux/stringio.so stringio.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/stringio' compiling strscan make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/strscan' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o strscan.o -c strscan.c gcc -shared -o ../../.ext/powerpc64-linux/strscan.so strscan.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/strscan' compiling syck make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syck' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o handler.o -c handler.c In file included from handler.c:10: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o token.o -c token.c In file included from token.re:9: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o syck.o -c syck.c In file included from syck.c:13: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o implicit.o -c implicit.c In file included from implicit.re:10: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o bytecode.o -c bytecode.c In file included from bytecode.re:9: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o emitter.o -c emitter.c In file included from emitter.c:16: syck.h:33:5: warning: "DEBUG" is not defined emitter.c: In function ‘syck_emitter_mark_node’: emitter.c:1237: warning: format not a string literal, argument types not checked gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o rubyext.o -c rubyext.c In file included from rubyext.c:12: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o node.o -c node.c In file included from node.c:10: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o gram.o -c gram.c In file included from gram.y:16: syck.h:33:5: warning: "DEBUG" is not defined gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o yaml2byte.o -c yaml2byte.c In file included from yaml2byte.c:12: ./syck.h:33:5: warning: "DEBUG" is not defined gcc -shared -o ../../.ext/powerpc64-linux/syck.so handler.o token.o syck.o implicit.o bytecode.o emitter.o rubyext.o node.o gram.o yaml2byte.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc /bin/mkdir -p ../../.ext/common/syck /bin/mkdir -p ../../.ext/common/yaml cp ../.././ext/syck/lib/syck/tag.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/loader.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/error.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/constants.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/types.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/ypath.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/basenode.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/yamlnode.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/syck.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/stringio.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/rubytypes.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/stream.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/baseemitter.rb ../../.ext/common/syck cp ../.././ext/syck/lib/syck/encoding.rb ../../.ext/common/syck cp ../.././ext/syck/lib/yaml/syck.rb ../../.ext/common/yaml cp ../.././ext/syck/lib/syck.rb ../../.ext/common make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syck' compiling syslog make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syslog' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o syslog.o -c syslog.c gcc -shared -o ../../.ext/powerpc64-linux/syslog.so syslog.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syslog' compiling tk check functions......... check struct members.. check libraries.... Use ActiveTcl libraries (if available). Search tclConfig.sh and tkConfig.sh.................... Fail to find [tclConfig.sh, tkConfig.sh] Use X11 libraries. Warning:: cannot find X11 library. tcltklib will not be compiled (tcltklib is disabled on your Ruby == Ruby/Tk will not work). Please check configure options. If your Tcl/Tk don't require X11, please try --without-X11. Can't find X11 libraries. So, can't make tcltklib.so which is required by Ruby/Tk. compiling tk/tkutil compiling win32ole compiling zlib make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/zlib' gcc -I. -I../../.ext/include/powerpc64-linux -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -DRUBY_DEBUG_ENV -D_FILE_OFFSET_BITS=64 -fPIC -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -o zlib.o -c zlib.c gcc -shared -o ../../.ext/powerpc64-linux/zlib.so zlib.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -lz -lpthread -lrt -ldl -lcrypt -lm -lc make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/zlib' making ruby make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o version.o -c version.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o dmyversion.o -c dmyversion.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -L. -rdynamic -Wl,-export-dynamic main.o dmydln.o dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby rbconfig.rb unchanged ./miniruby -I./lib -I.ext/common -I. ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -I. -I.ext/include/powerpc64-linux -I./include -I. -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT -DRUBY_DEBUG_ENV -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.o version.o array.o bignum.o class.o compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o node.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o prelude.o dmyext.o gcc -O3 -g -W -Wall -Wformat=2 -Wundef -Wno-parentheses -Wno-unused-parameter -Wno-missing-field-initializers -L. -rdynamic -Wl,-export-dynamic main.o -Wl,-R -Wl,/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib -L/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib -lruby-static -lpthread -lrt -ldl -lcrypt -lm -o ruby make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' == make # 2010-09-21T20:39:12+09:00 + make ./miniruby -I./lib -I.ext/common ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk ./miniruby -I./lib -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " enc make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: Nothing to be done for `enc'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " srcs make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: Nothing to be done for `srcs'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' ./miniruby -I./lib -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " trans make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: Nothing to be done for `./enc/trans'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " encs make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' /bin/mkdir -p .ext/powerpc64-linux/enc .ext/powerpc64-linux/enc/trans enc enc/trans make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' compiling -test-/add_suffix make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/add_suffix' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/add_suffix' compiling -test-/bug-3571 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3571' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3571' compiling -test-/bug-3662 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3662' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3662' compiling -test-/string make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/string' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/string' compiling bigdecimal make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal' compiling continuation make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/continuation' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/continuation' compiling coverage make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/coverage' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/coverage' compiling curses make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses' compiling dbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dbm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dbm' compiling digest make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest' compiling digest/bubblebabble make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/bubblebabble' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/bubblebabble' compiling digest/md5 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/md5' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/md5' compiling digest/rmd160 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/rmd160' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/rmd160' compiling digest/sha1 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha1' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha1' compiling digest/sha2 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha2' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha2' compiling dl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl' compiling dl/callback make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback' compiling dl/win32 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/win32' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/win32' compiling etc make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/etc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/etc' compiling fcntl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fcntl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fcntl' compiling fiber make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiber' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiber' compiling fiddle make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiddle' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiddle' compiling gdbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/gdbm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/gdbm' compiling iconv make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/iconv' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/iconv' compiling io/console make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/console' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/console' compiling io/nonblock make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/nonblock' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/nonblock' compiling io/wait make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/wait' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/wait' compiling json make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json' compiling json/generator make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/generator' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/generator' compiling json/parser make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/parser' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/parser' compiling mathn/complex make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/complex' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/complex' compiling mathn/rational make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/rational' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/rational' compiling nkf make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf' compiling objspace make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/objspace' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/objspace' compiling openssl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/openssl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/openssl' compiling pathname make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pathname' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pathname' compiling psych make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/psych' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/psych' compiling pty make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pty' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pty' compiling racc/cparse make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/racc/cparse' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/racc/cparse' compiling readline make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/readline' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/readline' compiling ripper make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper' ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper' compiling sdbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/sdbm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/sdbm' compiling socket make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/socket' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/socket' compiling stringio make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/stringio' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/stringio' compiling strscan make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/strscan' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/strscan' compiling syck make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syck' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syck' compiling syslog make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syslog' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syslog' compiling tk make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk' compiling tk/tkutil make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/tkutil' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/tkutil' compiling win32ole make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/win32ole' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/win32ole' compiling zlib make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/zlib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/zlib' making ruby make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: `ruby' is up to date. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' Generating RDoc documentation ./miniruby -I./lib -I.ext/common ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --no-force-update --all --ri --op ".ext/rdoc" "." Parsing sources... 0% [ 1/515] bignum.c 0% [ 2/515] math.c 0% [ 3/515] time.c 0% [ 4/515] miniprelude.c 0% [ 5/515] error.c Enclosing class/module 'rb_cEncoding' for class CompatibilityError not known 1% [ 6/515] newline.c 1% [ 7/515] thread_pthread.c 1% [ 8/515] variable.c 1% [ 9/515] dmyversion.c 1% [10/515] dir.c 2% [11/515] random.c 2% [12/515] main.c 2% [13/515] eval_jump.c 2% [14/515] util.c 2% [15/515] regcomp.c 3% [16/515] load.c No definition for rb_f_require_relative 3% [17/515] iseq.c No definition for iseq_inspect No definition for rb_iseq_disasm No definition for rb_iseq_disasm No definition for iseq_to_a No definition for iseq_eval No definition for iseq_s_load No definition for iseq_s_compile No definition for iseq_s_compile No definition for iseq_s_compile_file No definition for iseq_s_compile_option_get No definition for iseq_s_compile_option_set No definition for iseq_s_disasm No definition for iseq_s_disasm 3% [18/515] goruby.c 3% [19/515] regenc.c 3% [20/515] struct.c 4% [21/515] vm_method.c 4% [22/515] signal.c 4% [23/515] enum.c 4% [24/515] dln_find.c 4% [25/515] regsyntax.c 5% [26/515] lex.c 5% [27/515] regparse.c 5% [28/515] vsnprintf.c 5% [29/515] string.c 5% [30/515] io.c 6% [31/515] prelude.c 6% [32/515] class.c 6% [33/515] object.c No definition for rb_obj_hash No definition for rb_obj_methods No definition for rb_obj_protected_methods No definition for rb_obj_private_methods No definition for rb_obj_public_methods No definition for rb_mod_attr 6% [34/515] vm_eval.c 6% [35/515] numeric.c 6% [36/515] eval_error.c 7% [37/515] range.c No definition for rb_struct_init_copy No definition for range_initialize_copy 7% [38/515] dmydln.c 7% [39/515] node.c 7% [40/515] dmyencoding.c 7% [41/515] strftime.c 8% [42/515] eval.c 8% [43/515] safe.c 8% [44/515] vm_dump.c 8% [45/515] sprintf.c 8% [46/515] vm_insnhelper.c 9% [47/515] enumerator.c 9% [48/515] complex.c 9% [49/515] thread_win32.c 9% [50/515] proc.c 9% [51/515] transcode.c 10% [52/515] cont.c 10% [53/515] gc.c 10% [54/515] compile.c 10% [55/515] dmyext.c 10% [56/515] ruby.c 11% [57/515] array.c 11% [58/515] debug.c 11% [59/515] inits.c 11% [60/515] vm.c 11% [61/515] parse.c 12% [62/515] compar.c 12% [63/515] regexec.c 12% [64/515] encoding.c 12% [65/515] thread.c 12% [66/515] process.c 13% [67/515] id.c 13% [68/515] rational.c 13% [69/515] hash.c 13% [70/515] version.c 13% [71/515] pack.c 13% [72/515] regerror.c 14% [73/515] file.c 14% [74/515] st.c 14% [75/515] marshal.c 14% [76/515] dln.c 14% [77/515] vm_exec.c 15% [78/515] re.c 15% [79/515] prelude.rb 15% [80/515] lib/English.rb 15% [81/515] lib/README 15% [82/515] lib/abbrev.rb 16% [83/515] lib/base64.rb 16% [84/515] lib/benchmark.rb 16% [85/515] lib/cgi/session.rb 16% [86/515] lib/cgi.rb 16% [87/515] lib/complex.rb 17% [88/515] lib/csv.rb 17% [89/515] lib/date/delta.rb 17% [90/515] lib/date/format.rb 17% [91/515] lib/date/delta/parser.rb 17% [92/515] lib/date.rb 18% [93/515] lib/debug.rb 18% [94/515] lib/delegate.rb 18% [95/515] lib/drb/extservm.rb 18% [96/515] lib/drb/observer.rb 18% [97/515] lib/drb/acl.rb 19% [98/515] lib/drb/ssl.rb 19% [99/515] lib/drb/invokemethod.rb 19% [100/515] lib/drb/gw.rb 19% [101/515] lib/drb/unix.rb 19% [102/515] lib/drb/timeridconv.rb 20% [103/515] lib/drb/drb.rb 20% [104/515] lib/drb/extserv.rb 20% [105/515] lib/drb/eq.rb 20% [106/515] lib/drb.rb 20% [107/515] lib/erb.rb 20% [108/515] lib/fileutils.rb 21% [109/515] lib/find.rb 21% [110/515] lib/forwardable.rb 21% [111/515] lib/getoptlong.rb 21% [112/515] lib/gserver.rb 21% [113/515] lib/ipaddr.rb 22% [114/515] lib/irb/src_encoding.rb 22% [115/515] lib/irb/ext/loader.rb 22% [116/515] lib/irb/ext/math-mode.rb 22% [117/515] lib/irb/ext/use-loader.rb 22% [118/515] lib/irb/ext/save-history.rb 23% [119/515] lib/irb/ext/history.rb 23% [120/515] lib/irb/ext/multi-irb.rb 23% [121/515] lib/irb/ext/tracer.rb 23% [122/515] lib/irb/ext/workspaces.rb 23% [123/515] lib/irb/ext/change-ws.rb 24% [124/515] lib/irb/context.rb 24% [125/515] lib/irb/completion.rb 24% [126/515] lib/irb/locale.rb 24% [127/515] lib/irb/frame.rb 24% [128/515] lib/irb/magic-file.rb 25% [129/515] lib/irb/lc/error.rb 25% [130/515] lib/irb/lc/help-message 25% [131/515] lib/irb/lc/ja/error.rb 25% [132/515] lib/irb/lc/ja/encoding_aliases.rb 25% [133/515] lib/irb/lc/ja/help-message 26% [134/515] lib/irb/xmp.rb 26% [135/515] lib/irb/cmd/load.rb 26% [136/515] lib/irb/cmd/chws.rb 26% [137/515] lib/irb/cmd/subirb.rb 26% [138/515] lib/irb/cmd/pushws.rb 26% [139/515] lib/irb/cmd/help.rb 27% [140/515] lib/irb/cmd/nop.rb 27% [141/515] lib/irb/cmd/fork.rb 27% [142/515] lib/irb/ruby-token.rb 27% [143/515] lib/irb/extend-command.rb 27% [144/515] lib/irb/help.rb 28% [145/515] lib/irb/output-method.rb 28% [146/515] lib/irb/input-method.rb 28% [147/515] lib/irb/ruby-lex.rb 28% [148/515] lib/irb/notifier.rb 28% [149/515] lib/irb/inspector.rb lib/irb/inspector.rb:36:36: Couldn't find INSPECTORS. Assuming it's a module 29% [150/515] lib/irb/version.rb 29% [151/515] lib/irb/init.rb 29% [152/515] lib/irb/workspace.rb 29% [153/515] lib/irb/ws-for-case-2.rb 29% [154/515] lib/irb/slex.rb 30% [155/515] lib/irb.rb 30% [156/515] lib/logger.rb 30% [157/515] lib/mathn.rb 30% [158/515] lib/matrix.rb 30% [159/515] lib/mkmf.rb 31% [160/515] lib/monitor.rb 31% [161/515] lib/mutex_m.rb 31% [162/515] lib/net/ftp.rb 31% [163/515] lib/net/http.rb 31% [164/515] lib/net/https.rb 32% [165/515] lib/net/imap.rb 32% [166/515] lib/net/pop.rb 32% [167/515] lib/net/smtp.rb 32% [168/515] lib/net/telnet.rb 32% [169/515] lib/observer.rb 33% [170/515] lib/open-uri.rb 33% [171/515] lib/open3.rb 33% [172/515] lib/optparse/uri.rb 33% [173/515] lib/optparse/date.rb 33% [174/515] lib/optparse/time.rb 33% [175/515] lib/optparse/version.rb 34% [176/515] lib/optparse/shellwords.rb 34% [177/515] lib/optparse.rb 34% [178/515] lib/ostruct.rb 34% [179/515] lib/pp.rb 34% [180/515] lib/prettyprint.rb 35% [181/515] lib/prime.rb 35% [182/515] lib/profile.rb 35% [183/515] lib/profiler.rb 35% [184/515] lib/pstore.rb 35% [185/515] lib/racc/parser.rb 36% [186/515] lib/rational.rb 36% [187/515] lib/rdoc.rb 36% [188/515] lib/rdoc/parser.rb 36% [189/515] lib/rdoc/attr.rb 36% [190/515] lib/rdoc/normal_module.rb 37% [191/515] lib/rdoc/context.rb 37% [192/515] lib/rdoc/ri/paths.rb 37% [193/515] lib/rdoc/ri/store.rb 37% [194/515] lib/rdoc/ri/driver.rb 37% [195/515] lib/rdoc/ri/formatter.rb 38% [196/515] lib/rdoc/stats.rb 38% [197/515] lib/rdoc/markup/paragraph.rb 38% [198/515] lib/rdoc/markup/parser.rb 38% [199/515] lib/rdoc/markup/to_html_crossref.rb 38% [200/515] lib/rdoc/markup/formatter_test_case.rb 39% [201/515] lib/rdoc/markup/verbatim.rb 39% [202/515] lib/rdoc/markup/raw.rb 39% [203/515] lib/rdoc/markup/to_ansi.rb 39% [204/515] lib/rdoc/markup/to_html.rb 39% [205/515] lib/rdoc/markup/to_rdoc.rb 40% [206/515] lib/rdoc/markup/to_bs.rb 40% [207/515] lib/rdoc/markup/rule.rb 40% [208/515] lib/rdoc/markup/inline.rb 40% [209/515] lib/rdoc/markup/list.rb 40% [210/515] lib/rdoc/markup/preprocess.rb 40% [211/515] lib/rdoc/markup/heading.rb 41% [212/515] lib/rdoc/markup/list_item.rb 41% [213/515] lib/rdoc/markup/attribute_manager.rb 41% [214/515] lib/rdoc/markup/to_test.rb 41% [215/515] lib/rdoc/markup/formatter.rb 41% [216/515] lib/rdoc/markup/document.rb 42% [217/515] lib/rdoc/markup/blank_line.rb 42% [218/515] lib/rdoc/normal_class.rb 42% [219/515] lib/rdoc/anon_class.rb 42% [220/515] lib/rdoc/ruby_lex.rb 42% [221/515] lib/rdoc/known_classes.rb 43% [222/515] lib/rdoc/meta_method.rb 43% [223/515] lib/rdoc/code_objects.rb 43% [224/515] lib/rdoc/task.rb 43% [225/515] lib/rdoc/require.rb 43% [226/515] lib/rdoc/options.rb 44% [227/515] lib/rdoc/constant.rb 44% [228/515] lib/rdoc/alias.rb 44% [229/515] lib/rdoc/ri.rb 44% [230/515] lib/rdoc/single_class.rb 44% [231/515] lib/rdoc/tokenstream.rb 45% [232/515] lib/rdoc/class_module.rb 45% [233/515] lib/rdoc/ruby_token.rb 45% [234/515] lib/rdoc/parser/simple.rb 45% [235/515] lib/rdoc/parser/c.rb 45% [236/515] lib/rdoc/parser/perl.rb 46% [237/515] lib/rdoc/parser/ruby.rb 46% [238/515] lib/rdoc/parser/ruby_tools.rb 46% [239/515] lib/rdoc/markup.rb 46% [240/515] lib/rdoc/code_object.rb 46% [241/515] lib/rdoc/any_method.rb 46% [242/515] lib/rdoc/rdoc.rb 47% [243/515] lib/rdoc/generator.rb 47% [244/515] lib/rdoc/include.rb 47% [245/515] lib/rdoc/text.rb 47% [246/515] lib/rdoc/top_level.rb 47% [247/515] lib/rdoc/generator/darkfish.rb 48% [248/515] lib/rdoc/generator/ri.rb 48% [249/515] lib/rdoc/generator/markup.rb 48% [250/515] lib/rdoc/ghost_method.rb 48% [251/515] lib/resolv-replace.rb 48% [252/515] lib/resolv.rb 49% [253/515] lib/rexml/namespace.rb 49% [254/515] lib/rexml/comment.rb 49% [255/515] lib/rexml/xmltokens.rb 49% [256/515] lib/rexml/parseexception.rb 49% [257/515] lib/rexml/entity.rb 50% [258/515] lib/rexml/streamlistener.rb 50% [259/515] lib/rexml/child.rb 50% [260/515] lib/rexml/node.rb 50% [261/515] lib/rexml/encodings/UTF-8.rb 50% [262/515] lib/rexml/encodings/ISO-8859-15.rb 51% [263/515] lib/rexml/encodings/ICONV.rb 51% [264/515] lib/rexml/encodings/UTF-16.rb 51% [265/515] lib/rexml/encodings/EUC-JP.rb 51% [266/515] lib/rexml/encodings/US-ASCII.rb 51% [267/515] lib/rexml/encodings/SHIFT-JIS.rb 52% [268/515] lib/rexml/encodings/UNILE.rb 52% [269/515] lib/rexml/encodings/SHIFT_JIS.rb 52% [270/515] lib/rexml/encodings/CP-1252.rb 52% [271/515] lib/rexml/encodings/ISO-8859-1.rb 52% [272/515] lib/rexml/validation/relaxng.rb 53% [273/515] lib/rexml/validation/validation.rb 53% [274/515] lib/rexml/validation/validationexception.rb 53% [275/515] lib/rexml/element.rb 53% [276/515] lib/rexml/functions.rb 53% [277/515] lib/rexml/output.rb 53% [278/515] lib/rexml/undefinednamespaceexception.rb 54% [279/515] lib/rexml/cdata.rb 54% [280/515] lib/rexml/parent.rb 54% [281/515] lib/rexml/formatters/pretty.rb 54% [282/515] lib/rexml/formatters/transitive.rb 54% [283/515] lib/rexml/formatters/default.rb 55% [284/515] lib/rexml/parsers/sax2parser.rb 55% [285/515] lib/rexml/parsers/treeparser.rb 55% [286/515] lib/rexml/parsers/baseparser.rb 55% [287/515] lib/rexml/parsers/xpathparser.rb 55% [288/515] lib/rexml/parsers/ultralightparser.rb 56% [289/515] lib/rexml/parsers/lightparser.rb 56% [290/515] lib/rexml/parsers/pullparser.rb 56% [291/515] lib/rexml/parsers/streamparser.rb 56% [292/515] lib/rexml/xpath.rb 56% [293/515] lib/rexml/doctype.rb 57% [294/515] lib/rexml/instruction.rb 57% [295/515] lib/rexml/rexml.rb 57% [296/515] lib/rexml/dtd/entitydecl.rb 57% [297/515] lib/rexml/dtd/elementdecl.rb 57% [298/515] lib/rexml/dtd/attlistdecl.rb 58% [299/515] lib/rexml/dtd/notationdecl.rb 58% [300/515] lib/rexml/dtd/dtd.rb 58% [301/515] lib/rexml/attribute.rb 58% [302/515] lib/rexml/attlistdecl.rb 58% [303/515] lib/rexml/light/node.rb 59% [304/515] lib/rexml/quickpath.rb 59% [305/515] lib/rexml/syncenumerator.rb 59% [306/515] lib/rexml/xpath_parser.rb 59% [307/515] lib/rexml/xmldecl.rb 59% [308/515] lib/rexml/text.rb 60% [309/515] lib/rexml/source.rb 60% [310/515] lib/rexml/sax2listener.rb 60% [311/515] lib/rexml/document.rb 60% [312/515] lib/rexml/encoding.rb 60% [313/515] lib/rinda/rinda.rb 60% [314/515] lib/rinda/ring.rb 61% [315/515] lib/rinda/tuplespace.rb 61% [316/515] lib/rss/parser.rb 61% [317/515] lib/rss/maker/slash.rb 61% [318/515] lib/rss/maker/1.0.rb 61% [319/515] lib/rss/maker/entry.rb 62% [320/515] lib/rss/maker/0.9.rb 62% [321/515] lib/rss/maker/content.rb 62% [322/515] lib/rss/maker/2.0.rb 62% [323/515] lib/rss/maker/syndication.rb 62% [324/515] lib/rss/maker/base.rb 63% [325/515] lib/rss/maker/atom.rb 63% [326/515] lib/rss/maker/feed.rb 63% [327/515] lib/rss/maker/taxonomy.rb 63% [328/515] lib/rss/maker/trackback.rb 63% [329/515] lib/rss/maker/itunes.rb 64% [330/515] lib/rss/maker/dublincore.rb 64% [331/515] lib/rss/maker/image.rb 64% [332/515] lib/rss/converter.rb 64% [333/515] lib/rss/maker.rb 64% [334/515] lib/rss/rexmlparser.rb 65% [335/515] lib/rss/slash.rb 65% [336/515] lib/rss/1.0.rb 65% [337/515] lib/rss/utils.rb 65% [338/515] lib/rss/xml-stylesheet.rb 65% [339/515] lib/rss/content/1.0.rb 66% [340/515] lib/rss/content/2.0.rb 66% [341/515] lib/rss/0.9.rb 66% [342/515] lib/rss/content.rb 66% [343/515] lib/rss/xml.rb 66% [344/515] lib/rss/dublincore/1.0.rb 66% [345/515] lib/rss/dublincore/2.0.rb 67% [346/515] lib/rss/dublincore/atom.rb 67% [347/515] lib/rss/2.0.rb 67% [348/515] lib/rss/syndication.rb 67% [349/515] lib/rss/atom.rb 67% [350/515] lib/rss/rss.rb 68% [351/515] lib/rss/taxonomy.rb 68% [352/515] lib/rss/xmlscanner.rb 68% [353/515] lib/rss/trackback.rb 68% [354/515] lib/rss/xmlparser.rb 68% [355/515] lib/rss/itunes.rb 69% [356/515] lib/rss/dublincore.rb 69% [357/515] lib/rss/image.rb 69% [358/515] lib/rss.rb 69% [359/515] lib/scanf.rb 69% [360/515] lib/set.rb 70% [361/515] lib/shell/process-controller.rb 70% [362/515] lib/shell/error.rb 70% [363/515] lib/shell/command-processor.rb 70% [364/515] lib/shell/filter.rb 70% [365/515] lib/shell/system-command.rb 71% [366/515] lib/shell/version.rb 71% [367/515] lib/shell/builtin-command.rb 71% [368/515] lib/shell.rb 71% [369/515] lib/shellwords.rb 71% [370/515] lib/sync.rb 72% [371/515] lib/tempfile.rb 72% [372/515] lib/test/unit/assertions.rb 72% [373/515] lib/test/unit/testcase.rb 72% [374/515] lib/test/unit.rb 72% [375/515] lib/thread.rb 73% [376/515] lib/thwait.rb 73% [377/515] lib/time.rb 73% [378/515] lib/timeout.rb 73% [379/515] lib/tmpdir.rb 73% [380/515] lib/tracer.rb 73% [381/515] lib/tsort.rb 74% [382/515] lib/un.rb 74% [383/515] lib/uri/common.rb 74% [384/515] lib/uri/ftp.rb 74% [385/515] lib/uri/generic.rb 74% [386/515] lib/uri/http.rb 75% [387/515] lib/uri/https.rb 75% [388/515] lib/uri/ldap.rb 75% [389/515] lib/uri/mailto.rb 75% [390/515] lib/uri.rb 75% [391/515] lib/weakref.rb 76% [392/515] lib/webrick/httpservlet/cgihandler.rb 76% [393/515] lib/webrick/httpservlet/prochandler.rb 76% [394/515] lib/webrick/httpservlet/cgi_runner.rb 76% [395/515] lib/webrick/httpservlet/abstract.rb 76% [396/515] lib/webrick/httpservlet/filehandler.rb 77% [397/515] lib/webrick/httpservlet/erbhandler.rb 77% [398/515] lib/webrick/httpservlet.rb 77% [399/515] lib/webrick/httpauth.rb 77% [400/515] lib/webrick/httpversion.rb 77% [401/515] lib/webrick/compat.rb 78% [402/515] lib/webrick/ssl.rb 78% [403/515] lib/webrick/cookie.rb 78% [404/515] lib/webrick/httpproxy.rb 78% [405/515] lib/webrick/accesslog.rb 78% [406/515] lib/webrick/config.rb 79% [407/515] lib/webrick/server.rb 79% [408/515] lib/webrick/log.rb 79% [409/515] lib/webrick/utils.rb 79% [410/515] lib/webrick/httpresponse.rb 79% [411/515] lib/webrick/https.rb 80% [412/515] lib/webrick/httputils.rb 80% [413/515] lib/webrick/httpauth/htgroup.rb 80% [414/515] lib/webrick/httpauth/htpasswd.rb 80% [415/515] lib/webrick/httpauth/digestauth.rb 80% [416/515] lib/webrick/httpauth/userdb.rb 80% [417/515] lib/webrick/httpauth/basicauth.rb 81% [418/515] lib/webrick/httpauth/htdigest.rb 81% [419/515] lib/webrick/httpauth/authenticator.rb 81% [420/515] lib/webrick/httpstatus.rb 81% [421/515] lib/webrick/httprequest.rb 81% [422/515] lib/webrick/version.rb 82% [423/515] lib/webrick/cgi.rb 82% [424/515] lib/webrick/httpserver.rb 82% [425/515] lib/webrick/htmlutils.rb 82% [426/515] lib/webrick.rb 82% [427/515] lib/xmlrpc/README.rdoc 83% [428/515] lib/yaml/store.rb 83% [429/515] lib/yaml/dbm.rb 83% [430/515] lib/yaml.rb 83% [431/515] ext/bigdecimal/bigdecimal.c No definition for BigDecimal_add2 No definition for BigDecimal_sub2 No definition for BigDecimal_mult2 No definition for BigDecimal_div2 No definition for BigDecimal_hash No definition for BigDecimal_uplus No definition for BigDecimal_neg No definition for BigDecimal_dup No definition for BigDecimal_dump No definition for BigDecimal_global_new 83% [432/515] ext/bigdecimal/lib/bigdecimal/newton.rb 84% [433/515] ext/bigdecimal/lib/bigdecimal/math.rb 84% [434/515] ext/bigdecimal/lib/bigdecimal/jacobian.rb 84% [435/515] ext/bigdecimal/lib/bigdecimal/util.rb 84% [436/515] ext/bigdecimal/lib/bigdecimal/ludcmp.rb 84% [437/515] ext/coverage/coverage.c 85% [438/515] ext/digest/digest.c 85% [439/515] ext/etc/etc.c 85% [440/515] ext/fcntl/fcntl.c 85% [441/515] ext/gdbm/gdbm.c No definition for fgdbm_setopt 85% [442/515] ext/iconv/iconv.c 86% [443/515] ext/io/wait/wait.c 86% [444/515] ext/json/lib/json.rb 86% [445/515] ext/json/lib/json/ext.rb 86% [446/515] ext/json/lib/json/add/rails.rb 86% [447/515] ext/json/lib/json/add/core.rb 86% [448/515] ext/json/lib/json/editor.rb 87% [449/515] ext/json/lib/json/common.rb 87% [450/515] ext/json/lib/json/version.rb 87% [451/515] ext/nkf/lib/kconv.rb 87% [452/515] ext/nkf/nkf.c 87% [453/515] ext/objspace/objspace.c 88% [454/515] ext/openssl/ossl.c 88% [455/515] ext/openssl/ossl_asn1.c No definition for ossl_asn1_traverse No definition for ossl_asn1_decode No definition for ossl_asn1_decode_all No definition for ossl_asn1data_initialize No definition for ossl_asn1data_to_der No definition for ossl_asn1_initialize No definition for ossl_asn1prim_to_der No definition for ossl_asn1_initialize No definition for ossl_asn1cons_to_der No definition for ossl_asn1cons_each 88% [456/515] ext/openssl/ossl_bn.c No definition for ossl_bn_copy No definition for ossl_bn_num_bytes No definition for ossl_bn_num_bits No definition for ossl_bn_add No definition for ossl_bn_sub No definition for ossl_bn_mul No definition for ossl_bn_sqr No definition for ossl_bn_mod No definition for ossl_bn_mod_add No definition for ossl_bn_mod_sub No definition for ossl_bn_mod_mul No definition for ossl_bn_mod_sqr No definition for ossl_bn_exp No definition for ossl_bn_mod_exp No definition for ossl_bn_gcd No definition for ossl_bn_cmp No definition for ossl_bn_ucmp No definition for ossl_bn_eql No definition for ossl_bn_is_zero No definition for ossl_bn_is_one No definition for ossl_bn_is_odd No definition for ossl_bn_s_rand No definition for ossl_bn_s_pseudo_rand No definition for ossl_bn_s_rand_range No definition for ossl_bn_s_pseudo_rand_range No definition for ossl_bn_set_bit No definition for ossl_bn_clear_bit No definition for ossl_bn_mask_bits No definition for ossl_bn_lshift No definition for ossl_bn_rshift No definition for ossl_bn_self_lshift No definition for ossl_bn_self_rshift No definition for ossl_bn_to_bn No definition for ossl_bn_coerce No definition for ossl_bn_mod_inverse 88% [457/515] ext/openssl/ossl_cipher.c 88% [458/515] ext/openssl/ossl_config.c 89% [459/515] ext/openssl/ossl_digest.c Enclosing class/module 'cDigest' for class DigestError not known 89% [460/515] ext/openssl/ossl_engine.c No definition for ossl_engine_s_load No definition for ossl_engine_s_cleanup No definition for ossl_engine_s_engines No definition for ossl_engine_s_by_id No definition for ossl_engine_get_id No definition for ossl_engine_get_name No definition for ossl_engine_finish No definition for rb_f_notimplement No definition for ossl_engine_get_cipher No definition for rb_f_notimplement No definition for ossl_engine_get_digest No definition for ossl_engine_load_privkey No definition for ossl_engine_load_pubkey No definition for ossl_engine_set_default No definition for ossl_engine_ctrl_cmd No definition for ossl_engine_get_cmds No definition for ossl_engine_inspect 89% [461/515] ext/openssl/ossl_hmac.c 89% [462/515] ext/openssl/ossl_ns_spki.c No definition for ossl_spki_initialize No definition for ossl_spki_to_der No definition for ossl_spki_to_pem No definition for ossl_spki_print No definition for ossl_spki_get_public_key No definition for ossl_spki_set_public_key No definition for ossl_spki_sign No definition for ossl_spki_get_challenge No definition for ossl_spki_set_challenge 89% [463/515] ext/openssl/ossl_ocsp.c No definition for ossl_ocspreq_initialize No definition for ossl_ocspreq_add_nonce No definition for ossl_ocspreq_add_certid No definition for ossl_ocspreq_get_certid No definition for ossl_ocspreq_sign No definition for ossl_ocspreq_verify No definition for ossl_ocspreq_to_der No definition for ossl_ocspres_initialize No definition for ossl_ocspres_status No definition for ossl_ocspres_status_string No definition for ossl_ocspres_get_basic No definition for ossl_ocspres_to_der No definition for ossl_ocspbres_initialize No definition for ossl_ocspbres_copy_nonce No definition for ossl_ocspbres_add_nonce No definition for ossl_ocspbres_add_status No definition for ossl_ocspbres_get_status No definition for ossl_ocspbres_sign No definition for ossl_ocspbres_verify No definition for ossl_ocspcid_initialize No definition for ossl_ocspcid_cmp No definition for ossl_ocspcid_cmp_issuer No definition for ossl_ocspcid_get_serial 90% [464/515] ext/openssl/ossl_pkcs5.c 90% [465/515] ext/openssl/ossl_pkcs7.c No definition for ossl_pkcs7_set_detached No definition for ossl_pkcs7_get_detached No definition for ossl_pkcs7_detached_p No definition for ossl_pkcs7_set_cipher No definition for ossl_pkcs7_add_signer No definition for ossl_pkcs7_get_signer No definition for ossl_pkcs7_add_recipient No definition for ossl_pkcs7_get_recipient No definition for ossl_pkcs7_add_certificate No definition for ossl_pkcs7_set_certificates No definition for ossl_pkcs7_get_certificates No definition for ossl_pkcs7_add_crl No definition for ossl_pkcs7_set_crls No definition for ossl_pkcs7_get_crls No definition for ossl_pkcs7_add_data No definition for ossl_pkcs7_verify No definition for ossl_pkcs7_decrypt No definition for ossl_pkcs7_to_pem No definition for ossl_pkcs7_to_der No definition for ossl_pkcs7si_initialize No definition for ossl_pkcs7si_get_issuer No definition for ossl_pkcs7si_get_serial No definition for ossl_pkcs7si_get_signed_time No definition for ossl_pkcs7ri_initialize No definition for ossl_pkcs7ri_get_issuer No definition for ossl_pkcs7ri_get_serial No definition for ossl_pkcs7ri_get_enc_key 90% [466/515] ext/openssl/ossl_pkcs12.c No definition for ossl_pkcs12_to_der 90% [467/515] ext/openssl/ossl_pkey.c No definition for ossl_pkey_initialize No definition for ossl_pkey_sign No definition for ossl_pkey_verify 90% [468/515] ext/openssl/ossl_pkey_dh.c 91% [469/515] ext/openssl/ossl_pkey_dsa.c 91% [470/515] ext/openssl/ossl_pkey_ec.c No definition for ossl_ec_group_set_curve_name 91% [471/515] ext/openssl/ossl_pkey_rsa.c No definition for ossl_rsa_blinding_on No definition for ossl_rsa_blinding_off 91% [472/515] ext/openssl/ossl_rand.c 91% [473/515] ext/openssl/ossl_ssl.c No definition for ossl_sslctx_set_ssl_version No definition for ossl_ssl_get_verify_result 92% [474/515] ext/openssl/ossl_ssl_session.c No definition for ossl_ssl_session_set_time No definition for ossl_ssl_session_set_timeout 92% [475/515] ext/openssl/ossl_x509.c 92% [476/515] ext/openssl/ossl_x509attr.c 92% [477/515] ext/openssl/ossl_x509cert.c No definition for ossl_x509_inspect 92% [478/515] ext/openssl/ossl_x509crl.c No definition for ossl_x509crl_initialize No definition for ossl_x509crl_get_version No definition for ossl_x509crl_set_version No definition for ossl_x509crl_get_signature_algorithm No definition for ossl_x509crl_get_issuer No definition for ossl_x509crl_set_issuer No definition for ossl_x509crl_get_last_update No definition for ossl_x509crl_set_last_update No definition for ossl_x509crl_get_next_update No definition for ossl_x509crl_set_next_update No definition for ossl_x509crl_get_revoked No definition for ossl_x509crl_set_revoked No definition for ossl_x509crl_add_revoked No definition for ossl_x509crl_sign No definition for ossl_x509crl_verify No definition for ossl_x509crl_to_der No definition for ossl_x509crl_to_pem No definition for ossl_x509crl_to_text No definition for ossl_x509crl_add_extension 93% [479/515] ext/openssl/ossl_x509ext.c No definition for ossl_x509extfactory_initialize No definition for ossl_x509extfactory_set_issuer_cert No definition for ossl_x509extfactory_set_subject_cert No definition for ossl_x509extfactory_set_subject_req No definition for ossl_x509extfactory_set_crl No definition for ossl_x509extfactory_set_config No definition for ossl_x509ext_initialize No definition for ossl_x509ext_set_oid No definition for ossl_x509ext_set_value No definition for ossl_x509ext_set_critical No definition for ossl_x509ext_get_oid No definition for ossl_x509ext_get_value No definition for ossl_x509ext_get_critical No definition for ossl_x509ext_to_der 93% [480/515] ext/openssl/ossl_x509name.c No definition for ossl_x509name_cmp No definition for ossl_x509name_eql 93% [481/515] ext/openssl/ossl_x509req.c No definition for ossl_x509req_initialize No definition for ossl_x509req_to_pem No definition for ossl_x509req_to_der No definition for ossl_x509req_to_text No definition for ossl_x509req_get_version No definition for ossl_x509req_set_version No definition for ossl_x509req_get_subject No definition for ossl_x509req_set_subject No definition for ossl_x509req_get_signature_algorithm No definition for ossl_x509req_get_public_key No definition for ossl_x509req_set_public_key No definition for ossl_x509req_sign No definition for ossl_x509req_get_attributes No definition for ossl_x509req_set_attributes No definition for ossl_x509req_add_attribute 93% [482/515] ext/openssl/ossl_x509revoked.c No definition for ossl_x509revoked_initialize No definition for ossl_x509revoked_get_serial No definition for ossl_x509revoked_set_serial No definition for ossl_x509revoked_get_time No definition for ossl_x509revoked_set_time No definition for ossl_x509revoked_add_extension 93% [483/515] ext/openssl/ossl_x509store.c No definition for ossl_x509store_set_flags No definition for ossl_x509store_set_purpose No definition for ossl_x509store_set_trust No definition for ossl_x509store_set_time No definition for ossl_x509store_add_path No definition for ossl_x509store_add_file No definition for ossl_x509store_set_default_paths No definition for ossl_x509store_add_cert No definition for ossl_x509store_add_crl No definition for ossl_x509store_verify 93% [484/515] ext/openssl/lib/openssl/buffering.rb 94% [485/515] ext/pathname/pathname.c No definition for path_freeze No definition for path_taint No definition for path_untaint 94% [486/515] ext/pathname/lib/pathname.rb 94% [487/515] ext/pty/pty.c No definition for echild_status 94% [488/515] ext/pty/lib/expect.rb 94% [489/515] ext/readline/readline.c 95% [490/515] ext/ripper/ripper.c 95% [491/515] ext/ripper/lib/ripper/core.rb 95% [492/515] ext/ripper/lib/ripper/filter.rb 95% [493/515] ext/ripper/lib/ripper/lexer.rb 95% [494/515] ext/ripper/lib/ripper/sexp.rb 96% [495/515] ext/ripper/lib/ripper.rb 96% [496/515] ext/socket/init.c 96% [497/515] ext/socket/raddrinfo.c 96% [498/515] ext/socket/basicsocket.c 96% [499/515] ext/socket/ipsocket.c 97% [500/515] ext/socket/tcpsocket.c 97% [501/515] ext/socket/tcpserver.c 97% [502/515] ext/socket/sockssocket.c No definition for socks_init No definition for socks_s_close 97% [503/515] ext/socket/udpsocket.c 97% [504/515] ext/socket/unixsocket.c 98% [505/515] ext/socket/unixserver.c 98% [506/515] ext/socket/socket.c 98% [507/515] ext/socket/option.c 98% [508/515] ext/socket/ancdata.c 98% [509/515] ext/socket/constants.c 99% [510/515] ext/socket/constdefs.c 99% [511/515] ext/socket/lib/socket.rb 99% [512/515] ext/stringio/stringio.c No definition for rb_io_addstr No definition for rb_io_print No definition for rb_io_printf No definition for rb_io_puts 99% [513/515] ext/strscan/strscan.c 99% [514/515] ext/zlib/zlib.c No definition for gzfile_error_inspect 100% [515/515] doc/re.rdoc Generating RI... Files: 515 Classes: 1088 ( 655 undocumented) Constants: 1375 ( 1151 undocumented) Modules: 244 ( 142 undocumented) Methods: 7662 ( 2883 undocumented) 53.41% documented Elapsed: 208.6s == version # 2010-09-21T20:42:45+09:00 + ./ruby -v ruby 1.9.3dev (2010-09-21 trunk 29308) [powerpc64-linux] == install-nodoc # 2010-09-21T20:42:45+09:00 + make install-nodoc ./miniruby -I./lib -I.ext/common ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" installing binary commands: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/bin installing base libraries: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib installing arch files: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/1.9.1/powerpc64-linux installing command scripts: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/bin installing library scripts: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/1.9.1 installing common headers: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/include/ruby-1.9.1 installing manpages: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/share/man/man1 installing extension objects: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/1.9.1/powerpc64-linux installing extension objects: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/site_ruby/1.9.1/powerpc64-linux installing extension objects: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/vendor_ruby/1.9.1/powerpc64-linux installing extension headers: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/include/ruby-1.9.1/powerpc64-linux installing extension scripts: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/1.9.1 installing extension scripts: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/site_ruby/1.9.1 installing extension scripts: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/vendor_ruby/1.9.1 installing extension headers: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/include/ruby-1.9.1/ruby installing default gems: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/lib/ruby/gems/1.9.1 (cache, doc, gems, specifications) rake 0.8.7 rdoc 2.5.8 minitest 1.7.1 == install-doc # 2010-09-21T20:42:46+09:00 + make install-doc ./miniruby -I./lib -I.ext/common ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " enc make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: Nothing to be done for `enc'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " srcs make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: Nothing to be done for `srcs'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' ./miniruby -I./lib -I.ext/common ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " trans make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: Nothing to be done for `./enc/trans'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common " MINIRUBY="./miniruby -I./lib -I.ext/common " encs make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' /bin/mkdir -p .ext/powerpc64-linux/enc .ext/powerpc64-linux/enc/trans enc enc/trans make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' compiling -test-/add_suffix make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/add_suffix' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/add_suffix' compiling -test-/bug-3571 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3571' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3571' compiling -test-/bug-3662 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3662' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/bug-3662' compiling -test-/string make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/string' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/-test-/string' compiling bigdecimal make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal' compiling continuation make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/continuation' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/continuation' compiling coverage make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/coverage' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/coverage' compiling curses make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses' compiling dbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dbm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dbm' compiling digest make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest' compiling digest/bubblebabble make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/bubblebabble' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/bubblebabble' compiling digest/md5 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/md5' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/md5' compiling digest/rmd160 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/rmd160' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/rmd160' compiling digest/sha1 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha1' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha1' compiling digest/sha2 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha2' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/digest/sha2' compiling dl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl' compiling dl/callback make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback' compiling dl/win32 make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/win32' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/win32' compiling etc make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/etc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/etc' compiling fcntl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fcntl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fcntl' compiling fiber make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiber' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiber' compiling fiddle make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiddle' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/fiddle' compiling gdbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/gdbm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/gdbm' compiling iconv make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/iconv' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/iconv' compiling io/console make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/console' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/console' compiling io/nonblock make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/nonblock' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/nonblock' compiling io/wait make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/wait' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/io/wait' compiling json make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json' compiling json/generator make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/generator' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/generator' compiling json/parser make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/parser' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/parser' compiling mathn/complex make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/complex' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/complex' compiling mathn/rational make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/rational' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/mathn/rational' compiling nkf make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf' compiling objspace make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/objspace' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/objspace' compiling openssl make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/openssl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/openssl' compiling pathname make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pathname' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pathname' compiling psych make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/psych' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/psych' compiling pty make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pty' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/pty' compiling racc/cparse make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/racc/cparse' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/racc/cparse' compiling readline make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/readline' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/readline' compiling ripper make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper' ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/powerpc64-linux' -I'../../.ext/common' ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper' compiling sdbm make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/sdbm' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/sdbm' compiling socket make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/socket' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/socket' compiling stringio make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/stringio' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/stringio' compiling strscan make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/strscan' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/strscan' compiling syck make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syck' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syck' compiling syslog make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syslog' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/syslog' compiling tk make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk' compiling tk/tkutil make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/tkutil' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/tkutil' compiling win32ole make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/win32ole' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/win32ole' compiling zlib make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/zlib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/zlib' making ruby make[1]: Entering directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' make[1]: `ruby' is up to date. make[1]: Leaving directory `/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby' Generating RDoc documentation ./miniruby -I./lib -I.ext/common ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --no-force-update --all --ri --op ".ext/rdoc" "." No newer files. ./miniruby -I./lib -I.ext/common ./tool/rbinstall.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: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/share/ri/1.9.1/system == test-knownbug # 2010-09-21T20:43:01+09:00 + make test-knownbug 'OPTS=-v -q' ./miniruby -I./lib -I.ext/common ./tool/runruby.rb --extout=.ext -- "./bootstraptest/runner.rb" --ruby="ruby" -v -q ./KNOWNBUGS.rb KNOWNBUGS.rb #1 KNOWNBUGS.rb:16:in `' . PASS all 1 tests == test-all # 2010-09-21T20:43:01+09:00 + make test-all TESTS=-v RUBYOPT=-w ./miniruby -I./lib -I.ext/common ./tool/runruby.rb --extout=.ext -- "./test/runner.rb" -v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ripper/test_parser_events.rb:1087: warning: assigned but unused variable - var /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:292: warning: assigned but unused variable - dj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:727: warning: assigned but unused variable - scheme /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:727: warning: assigned but unused variable - domain :29:in `require': YAML::YPath is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_string.rb:32: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/rss-testcase.rb:189: warning: assigned but unused variable - item /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/rss-assertions.rb:975: warning: assigned but unused variable - target /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/open-uri.rb:129: warning: assigned but unused variable - perm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/open-uri.rb:483: warning: assigned but unused variable - parameters /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/open-uri.rb:715: warning: assigned but unused variable - v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/uri/common.rb:349: warning: assigned but unused variable - uri_ref /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/rss.rb:1098: warning: assigned but unused variable - model_uri /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/rss.rb:1098: warning: assigned but unused variable - getter /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/rss.rb:1096: warning: assigned but unused variable - _tags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/element.rb:877: warning: assigned but unused variable - rv /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/element.rb:1095: warning: assigned but unused variable - element_document /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/element.rb:1200: warning: assigned but unused variable - res /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/child.rb:91: warning: assigned but unused variable - encoding /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/attribute.rb:118: warning: assigned but unused variable - doctype /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/doctype.rb:118: warning: assigned but unused variable - next_indent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/doctype.rb:255: warning: `+' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/doctype.rb:255: warning: even though it seems like unary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/functions.rb:173: warning: assigned but unused variable - test_string /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/xpath_parser.rb:690: warning: assigned but unused variable - enum /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/parsers/xpathparser.rb:285: warning: assigned but unused variable - res /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/parsers/xpathparser.rb:581: warning: assigned but unused variable - arry /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/atom.rb:530: warning: assigned but unused variable - subtype /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/1.0.rb:35: warning: assigned but unused variable - set /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/0.9.rb:27: warning: assigned but unused variable - set /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/0.9.rb:260: warning: assigned but unused variable - set /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/dublincore.rb:17: warning: assigned but unused variable - full_klass_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:448: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:538: warning: assigned but unused variable - guid /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:532: warning: assigned but unused variable - content /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:665: warning: assigned but unused variable - content /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:58: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:59: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:60: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:66: warning: assigned but unused variable - image /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:69: warning: assigned but unused variable - textinput /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:203: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:204: warning: assigned but unused variable - url /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:205: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:226: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:227: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:228: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:249: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:250: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:251: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:252: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:57: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:58: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:59: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:61: warning: assigned but unused variable - language /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:62: warning: assigned but unused variable - copyright /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:63: warning: assigned but unused variable - managingEditor /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:64: warning: assigned but unused variable - webMaster /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:65: warning: assigned but unused variable - pubDate /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:66: warning: assigned but unused variable - lastBuildDate /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:76: warning: assigned but unused variable - generator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:77: warning: assigned but unused variable - docs /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:79: warning: assigned but unused variable - ttl /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:81: warning: assigned but unused variable - rating /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:240: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:241: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:242: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:243: warning: assigned but unused variable - author /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:253: warning: assigned but unused variable - comments /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:254: warning: assigned but unused variable - pubDate /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:458: warning: assigned but unused variable - rel /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:459: warning: assigned but unused variable - type /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:460: warning: assigned but unused variable - hreflang /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:461: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:462: warning: assigned but unused variable - length /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_setup_maker_itunes.rb:16: warning: assigned but unused variable - new_feed_url /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/minitest/mock.rb:17: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:97: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:116: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:131: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:280: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline.rb:142: warning: assigned but unused variable - actual_buffer_line /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline.rb:150: warning: assigned but unused variable - line /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_pty.rb:15: warning: assigned but unused variable - w /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_pty.rb:49: warning: assigned but unused variable - master /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_pty.rb:68: warning: assigned but unused variable - master /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_fiber.rb:8: warning: assigned but unused variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_fiber.rb:80: warning: assigned but unused variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_whileuntil.rb:63: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io.rb:944: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io.rb:1302: warning: assigned but unused variable - feature2250 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io.rb:1614: warning: assigned but unused variable - bug3585 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_signal.rb:176: warning: assigned but unused variable - pid /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_primitive.rb:11: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_primitive.rb:84: warning: assigned but unused variable - r /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:19: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:89: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:247: warning: assigned but unused variable - stdout /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:247: warning: assigned but unused variable - status /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_variable.rb:61: warning: assigned but unused variable - lvar /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_method.rb:24: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_method.rb:280: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:218: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:645: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:651: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:722: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:739: warning: assigned but unused variable - o /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:794: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_rand.rb:211: warning: assigned but unused variable - bug3027 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_rand.rb:401: warning: assigned but unused variable - p2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_time_tz.rb:139: warning: assigned but unused variable - tz /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_time_tz.rb:239: warning: assigned but unused variable - u /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_hash.rb:302: warning: assigned but unused variable - untrust /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io_m17n.rb:1417: warning: assigned but unused variable - un /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_super.rb:176: warning: assigned but unused variable - ary /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:1057: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:1600: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:12808: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:1601: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:12808: warning: assigned but unused variable - a lib/rational.rb is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:47: warning: assigned but unused variable - str2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:149: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:467: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:467: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:473: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:473: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:479: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:479: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:485: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:485: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:491: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:491: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:497: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:504: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:591: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:591: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:697: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:697: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:703: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:710: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:710: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:718: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:718: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_enumerator.rb:15: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_enumerator.rb:79: warning: assigned but unused variable - foo /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_enumerator.rb:339: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:214: warning: assigned but unused variable - local2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:212: warning: assigned but unused variable - local1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:308: warning: assigned but unused variable - foo11 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:241: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_gc.rb:16: warning: assigned but unused variable - tmp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_gc.rb:18: warning: assigned but unused variable - tmp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:38: warning: assigned but unused variable - iii /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:40: warning: assigned but unused variable - iii /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:268: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:268: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:268: warning: assigned but unused variable - z /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:319: warning: assigned but unused variable - o /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:706: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:723: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:797: warning: assigned but unused variable - bug3751 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_settracefunc.rb:300: warning: assigned but unused variable - prc /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_settracefunc.rb:303: warning: assigned but unused variable - prc2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n_comb.rb:637: warning: assigned but unused variable - r /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n_comb.rb:1034: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/allpairs.rb:69: warning: assigned but unused variable - prime /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_transcode.rb:1379: warning: method redefined; discarding old test_cp50221 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_transcode.rb:1360: warning: previous definition of test_cp50221 was here /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:135: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:141: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:147: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:148: warning: (...) interpreted as grouped expression /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:153: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:154: warning: (...) interpreted as grouped expression /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:211: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:212: warning: assigned but unused variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:213: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:322: warning: assigned but unused variable - s1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:322: warning: assigned but unused variable - s2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:527: warning: Unknown escape \E is ignored: /\A\Qfoo\E\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:698: warning: character class has duplicated range: /\A[[:^alpha:]0]\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:699: warning: character class has duplicated range: /\A[[:alpha\:]]\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:700: warning: character class has duplicated range: /\A[[:alpha:foo]0]\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_iterator.rb:76: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_iterator.rb:86: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_iterator.rb:96: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_env.rb:40: warning: assigned but unused variable - tmp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_process.rb:459: warning: assigned but unused variable - rios /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_process.rb:475: warning: assigned but unused variable - rios /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_marshal.rb:433: warning: assigned but unused variable - o2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1843: warning: assigned but unused variable - s1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1844: warning: assigned but unused variable - s2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1866: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_argf.rb:254: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_argf.rb:266: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/resolv/test_dns.rb:34: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/resolv/test_dns.rb:61: warning: assigned but unused variable - qclass /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/monitor/test_monitor.rb:86: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/csv/test_row.rb:258: warning: assigned but unused variable - header /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/sdbm/test_sdbm.rb:87: warning: assigned but unused variable - sdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/sdbm/test_sdbm.rb:105: warning: assigned but unused variable - sdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_open3.rb:51: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rinda/test_rinda.rb:78: warning: instance variable @m not initialized /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_core.rb:186: warning: assigned but unused variable - cgi /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_core.rb:307: warning: assigned but unused variable - list2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_session.rb:114: warning: assigned but unused variable - session_id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_header.rb:79: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:144: warning: assigned but unused variable - testname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:273: warning: assigned but unused variable - cgi /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:284: warning: assigned but unused variable - cgi /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_modruby.rb:74: warning: assigned but unused variable - actual /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/fiddle/test_function.rb:54: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/log.rb:63: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/httpresponse.rb:283: warning: assigned but unused variable - remain /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/httpservlet/erbhandler.rb:47: warning: assigned but unused variable - meta_vars /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/httpservlet/erbhandler.rb:48: warning: assigned but unused variable - query /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/xmlrpc/parser.rb:717: warning: assigned but unused variable - parser /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/net/http.rb:1566: warning: assigned but unused variable - main /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/xmlrpc/test_features.rb:18: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/xmlrpc/test_features.rb:22: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/gemutilities.rb:156: warning: assigned but unused variable - ruby /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/gem_openssl.rb:45: warning: assigned but unused variable - dummy /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/psych/deprecated.rb:79: warning: method redefined; discarding old to_yaml_properties /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/syck/rubytypes.rb:13: warning: previous definition of to_yaml_properties was here /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/rdoc.rb:386: warning: assigned but unused variable - pwd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/markup/parser.rb:390: warning: assigned but unused variable - data /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/markup/attribute_manager.rb:268: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser/ruby.rb:455: warning: assigned but unused variable - read /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser/ruby.rb:761: warning: assigned but unused variable - read /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/ruby_lex.rb:677: warning: assigned but unused variable - tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser/c.rb:287: warning: assigned but unused variable - params /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:262: warning: assigned but unused variable - rel_prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:263: warning: assigned but unused variable - svninfo /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:279: warning: assigned but unused variable - rel_prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:280: warning: assigned but unused variable - context /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/command.rb:171: warning: assigned but unused variable - gem_names /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/command.rb:433: warning: assigned but unused variable - dashes /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/installer.rb:321: warning: assigned but unused variable - exec_path /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/installer.rb:469: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/format.rb:35: warning: assigned but unused variable - format /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/uninstaller.rb:85: warning: assigned but unused variable - gem_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/doc_manager.rb:80: warning: assigned but unused variable - driver /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency.rb:10: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency.rb:140: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:95: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:95: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:105: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:105: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:128: warning: assigned but unused variable - a1_p /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:146: warning: assigned but unused variable - ab1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:239: warning: assigned but unused variable - a1_p /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/server.rb:675: warning: assigned but unused variable - values /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:67: warning: assigned but unused variable - a1_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:68: warning: assigned but unused variable - a2_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:89: warning: assigned but unused variable - a1_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:90: warning: assigned but unused variable - a2_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:164: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:170: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:176: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:189: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/build_command.rb:38: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/check_command.rb:74: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/gem_package_tar_test_case.rb:124: warning: assigned but unused variable - entry /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/server_command.rb:20: warning: assigned but unused variable - e Gem::Indexer tests are being skipped. Install builder gem. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_remote_fetcher.rb:651: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_ext_rake_builder.rb:36: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_ext_rake_builder.rb:67: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_platform.rb:120: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_installer.rb:61: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_installer.rb:658: warning: assigned but unused variable - gem /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:28: warning: assigned but unused variable - foo1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:29: warning: assigned but unused variable - foo2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:59: warning: assigned but unused variable - foo /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:60: warning: assigned but unused variable - foo_bar /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_ext_ext_conf_builder.rb:31: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:59: warning: assigned but unused variable - si /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:81: warning: assigned but unused variable - e1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:193: warning: assigned but unused variable - e1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:194: warning: assigned but unused variable - f1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:195: warning: assigned but unused variable - f2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:624: warning: assigned but unused variable - si /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:666: warning: assigned but unused variable - si /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:1041: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:1690: warning: assigned but unused variable - arg_names /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:1798: warning: assigned but unused variable - md /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:2248: warning: assigned but unused variable - ex2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/update_command.rb:184: warning: assigned but unused variable - version /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/update_command.rb:188: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_outdated_command.rb:17: warning: assigned but unused variable - local_01 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_outdated_command.rb:18: warning: assigned but unused variable - local_02 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_task.rb:45: warning: assigned but unused variable - rd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:56: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:288: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:298: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:318: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:328: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:342: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:352: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:362: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:374: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:385: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:396: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:413: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:430: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:529: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:971: warning: assigned but unused variable - comment /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1275: warning: assigned but unused variable - last_tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1283: warning: assigned but unused variable - last_tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1293: warning: assigned but unused variable - tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1299: warning: assigned but unused variable - tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:12: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:21: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:32: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:54: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:64: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_find.rb:97: warning: assigned but unused variable - file /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_find.rb:160: warning: assigned but unused variable - file_de /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_find.rb:181: warning: assigned but unused variable - file_de /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:561: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:561: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:562: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:563: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:568: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:568: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:569: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/benchmark.rb:570: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:52: warning: assigned but unused variable - data /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:52: warning: assigned but unused variable - srcaddr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:52: warning: assigned but unused variable - flags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:88: warning: assigned but unused variable - data /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:88: warning: assigned but unused variable - srcaddr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:88: warning: assigned but unused variable - flags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:378: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:394: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:412: warning: assigned but unused variable - cliend_ai /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:412: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:431: warning: assigned but unused variable - cliend_ai /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:431: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:450: warning: assigned but unused variable - cliend_ai /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:450: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:296: warning: assigned but unused variable - remote_address /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:296: warning: assigned but unused variable - local_address /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:347: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:347: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:374: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:374: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:396: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:396: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:67: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:67: warning: assigned but unused variable - host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:67: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:68: warning: assigned but unused variable - u2_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:114: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:115: warning: assigned but unused variable - s2_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:124: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:124: warning: assigned but unused variable - host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:257: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:257: warning: assigned but unused variable - host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:257: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:273: warning: assigned but unused variable - port /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_addrinfo.rb:143: warning: assigned but unused variable - sender_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_addrinfo.rb:167: warning: assigned but unused variable - sender_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:52: warning: assigned but unused variable - body /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:69: warning: assigned but unused variable - body /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:362: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/pop/test_pop.rb:60: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/net/imap.rb:2683: warning: assigned but unused variable - mailbox /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/imap/test_imap.rb:264: warning: assigned but unused variable - requests /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:89: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:98: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:109: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:222: warning: assigned but unused variable - rt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:335: warning: assigned but unused variable - result /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:526: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:592: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/kconv.rb:205: warning: assigned but unused variable - form_enc /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_light.rb:11: warning: assigned but unused variable - root :29: warning: loading in progress, circular require considered harmful - /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/light/node.rb from ./test/runner.rb:17:in `
' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/test/unit.rb:21:in `run' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/minitest/unit.rb:605:in `run' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/test/unit.rb:45:in `process_args' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/test/unit.rb:121:in `non_options' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/test/unit.rb:73:in `non_options' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/test/unit.rb:73:in `each' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/test/unit.rb:79:in `block in non_options' from :29:in `require' from :29:in `require' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_light.rb:2:in `' from :29:in `require' from :29:in `require' from /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/light/node.rb:2:in `' from :29:in `require' from :29:in `require' /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/parsers/sax2parser.rb:90: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:235: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:260: warning: assigned but unused variable - doc2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:640: warning: assigned but unused variable - doc /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:644: warning: assigned but unused variable - er /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:680: warning: assigned but unused variable - tree_lt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:854: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:863: warning: assigned but unused variable - doc1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:914: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1207: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1210: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1217: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1269: warning: assigned but unused variable - zml /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1332: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/validation/validation.rb:36: warning: assigned but unused variable - v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpathtext.rb:17: warning: assigned but unused variable - textnode /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_pullparser.rb:36: warning: assigned but unused variable - results /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_pullparser.rb:66: warning: assigned but unused variable - pp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:224: warning: assigned but unused variable - desired_result_tree /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:443: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:511: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:528: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_lightparser.rb:10: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_functions.rb:86: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_httpserver.rb:118: warning: assigned but unused variable - host6 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_httpserver.rb:121: warning: assigned but unused variable - host9 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_filehandler.rb:187: warning: assigned but unused variable - this_file /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_filehandler.rb:202: warning: assigned but unused variable - this_file /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_httprequest.rb:321: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/mkmf/test_sizeof.rb:9: warning: assigned but unused variable - size /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_addition.rb:113: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_addition.rb:114: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_addition.rb:115: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:142: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:143: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:144: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/json/add/rails.rb:32: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/json/add/core.rb:11: warning: previous definition of to_json was here /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:124: warning: assigned but unused variable - gdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:131: warning: assigned but unused variable - gdbm2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:164: warning: assigned but unused variable - gdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:182: warning: assigned but unused variable - gdbm use of the experimetal library 'digest/hmac' is discouraged; require 'openssl' and use OpenSSL::HMAC instead. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/dl/import.rb:99: warning: assigned but unused variable - prekey /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/dl/struct.rb:101: warning: assigned but unused variable - size /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/dl/test_cfunc.rb:75: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/dl/test_dl2.rb:31: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/dl/test_dl2.rb:54: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_encoding.rb:110: warning: assigned but unused variable - yaml /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:148:in `': yaml_as is deprecated, please use yaml_tag /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:235: warning: assigned but unused variable - dj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:591: warning: assigned but unused variable - scheme /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:591: warning: assigned but unused variable - domain /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_string.rb:31: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_tempfile.rb:206: warning: assigned but unused variable - error /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_tempfile.rb:286: warning: assigned but unused variable - default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_tempfile.rb:294: warning: assigned but unused variable - default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_pathmap.rb:87: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_rdoc_task.rb:45: warning: assigned but unused variable - rd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_rules.rb:284: warning: assigned but unused variable - ran /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_application.rb:58: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_application.rb:292: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_application.rb:571: warning: assigned but unused variable - opts /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_earlytime.rb:7: warning: assigned but unused variable - time /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_task_manager.rb:81: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake/contrib/ftptools.rb:26: warning: assigned but unused variable - line /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake/contrib/ftptools.rb:60: warning: assigned but unused variable - h /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake/contrib/ftptools.rb:60: warning: assigned but unused variable - m /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/net/ftp.rb:325: warning: assigned but unused variable - resp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_package_task.rb:52: warning: assigned but unused variable - pkg /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/logger/test_logger.rb:328: warning: assigned but unused variable - read_ready /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/logger/test_logger.rb:354: warning: assigned but unused variable - read_ready /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/date/test_date_strptime.rb:312: warning: assigned but unused variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/bigdecimal/test_bigmath.rb:71: warning: assigned but unused variable - old_mode /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/uri/test_ldap.rb:39: warning: assigned but unused variable - urls /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole.rb:231: warning: assigned but unused variable - bfolder /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole.rb:273: warning: assigned but unused variable - shell2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:30: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:41: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:347: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:493: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_word.rb:29: warning: assigned but unused variable - w /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_event.rb:55: warning: assigned but unused variable - ev /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_event.rb:152: warning: assigned but unused variable - ev /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_event.rb:156: warning: assigned but unused variable - ev /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:31: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:34: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:37: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:40: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant_outarg.rb:48: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:24: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:199: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:252: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:559: warning: assigned but unused variable - data_serv_host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:642: warning: assigned but unused variable - data_serv_host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_ssl.rb:29: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_ssl.rb:80: warning: assigned but unused variable - th Test run options: --seed 42962 --verbose Loaded suite ./test/runner Started ACLEntryTest#test_all: 0.00 s: . ACLEntryTest#test_ip: 0.00 s: . ACLEntryTest#test_ip_v6: 0.00 s: . ACLEntryTest#test_name: 0.00 s: . ACLListTest#test_1: 0.00 s: . ACLListTest#test_2: 0.00 s: . ACLListTest#test_all_1: 0.00 s: . ACLListTest#test_all_2: 0.00 s: . ACLTest#test_0: 0.00 s: . ACLTest#test_1: 0.00 s: . ACLTest#test_not_0: 0.00 s: . ACLTest#test_not_1: 0.00 s: . AttributesTester#test_accessor: 0.01 s: . AttributesTester#test_amp_and_lf_attributes: 0.00 s: . AttributesTester#test_amp_attributes: 0.00 s: . AttributesTester#test_attribute_deletion: 0.00 s: . AttributesTester#test_delete: 0.00 s: . AttributesTester#test_each: 0.00 s: . AttributesTester#test_each_attribute: 0.00 s: . AttributesTester#test_element_usage: 0.00 s: . AttributesTester#test_get_attribute: 0.00 s: . AttributesTester#test_namespace_conflict: 0.01 s: . AttributesTester#test_prefixes: 0.00 s: . AttributesTester#test_quoting: 0.01 s: . AttributesTester#test_setter: 0.00 s: . AttributesTester#test_size: 0.01 s: . AttributesTester#test_ticket_127: 0.00 s: . AttributesTester#test_values_with_apostrophes: 0.00 s: . BaseTester#test_accents: 0.04 s: . BaseTester#test_character_reference: 0.00 s: . BaseTester#test_cr: 0.00 s: . BaseTester#test_empty: 0.00 s: . BaseTester#test_entity_reference: 0.00 s: . BaseTester#test_leading_trailing_whitespace: 0.00 s: . BaseTester#test_space: 0.00 s: . BaseTester#test_whitespace: 0.00 s: . CGICookieTest#test_cgi_cookie_arrayinterface: 0.00 s: . CGICookieTest#test_cgi_cookie_new_complex: 0.00 s: . CGICookieTest#test_cgi_cookie_new_simple: 0.00 s: . CGICookieTest#test_cgi_cookie_parse: 0.00 s: . CGICookieTest#test_cgi_cookie_scriptname: 0.00 s: . CGICoreTest#test_cgi_core_cookie: 0.00 s: . CGICoreTest#test_cgi_core_environs: 0.00 s: . CGICoreTest#test_cgi_core_htmltype: (eval):1: warning: method redefined; discarding old tt (eval):1: warning: previous definition of tt was here (eval):19: warning: method redefined; discarding old i (eval):19: warning: previous definition of i was here (eval):37: warning: method redefined; discarding old b (eval):37: warning: previous definition of b was here (eval):55: warning: method redefined; discarding old u (eval):55: warning: previous definition of u was here (eval):73: warning: method redefined; discarding old s (eval):73: warning: previous definition of s was here (eval):91: warning: method redefined; discarding old strike (eval):91: warning: previous definition of strike was here (eval):109: warning: method redefined; discarding old big (eval):109: warning: previous definition of big was here (eval):127: warning: method redefined; discarding old small (eval):127: warning: previous definition of small was here (eval):145: warning: method redefined; discarding old em (eval):145: warning: previous definition of em was here (eval):163: warning: method redefined; discarding old strong (eval):163: warning: previous definition of strong was here (eval):181: warning: method redefined; discarding old dfn (eval):181: warning: previous definition of dfn was here (eval):199: warning: method redefined; discarding old code (eval):199: warning: previous definition of code was here (eval):217: warning: method redefined; discarding old samp (eval):217: warning: previous definition of samp was here (eval):235: warning: method redefined; discarding old kbd (eval):235: warning: previous definition of kbd was here (eval):253: warning: method redefined; discarding old var (eval):253: warning: previous definition of var was here (eval):271: warning: method redefined; discarding old cite (eval):271: warning: previous definition of cite was here (eval):289: warning: method redefined; discarding old abbr (eval):289: warning: previous definition of abbr was here (eval):307: warning: method redefined; discarding old acronym (eval):307: warning: previous definition of acronym was here (eval):325: warning: method redefined; discarding old font (eval):325: warning: previous definition of font was here (eval):343: warning: method redefined; discarding old sub (eval):343: warning: previous definition of sub was here (eval):361: warning: method redefined; discarding old sup (eval):361: warning: previous definition of sup was here (eval):379: warning: method redefined; discarding old span (eval):379: warning: previous definition of span was here (eval):397: warning: method redefined; discarding old bdo (eval):397: warning: previous definition of bdo was here (eval):415: warning: method redefined; discarding old address (eval):415: warning: previous definition of address was here (eval):433: warning: method redefined; discarding old div (eval):433: warning: previous definition of div was here (eval):451: warning: method redefined; discarding old center (eval):451: warning: previous definition of center was here (eval):469: warning: method redefined; discarding old map (eval):469: warning: previous definition of map was here (eval):487: warning: method redefined; discarding old object (eval):487: warning: previous definition of object was here (eval):505: warning: method redefined; discarding old applet (eval):505: warning: previous definition of applet was here (eval):523: warning: method redefined; discarding old h1 (eval):523: warning: previous definition of h1 was here (eval):541: warning: method redefined; discarding old h2 (eval):541: warning: previous definition of h2 was here (eval):559: warning: method redefined; discarding old h3 (eval):559: warning: previous definition of h3 was here (eval):577: warning: method redefined; discarding old h4 (eval):577: warning: previous definition of h4 was here (eval):595: warning: method redefined; discarding old h5 (eval):595: warning: previous definition of h5 was here (eval):613: warning: method redefined; discarding old h6 (eval):613: warning: previous definition of h6 was here (eval):631: warning: method redefined; discarding old pre (eval):631: warning: previous definition of pre was here (eval):649: warning: method redefined; discarding old q (eval):649: warning: previous definition of q was here (eval):667: warning: method redefined; discarding old ins (eval):667: warning: previous definition of ins was here (eval):685: warning: method redefined; discarding old del (eval):685: warning: previous definition of del was here (eval):703: warning: method redefined; discarding old dl (eval):703: warning: previous definition of dl was here (eval):721: warning: method redefined; discarding old ol (eval):721: warning: previous definition of ol was here (eval):739: warning: method redefined; discarding old ul (eval):739: warning: previous definition of ul was here (eval):757: warning: method redefined; discarding old dir (eval):757: warning: previous definition of dir was here (eval):775: warning: method redefined; discarding old menu (eval):775: warning: previous definition of menu was here (eval):793: warning: method redefined; discarding old label (eval):793: warning: previous definition of label was here (eval):811: warning: method redefined; discarding old select (eval):811: warning: previous definition of select was here (eval):829: warning: method redefined; discarding old optgroup (eval):829: warning: previous definition of optgroup was here (eval):847: warning: method redefined; discarding old fieldset (eval):847: warning: previous definition of fieldset was here (eval):865: warning: method redefined; discarding old legend (eval):865: warning: previous definition of legend was here (eval):883: warning: method redefined; discarding old button (eval):883: warning: previous definition of button was here (eval):901: warning: method redefined; discarding old table (eval):901: warning: previous definition of table was here (eval):919: warning: method redefined; discarding old iframe (eval):919: warning: previous definition of iframe was here (eval):937: warning: method redefined; discarding old noframes (eval):937: warning: previous definition of noframes was here (eval):955: warning: method redefined; discarding old title (eval):955: warning: previous definition of title was here (eval):973: warning: method redefined; discarding old style (eval):973: warning: previous definition of style was here (eval):991: warning: method redefined; discarding old script (eval):991: warning: previous definition of script was here (eval):1009: warning: method redefined; discarding old noscript (eval):1009: warning: previous definition of noscript was here (eval):1027: warning: method redefined; discarding old textarea (eval):1027: warning: previous definition of textarea was here (eval):1045: warning: method redefined; discarding old form (eval):1045: warning: previous definition of form was here (eval):1063: warning: method redefined; discarding old a (eval):1063: warning: previous definition of a was here (eval):1081: warning: method redefined; discarding old blockquote (eval):1081: warning: previous definition of blockquote was here (eval):1099: warning: method redefined; discarding old caption (eval):1099: warning: previous definition of caption was here (eval):1117: warning: method redefined; discarding old img (eval):1117: warning: previous definition of img was here (eval):1129: warning: method redefined; discarding old base (eval):1129: warning: previous definition of base was here (eval):1141: warning: method redefined; discarding old basefont (eval):1141: warning: previous definition of basefont was here (eval):1153: warning: method redefined; discarding old br (eval):1153: warning: previous definition of br was here (eval):1165: warning: method redefined; discarding old area (eval):1165: warning: previous definition of area was here (eval):1177: warning: method redefined; discarding old link (eval):1177: warning: previous definition of link was here (eval):1189: warning: method redefined; discarding old param (eval):1189: warning: previous definition of param was here (eval):1201: warning: method redefined; discarding old hr (eval):1201: warning: previous definition of hr was here (eval):1213: warning: method redefined; discarding old input (eval):1213: warning: previous definition of input was here (eval):1225: warning: method redefined; discarding old col (eval):1225: warning: previous definition of col was here (eval):1237: warning: method redefined; discarding old isindex (eval):1237: warning: previous definition of isindex was here (eval):1249: warning: method redefined; discarding old meta (eval):1249: warning: previous definition of meta was here (eval):1261: warning: method redefined; discarding old html (eval):1261: warning: previous definition of html was here (eval):1278: warning: method redefined; discarding old body (eval):1278: warning: previous definition of body was here (eval):1295: warning: method redefined; discarding old p (eval):1295: warning: previous definition of p was here (eval):1312: warning: method redefined; discarding old dt (eval):1312: warning: previous definition of dt was here (eval):1329: warning: method redefined; discarding old dd (eval):1329: warning: previous definition of dd was here (eval):1346: warning: method redefined; discarding old li (eval):1346: warning: previous definition of li was here (eval):1363: warning: method redefined; discarding old option (eval):1363: warning: previous definition of option was here (eval):1380: warning: method redefined; discarding old thead (eval):1380: warning: previous definition of thead was here (eval):1397: warning: method redefined; discarding old tfoot (eval):1397: warning: previous definition of tfoot was here (eval):1414: warning: method redefined; discarding old tbody (eval):1414: warning: previous definition of tbody was here (eval):1431: warning: method redefined; discarding old colgroup (eval):1431: warning: previous definition of colgroup was here (eval):1448: warning: method redefined; discarding old tr (eval):1448: warning: previous definition of tr was here (eval):1465: warning: method redefined; discarding old th (eval):1465: warning: previous definition of th was here (eval):1482: warning: method redefined; discarding old td (eval):1482: warning: previous definition of td was here (eval):1499: warning: method redefined; discarding old head (eval):1499: warning: previous definition of head was here 0.33 s: . CGICoreTest#test_cgi_core_out: 0.01 s: . CGICoreTest#test_cgi_core_params_GET: 0.00 s: . CGICoreTest#test_cgi_core_params_POST: 0.00 s: . CGICoreTest#test_cgi_core_params_encoding_check: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/cgi/core.rb:604: warning: instance variable @accept_charset_error_block not initialized 0.00 s: . CGICoreTest#test_cgi_core_print: 0.00 s: . CGICoreTest#test_cgi_parse_illegal_query: 0.00 s: . CGIHeaderTest#test_cgi_header_argerr: 0.00 s: . CGIHeaderTest#test_cgi_header_complex: 0.00 s: . CGIHeaderTest#test_cgi_header_cookie: 0.00 s: . CGIHeaderTest#test_cgi_header_nph: 0.00 s: . CGIHeaderTest#test_cgi_header_output_cookies: 0.00 s: . CGIHeaderTest#test_cgi_header_simple: 0.00 s: . CGIModrubyTest#test_cgi_modruby_complex: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_modruby.rb:133: warning: instance variable @http_header not initialized 0.00 s: . CGIModrubyTest#test_cgi_modruby_location: 0.00 s: . CGIModrubyTest#test_cgi_modruby_requestparams: 0.00 s: . CGIModrubyTest#test_cgi_modruby_simple: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_modruby.rb:133: warning: instance variable @http_header not initialized 0.00 s: . CGIMultipartTest#test_cgi_multipart_badbody: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:122: warning: instance variable @boundary not initialized 0.02 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartcount: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:122: warning: instance variable @boundary not initialized 0.65 s: . CGIMultipartTest#test_cgi_multipart_maxmultipartlength: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:122: warning: instance variable @boundary not initialized 0.01 s: . CGIMultipartTest#test_cgi_multipart_quoteboundary: 0.01 s: . CGIMultipartTest#test_cgi_multipart_stringio: 0.01 s: . CGIMultipartTest#test_cgi_multipart_tempfile: 0.02 s: . CGISessionTest#test_cgi_session_filestore: 0.02 s: . CGISessionTest#test_cgi_session_pstore: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/pstore.rb:453: warning: method redefined; discarding old marshal_dump_supports_canonical_option? /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/pstore.rb:446: warning: previous definition of marshal_dump_supports_canonical_option? was here 0.02 s: . CGISessionTest#test_cgi_session_specify_session_id: 0.02 s: . CGISessionTest#test_cgi_session_specify_session_key: 0.02 s: . CGITagHelperTest#test_cgi_tag_helper_html3: (eval):1: warning: method redefined; discarding old a (eval):1: warning: previous definition of a was here (eval):19: warning: method redefined; discarding old tt (eval):19: warning: previous definition of tt was here (eval):37: warning: method redefined; discarding old i (eval):37: warning: previous definition of i was here (eval):55: warning: method redefined; discarding old b (eval):55: warning: previous definition of b was here (eval):73: warning: method redefined; discarding old u (eval):73: warning: previous definition of u was here (eval):91: warning: method redefined; discarding old strike (eval):91: warning: previous definition of strike was here (eval):109: warning: method redefined; discarding old big (eval):109: warning: previous definition of big was here (eval):127: warning: method redefined; discarding old small (eval):127: warning: previous definition of small was here (eval):145: warning: method redefined; discarding old sub (eval):145: warning: previous definition of sub was here (eval):163: warning: method redefined; discarding old sup (eval):163: warning: previous definition of sup was here (eval):181: warning: method redefined; discarding old em (eval):181: warning: previous definition of em was here (eval):199: warning: method redefined; discarding old strong (eval):199: warning: previous definition of strong was here (eval):217: warning: method redefined; discarding old dfn (eval):217: warning: previous definition of dfn was here (eval):235: warning: method redefined; discarding old code (eval):235: warning: previous definition of code was here (eval):253: warning: method redefined; discarding old samp (eval):253: warning: previous definition of samp was here (eval):271: warning: method redefined; discarding old kbd (eval):271: warning: previous definition of kbd was here (eval):289: warning: method redefined; discarding old var (eval):289: warning: previous definition of var was here (eval):307: warning: method redefined; discarding old cite (eval):307: warning: previous definition of cite was here (eval):325: warning: method redefined; discarding old font (eval):325: warning: previous definition of font was here (eval):343: warning: method redefined; discarding old address (eval):343: warning: previous definition of address was here (eval):361: warning: method redefined; discarding old div (eval):361: warning: previous definition of div was here (eval):379: warning: method redefined; discarding old center (eval):379: warning: previous definition of center was here (eval):397: warning: method redefined; discarding old map (eval):397: warning: previous definition of map was here (eval):415: warning: method redefined; discarding old applet (eval):415: warning: previous definition of applet was here (eval):433: warning: method redefined; discarding old pre (eval):433: warning: previous definition of pre was here (eval):451: warning: method redefined; discarding old xmp (eval):451: warning: previous definition of xmp was here (eval):469: warning: method redefined; discarding old listing (eval):469: warning: previous definition of listing was here (eval):487: warning: method redefined; discarding old dl (eval):487: warning: previous definition of dl was here (eval):505: warning: method redefined; discarding old ol (eval):505: warning: previous definition of ol was here (eval):523: warning: method redefined; discarding old ul (eval):523: warning: previous definition of ul was here (eval):541: warning: method redefined; discarding old dir (eval):541: warning: previous definition of dir was here (eval):559: warning: method redefined; discarding old menu (eval):559: warning: previous definition of menu was here (eval):577: warning: method redefined; discarding old select (eval):577: warning: previous definition of select was here (eval):595: warning: method redefined; discarding old table (eval):595: warning: previous definition of table was here (eval):613: warning: method redefined; discarding old title (eval):613: warning: previous definition of title was here (eval):631: warning: method redefined; discarding old style (eval):631: warning: previous definition of style was here (eval):649: warning: method redefined; discarding old script (eval):649: warning: previous definition of script was here (eval):667: warning: method redefined; discarding old h1 (eval):667: warning: previous definition of h1 was here (eval):685: warning: method redefined; discarding old h2 (eval):685: warning: previous definition of h2 was here (eval):703: warning: method redefined; discarding old h3 (eval):703: warning: previous definition of h3 was here (eval):721: warning: method redefined; discarding old h4 (eval):721: warning: previous definition of h4 was here (eval):739: warning: method redefined; discarding old h5 (eval):739: warning: previous definition of h5 was here (eval):757: warning: method redefined; discarding old h6 (eval):757: warning: previous definition of h6 was here (eval):775: warning: method redefined; discarding old textarea (eval):775: warning: previous definition of textarea was here (eval):793: warning: method redefined; discarding old form (eval):793: warning: previous definition of form was here (eval):811: warning: method redefined; discarding old blockquote (eval):811: warning: previous definition of blockquote was here (eval):829: warning: method redefined; discarding old caption (eval):829: warning: previous definition of caption was here (eval):847: warning: method redefined; discarding old img (eval):847: warning: previous definition of img was here (eval):859: warning: method redefined; discarding old base (eval):859: warning: previous definition of base was here (eval):871: warning: method redefined; discarding old basefont (eval):871: warning: previous definition of basefont was here (eval):883: warning: method redefined; discarding old br (eval):883: warning: previous definition of br was here (eval):895: warning: method redefined; discarding old area (eval):895: warning: previous definition of area was here (eval):907: warning: method redefined; discarding old link (eval):907: warning: previous definition of link was here (eval):919: warning: method redefined; discarding old param (eval):919: warning: previous definition of param was here (eval):931: warning: method redefined; discarding old hr (eval):931: warning: previous definition of hr was here (eval):943: warning: method redefined; discarding old input (eval):943: warning: previous definition of input was here (eval):955: warning: method redefined; discarding old isindex (eval):955: warning: previous definition of isindex was here (eval):967: warning: method redefined; discarding old meta (eval):967: warning: previous definition of meta was here (eval):979: warning: method redefined; discarding old html (eval):979: warning: previous definition of html was here (eval):996: warning: method redefined; discarding old head (eval):996: warning: previous definition of head was here (eval):1013: warning: method redefined; discarding old body (eval):1013: warning: previous definition of body was here (eval):1030: warning: method redefined; discarding old p (eval):1030: warning: previous definition of p was here (eval):1047: warning: method redefined; discarding old plaintext (eval):1047: warning: previous definition of plaintext was here (eval):1064: warning: method redefined; discarding old dt (eval):1064: warning: previous definition of dt was here (eval):1081: warning: method redefined; discarding old dd (eval):1081: warning: previous definition of dd was here (eval):1098: warning: method redefined; discarding old li (eval):1098: warning: previous definition of li was here (eval):1115: warning: method redefined; discarding old option (eval):1115: warning: previous definition of option was here (eval):1132: warning: method redefined; discarding old tr (eval):1132: warning: previous definition of tr was here (eval):1149: warning: method redefined; discarding old th (eval):1149: warning: previous definition of th was here (eval):1166: warning: method redefined; discarding old td (eval):1166: warning: previous definition of td was here 0.22 s: . CGIUtilTest#test_cgi_escape: 0.00 s: . CGIUtilTest#test_cgi_pretty: 0.00 s: . CGIUtilTest#test_cgi_unescape: 0.00 s: . ChangingEncodings#test_0_euc: 0.09 s: . ChangingEncodings#test_1_utf: 0.00 s: . ChangingEncodings#test_2_euc: 0.01 s: . ComplexRational_Test#test_comp_srat: 0.01 s: . ComplexRational_Test#test_rat_srat: 0.00 s: . Complex_Test#test_add: 0.01 s: . Complex_Test#test_attr: 0.01 s: . Complex_Test#test_attr2: 0.01 s: . Complex_Test#test_cmp: 0.01 s: . Complex_Test#test_coerce: 0.01 s: . Complex_Test#test_compsub: 0.01 s: . Complex_Test#test_conv: 0.01 s: . Complex_Test#test_div: 0.01 s: . Complex_Test#test_eqeq: 0.01 s: . Complex_Test#test_eql_p: 0.01 s: . Complex_Test#test_expt: 0.01 s: . Complex_Test#test_fdiv: 0.01 s: . Complex_Test#test_fixed_bug: 0.01 s: . Complex_Test#test_freeze: 0.01 s: . Complex_Test#test_hash: 0.01 s: . Complex_Test#test_inspect: 0.01 s: . Complex_Test#test_known_bug: 0.01 s: . Complex_Test#test_marshal: 0.01 s: . Complex_Test#test_math: 0.01 s: . Complex_Test#test_mul: 0.01 s: . Complex_Test#test_negate: 0.01 s: . Complex_Test#test_parse: 0.02 s: . Complex_Test#test_polar: 0.01 s: . Complex_Test#test_quo: 0.01 s: . Complex_Test#test_rect: 0.01 s: . Complex_Test#test_respond: 0.01 s: . Complex_Test#test_ruby19: 0.01 s: . Complex_Test#test_sub: 0.01 s: . Complex_Test#test_supp: 0.02 s: . Complex_Test#test_to_c: 0.01 s: . Complex_Test#test_to_f: 0.01 s: . Complex_Test#test_to_i: 0.01 s: . Complex_Test#test_to_r: 0.01 s: . Complex_Test#test_to_s: 0.01 s: . Complex_Test#test_unify: 0.01 s: . Complex_Test#test_uplus: 0.01 s: . Complex_Test2#test_kumi: 0.17 s: . Complex_Test2#test_kumi2: 0.00 s: . ContribTester#test_bad_doctype_Tobias: 0.01 s: . ContribTester#test_complex_xpath_Tobias: 0.01 s: . ContribTester#test_deep_clone: 0.01 s: . ContribTester#test_double_escaping: 0.00 s: . ContribTester#test_element_cloning_namespace_Chris: 0.00 s: . ContribTester#test_entities_Holden_Glova: 0.02 s: . ContribTester#test_external_entity: 0.04 s: . ContribTester#test_extra_newline_on_read_Chris: 0.00 s: . ContribTester#test_indenting_error: 0.00 s: . ContribTester#test_less_than_in_element_content: 0.01 s: . ContribTester#test_maintain_dtd: 0.01 s: . ContribTester#test_namespace_Peter: 0.01 s: . ContribTester#test_namespaces_in_attlist_tobias: 0.01 s: . ContribTester#test_other_xpath_Tobias: 0.01 s: . ContribTester#test_pos: 0.00 s: . ContribTester#test_raw_Terje_Elde: 0.01 s: . ContribTester#test_text_nodes_nomatch: 0.01 s: . ContribTester#test_ticket_12: 0.01 s: . ContribTester#test_umlaut: 0.08 s: . ContribTester#test_various_xpath: 0.03 s: . ContribTester#test_whitespace_after_xml_decl: 0.00 s: . ContribTester#test_xpath_01_TobiasReif: 0.02 s: . ContribTester#test_xpath_02_TobiasReif: 0.02 s: . ContribTester#test_xpath_03_TobiasReif: 0.02 s: . ContribTester#test_xpath_whitespace_TobiasReif: 0.02 s: . DL::TestBase#test_empty: 0.00 s: . DL::TestCFunc#test_empty: 0.00 s: . DL::TestCFunc#test_inspect: 0.00 s: . DL::TestCFunc#test_inspect_is_tainted: 0.00 s: . DL::TestCFunc#test_last_error: 0.00 s: . DL::TestCFunc#test_name_should_be_duped: 0.00 s: . DL::TestCFunc#test_new_ptr: 0.00 s: . DL::TestCFunc#test_new_ptr_type_name: 0.00 s: . DL::TestCFunc#test_ptr: 0.00 s: . DL::TestCFunc#test_ptr=: 0.00 s: . DL::TestCFunc#test_set_calltype: 0.00 s: . DL::TestCFunc#test_to_i: 0.00 s: . DL::TestCFunc#test_to_s: 0.00 s: . DL::TestCParser#test_empty: 0.00 s: . DL::TestCParser#test_uint_ctype: 0.00 s: . DL::TestCPtr#test_aref_aset: 0.00 s: . DL::TestCPtr#test_cmp: 0.00 s: . DL::TestCPtr#test_cptr_to_int: 0.00 s: . DL::TestCPtr#test_empty: 0.00 s: . DL::TestCPtr#test_equals: 0.00 s: . DL::TestCPtr#test_free: 0.00 s: . DL::TestCPtr#test_free=: 0.06 s: . DL::TestCPtr#test_inspect: 0.00 s: . DL::TestCPtr#test_malloc_free_func: 0.00 s: . DL::TestCPtr#test_malloc_free_func_int: 0.00 s: . DL::TestCPtr#test_minus: 0.00 s: . DL::TestCPtr#test_not_equals: 0.00 s: . DL::TestCPtr#test_null?: 0.00 s: . DL::TestCPtr#test_plus: 0.00 s: . DL::TestCPtr#test_ref_ptr: 0.00 s: . DL::TestCPtr#test_size: 0.00 s: . DL::TestCPtr#test_size=: 0.00 s: . DL::TestCPtr#test_to_ptr_io: 0.00 s: . DL::TestCPtr#test_to_ptr_string: 0.00 s: . DL::TestCPtr#test_to_ptr_with_num: 0.00 s: . DL::TestCPtr#test_to_ptr_with_ptr: 0.00 s: . DL::TestCPtr#test_to_s: 0.00 s: . DL::TestCPtr#test_to_str: 0.00 s: . DL::TestCPtr#test_to_value: 0.00 s: . DL::TestCallback#test_call_callback: 0.00 s: . DL::TestCallback#test_callback_return_arbitrary: 0.00 s: . DL::TestCallback#test_callback_return_value: 0.00 s: . DL::TestCallback#test_callback_with_string: 0.00 s: . DL::TestCallback#test_empty: 0.00 s: . DL::TestCallback#test_remove_callback: 0.00 s: . DL::TestCallback#test_remove_callback_failed: 0.00 s: . DL::TestDL#test_call_double: 0.00 s: . DL::TestDL#test_call_int: 0.00 s: . DL::TestDL#test_call_long: 0.00 s: . DL::TestDL#test_callback: 0.00 s: . DL::TestDL#test_dlwrap: 0.00 s: . DL::TestDL#test_empty: 0.00 s: . DL::TestDL#test_free_secure: 0.00 s: . DL::TestDL#test_malloc: 0.00 s: . DL::TestDL#test_malloc_security: 0.00 s: . DL::TestDL#test_realloc: 0.00 s: . DL::TestDL#test_realloc_secure: 0.00 s: . DL::TestDL#test_sin: 0.00 s: . DL::TestDL#test_strcpy: 0.00 s: . DL::TestDL#test_strlen: 0.00 s: . DL::TestFunc#test_atof: 0.00 s: . DL::TestFunc#test_empty: 0.00 s: . DL::TestFunc#test_isdigit: 0.00 s: . DL::TestFunc#test_name: 0.00 s: . DL::TestFunc#test_qsort1: 0.00 s: . DL::TestFunc#test_qsort2: 0.00 s: . DL::TestFunc#test_random: 0.00 s: . DL::TestFunc#test_sin: 0.00 s: . DL::TestFunc#test_sinf: 0.00 s: . DL::TestFunc#test_strcpy: 0.00 s: . DL::TestFunc#test_string: 7.46 s: . DL::TestFunc#test_strtod: 0.00 s: . DL::TestFunc#test_to_i: 0.00 s: . DL::TestHandle#test_DEFAULT: 0.00 s: . DL::TestHandle#test_NEXT: 0.00 s: . DL::TestHandle#test_disable_close: 0.00 s: . DL::TestHandle#test_dlopen_returns_handle: 0.00 s: . DL::TestHandle#test_dlopen_safe: 0.00 s: . DL::TestHandle#test_empty: 0.00 s: . DL::TestHandle#test_enable_close: 0.00 s: . DL::TestHandle#test_handle_close: 0.00 s: . DL::TestHandle#test_handle_close_twice: 0.00 s: . DL::TestHandle#test_initialize_flags: 0.00 s: . DL::TestHandle#test_initialize_noargs: 0.00 s: . DL::TestHandle#test_initialize_safe: 0.00 s: . DL::TestHandle#test_static_sym: 0.00 s: . DL::TestHandle#test_static_sym_secure: 0.00 s: . DL::TestHandle#test_static_sym_unknown: 0.00 s: . DL::TestHandle#test_sym: 0.00 s: . DL::TestHandle#test_sym_closed_handle: 0.00 s: . DL::TestHandle#test_sym_secure: 0.00 s: . DL::TestHandle#test_sym_unknown: 0.00 s: . DL::TestHandle#test_sym_with_bad_args: 0.00 s: . DL::TestHandle#test_to_i: 0.00 s: . DL::TestImport#test_atof: 0.00 s: . DL::TestImport#test_carried_function: 0.00 s: . DL::TestImport#test_empty: 0.00 s: . DL::TestImport#test_ensure_call_dlload: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/dl/import.rb:116: warning: instance variable @type_alias not initialized /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/dl/import.rb:198: warning: instance variable @handler not initialized 0.00 s: . DL::TestImport#test_gettimeofday: 0.00 s: . DL::TestImport#test_io: 0.00 s: . DL::TestImport#test_isdigit: 0.00 s: . DL::TestImport#test_malloc: 0.00 s: . DL::TestImport#test_qsort: 0.00 s: . DL::TestImport#test_sizeof: 0.00 s: . DL::TestImport#test_strcpy: 0.00 s: . DL::TestImport#test_strtod: 0.00 s: . DL::TestImport#test_struct: 0.00 s: . DL::TestImport#test_unsigned_result: 0.00 s: . DL::TestImport#test_value: 0.00 s: . DL::TestWin32#test_empty: 0.00 s: . ElementsTester#test_elements_accessor: 0.01 s: . ElementsTester#test_elements_add: 0.00 s: . ElementsTester#test_elements_collect: 0.00 s: . ElementsTester#test_elements_delete: 0.01 s: . ElementsTester#test_elements_delete_all: 0.00 s: . ElementsTester#test_elements_each: 0.01 s: . ElementsTester#test_elements_indexing: 0.00 s: . ElementsTester#test_elements_inject: 0.01 s: . ElementsTester#test_elements_size: 0.00 s: . ElementsTester#test_elements_to_a: 0.00 s: . ElementsTester#test_ticket_36: 0.01 s: . Emoji::TestDoCoMo#test_comparison: 0.04 s: . Emoji::TestDoCoMo#test_docomo: 0.01 s: . Emoji::TestDoCoMo#test_encoding_name: 0.00 s: . Emoji::TestDoCoMo#test_from_sjis: 0.01 s: . Emoji::TestDoCoMo#test_from_utf8: 0.00 s: . Emoji::TestDoCoMo#test_to_eucjp: 0.00 s: . Emoji::TestDoCoMo#test_to_kddi: 0.02 s: . Emoji::TestDoCoMo#test_to_sjis: 0.00 s: . Emoji::TestDoCoMo#test_to_softbank: 0.01 s: . Emoji::TestDoCoMo#test_to_utf8: 0.00 s: . Emoji::TestKDDI#test_comparison: 0.00 s: . Emoji::TestKDDI#test_encoding_name: 0.00 s: . Emoji::TestKDDI#test_from_iso2022jp: 0.00 s: . Emoji::TestKDDI#test_from_sjis: 0.00 s: . Emoji::TestKDDI#test_from_utf8: 0.00 s: . Emoji::TestKDDI#test_kddi: 0.00 s: . Emoji::TestKDDI#test_to_docomo: 0.00 s: . Emoji::TestKDDI#test_to_eucjp: 0.00 s: . Emoji::TestKDDI#test_to_sjis: 0.00 s: . Emoji::TestKDDI#test_to_softbank: 0.00 s: . Emoji::TestKDDI#test_to_utf8: 0.00 s: . Emoji::TestRenameSJIS#test_shift_jis: 0.04 s: . Emoji::TestSoftBank#test_comparison: 0.00 s: . Emoji::TestSoftBank#test_encoding_name: 0.00 s: . Emoji::TestSoftBank#test_from_sjis: 0.00 s: . Emoji::TestSoftBank#test_from_utf8: 0.00 s: . Emoji::TestSoftBank#test_softbank: 0.00 s: . Emoji::TestSoftBank#test_to_docomo: 0.00 s: . Emoji::TestSoftBank#test_to_eucjp: 0.00 s: . Emoji::TestSoftBank#test_to_kddi: 0.00 s: . Emoji::TestSoftBank#test_to_sjis: 0.00 s: . Emoji::TestSoftBank#test_to_utf8: 0.00 s: . Emoji::TestUTF8_BLACK_SUN_WITH_RAYS#test_convert: 0.00 s: . EncodingTester#test_encoded_in_change_out: 0.05 s: . EncodingTester#test_encoded_in_different_out: 0.02 s: . EncodingTester#test_encoded_in_encoded_out: 0.02 s: . EncodingTester#test_in_change_out: 0.02 s: . EncodingTester#test_in_different_access: 0.02 s: . EncodingTester#test_in_different_out: 0.01 s: . EncodingTester#test_ticket_110: 0.06 s: . EncodingTester#test_ticket_89: 0.03 s: . EntityTester#test_constructor: 0.00 s: . EntityTester#test_entity_insertions: 0.00 s: . EntityTester#test_entity_replacement: 0.00 s: . EntityTester#test_lazy_evaluation: 0.01 s: . EntityTester#test_parse_entity: 0.00 s: . EntityTester#test_parse_external_decl: 0.00 s: . EntityTester#test_parse_general_decl: 0.00 s: . EntityTester#test_raw: 0.01 s: . EntityTester#test_replace_entities: 0.01 s: . EntityTester#test_single_pass_unnormalization: 0.00 s: . Fiddle::TestClosure#test_call: 0.00 s: . Fiddle::TestClosure#test_returner: 0.00 s: . Fiddle::TestClosure#test_block_caller: 0.00 s: . Fiddle::TestClosure#test_argument_errors: 0.00 s: . Fiddle::TestFunction#test_strcpy: 0.00 s: . Fiddle::TestFunction#test_argument_errors: 0.00 s: . Fiddle::TestFunction#test_default_abi: 0.00 s: . Fiddle::TestFunction#test_argument_count: 0.00 s: . Fiddle::TestFunction#test_last_error: 0.00 s: . Fiddle::TestFunction#test_call: 0.00 s: . FunctionsTester#test_contains: 0.02 s: . FunctionsTester#test_floor_ceiling_round: 0.10 s: . FunctionsTester#test_functions: 0.01 s: . FunctionsTester#test_lang: 0.02 s: . FunctionsTester#test_local_name: 0.00 s: . FunctionsTester#test_name: 0.01 s: . FunctionsTester#test_normalize_space: 0.00 s: . FunctionsTester#test_starts_with: 0.01 s: . FunctionsTester#test_string_length: 0.01 s: . FunctionsTester#test_substring: 0.02 s: . FunctionsTester#test_substring2: 0.01 s: . FunctionsTester#test_substring_angrez: 0.00 s: . FunctionsTester#test_ticket_60: 0.01 s: . FunctionsTester#test_translate: 0.03 s: . HTTPHeaderTest#test_AREF: 0.00 s: . HTTPHeaderTest#test_ASET: 0.00 s: . HTTPHeaderTest#test_add_field: 0.00 s: . HTTPHeaderTest#test_basic_auth: 0.00 s: . HTTPHeaderTest#test_canonical_each: 0.00 s: . HTTPHeaderTest#test_chunked?: 0.00 s: . HTTPHeaderTest#test_content_length: 0.00 s: . HTTPHeaderTest#test_content_length=: 0.00 s: . HTTPHeaderTest#test_content_range: 0.00 s: . HTTPHeaderTest#test_content_type: 0.00 s: . HTTPHeaderTest#test_delete: 0.00 s: . HTTPHeaderTest#test_each: 0.00 s: . HTTPHeaderTest#test_each_capitalized: 0.00 s: . HTTPHeaderTest#test_each_key: 0.00 s: . HTTPHeaderTest#test_each_value: 0.00 s: . HTTPHeaderTest#test_form_data=: 0.00 s: . HTTPHeaderTest#test_get_fields: 0.00 s: . HTTPHeaderTest#test_key?: 0.00 s: . HTTPHeaderTest#test_main_type: 0.00 s: . HTTPHeaderTest#test_proxy_basic_auth: 0.00 s: . HTTPHeaderTest#test_range: 0.00 s: . HTTPHeaderTest#test_range=: 0.00 s: . HTTPHeaderTest#test_range_length: 0.00 s: . HTTPHeaderTest#test_set_content_type: 0.00 s: . HTTPHeaderTest#test_set_form_data: 0.00 s: . HTTPHeaderTest#test_size: 0.00 s: . HTTPHeaderTest#test_sub_type: 0.00 s: . HTTPHeaderTest#test_to_hash: 0.00 s: . HTTPHeaderTest#test_type_params: 0.00 s: . HTTPResponseTest#test_multiline_header: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_httpresponse.rb:31:in `test_multiline_header': warning: HTTPResponse#header is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_httpresponse.rb:32:in `test_multiline_header': warning: HTTPResponse#header is obsolete 0.00 s: . HTTPResponseTest#test_singleline_header: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_httpresponse.rb:15:in `test_singleline_header': warning: HTTPResponse#header is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_httpresponse.rb:16:in `test_singleline_header': warning: HTTPResponse#header is obsolete 0.00 s: . HTTPSProxyTest#test_https_proxy_authentication: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. 0.00 s: . IMAPResponseParserTest#test_flag_list_many_same_flags: 0.02 s: . IMAPResponseParserTest#test_flag_list_safe: 0.00 s: . IMAPResponseParserTest#test_flag_list_too_many_flags: 0.00 s: . IMAPResponseParserTest#test_resp_text_code: 0.00 s: . IMAPTest#test_decode_utf7: 0.00 s: . IMAPTest#test_encode_utf7: 0.00 s: . IMAPTest#test_exception_during_idle: 0.14 s: . IMAPTest#test_exception_during_shutdown: 0.00 s: . IMAPTest#test_format_date: 0.00 s: . IMAPTest#test_format_datetime: 0.00 s: . IMAPTest#test_idle: 0.08 s: . IMAPTest#test_idle_done_not_during_idle: 0.00 s: . IMAPTest#test_imaps_post_connection_check: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.10 s: . IMAPTest#test_imaps_unknown_ca: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.10 s: . IMAPTest#test_imaps_verify_none: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.15 s: . IMAPTest#test_imaps_with_ca_file: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.15 s: . IMAPTest#test_starttls: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/imap/test_imap.rb:415: warning: using default DH parameters. 0.15 s: . IMAPTest#test_unexpected_bye: 0.00 s: . IMAPTest#test_unexpected_eof: 0.00 s: . JaxenTester#test_axis: 0.01 s: . JaxenTester#test_basic: 0.02 s: . JaxenTester#test_basicupdate: 0.02 s: . JaxenTester#test_contents: 0.02 s: . JaxenTester#test_defaultNamespace: 0.00 s: . JaxenTester#test_fibo: 0.01 s: . JaxenTester#test_id: 0.01 s: . JaxenTester#test_jaxen24: 0.01 s: . JaxenTester#test_lang: 0.01 s: . JaxenTester#test_message: 0.02 s: . JaxenTester#test_moreover: 0.09 s: . JaxenTester#test_much_ado: 1.60 s: . JaxenTester#test_namespaces: 0.01 s: . JaxenTester#test_nitf: 0.02 s: . JaxenTester#test_numbers: 0.01 s: . JaxenTester#test_pi: 0.01 s: . JaxenTester#test_pi2: 0.00 s: . JaxenTester#test_simple: 0.00 s: . JaxenTester#test_testNamespaces: 0.01 s: . JaxenTester#test_text: 0.01 s: . JaxenTester#test_underscore: 0.01 s: . JaxenTester#test_web: 0.02 s: . JaxenTester#test_web2: 0.01 s: . LightParserTester#test_parsing: 0.03 s: . LightTester#test_parse_large: 0.00 s: . MinitestSpecSpec#test_0024_needs_to_be_sensible_about_wont_include_order: 0.00 s: . MinitestSpecSpec#test_0004_needs_to_verify_types_of_objects: 0.00 s: . MinitestSpecSpec#test_0005_needs_to_verify_kinds_of_objects: 0.00 s: . MinitestSpecSpec#test_0019_needs_to_verify_non_identity: 0.00 s: . MinitestSpecSpec#test_0015_needs_to_verify_throw: 0.00 s: . MinitestSpecSpec#test_0007_needs_to_verify_nil: 0.00 s: . MinitestSpecSpec#test_0002_needs_to_verify_equality: 0.00 s: . MinitestSpecSpec#test_0006_needs_to_verify_regexp_matches: 0.00 s: . MinitestSpecSpec#test_0009_needs_to_catch_an_expected_exception: 0.00 s: . MinitestSpecSpec#test_0011_needs_raise_if_an_expected_exception_is_not_raised: 0.00 s: . MinitestSpecSpec#test_0017_needs_to_verify_mismatch: 0.00 s: . MinitestSpecSpec#test_0021_needs_to_verify_output_in_stderr: 0.00 s: . MinitestSpecSpec#test_0016_needs_to_verify_inequality: 0.00 s: . MinitestSpecSpec#test_0014_needs_to_verify_identity: 0.00 s: . MinitestSpecSpec#test_0012_needs_to_be_able_to_catch_a_minitest_assertion_exception: 0.00 s: . MinitestSpecSpec#test_0001_needs_to_have_all_methods_named_well: 0.00 s: . MinitestSpecSpec#test_0013_needs_to_verify_using_respond_to: 0.00 s: . MinitestSpecSpec#test_0008_needs_to_verify_using_any_operator: 0.00 s: . MinitestSpecSpec#test_0018_needs_to_verify_non_nil: 0.00 s: . MinitestSpecSpec#test_0023_needs_to_be_sensible_about_must_include_order: 0.00 s: . MinitestSpecSpec#test_0010_needs_to_catch_an_unexpected_exception: 0.00 s: . MinitestSpecSpec#test_0003_needs_to_verify_floats_within_a_delta: 0.00 s: . MinitestSpecSpec#test_0022_needs_to_ensure_silence: 0.00 s: . MinitestSpecSpec#test_0020_needs_to_verify_output_in_stdout: 0.00 s: . OpenSSL::TestASN1#test_decode: 0.02 s: . OpenSSL::TestASN1#test_encode_boolean: 0.00 s: . OpenSSL::TestASN1#test_encode_integer: 0.02 s: . OpenSSL::TestBN#test_prime_p: 0.02 s: . OpenSSL::TestCipher#test_AES: 0.04 s: . OpenSSL::TestCipher#test_ciphers: 0.00 s: . OpenSSL::TestCipher#test_crypt: 0.01 s: . OpenSSL::TestCipher#test_dup: 0.00 s: . OpenSSL::TestCipher#test_empty_data: 0.00 s: . OpenSSL::TestCipher#test_info: 0.00 s: . OpenSSL::TestCipher#test_reset: 0.00 s: . OpenSSL::TestConfig#test_add_value: 0.00 s: . OpenSSL::TestConfig#test_aref: 0.00 s: . OpenSSL::TestConfig#test_aset: 0.00 s: . OpenSSL::TestConfig#test_clone: 0.00 s: . OpenSSL::TestConfig#test_constants: 0.05 s: . OpenSSL::TestConfig#test_dup: 0.00 s: . OpenSSL::TestConfig#test_each: 0.00 s: . OpenSSL::TestConfig#test_freeze: 0.00 s: . OpenSSL::TestConfig#test_get_value: 0.00 s: . OpenSSL::TestConfig#test_get_value_ENV: 0.00 s: . OpenSSL::TestConfig#test_initialize: 0.00 s: . OpenSSL::TestConfig#test_initialize_with_empty_file: 0.00 s: . OpenSSL::TestConfig#test_initialize_with_example_file: 0.00 s: . OpenSSL::TestConfig#test_inspect: 0.00 s: . OpenSSL::TestConfig#test_s_load: 0.00 s: . OpenSSL::TestConfig#test_s_parse: 0.00 s: . OpenSSL::TestConfig#test_s_parse_format: 0.01 s: . OpenSSL::TestConfig#test_section: 0.00 s: . OpenSSL::TestConfig#test_sections: 0.00 s: . OpenSSL::TestConfig#test_to_s: 0.00 s: . OpenSSL::TestConfig#test_value: 0.00 s: . OpenSSL::TestConfig#test_value_ENV: 0.00 s: . OpenSSL::TestDigest#test_098_features: 0.00 s: . OpenSSL::TestDigest#test_digest: 0.00 s: . OpenSSL::TestDigest#test_dup: 0.00 s: . OpenSSL::TestDigest#test_eql: 0.00 s: . OpenSSL::TestDigest#test_info: 0.00 s: . OpenSSL::TestDigest#test_reset: 0.00 s: . OpenSSL::TestEC#test_check_key: 0.01 s: . OpenSSL::TestEC#test_curve_names: 0.00 s: . OpenSSL::TestEC#test_dh_compute_key: 0.02 s: . OpenSSL::TestEC#test_dsa_sign_asn1_FIPS186_3: 0.01 s: . OpenSSL::TestEC#test_dsa_sign_verify: 0.02 s: . OpenSSL::TestEC#test_encoding: 0.04 s: . OpenSSL::TestEC#test_set_keys: 0.02 s: . OpenSSL::TestEOF1#test_eof_0: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.25 s: . OpenSSL::TestEOF1#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF1#test_eof_1: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.50 s: . OpenSSL::TestEOF1#test_eof_2: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestEOF1#test_eof_3: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestEOF2#test_eof_0: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.26 s: . OpenSSL::TestEOF2#test_eof_0_rw: 0.00 s: . OpenSSL::TestEOF2#test_eof_1: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.52 s: . OpenSSL::TestEOF2#test_eof_2: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestEOF2#test_eof_3: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestHMAC#test_dup: 0.00 s: . OpenSSL::TestHMAC#test_hmac: 0.00 s: . OpenSSL::TestNSSPI#test_build_data: 0.01 s: . OpenSSL::TestNSSPI#test_decode_data: 0.00 s: . OpenSSL::TestPKCS7#test_detached_sign: 0.11 s: . OpenSSL::TestPKCS7#test_enveloped: 0.11 s: . OpenSSL::TestPKCS7#test_signed: 0.13 s: . OpenSSL::TestPKeyRSA#test_padding: 0.10 s: . OpenSSL::TestPKeyRSA#test_private: 0.02 s: . OpenSSL::TestPair#test_connect_accept_nonblock: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/openssl/test_pair.rb:210: warning: using default DH parameters. 1.16 s: . OpenSSL::TestPair#test_getc: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestPair#test_puts_empty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestPair#test_puts_meta: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestPair#test_read_nonblock: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestPair#test_readall: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestPair#test_readline: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.07 s: . OpenSSL::TestPair#test_readpartial: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.10 s: . OpenSSL::TestPair#test_write_nonblock: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.07 s: . OpenSSL::TestPair#test_write_nonblock_with_buffered_data: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.06 s: . OpenSSL::TestSSL#test_client_auth: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.30 s: . OpenSSL::TestSSL#test_client_session: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.23 s: . OpenSSL::TestSSL#test_connect_and_close: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.23 s: . OpenSSL::TestSSL#test_ctx_setup: 0.10 s: . OpenSSL::TestSSL#test_parallel: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 1.22 s: . OpenSSL::TestSSL#test_post_connection_check: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.38 s: . OpenSSL::TestSSL#test_read_and_write: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.19 s: . OpenSSL::TestSSL#test_server_session: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.62 s: . OpenSSL::TestSSL#test_ssl_read_nonblock: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.16 s: . OpenSSL::TestSSL#test_sslctx_set_params: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.12 s: . OpenSSL::TestSSL#test_starttls: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:36: warning: SSL session is not started yet. 1.18 s: . OpenSSL::TestSSL#test_tlsext_hostname: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.24 s: . OpenSSL::TestSSL#test_verify_result: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.21 s: . OpenSSL::TestX509CRL#test_basic: 0.07 s: . OpenSSL::TestX509CRL#test_crlnumber: 0.13 s: . OpenSSL::TestX509CRL#test_extension: 0.06 s: . OpenSSL::TestX509CRL#test_revoked: 0.56 s: . OpenSSL::TestX509CRL#test_sign_and_verify: 0.07 s: . OpenSSL::TestX509Certificate#test_extension: 0.10 s: . OpenSSL::TestX509Certificate#test_public_key: 0.05 s: . OpenSSL::TestX509Certificate#test_serial: 0.09 s: . OpenSSL::TestX509Certificate#test_sign_and_verify: 0.08 s: . OpenSSL::TestX509Certificate#test_validity: 0.12 s: . OpenSSL::TestX509Extension#test_create_by_factory: 0.00 s: . OpenSSL::TestX509Extension#test_new: 0.00 s: . OpenSSL::TestX509Name#test_add_entry: 0.00 s: . OpenSSL::TestX509Name#test_s_new: 0.00 s: . OpenSSL::TestX509Name#test_s_parse: 0.00 s: . OpenSSL::TestX509Name#test_s_parse_rfc2253: 0.00 s: . OpenSSL::TestX509Request#test_attr: 0.01 s: . OpenSSL::TestX509Request#test_public_key: 0.01 s: . OpenSSL::TestX509Request#test_sign_and_verify: 0.05 s: . OpenSSL::TestX509Request#test_subject: 0.01 s: . OpenSSL::TestX509Request#test_version: 0.01 s: . OpenSSL::TestX509Store#test_set_errors: 0.09 s: . OpenSSL::TestX509Store#test_verify: 0.20 s: . OrderTester#test_fig1: 0.01 s: . OrderTester#test_fig2: 0.01 s: . OrderTester#test_fig3: 0.01 s: . OrderTester#test_fig4: 0.01 s: . OrderTester#test_first_element: 0.01 s: . OrderTester#test_more_ordering: 0.73 s: . OrderTester#test_order: 0.02 s: . OrderTester#test_second_element: 0.01 s: . OrderTester#test_third_element: 0.01 s: . PPTestModule::PPCycleTest#test_anonymous: 0.07 s: . PPTestModule::PPCycleTest#test_array: 0.00 s: . PPTestModule::PPCycleTest#test_hash: 0.00 s: . PPTestModule::PPCycleTest#test_object: 0.00 s: . PPTestModule::PPCycleTest#test_share_nil: 0.00 s: . PPTestModule::PPCycleTest#test_struct: 0.00 s: . PPTestModule::PPCycleTest#test_withinspect: 0.00 s: . PPTestModule::PPDelegateTest#test_delegate: 0.00 s: . PPTestModule::PPInspectTest#test_hasboth: 0.00 s: . PPTestModule::PPInspectTest#test_hasinspect: 0.00 s: . PPTestModule::PPInspectTest#test_hasprettyprint: 0.00 s: . PPTestModule::PPInspectTest#test_pretty_print_inspect: 0.00 s: . PPTestModule::PPInspectTest#test_proc: 0.00 s: . PPTestModule::PPInspectTest#test_to_s_with_iv: 0.00 s: . PPTestModule::PPInspectTest#test_to_s_without_iv: 0.00 s: . PPTestModule::PPSingleLineTest#test_hash: 0.00 s: . PPTestModule::PPTest#test_list0123_11: 0.00 s: . PPTestModule::PPTest#test_list0123_12: 0.00 s: . PPTestModule::PPTest#test_redefined_method: 0.00 s: . PPTestModule::PPTest#test_struct_override_members: 0.00 s: . PStoreTest#test_changes_after_commit_are_discarded: 0.00 s: . PStoreTest#test_changes_are_not_written_on_abort: 0.00 s: . PStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: 0.00 s: . PStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: 0.00 s: . PStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: 0.00 s: . PStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: 0.00 s: . PStoreTest#test_writing_inside_readonly_transaction_raises_error: 0.00 s: . PrettyPrintTest::Fill#test_00_06: 0.00 s: . PrettyPrintTest::Fill#test_07_10: 0.00 s: . PrettyPrintTest::Fill#test_11_14: 0.00 s: . PrettyPrintTest::Fill#test_15_18: 0.00 s: . PrettyPrintTest::Fill#test_19_22: 0.00 s: . PrettyPrintTest::Fill#test_23_26: 0.00 s: . PrettyPrintTest::Fill#test_27: 0.00 s: . PrettyPrintTest::NonString#test_6: 0.00 s: . PrettyPrintTest::NonString#test_7: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_00_04: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_05: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_06: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_07: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_08: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_09: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_10: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_11_31: 0.00 s: . PrettyPrintTest::StrictPrettyExample#test_32: 0.00 s: . PrettyPrintTest::TailGroup#test_1: 0.00 s: . PrettyPrintTest::WadlerExample#test_hello_00_06: 0.00 s: . PrettyPrintTest::WadlerExample#test_hello_07_08: 0.00 s: . PrettyPrintTest::WadlerExample#test_hello_09_10: 0.00 s: . PrettyPrintTest::WadlerExample#test_hello_11_12: 0.00 s: . PrettyPrintTest::WadlerExample#test_hello_13: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_00_19: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_20_22: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_23_43: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_44: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_alt_00_18: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_alt_19_20: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_alt_20_49: 0.00 s: . PrettyPrintTest::WadlerExample#test_tree_alt_50: 0.00 s: . Psych::JSON::TestStream#test_list_to_json: 0.07 s: . Psych::JSON::TestStream#test_float: 0.00 s: . Psych::JSON::TestStream#test_int: 0.00 s: . Psych::JSON::TestStream#test_explicit_documents: 0.00 s: . Psych::JSON::TestStream#test_string: 0.00 s: . Psych::JSON::TestStream#test_null: 0.00 s: . Psych::JSON::TestStream#test_hash: 0.00 s: . Psych::JSON::TestStream#test_symbol: 0.00 s: . Psych::TestAliasAndAnchor#test_anchor_alias_round_trip: 0.00 s: . Psych::TestAliasAndAnchor#test_mri_compatibility: 0.00 s: . Psych::TestArray#test_cycle: 0.01 s: . Psych::TestArray#test_self_referential: 0.00 s: . Psych::TestBoolean#test_yes: 0.00 s: . Psych::TestBoolean#test_False: 0.00 s: . Psych::TestBoolean#test_Yes: 0.00 s: . Psych::TestBoolean#test_true: 0.00 s: . Psych::TestBoolean#test_OFF: 0.00 s: . Psych::TestBoolean#test_No: 0.00 s: . Psych::TestBoolean#test_NO: 0.00 s: . Psych::TestBoolean#test_On: 0.00 s: . Psych::TestBoolean#test_FALSE: 0.00 s: . Psych::TestBoolean#test_True: 0.00 s: . Psych::TestBoolean#test_y: 0.00 s: . Psych::TestBoolean#test_no: 0.00 s: . Psych::TestBoolean#test_on: 0.00 s: . Psych::TestBoolean#test_TRUE: 0.00 s: . Psych::TestBoolean#test_ON: 0.00 s: . Psych::TestBoolean#test_YES: 0.00 s: . Psych::TestBoolean#test_false: 0.00 s: . Psych::TestBoolean#test_Off: 0.00 s: . Psych::TestBoolean#test_n: 0.00 s: . Psych::TestBoolean#test_off: 0.00 s: . Psych::TestClass#test_cycle: 0.00 s: . Psych::TestClass#test_dump: 0.00 s: . Psych::TestCoder#test_dump_init_with: 0.00 s: . Psych::TestCoder#test_map_with_tag: 0.00 s: . Psych::TestCoder#test_represent_map: 0.00 s: . Psych::TestCoder#test_map_with_tag_and_style: 0.00 s: . Psych::TestCoder#test_represent!: 0.00 s: . Psych::TestCoder#test_dump_encode_with: 0.00 s: . Psych::TestCoder#test_scalar_coder: 0.00 s: . Psych::TestCoder#test_dump_with_tag: 0.00 s: . Psych::TestCoder#test_represent_sequence: 0.00 s: . Psych::TestCoder#test_load_dumped_tagging: 0.00 s: . Psych::TestCoder#test_represent_with_init: 0.00 s: . Psych::TestCoder#test_map_takes_block: 0.00 s: . Psych::TestDateTime#test_round_trip: 0.01 s: . Psych::TestDateTime#test_string_tag: 0.00 s: . Psych::TestDeprecated#test_coder_scalar: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:141:in `test_coder_scalar': Coder#scalar(a,b,c) is deprecated 0.00 s: . Psych::TestDeprecated#test_ruby_type: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:159:in `test_ruby_type': add_ruby_type is deprecated, use add_domain_type 0.00 s: . Psych::TestDeprecated#test_yaml_as: 0.00 s: . Psych::TestDeprecated#test_detect_implicit: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:168:in `test_detect_implicit': detect_implicit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:169:in `test_detect_implicit': detect_implicit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:170:in `test_detect_implicit': detect_implicit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:171:in `test_detect_implicit': detect_implicit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:172:in `test_detect_implicit': detect_implicit is deprecated 0.00 s: . Psych::TestDeprecated#test_yaml_initialize_and_init_with: 0.00 s: . Psych::TestDeprecated#test_private_type: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:177:in `test_private_type': add_private_type is deprecated, use add_domain_type 0.00 s: . Psych::TestDeprecated#test_quick_emit: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:19:in `to_yaml': YAML.quick_emit is deprecated 0.00 s: . Psych::TestDeprecated#test_read_type_class: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:192:in `test_read_type_class': read_type_class is deprecated 0.00 s: . Psych::TestDeprecated#test_read_type_class_no_class: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:198:in `test_read_type_class_no_class': read_type_class is deprecated 0.00 s: . Psych::TestDeprecated#test_yaml_initialize: 0.00 s: . Psych::TestDeprecated#test_tagurize: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:186:in `test_tagurize': add_private_type is deprecated, use add_domain_type /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:187:in `test_tagurize': add_private_type is deprecated, use add_domain_type /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:188:in `test_tagurize': add_private_type is deprecated, use add_domain_type 0.00 s: . Psych::TestDeprecated#test_recursive_quick_emit: implementing to_yaml is deprecated, please implement "encode_with" /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:19:in `to_yaml': YAML.quick_emit is deprecated 0.00 s: . Psych::TestDeprecated#test_object_maker: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_deprecated.rb:204:in `test_object_maker': object_maker is deprecated 0.00 s: . Psych::TestDeprecated#test_recursive_quick_emit_encode_with: 0.00 s: . Psych::TestDocument#test_parse_version: 0.00 s: . Psych::TestDocument#test_emit_multitag: 0.00 s: . Psych::TestDocument#test_emit_tag: 0.00 s: . Psych::TestDocument#test_emit_version: 0.00 s: . Psych::TestDocument#test_parse_tag: 0.00 s: . Psych::TestDocument#test_emit_bad_tag: 0.00 s: . Psych::TestEmitter#test_emit_utf_8: 0.00 s: . Psych::TestEmitter#test_scalar_arg_error: 0.00 s: . Psych::TestEmitter#test_indentation_set: 0.00 s: . Psych::TestEmitter#test_set_canonical: 0.00 s: . Psych::TestEmitter#test_start_stream_arg_error: 0.00 s: . Psych::TestEmitter#test_start_sequence_arg_error: 0.00 s: . Psych::TestEmitter#test_start_doc_arg_error: 0.00 s: . Psych::TestEmitter#test_line_width: 0.00 s: . Psych::TestEncoding#test_emit_alias: 0.00 s: . Psych::TestEncoding#test_start_mapping: 0.01 s: . Psych::TestEncoding#test_map_anchor: 0.00 s: . Psych::TestEncoding#test_start_sequence: 0.00 s: . Psych::TestEncoding#test_list_anchor: 0.00 s: . Psych::TestEncoding#test_alias: 0.02 s: . Psych::TestEncoding#test_emitter_encoding: 0.00 s: . Psych::TestEncoding#test_doc_tag: 0.00 s: . Psych::TestEncoding#test_doc_tag_encoding: 0.00 s: . Psych::TestEncoding#test_default_internal: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_encoding.rb:107: warning: setting Encoding.default_internal /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_encoding.rb:117: warning: setting Encoding.default_internal 0.00 s: . Psych::TestEncoding#test_map_tag: 0.00 s: . Psych::TestEncoding#test_scalar: 0.00 s: . Psych::TestEngineManager#test_bad_engine: 0.00 s: . Psych::TestEngineManager#test_set_psych: 0.01 s: . Psych::TestEngineManager#test_dump_types: 0.02 s: . Psych::TestEngineManager#test_set_syck: 0.00 s: . Psych::TestException#test_convert: 0.00 s: . Psych::TestException#test_to_yaml_properties: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_exception.rb: to_yaml_properties is deprecated, please implement "encode_with(coder)" 0.00 s: . Psych::TestHash#test_self_referential: 0.00 s: . Psych::TestHash#test_ref_append: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/minitest/unit.rb:711:in `run' "<<: *foo" is no longer supported, please switch to "*foo" 0.00 s: . Psych::TestHash#test_cycles: 0.00 s: . Psych::TestJSONTree#test_string: 0.02 s: . Psych::TestJSONTree#test_float: 0.00 s: . Psych::TestJSONTree#test_nil: 0.00 s: . Psych::TestJSONTree#test_symbol: 0.00 s: . Psych::TestJSONTree#test_int: 0.00 s: . Psych::TestJSONTree#test_hash: 0.00 s: . Psych::TestJSONTree#test_list_to_json: 0.00 s: . Psych::TestNull#test_null_list: 0.00 s: . Psych::TestObject#test_dump_with_tag: 0.00 s: . Psych::TestObject#test_tag_round_trip: 0.00 s: . Psych::TestOmap#test_load: 0.00 s: . Psych::TestOmap#test_square: 0.00 s: . Psych::TestOmap#test_load_shorthand: 0.00 s: . Psych::TestOmap#test_order: 0.00 s: . Psych::TestOmap#test_keys: 0.00 s: . Psych::TestOmap#test_round_trip: 0.00 s: . Psych::TestOmap#test_self_referential: 0.00 s: . Psych::TestOmap#test_dump: 0.00 s: . Psych::TestParser#test_scalar: 0.00 s: . Psych::TestParser#test_scalar_with_anchor: 0.00 s: . Psych::TestParser#test_mapping_end: 0.00 s: . Psych::TestParser#test_sequence_start_tag: 0.00 s: . Psych::TestParser#test_mapping_start: 0.00 s: . Psych::TestParser#test_end_document_explicit: 0.00 s: . Psych::TestParser#test_alias: 0.00 s: . Psych::TestParser#test_set_encoding_twice: 0.00 s: . Psych::TestParser#test_start_document_tag: 0.00 s: . Psych::TestParser#test_literal_scalar: 0.00 s: . Psych::TestParser#test_sequence_start_anchor: 0.00 s: . Psych::TestParser#test_scalar_plain_implicit: 0.00 s: . Psych::TestParser#test_scalar_with_tag: 0.00 s: . Psych::TestParser#test_bogus_io: 0.00 s: . Psych::TestParser#test_external_encoding: 0.00 s: . Psych::TestParser#test_sequence_start_flow: 0.00 s: . Psych::TestParser#test_bom: 0.00 s: . Psych::TestParser#test_mapping_tag: 0.00 s: . Psych::TestParser#test_parse_io: 0.00 s: . Psych::TestParser#test_sequence_start_block: 0.00 s: . Psych::TestParser#test_syntax_error: 0.00 s: . Psych::TestParser#test_end_document_implicit: 0.00 s: . Psych::TestParser#test_mapping_block: 0.00 s: . Psych::TestParser#test_start_stream: 0.00 s: . Psych::TestParser#test_mapping_anchor: 0.00 s: . Psych::TestParser#test_start_document_version: 0.00 s: . Psych::TestParser#test_sequence_end: 0.00 s: . Psych::TestParser#test_end_stream: 0.00 s: . Psych::TestScalar#test_utf_8: 0.00 s: . Psych::TestScalarScanner#test_scan_date: 0.00 s: . Psych::TestScalarScanner#test_scan_minus_inf: 0.00 s: . Psych::TestScalarScanner#test_scan_true: 0.00 s: . Psych::TestScalarScanner#test_scan_null: 0.00 s: . Psych::TestScalarScanner#test_scan_sexagesimal_int: 0.00 s: . Psych::TestScalarScanner#test_scan_float: 0.00 s: . Psych::TestScalarScanner#test_scan_sexagesimal_float: 0.00 s: . Psych::TestScalarScanner#test_scan_time: 0.00 s: . Psych::TestScalarScanner#test_scan_symbol: 0.00 s: . Psych::TestScalarScanner#test_scan_nan: 0.00 s: . Psych::TestScalarScanner#test_scan_inf: 0.00 s: . Psych::TestSerializeSubclasses#test_some_object: 0.00 s: . Psych::TestSerializeSubclasses#test_struct_subclass: 0.01 s: . Psych::TestSet#test_loaded_class: 0.00 s: . Psych::TestSet#test_load_from_yaml: 0.00 s: . Psych::TestSet#test_dump: 0.00 s: . Psych::TestSet#test_set_shorthand: 0.00 s: . Psych::TestSet#test_set_self_reference: 0.01 s: . Psych::TestSet#test_roundtrip: 0.00 s: . Psych::TestStream#test_explicit_documents: 0.00 s: . Psych::TestStream#test_no_backreferences: 0.00 s: . Psych::TestStream#test_start_takes_block: 0.00 s: . Psych::TestString#test_string_with_ivars: 0.00 s: . Psych::TestString#test_binary_string: 0.00 s: . Psych::TestString#test_binary_string_null: 0.00 s: . Psych::TestString#test_non_binary_string: 0.00 s: . Psych::TestString#test_binary: 0.00 s: . Psych::TestStruct#test_roundtrip: 0.01 s: . Psych::TestStruct#test_load: 0.00 s: . Psych::TestStruct#test_self_referential_struct: 0.01 s: . Psych::TestSymbol#test_load_quoted: 0.00 s: . Psych::TestSymbol#test_cycle: 0.00 s: . Psych::TestSymbol#test_stringy: 0.00 s: . Psych::TestToYamlProperties#test_object_dump_yaml_properties: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_to_yaml_properties.rb: to_yaml_properties is deprecated, please implement "encode_with(coder)" 0.00 s: . Psych::TestToYamlProperties#test_string_dump: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_to_yaml_properties.rb: to_yaml_properties is deprecated, please implement "encode_with(coder)" /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_to_yaml_properties.rb: to_yaml_properties is deprecated, please implement "encode_with(coder)" 0.00 s: . Psych::TestToYamlProperties#test_string_load_syck: 0.00 s: . Psych::TestToYamlProperties#test_struct_dump_yaml_properties: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_to_yaml_properties.rb: to_yaml_properties is deprecated, please implement "encode_with(coder)" 0.01 s: . Psych::TestTreeBuilder#test_stream: 0.00 s: . Psych::TestTreeBuilder#test_mapping: 0.00 s: . Psych::TestTreeBuilder#test_alias: 0.00 s: . Psych::TestTreeBuilder#test_documents: 0.00 s: . Psych::TestTreeBuilder#test_sequence: 0.00 s: . Psych::TestTreeBuilder#test_scalar: 0.00 s: . Psych::Visitors::TestEmitter#test_scalar: 0.00 s: . Psych::Visitors::TestEmitter#test_alias: 0.00 s: . Psych::Visitors::TestEmitter#test_sequence: 0.00 s: . Psych::Visitors::TestEmitter#test_mapping: 0.00 s: . Psych::Visitors::TestEmitter#test_scalar_with_tag: 0.00 s: . Psych::Visitors::TestEmitter#test_stream: 0.00 s: . Psych::Visitors::TestEmitter#test_options: 0.00 s: . Psych::Visitors::TestEmitter#test_document_implicit_end: 0.00 s: . Psych::Visitors::TestEmitter#test_document: 0.00 s: . Psych::Visitors::TestToRuby#test_complex_string: 0.00 s: . Psych::Visitors::TestToRuby#test_stream: 0.00 s: . Psych::Visitors::TestToRuby#test_exp_float: 0.00 s: . Psych::Visitors::TestToRuby#test_document: 0.00 s: . Psych::Visitors::TestToRuby#test_boolean_true: 0.00 s: . Psych::Visitors::TestToRuby#test_legacy_struct: 0.00 s: . Psych::Visitors::TestToRuby#test_complex: 0.00 s: . Psych::Visitors::TestToRuby#test_integer: 0.00 s: . Psych::Visitors::TestToRuby#test_awesome: 0.00 s: . Psych::Visitors::TestToRuby#test_time_utc_no_z: 0.00 s: . Psych::Visitors::TestToRuby#test_range_string: 0.00 s: . Psych::Visitors::TestToRuby#test_struct: 0.00 s: . Psych::Visitors::TestToRuby#test_rational_string: 0.00 s: . Psych::Visitors::TestToRuby#test_date: 0.00 s: . Psych::Visitors::TestToRuby#test_regexp: 0.00 s: . Psych::Visitors::TestToRuby#test_mapping: 0.00 s: . Psych::Visitors::TestToRuby#test_rational: 0.00 s: . Psych::Visitors::TestToRuby#test_float: 0.00 s: . Psych::Visitors::TestToRuby#test_sequence: 0.00 s: . Psych::Visitors::TestToRuby#test_anon_struct_legacy: 0.00 s: . Psych::Visitors::TestToRuby#test_range_string_triple: 0.00 s: . Psych::Visitors::TestToRuby#test_int_ignore: 0.00 s: . Psych::Visitors::TestToRuby#test_float_ignore: 0.00 s: . Psych::Visitors::TestToRuby#test_anon_struct: 0.00 s: . Psych::Visitors::TestToRuby#test_time_utc: 0.00 s: . Psych::Visitors::TestToRuby#test_time: 0.00 s: . Psych::Visitors::TestToRuby#test_scalar: 0.00 s: . Psych::Visitors::TestToRuby#test_binary: 0.00 s: . Psych::Visitors::TestToRuby#test_alias: 0.00 s: . Psych::Visitors::TestToRuby#test_boolean_false: 0.00 s: . Psych::Visitors::TestToRuby#test_exception: 0.00 s: . Psych::Visitors::TestToRuby#test_object: 0.00 s: . Psych::Visitors::TestYAMLTree#test_object_has_no_class: 0.00 s: . Psych::Visitors::TestYAMLTree#test_scalar: 0.01 s: . Psych::Visitors::TestYAMLTree#test_time: 0.00 s: . Psych::Visitors::TestYAMLTree#test_anon_class: 0.00 s: . Psych::Visitors::TestYAMLTree#test_hash: 0.00 s: . Psych::Visitors::TestYAMLTree#test_nil: 0.01 s: . Psych::Visitors::TestYAMLTree#test_struct_anon: 0.02 s: . Psych::Visitors::TestYAMLTree#test_struct_const: 0.00 s: . Psych::Visitors::TestYAMLTree#test_range_exclusive: 0.00 s: . Psych::Visitors::TestYAMLTree#test_complex: 0.00 s: . Psych::Visitors::TestYAMLTree#test_exception: 0.00 s: . Psych::Visitors::TestYAMLTree#test_boolean: 0.01 s: . Psych::Visitors::TestYAMLTree#test_binary_formatting: 0.00 s: . Psych::Visitors::TestYAMLTree#test_list: 0.01 s: . Psych::Visitors::TestYAMLTree#test_rational: 0.00 s: . Psych::Visitors::TestYAMLTree#test_symbol: 0.00 s: . Psych::Visitors::TestYAMLTree#test_float: 0.01 s: . Psych::Visitors::TestYAMLTree#test_regexp: 0.01 s: . Psych::Visitors::TestYAMLTree#test_range_inclusive: 0.00 s: . Psych::Visitors::TestYAMLTree#test_struct: 0.00 s: . Psych::Visitors::TestYAMLTree#test_int: 0.01 s: . Psych::Visitors::TestYAMLTree#test_date: 0.01 s: . Psych_Unit_Tests#test_spec_preserve_indent: 0.00 s: . Psych_Unit_Tests#test_spec_sequence_in_sequence_shortcut: 0.00 s: . Psych_Unit_Tests#test_spec_type_misc: 0.00 s: . Psych_Unit_Tests#test_range_cycle: 0.06 s: . Psych_Unit_Tests#test_spec_span_double_quote: 0.00 s: . Psych_Unit_Tests#test_empty_map_key: 0.00 s: . Psych_Unit_Tests#test_date_out_of_range: 0.00 s: . Psych_Unit_Tests#test_spec_simple_sequence_with_nested_map: 0.01 s: . Psych_Unit_Tests#test_spec_simple_map_with_nested_sequences: 0.00 s: . Psych_Unit_Tests#test_basic_map: 0.00 s: . Psych_Unit_Tests#test_spec_type_float: 0.00 s: . Psych_Unit_Tests#test_spec_anchors_and_aliases: 0.02 s: . Psych_Unit_Tests#test_spec_builtin_time: 0.01 s: . Psych_Unit_Tests#test_spec_single_folded: 0.00 s: . Psych_Unit_Tests#test_spec_simple_implicit_sequence: 0.00 s: . Psych_Unit_Tests#test_spec_sequence_shortcuts: 0.00 s: . Psych_Unit_Tests#test_spec_span_single_quote: 0.00 s: . Psych_Unit_Tests#test_object_id_collision: 0.17 s: . Psych_Unit_Tests#test_spec_oneline_docs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:566:in `test_spec_oneline_docs': load_documents is deprecated, use load_stream 0.00 s: . Psych_Unit_Tests#test_ranges: 0.02 s: . Psych_Unit_Tests#test_spec_sequence_of_sequences: 0.00 s: . Psych_Unit_Tests#test_akira: 0.02 s: . Psych_Unit_Tests#test_spec_throwaway: 0.00 s: . Psych_Unit_Tests#test_spec_simple_implicit_map: 0.01 s: . Psych_Unit_Tests#test_ruby_struct: 0.03 s: . Psych_Unit_Tests#test_ruby_complex: 0.01 s: . Psych_Unit_Tests#test_spec_root_fold: 0.00 s: . Psych_Unit_Tests#test_spec_sequence_key_shortcut: 0.01 s: . Psych_Unit_Tests#test_symbol_cycle: 0.00 s: . Psych_Unit_Tests#test_circular_references: 0.00 s: . Psych_Unit_Tests#test_spec_log_file: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:493:in `test_spec_log_file': load_documents is deprecated, use load_stream 0.00 s: . Psych_Unit_Tests#test_spec_multiline_scalars: 0.00 s: . Psych_Unit_Tests#test_spec_nested_comments: 0.00 s: . Psych_Unit_Tests#test_spec_application_family: 0.00 s: . Psych_Unit_Tests#test_spec_mapping_of_mappings: 0.00 s: . Psych_Unit_Tests#test_spec_explicit_families: 0.00 s: . Psych_Unit_Tests#test_spec_override_anchor: 0.00 s: . Psych_Unit_Tests#test_spec_root_mapping: 0.00 s: . Psych_Unit_Tests#test_numeric_cycle: 0.01 s: . Psych_Unit_Tests#test_spec_builtin_seq: 0.00 s: . Psych_Unit_Tests#test_spec_single_literal: 0.00 s: . Psych_Unit_Tests#test_basic_strings: 0.27 s: . Psych_Unit_Tests#test_normal_exit: 0.00 s: . Psych_Unit_Tests#test_spec_force_implicit: 0.00 s: . Psych_Unit_Tests#test_emitting_indicators: 0.00 s: . Psych_Unit_Tests#test_spec_type_int: 0.00 s: . Psych_Unit_Tests#test_spec_builtin_binary: 0.00 s: . Psych_Unit_Tests#test_spec_builtin_map: 0.00 s: . Psych_Unit_Tests#test_time_now_cycle: 0.01 s: . Psych_Unit_Tests#test_spec_mapping_between_sequences: 0.03 s: . Psych_Unit_Tests#test_spec_domain_prefix: 0.00 s: . Psych_Unit_Tests#test_spec_float_explicit: 0.00 s: . Psych_Unit_Tests#test_spec_builtin_literal_blocks: 0.00 s: . Psych_Unit_Tests#test_spec_complex_invoice: 0.01 s: . Psych_Unit_Tests#test_spec_indentation_determines_scope: 0.00 s: . Psych_Unit_Tests#test_ruby_regexp: 0.01 s: . Psych_Unit_Tests#test_ambiguous_comments: 0.00 s: . Psych_Unit_Tests#test_ruby_rational: 0.01 s: . PullParserTester#test_bad_document: 0.00 s: . PullParserTester#test_basics: 0.00 s: . PullParserTester#test_entity_replacement: 0.00 s: . PullParserTester#test_inspect: 0.00 s: . PullParserTester#test_peek: 0.00 s: . PullParserTester#test_peek_unshift: 0.00 s: . RDocAnyMethodTest#test_arglists: 0.03 s: . RDocAnyMethodTest#test_name: 0.03 s: . RDocAnyMethodTest#test_param_seq: 0.03 s: . RDocAnyMethodTest#test_full_name: 0.03 s: . RDocAnyMethodTest#test_marshal_load: 0.03 s: . RDocAnyMethodTest#test_parent_name: 0.03 s: . RDocAnyMethodTest#test_aref: 0.03 s: . REXML::TestDocument#test_entity_expansion_limit: 0.87 s: . REXML::TestDocument#test_new: 0.00 s: . REXML::TestDocument#test_tag_in_cdata_with_not_ascii_only_but_ascii8bit_encoding_source: 0.01 s: . REXML::TestDocument#test_version_attributes_to_s: 0.01 s: . REXML::TestDocument#test_xml_declaration_standalone: 0.01 s: . REXMLTester#test_accents: 0.03 s: . REXMLTester#test_character_reference: 0.00 s: . REXMLTester#test_character_reference_2: 0.00 s: . REXMLTester#test_cr: 0.00 s: . REXMLTester#test_empty: 0.00 s: . REXMLTester#test_entity_reference: 0.00 s: . REXMLTester#test_leading_trailing_whitespace: 0.00 s: . REXMLTester#test_space: 0.00 s: . REXMLTester#test_whitespace: 0.00 s: . RNGValidation#test_attribute: 0.02 s: . RNGValidation#test_choice: 0.02 s: . RNGValidation#test_choice_attribute_element: 0.02 s: . RNGValidation#test_choice_attributes: 0.02 s: . RNGValidation#test_choice_text: 0.02 s: . RNGValidation#test_empty: 0.02 s: . RNGValidation#test_group: 0.04 s: . RNGValidation#test_interleave: 0.04 s: . RNGValidation#test_mixed: 0.01 s: . RNGValidation#test_one_or_more: 0.02 s: . RNGValidation#test_optional: 0.02 s: . RNGValidation#test_ref_choice: 0.07 s: . RNGValidation#test_ref_interleave: 0.08 s: . RNGValidation#test_ref_one_plus: 0.05 s: . RNGValidation#test_ref_optional: 0.04 s: . RNGValidation#test_ref_recurse: 0.02 s: . RNGValidation#test_ref_sequence: 0.01 s: . RNGValidation#test_ref_zero_plus: 0.04 s: . RNGValidation#test_sequence: 0.02 s: . RNGValidation#test_text_val: 0.02 s: . RNGValidation#test_validate: 0.01 s: . RNGValidation#test_value: 0.08 s: . RNGValidation#test_zero_or_more: 0.05 s: . RSS::TestAccessor#test_date: 0.01 s: . RSS::TestAccessor#test_integer: 0.00 s: . RSS::TestAccessor#test_positive_integer: 0.00 s: . RSS::TestAtomCore#test_atom_author: 0.09 s: . RSS::TestAtomCore#test_atom_category: 0.10 s: . RSS::TestAtomCore#test_atom_content: 0.12 s: . RSS::TestAtomCore#test_atom_contributor: 0.09 s: . RSS::TestAtomCore#test_atom_generator: 0.27 s: . RSS::TestAtomCore#test_atom_icon: 0.01 s: . RSS::TestAtomCore#test_atom_id: 0.02 s: . RSS::TestAtomCore#test_atom_link: 0.62 s: . RSS::TestAtomCore#test_atom_logo: 0.01 s: . RSS::TestAtomCore#test_atom_published: 0.22 s: . RSS::TestAtomCore#test_atom_rights: 0.12 s: . RSS::TestAtomCore#test_atom_subtitle: 0.07 s: . RSS::TestAtomCore#test_atom_summary: 0.05 s: . RSS::TestAtomCore#test_atom_title: 0.12 s: . RSS::TestAtomCore#test_atom_updated: 0.55 s: . RSS::TestAtomCore#test_entry: 0.02 s: . RSS::TestAtomCore#test_feed: 0.03 s: . RSS::TestAtomCore#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestAtomCore#test_to_xml: 0.39 s: . RSS::TestAtomCore#test_to_xml_with_new_api_since_018: 0.14 s: . RSS::TestContent#test_accessor: 0.04 s: . RSS::TestContent#test_parser: 0.10 s: . RSS::TestContent#test_to_s: 0.07 s: . RSS::TestDublinCore#test_parser: 6.13 s: . RSS::TestDublinCore#test_plural_accessor: 0.35 s: . RSS::TestDublinCore#test_singular_accessor: 0.17 s: . RSS::TestDublinCore#test_to_s: 1.04 s: . RSS::TestITunes#test_author: 0.03 s: . RSS::TestITunes#test_block: 0.07 s: . RSS::TestITunes#test_category: 0.04 s: . RSS::TestITunes#test_duration: 0.16 s: . RSS::TestITunes#test_explicit: 0.08 s: . RSS::TestITunes#test_image: 0.03 s: . RSS::TestITunes#test_keywords: 0.15 s: . RSS::TestITunes#test_new_feed_url: 0.01 s: . RSS::TestITunes#test_owner: 0.05 s: . RSS::TestITunes#test_subtitle: 0.12 s: . RSS::TestITunes#test_summary: 0.11 s: . RSS::TestImage#test_favicon_accessor: 0.03 s: . RSS::TestImage#test_favicon_to_s: 0.04 s: . RSS::TestImage#test_item_accessor: 0.03 s: . RSS::TestImage#test_item_to_s: 0.06 s: . RSS::TestImage#test_parser: 0.08 s: . RSS::TestInherit#test_inherit: 0.04 s: . RSS::TestMaker09#test_channel: 0.01 s: . RSS::TestMaker09#test_date_in_string: 0.02 s: . RSS::TestMaker09#test_find_class: 0.00 s: . RSS::TestMaker09#test_image: 0.02 s: . RSS::TestMaker09#test_items: 0.10 s: . RSS::TestMaker09#test_items_with_new_api_since_018: 0.24 s: . RSS::TestMaker09#test_not_valid_channel: 0.03 s: . RSS::TestMaker09#test_not_valid_image: 0.02 s: . RSS::TestMaker09#test_not_valid_textInput: 0.29 s: . RSS::TestMaker09#test_rss: 0.06 s: . RSS::TestMaker09#test_supported?: 0.00 s: . RSS::TestMaker09#test_textInput: 0.02 s: . RSS::TestMaker10#test_channel: 0.04 s: . RSS::TestMaker10#test_channel_language: 0.02 s: . RSS::TestMaker10#test_find_class: 0.00 s: . RSS::TestMaker10#test_image: 0.03 s: . RSS::TestMaker10#test_items: 0.22 s: . RSS::TestMaker10#test_items_with_new_api_since_018: 0.22 s: . RSS::TestMaker10#test_not_valid_channel: 0.03 s: . RSS::TestMaker10#test_not_valid_image: 0.05 s: . RSS::TestMaker10#test_not_valid_items: 0.04 s: . RSS::TestMaker10#test_not_valid_textinput: 0.07 s: . RSS::TestMaker10#test_rdf: 0.08 s: . RSS::TestMaker10#test_supported?: 0.00 s: . RSS::TestMaker10#test_textinput: 0.03 s: . RSS::TestMaker20#test_category: 0.02 s: . RSS::TestMaker20#test_channel: 0.01 s: . RSS::TestMaker20#test_cloud: 0.01 s: . RSS::TestMaker20#test_enclosure: 0.02 s: . RSS::TestMaker20#test_find_class: 0.00 s: . RSS::TestMaker20#test_guid: 0.02 s: . RSS::TestMaker20#test_guid_permanent_link: 0.02 s: . RSS::TestMaker20#test_guid_permanent_link_false: 0.02 s: . RSS::TestMaker20#test_image: 0.02 s: . RSS::TestMaker20#test_items: 0.10 s: . RSS::TestMaker20#test_items_with_new_api_since_018: 0.09 s: . RSS::TestMaker20#test_not_valid_category: 0.02 s: . RSS::TestMaker20#test_not_valid_channel: 0.03 s: . RSS::TestMaker20#test_not_valid_cloud: 0.05 s: . RSS::TestMaker20#test_not_valid_enclosure: 0.05 s: . RSS::TestMaker20#test_not_valid_guid: 0.02 s: . RSS::TestMaker20#test_not_valid_image: 0.02 s: . RSS::TestMaker20#test_not_valid_source: 0.03 s: . RSS::TestMaker20#test_not_valid_textInput: 0.04 s: . RSS::TestMaker20#test_pubDate_without_description: 0.02 s: . RSS::TestMaker20#test_rss: 0.04 s: . RSS::TestMaker20#test_source: 0.02 s: . RSS::TestMaker20#test_supported?: 0.00 s: . RSS::TestMaker20#test_textInput: 0.02 s: . RSS::TestMakerAtomEntry#test_author: 0.58 s: . RSS::TestMakerAtomEntry#test_category: 1.08 s: . RSS::TestMakerAtomEntry#test_content: 0.54 s: . RSS::TestMakerAtomEntry#test_contributor: 0.60 s: . RSS::TestMakerAtomEntry#test_date: 0.04 s: . RSS::TestMakerAtomEntry#test_find_class: 0.00 s: . RSS::TestMakerAtomEntry#test_invalid_feed: 0.10 s: . RSS::TestMakerAtomEntry#test_link: 7.85 s: . RSS::TestMakerAtomEntry#test_published: 0.04 s: . RSS::TestMakerAtomEntry#test_rights: 0.81 s: . RSS::TestMakerAtomEntry#test_root_element: 0.08 s: . RSS::TestMakerAtomEntry#test_source_generator: 0.13 s: . RSS::TestMakerAtomEntry#test_source_icon: 0.04 s: . RSS::TestMakerAtomEntry#test_source_id: 0.04 s: . RSS::TestMakerAtomEntry#test_source_logo: 0.04 s: . RSS::TestMakerAtomEntry#test_source_subtitle: 0.16 s: . RSS::TestMakerAtomEntry#test_summary: 0.17 s: . RSS::TestMakerAtomEntry#test_supported?: 0.00 s: . RSS::TestMakerAtomEntry#test_title: 0.47 s: . RSS::TestMakerAtomEntry#test_updated: 0.12 s: . RSS::TestMakerAtomFeed#test_author: 0.70 s: . RSS::TestMakerAtomFeed#test_category: 0.96 s: . RSS::TestMakerAtomFeed#test_channel_dc_date: 0.03 s: . RSS::TestMakerAtomFeed#test_content: 1.06 s: . RSS::TestMakerAtomFeed#test_contributor: 0.72 s: . RSS::TestMakerAtomFeed#test_date: 0.03 s: . RSS::TestMakerAtomFeed#test_find_class: 0.00 s: . RSS::TestMakerAtomFeed#test_generator: 0.32 s: . RSS::TestMakerAtomFeed#test_icon: 0.09 s: . RSS::TestMakerAtomFeed#test_id: 0.05 s: . RSS::TestMakerAtomFeed#test_invalid_feed: 0.06 s: . RSS::TestMakerAtomFeed#test_item_dc_date: 0.03 s: . RSS::TestMakerAtomFeed#test_language: 0.02 s: . RSS::TestMakerAtomFeed#test_link: 8.96 s: . RSS::TestMakerAtomFeed#test_logo: 0.11 s: . RSS::TestMakerAtomFeed#test_published: 0.05 s: . RSS::TestMakerAtomFeed#test_rights: 0.53 s: . RSS::TestMakerAtomFeed#test_root_element: 0.05 s: . RSS::TestMakerAtomFeed#test_subtitle: 0.41 s: . RSS::TestMakerAtomFeed#test_summary: 0.21 s: . RSS::TestMakerAtomFeed#test_supported?: 0.00 s: . RSS::TestMakerAtomFeed#test_title: 0.68 s: . RSS::TestMakerAtomFeed#test_updated: 0.13 s: . RSS::TestMakerContent#test_rss10: 0.02 s: . RSS::TestMakerContent#test_rss20: 0.02 s: . RSS::TestMakerDublinCore#test_date: 0.02 s: . RSS::TestMakerDublinCore#test_rss10: 0.05 s: . RSS::TestMakerDublinCore#test_rss10_multiple: 0.39 s: . RSS::TestMakerITunes#test_author: 0.04 s: . RSS::TestMakerITunes#test_block: 0.24 s: . RSS::TestMakerITunes#test_category: 0.05 s: . RSS::TestMakerITunes#test_duration: 0.20 s: . RSS::TestMakerITunes#test_explicit: 0.10 s: . RSS::TestMakerITunes#test_image: 0.02 s: . RSS::TestMakerITunes#test_keywords: 0.61 s: . RSS::TestMakerITunes#test_new_feed_url: 0.02 s: . RSS::TestMakerITunes#test_owner: 0.06 s: . RSS::TestMakerITunes#test_subtitle: 0.14 s: . RSS::TestMakerITunes#test_summary: 0.13 s: . RSS::TestMakerImage#test_rss10: 0.06 s: . RSS::TestMakerSlash#test_rss10: 0.02 s: . RSS::TestMakerSyndication#test_rss10: 0.02 s: . RSS::TestMakerTaxonomy#test_rss10: 0.03 s: . RSS::TestMakerTrackBack#test_rss10: 0.02 s: . RSS::TestMakerXMLStyleSheet#test_not_valid_xml_stylesheet: 0.03 s: . RSS::TestMakerXMLStyleSheet#test_xml_stylesheet: 0.04 s: . RSS::TestParser#test_default_parser: 0.00 s: . RSS::TestParser#test_parse: 0.02 s: . RSS::TestParser#test_parse_tag_includes_hyphen: 0.02 s: . RSS::TestParser10#test_RDF: 0.99 s: . RSS::TestParser10#test_channel: 0.17 s: . RSS::TestParser10#test_ignore: 0.18 s: . RSS::TestParser10#test_image: 0.15 s: . RSS::TestParser10#test_item: 0.16 s: . RSS::TestParser10#test_rdf_li: 0.07 s: . RSS::TestParser10#test_textinput: 0.22 s: . RSS::TestParser10#test_undefined_entity: 0.00 s: . RSS::TestParser10#test_unknown_case_insensitive_duplicated_element: 0.03 s: . RSS::TestParser10#test_unknown_duplicated_element: 0.03 s: . RSS::TestParser20#test_category20: 0.19 s: . RSS::TestParser20#test_cloud20: 0.16 s: . RSS::TestParser20#test_enclosure20: 0.12 s: . RSS::TestParser20#test_rss20: 0.04 s: . RSS::TestParser20#test_source20: 0.09 s: . RSS::TestParserAtom#test_entry: 0.01 s: . RSS::TestParserAtom#test_entry_author: 0.36 s: . RSS::TestParserAtom#test_entry_category: 0.07 s: . RSS::TestParserAtom#test_entry_content_text: 0.36 s: . RSS::TestParserAtom#test_entry_contributor: 0.07 s: . RSS::TestParserAtom#test_entry_id: 0.01 s: . RSS::TestParserAtom#test_entry_link: 0.15 s: . RSS::TestParserAtom#test_entry_rights: 0.17 s: . RSS::TestParserAtom#test_entry_source: 1.51 s: . RSS::TestParserAtom#test_entry_summary: 0.18 s: . RSS::TestParserAtom#test_entry_title: 0.01 s: . RSS::TestParserAtom#test_entry_updated: 0.01 s: . RSS::TestParserAtom#test_entry_validation: 0.07 s: . RSS::TestParserAtom#test_published: 0.22 s: . RSS::TestParserAtomFeed#test_base: 0.01 s: . RSS::TestParserAtomFeed#test_entry_author: 0.11 s: . RSS::TestParserAtomFeed#test_entry_category: 0.09 s: . RSS::TestParserAtomFeed#test_entry_content: 0.49 s: . RSS::TestParserAtomFeed#test_entry_contributor: 0.11 s: . RSS::TestParserAtomFeed#test_entry_id: 0.02 s: . RSS::TestParserAtomFeed#test_entry_link: 0.19 s: . RSS::TestParserAtomFeed#test_entry_published: 0.56 s: . RSS::TestParserAtomFeed#test_entry_rights: 0.25 s: . RSS::TestParserAtomFeed#test_entry_source: 1.97 s: . RSS::TestParserAtomFeed#test_entry_summary: 0.24 s: . RSS::TestParserAtomFeed#test_entry_title: 0.01 s: . RSS::TestParserAtomFeed#test_entry_updated: 0.01 s: . RSS::TestParserAtomFeed#test_feed_author: 0.12 s: . RSS::TestParserAtomFeed#test_feed_category: 0.10 s: . RSS::TestParserAtomFeed#test_feed_contributor: 0.12 s: . RSS::TestParserAtomFeed#test_feed_generator: 0.08 s: . RSS::TestParserAtomFeed#test_feed_icon: 0.05 s: . RSS::TestParserAtomFeed#test_feed_id: 0.01 s: . RSS::TestParserAtomFeed#test_feed_link: 0.21 s: . RSS::TestParserAtomFeed#test_feed_logo: 0.05 s: . RSS::TestParserAtomFeed#test_feed_rights: 0.27 s: . RSS::TestParserAtomFeed#test_feed_subtitle: 0.27 s: . RSS::TestParserAtomFeed#test_feed_title: 0.01 s: . RSS::TestParserAtomFeed#test_feed_updated: 0.01 s: . RSS::TestParserAtomFeed#test_feed_validation: 0.07 s: . RSS::TestParserAtomFeed#test_lang: 0.01 s: . RSS::TestRSS10Core#test_RDF: 0.45 s: . RSS::TestRSS10Core#test_channel: 0.02 s: . RSS::TestRSS10Core#test_channel_image: 0.01 s: . RSS::TestRSS10Core#test_channel_items: 0.01 s: . RSS::TestRSS10Core#test_channel_textinput: 0.01 s: . RSS::TestRSS10Core#test_image: 0.01 s: . RSS::TestRSS10Core#test_item: 0.01 s: . RSS::TestRSS10Core#test_li: 0.01 s: . RSS::TestRSS10Core#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestRSS10Core#test_seq: 0.01 s: . RSS::TestRSS10Core#test_textinput: 0.01 s: . RSS::TestRSS10Core#test_to_xml: 0.18 s: . RSS::TestRSS10Core#test_xml_stylesheets: 0.03 s: . RSS::TestRSS20Core#test_Rss: 0.01 s: . RSS::TestRSS20Core#test_channel: 0.05 s: . RSS::TestRSS20Core#test_channel_cloud: 0.00 s: . RSS::TestRSS20Core#test_channel_image: 0.01 s: . RSS::TestRSS20Core#test_channel_skip_days: 0.00 s: . RSS::TestRSS20Core#test_channel_skip_hours: 0.00 s: . RSS::TestRSS20Core#test_channel_textInput: 0.01 s: . RSS::TestRSS20Core#test_item: 0.03 s: . RSS::TestRSS20Core#test_item_enclosure: 0.00 s: . RSS::TestRSS20Core#test_item_guid: 0.01 s: . RSS::TestRSS20Core#test_item_source: 0.00 s: . RSS::TestRSS20Core#test_not_displayed_xml_stylesheets: 0.00 s: . RSS::TestRSS20Core#test_to_xml: 0.21 s: . RSS::TestRSS20Core#test_xml_stylesheets: 0.01 s: . RSS::TestSetupMaker09#test_setup_maker: 0.02 s: . RSS::TestSetupMaker09#test_setup_maker_channel: 0.04 s: . RSS::TestSetupMaker09#test_setup_maker_image: 0.02 s: . RSS::TestSetupMaker09#test_setup_maker_items: 0.08 s: . RSS::TestSetupMaker09#test_setup_maker_items_backward_compatibility: 0.08 s: . RSS::TestSetupMaker09#test_setup_maker_textinput: 0.02 s: . RSS::TestSetupMaker10#test_setup_maker: 0.04 s: . RSS::TestSetupMaker10#test_setup_maker_channel: 0.05 s: . RSS::TestSetupMaker10#test_setup_maker_full: 0.19 s: . RSS::TestSetupMaker10#test_setup_maker_image: 0.06 s: . RSS::TestSetupMaker10#test_setup_maker_items: 0.15 s: . RSS::TestSetupMaker10#test_setup_maker_items_backward_compatibility: 0.14 s: . RSS::TestSetupMaker10#test_setup_maker_items_sort: 0.10 s: . RSS::TestSetupMaker10#test_setup_maker_textinput: 0.05 s: . RSS::TestSetupMaker20#test_setup_maker: 0.02 s: . RSS::TestSetupMaker20#test_setup_maker_channel: 0.03 s: . RSS::TestSetupMaker20#test_setup_maker_image: 0.02 s: . RSS::TestSetupMaker20#test_setup_maker_items: 0.11 s: . RSS::TestSetupMaker20#test_setup_maker_items_backward_compatibility: 0.25 s: . RSS::TestSetupMaker20#test_setup_maker_textinput: 0.02 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker: 0.04 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_entry: 0.06 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_entry_without_dc: 0.05 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_full: 0.07 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items: 0.07 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items_backward_compatibility: 0.06 s: . RSS::TestSetupMakerAtomEntry#test_setup_maker_items_sort: 0.09 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker: 0.29 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_feed: 0.08 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_feed_without_dc: 0.07 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_full: 0.20 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items: 0.14 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items_backward_compatibility: 0.16 s: . RSS::TestSetupMakerAtomFeed#test_setup_maker_items_sort: 0.15 s: . RSS::TestSetupMakerITunes#test_setup_maker_simple: 0.04 s: . RSS::TestSetupMakerITunes#test_setup_maker_with_nested_categories: 0.04 s: . RSS::TestSetupMakerSlash#test_setup_maker: 0.04 s: . RSS::TestSlash#test_parser: 0.02 s: . RSS::TestSlash#test_to_s: 0.05 s: . RSS::TestSyndication#test_accessor: 0.02 s: . RSS::TestSyndication#test_parser: 0.06 s: . RSS::TestSyndication#test_to_s: 0.03 s: . RSS::TestTaxonomy#test_accessor: 0.03 s: . RSS::TestTaxonomy#test_parser: 0.10 s: . RSS::TestTaxonomy#test_to_s: 0.06 s: . RSS::TestToS#test_to_s_09: 0.08 s: . RSS::TestToS#test_to_s_10: 0.07 s: . RSS::TestToS#test_to_s_20: 0.09 s: . RSS::TestTrackBack#test_accessor: 0.03 s: . RSS::TestTrackBack#test_parser: 0.08 s: . RSS::TestTrackBack#test_to_s: 0.04 s: . RSS::TestVersion#test_version: 0.00 s: . RSS::TestXMLStyleSheet#test_accessor: 0.00 s: . RSS::TestXMLStyleSheet#test_bad_alternate: 0.00 s: . RSS::TestXMLStyleSheet#test_parse: 0.28 s: . RSS::TestXMLStyleSheet#test_to_s: 0.03 s: . Rake::TestAnEmptyInvocationChain#test_should_be_able_to_add_members: 0.00 s: . Rake::TestAnEmptyInvocationChain#test_to_s: 0.00 s: . Rake::TestAnInvocationChainWithMultipleMember#test_should_fail_when_adding_original_member: 0.00 s: . Rake::TestAnInvocationChainWithMultipleMember#test_should_report_first_member_as_a_member: 0.00 s: . Rake::TestAnInvocationChainWithMultipleMember#test_should_report_second_member_as_a_member: 0.00 s: . Rake::TestAnInvocationChainWithOneMember#test_should_fail_when_adding_original_member: 0.00 s: . Rake::TestAnInvocationChainWithOneMember#test_should_report_first_member_as_a_member: 0.00 s: . Rake::TestAnInvocationChainWithOneMember#test_to_s: 0.00 s: . Rake::TestApplication#test_bad_run: 0.01 s: . Rake::TestApplication#test_bad_run_with_trace: 0.01 s: . Rake::TestApplication#test_building_imported_files_on_demand: 0.00 s: . Rake::TestApplication#test_constant_warning: 0.00 s: . Rake::TestApplication#test_display_prereqs: 0.01 s: . Rake::TestApplication#test_display_task_run: 0.01 s: . Rake::TestApplication#test_display_tasks: 0.00 s: . Rake::TestApplication#test_display_tasks_with_full_descriptions: 0.00 s: . Rake::TestApplication#test_display_tasks_with_long_comments: 0.00 s: . Rake::TestApplication#test_display_tasks_with_long_comments_to_a_non_tty_shows_entire_comment: 0.00 s: . Rake::TestApplication#test_display_tasks_with_long_comments_to_a_non_tty_with_columns_set_truncates_comments: 0.00 s: . Rake::TestApplication#test_display_tasks_with_task_name_wider_than_tty_display: 0.00 s: . Rake::TestApplication#test_display_tasks_with_very_long_task_name_to_a_non_tty_shows_name_and_comment: 0.00 s: . Rake::TestApplication#test_finding_rakefile: 0.00 s: . Rake::TestApplication#test_good_run: 0.35 s: . Rake::TestApplication#test_handle_options_should_strip_options_from_ARGV: 0.01 s: . Rake::TestApplication#test_load_from_system_rakefile: 0.05 s: . Rake::TestApplication#test_load_rakefile: 0.01 s: . Rake::TestApplication#test_load_rakefile_from_subdir: 0.01 s: . Rake::TestApplication#test_load_rakefile_not_found: 0.01 s: . Rake::TestApplication#test_loading_imports: 0.00 s: . Rake::TestApplication#test_not_finding_rakefile: 0.00 s: . Rake::TestApplication#test_run_with_bad_options: 0.01 s: . Rake::TestApplication#test_windows: 0.00 s: . Rake::TestApplicationOptions#test_bad_option: 0.01 s: . Rake::TestApplicationOptions#test_classic_namespace: 0.04 s: . Rake::TestApplicationOptions#test_default_options: 0.01 s: . Rake::TestApplicationOptions#test_default_task_collection: 0.01 s: . Rake::TestApplicationOptions#test_describe: 0.01 s: . Rake::TestApplicationOptions#test_describe_with_pattern: 0.01 s: . Rake::TestApplicationOptions#test_dry_run: 0.01 s: . Rake::TestApplicationOptions#test_environment_definition: 0.01 s: . Rake::TestApplicationOptions#test_execute: 0.01 s: . Rake::TestApplicationOptions#test_execute_and_continue: 0.01 s: . Rake::TestApplicationOptions#test_execute_and_print: 0.01 s: . Rake::TestApplicationOptions#test_help: 0.02 s: . Rake::TestApplicationOptions#test_libdir: 0.02 s: . Rake::TestApplicationOptions#test_missing_require: 0.01 s: . Rake::TestApplicationOptions#test_no_search: 0.02 s: . Rake::TestApplicationOptions#test_no_system: 0.01 s: . Rake::TestApplicationOptions#test_prereqs: 0.01 s: . Rake::TestApplicationOptions#test_quiet: 0.01 s: . Rake::TestApplicationOptions#test_rakefile: 0.02 s: . Rake::TestApplicationOptions#test_rakelib: 0.02 s: . Rake::TestApplicationOptions#test_require: 0.04 s: . Rake::TestApplicationOptions#test_silent: 0.01 s: . Rake::TestApplicationOptions#test_system: 0.01 s: . Rake::TestApplicationOptions#test_task_collection: 0.00 s: . Rake::TestApplicationOptions#test_tasks: 0.02 s: . Rake::TestApplicationOptions#test_trace: 0.01 s: . Rake::TestApplicationOptions#test_trace_rules: 0.01 s: . Rake::TestApplicationOptions#test_verbose: 0.01 s: . Rake::TestApplicationOptions#test_version: 0.01 s: . Rake::TestClean#test_clean: 0.00 s: . Rake::TestDefinitions#test_file_task: 0.00 s: . Rake::TestDefinitions#test_implicit_file_dependencies: 0.00 s: . Rake::TestDefinitions#test_incremental_definitions: 0.00 s: . Rake::TestDefinitions#test_missing_dependencies: 0.00 s: . Rake::TestDefinitions#test_task: 0.00 s: . Rake::TestDirectoryTask#test_directory: 0.00 s: . Rake::TestEarlyTime#test_create: 0.00 s: . Rake::TestEarlyTime#test_equality: 0.00 s: . Rake::TestEarlyTime#test_original_time_compare_is_not_messed_up: 0.00 s: . Rake::TestEarlyTime#test_to_s: 0.00 s: . Rake::TestExtension#test_extension_complains_when_a_method_that_is_present: 0.00 s: . Rake::TestExtension#test_methods_actually_exist: 0.00 s: . Rake::TestExtension#test_no_warning_when_defining_ok_method: 0.00 s: . Rake::TestFileCreationTask#test_directory: 0.00 s: . Rake::TestFileCreationTask#test_file_needed: 0.00 s: . Rake::TestFileCreationTask#test_no_retriggers_on_file_task: 0.50 s: . Rake::TestFileCreationTask#test_no_retriggers_on_filecreate_task: 0.00 s: . Rake::TestFileCreationTask#test_very_early_timestamp: 0.00 s: . Rake::TestFileList#test_add_default_exclude_list: 0.01 s: . Rake::TestFileList#test_add_many: 0.01 s: . Rake::TestFileList#test_add_matching: 0.01 s: . Rake::TestFileList#test_add_return: 0.00 s: . Rake::TestFileList#test_append: 0.01 s: . Rake::TestFileList#test_array_comparisons: 0.01 s: . Rake::TestFileList#test_array_equality: 0.01 s: . Rake::TestFileList#test_array_operators: 0.01 s: . Rake::TestFileList#test_basic_array_functions: 0.01 s: . Rake::TestFileList#test_claim_to_be_a_filelist_instance: 0.01 s: . Rake::TestFileList#test_claim_to_be_a_kind_of_array: 0.01 s: . Rake::TestFileList#test_claim_to_be_a_kind_of_filelist: 0.00 s: . Rake::TestFileList#test_clear_ignore_patterns: 0.01 s: . Rake::TestFileList#test_clone_and_dup: 0.01 s: . Rake::TestFileList#test_cloned_items_stay_frozen: 0.01 s: . Rake::TestFileList#test_create: 0.01 s: . Rake::TestFileList#test_create_with_args: 0.01 s: . Rake::TestFileList#test_create_with_block: 0.01 s: . Rake::TestFileList#test_create_with_brackets: 0.01 s: . Rake::TestFileList#test_create_with_brackets_and_filelist: 0.01 s: . Rake::TestFileList#test_curly_bracket_pattern: 0.01 s: . Rake::TestFileList#test_default_exclude: 0.01 s: . Rake::TestFileList#test_delgating_methods_do_not_include_to_a_or_to_ary: 0.00 s: . Rake::TestFileList#test_dont_claim_to_be_an_array_instance: 0.00 s: . Rake::TestFileList#test_dup_and_clone_replicate_taint: 0.01 s: . Rake::TestFileList#test_duped_items_will_thaw: 0.01 s: . Rake::TestFileList#test_egrep_with_block: 0.02 s: . Rake::TestFileList#test_egrep_with_output: 0.02 s: . Rake::TestFileList#test_enumeration_methods: 0.01 s: . Rake::TestFileList#test_exclude: 0.01 s: . Rake::TestFileList#test_exclude_return_on_create: 0.01 s: . Rake::TestFileList#test_exclude_with_alternate_file_seps: 0.01 s: . Rake::TestFileList#test_exclude_with_string_return_on_create: 0.01 s: . Rake::TestFileList#test_excluding_via_block: 0.01 s: . Rake::TestFileList#test_existing: 0.01 s: . Rake::TestFileList#test_existing!: 0.01 s: . Rake::TestFileList#test_file_utils_can_use_filelists: 0.01 s: . Rake::TestFileList#test_filelist_ext: 0.27 s: . Rake::TestFileList#test_flatten: 0.01 s: . Rake::TestFileList#test_gsub: 0.01 s: . Rake::TestFileList#test_gsub!: 0.01 s: . Rake::TestFileList#test_ignore_special: 0.01 s: . Rake::TestFileList#test_include_with_another_array: 0.01 s: . Rake::TestFileList#test_include_with_another_filelist: 0.01 s: . Rake::TestFileList#test_inspect_pending: 0.01 s: . Rake::TestFileList#test_match: 0.01 s: . Rake::TestFileList#test_multiple_patterns: 0.01 s: . Rake::TestFileList#test_other_array_returning_methods: 0.01 s: . Rake::TestFileList#test_reject: 0.01 s: . Rake::TestFileList#test_square_bracket_pattern: 0.01 s: . Rake::TestFileList#test_string_ext: 0.01 s: . Rake::TestFileList#test_sub: 0.01 s: . Rake::TestFileList#test_sub!: 0.01 s: . Rake::TestFileList#test_sub_with_block: 0.01 s: . Rake::TestFileList#test_to_array: 0.01 s: . Rake::TestFileList#test_to_s_pending: 0.01 s: . Rake::TestFileList#test_to_string: 0.01 s: . Rake::TestFileList#test_unique: 0.01 s: . Rake::TestFileListPathMap#test_file_list_supports_pathmap: 0.00 s: . Rake::TestFileTask#test_existing_file_depends_on_non_existing_file: 0.00 s: . Rake::TestFileTask#test_file_depends_on_task_depend_on_file: 0.30 s: . Rake::TestFileTask#test_file_need: 0.00 s: . Rake::TestFileTask#test_file_times_new_depends_on_old: 1.01 s: . Rake::TestFileTask#test_file_times_old_depends_on_new: 1.01 s: . Rake::TestFileUtils#test_file_utils_methods_are_available_at_top_level: 0.00 s: . Rake::TestFileUtils#test_fileutils_methods_dont_leak: 0.00 s: . Rake::TestFileUtils#test_ln: 0.00 s: . Rake::TestFileUtils#test_nowrite: 0.00 s: . Rake::TestFileUtils#test_rm_filelist: 0.00 s: . Rake::TestFileUtils#test_rm_one_file: 0.00 s: . Rake::TestFileUtils#test_rm_two_files: 0.00 s: . Rake::TestFileUtils#test_ruby_with_a_single_string_argument: 0.06 s: . Rake::TestFileUtils#test_ruby_with_multiple_arguments: 0.05 s: . Rake::TestFileUtils#test_safe_ln_failover_to_cp_on_not_implemented_error: 0.00 s: . Rake::TestFileUtils#test_safe_ln_failover_to_cp_on_standard_error: 0.00 s: . Rake::TestFileUtils#test_safe_ln_fails_on_script_error: 0.00 s: . Rake::TestFileUtils#test_sh: 0.05 s: . Rake::TestFileUtils#test_sh_bad_option: 0.00 s: . Rake::TestFileUtils#test_sh_failure: 0.05 s: . Rake::TestFileUtils#test_sh_no_verbose: 0.00 s: . Rake::TestFileUtils#test_sh_noop: 0.00 s: . Rake::TestFileUtils#test_sh_special_handling: 0.09 s: . Rake::TestFileUtils#test_sh_verbose: 0.00 s: . Rake::TestFileUtils#test_sh_with_a_single_string_argument: 0.05 s: . Rake::TestFileUtils#test_sh_with_multiple_arguments: 0.05 s: . Rake::TestFileUtils#test_split_all: 0.00 s: . Rake::TestFileUtils#test_verbose: 0.00 s: . Rake::TestFtpFile#test_close_date: 0.00 s: . Rake::TestFtpFile#test_directory: 0.00 s: . Rake::TestFtpFile#test_far_date: 0.00 s: . Rake::TestFtpFile#test_general: 0.00 s: . Rake::TestFtpFile#test_symlink: 0.00 s: . Rake::TestGemPackageTask#test_gem_package: 0.00 s: . Rake::TestGemPackageTask#test_gem_package_with_current_platform: 0.00 s: . Rake::TestGemPackageTask#test_gem_package_with_ruby_platform: 0.00 s: . Rake::TestMakefileLoader#test_parse: 0.00 s: . Rake::TestMultiTask#test_all_multitasks_wait_on_slow_prerequisites: 0.18 s: . Rake::TestMultiTask#test_running_multitasks: 0.03 s: . Rake::TestNameSpace#test_namespace_creation: 0.00 s: . Rake::TestNameSpace#test_namespace_lookup: 0.00 s: . Rake::TestNameSpace#test_namespace_reports_tasks_it_owns: 0.00 s: . Rake::TestPackageTask#test_clone: 0.00 s: . Rake::TestPackageTask#test_create: 0.01 s: . Rake::TestPackageTask#test_missing_version: 0.00 s: . Rake::TestPackageTask#test_no_version: 0.00 s: . Rake::TestPathMap#test_9d_returns_partial_dirname: 0.00 s: . Rake::TestPathMap#test_X_returns_everything_but_extension: 0.00 s: . Rake::TestPathMap#test_complex_patterns: 0.00 s: . Rake::TestPathMap#test_d_returns_dirname: 0.00 s: . Rake::TestPathMap#test_dash_returns_empty_string: 0.00 s: . Rake::TestPathMap#test_f_returns_basename: 0.00 s: . Rake::TestPathMap#test_multiple_patterns: 0.00 s: . Rake::TestPathMap#test_n_returns_basename_without_extension: 0.00 s: . Rake::TestPathMap#test_p_returns_entire_pathname: 0.00 s: . Rake::TestPathMap#test_partial_directory_selection_works_with_patterns: 0.00 s: . Rake::TestPathMap#test_pattern_can_use_backreferences: 0.00 s: . Rake::TestPathMap#test_pattern_returns_substitutions: 0.00 s: . Rake::TestPathMap#test_pattern_with_invalid_operator: 0.00 s: . Rake::TestPathMap#test_pattern_with_no_replacement_nor_block_substitutes_empty_string: 0.00 s: . Rake::TestPathMap#test_pattern_with_star_replacement_string_uses_block: 0.00 s: . Rake::TestPathMap#test_pattern_works_with_certain_valid_operators: 0.00 s: . Rake::TestPathMap#test_percent_percent_returns_percent: 0.00 s: . Rake::TestPathMap#test_returns_self_with_no_args: 0.00 s: . Rake::TestPathMap#test_s_returns_file_separator: 0.00 s: . Rake::TestPathMap#test_undefined_percent_causes_error: 0.00 s: . Rake::TestPathMap#test_works_with_windows_separators: 0.00 s: . Rake::TestPathMap#test_x_returns_extension: 0.00 s: . Rake::TestPathMapExplode#test_explode: 0.00 s: . Rake::TestPathMapPartial#test_pathmap_partial: 0.00 s: . Rake::TestPseudoStatus#test_with_99_exit_status: 0.00 s: . Rake::TestPseudoStatus#test_with_zero_exit_status: 0.00 s: . Rake::TestRDocTask#test_inline_source_is_enabled_by_default: 0.00 s: . Rake::TestRDocTask#test_inline_source_option_can_be_disabled: 0.00 s: . Rake::TestRDocTask#test_inline_source_option_is_only_appended_if_option_not_already_given: 0.00 s: . Rake::TestRDocTask#test_tasks_creation: 0.00 s: . Rake::TestRDocTask#test_tasks_creation_with_custom_name_hash: 0.00 s: . Rake::TestRDocTask#test_tasks_creation_with_custom_name_hash_raises_exception_if_invalid_option_given: 0.00 s: . Rake::TestRDocTask#test_tasks_creation_with_custom_name_hash_will_use_default_if_an_option_isnt_given: 0.00 s: . Rake::TestRDocTask#test_tasks_creation_with_custom_name_string: 0.00 s: . Rake::TestRDocTask#test_tasks_creation_with_custom_name_symbol: 0.00 s: . Rake::TestRake#test_can_override_application: 0.00 s: . Rake::TestRake#test_each_dir_parent: 0.00 s: . Rake::TestRake#test_original_dir_reports_current_dir: 0.00 s: . Rake::TestRequire#test_can_load_rake_library: 0.00 s: . Rake::TestRequire#test_throws_error_if_library_not_found: 0.00 s: . Rake::TestRequire#test_wont_reload_rake_library: 0.00 s: . Rake::TestRules#test_close_matches_on_name_do_not_trigger_rule: 0.00 s: . Rake::TestRules#test_create_with_source: 0.00 s: . Rake::TestRules#test_file_names_beginning_with_dot_can_be_tricked_into_refering_to_file: 0.00 s: . Rake::TestRules#test_file_names_beginning_with_dot_can_be_wrapped_in_lambda: 0.00 s: . Rake::TestRules#test_file_names_containing_percent_can_be_wrapped_in_lambda: 0.00 s: . Rake::TestRules#test_multiple_rules1: 0.00 s: . Rake::TestRules#test_multiple_rules2: 0.00 s: . Rake::TestRules#test_non_extension_rule_name_refers_to_file: 0.00 s: . Rake::TestRules#test_pathmap_automatically_applies_to_name: 0.00 s: . Rake::TestRules#test_plain_strings_are_just_filenames: 0.01 s: . Rake::TestRules#test_plain_strings_as_dependents_refer_to_files: 0.00 s: . Rake::TestRules#test_proc_returning_lists_are_flattened_into_prereqs: 0.01 s: . Rake::TestRules#test_recursive_rules_that_dont_terminate_will_overflow: 0.01 s: . Rake::TestRules#test_recursive_rules_will_work_as_long_as_they_terminate: 0.00 s: . Rake::TestRules#test_rule_can_be_created_by_string: 0.00 s: . Rake::TestRules#test_rule_prereqs_can_be_created_by_string: 0.00 s: . Rake::TestRules#test_rule_rebuilds_obj_when_source_is_newer: 0.20 s: . Rake::TestRules#test_rule_runs_when_explicit_task_has_no_actions: 0.00 s: . Rake::TestRules#test_rule_with_proc_dependent_will_trigger: 0.00 s: . Rake::TestRules#test_rule_with_two_sources_builds_both_sources: 0.00 s: . Rake::TestRules#test_rule_with_two_sources_but_one_missing_does_not_run: 1.01 s: . Rake::TestRules#test_rule_with_two_sources_runs_if_both_sources_are_present: 0.91 s: . Rake::TestRules#test_rules_with_bad_dependents_will_fail: 0.00 s: . Rake::TestRules#test_second_rule_doest_run_if_first_triggers: 1.01 s: . Rake::TestRules#test_second_rule_doest_run_if_first_triggers_with_reversed_rules: 1.01 s: . Rake::TestRules#test_second_rule_runs_when_first_rule_doesnt: 1.01 s: . Rake::TestRules#test_single_dependent: 0.00 s: . Rake::TestTaskArgumentParsing#test_can_handle_spaces_between_args: 0.00 s: . Rake::TestTaskArgumentParsing#test_empty_args: 0.00 s: . Rake::TestTaskArgumentParsing#test_keeps_embedded_spaces: 0.00 s: . Rake::TestTaskArgumentParsing#test_name_only: 0.00 s: . Rake::TestTaskArgumentParsing#test_one_argument: 0.00 s: . Rake::TestTaskArgumentParsing#test_terminal_width_using_env: 0.00 s: . Rake::TestTaskArgumentParsing#test_terminal_width_using_hardcoded_80: 0.00 s: . Rake::TestTaskArgumentParsing#test_terminal_width_using_stty: 0.00 s: . Rake::TestTaskArgumentParsing#test_terminal_width_using_tput: 0.00 s: . Rake::TestTaskArgumentParsing#test_terminal_width_with_failure: 0.00 s: . Rake::TestTaskArgumentParsing#test_two_arguments: 0.00 s: . Rake::TestTaskArguments#test_args_can_reference_env_values: 0.00 s: . Rake::TestTaskArguments#test_args_knows_its_names: 0.00 s: . Rake::TestTaskArguments#test_child_hides_parent_arg_names: 0.00 s: . Rake::TestTaskArguments#test_creating_new_argument_scopes: 0.00 s: . Rake::TestTaskArguments#test_default_arguements_that_dont_match_names_are_ignored: 0.00 s: . Rake::TestTaskArguments#test_default_arguments_values_can_be_merged: 0.00 s: . Rake::TestTaskArguments#test_empty_arg_list_is_empty: 0.00 s: . Rake::TestTaskArguments#test_enumerable_behavior: 0.00 s: . Rake::TestTaskArguments#test_extra_names_are_nil: 0.00 s: . Rake::TestTaskArguments#test_multiple_values_in_args: 0.00 s: . Rake::TestTaskArguments#test_named_args: 0.00 s: . Rake::TestTaskArguments#test_to_s: 0.00 s: . Rake::TestTaskLib#test_paste: 0.00 s: . Rake::TestTaskManager#test_anonymous_namespace: 0.00 s: . Rake::TestTaskManager#test_correctly_scoped_prerequisites_are_invoked: 0.00 s: . Rake::TestTaskManager#test_create_filetask_in_namespace: 0.00 s: . Rake::TestTaskManager#test_create_task_manager: 0.00 s: . Rake::TestTaskManager#test_define_task: 0.00 s: . Rake::TestTaskManager#test_lookup_with_explicit_scopes: 0.00 s: . Rake::TestTaskManager#test_name_lookup: 0.00 s: . Rake::TestTaskManager#test_name_lookup_in_multiple_scopes: 0.00 s: . Rake::TestTaskManager#test_name_lookup_with_implicit_file_tasks: 0.00 s: . Rake::TestTaskManager#test_name_lookup_with_nonexistent_task: 0.00 s: . Rake::TestTaskManager#test_namespace_task_create: 0.00 s: . Rake::TestTaskManager#test_namespace_yields_same_namespace_as_returned: 0.00 s: . Rake::TestTaskManagerArgumentResolution#test_good_arg_patterns: 0.00 s: . Rake::TestTaskWithArguments#test_actions_of_various_arity_are_ok_with_args: 0.00 s: . Rake::TestTaskWithArguments#test_arg_list_is_empty_if_no_args_given: 0.00 s: . Rake::TestTaskWithArguments#test_args_given: 0.00 s: . Rake::TestTaskWithArguments#test_args_not_passed_if_no_arg_names: 0.00 s: . Rake::TestTaskWithArguments#test_args_not_passed_if_no_prereq_names: 0.00 s: . Rake::TestTaskWithArguments#test_arguments_are_passed_to_all_blocks: 0.00 s: . Rake::TestTaskWithArguments#test_arguments_are_passed_to_block: 0.00 s: . Rake::TestTaskWithArguments#test_block_with_no_parameters_is_ok: 0.00 s: . Rake::TestTaskWithArguments#test_extra_parameters_are_ignored: 0.00 s: . Rake::TestTaskWithArguments#test_illegal_keys_in_task_name_hash: 0.00 s: . Rake::TestTaskWithArguments#test_name_and_explicit_needs: 0.00 s: . Rake::TestTaskWithArguments#test_name_and_needs: 0.00 s: . Rake::TestTaskWithArguments#test_name_args_and_explicit_needs: 0.00 s: . Rake::TestTaskWithArguments#test_name_with_args: 0.00 s: . Rake::TestTaskWithArguments#test_named_args_are_passed_to_prereqs: 0.00 s: . Rake::TestTaskWithArguments#test_no_args_given: 0.00 s: . Rake::TestTaskWithArguments#test_tasks_can_access_arguments_as_hash: 0.00 s: . Rake::TestTasks#test_arrays_can_be_prerequisites: 0.00 s: . Rake::TestTasks#test_can_double_invoke_with_reenable: 0.00 s: . Rake::TestTasks#test_clear: 0.00 s: . Rake::TestTasks#test_clear_actions: 0.00 s: . Rake::TestTasks#test_clear_prerequisites: 0.00 s: . Rake::TestTasks#test_create: 0.00 s: . Rake::TestTasks#test_defined: 0.00 s: . Rake::TestTasks#test_dry_run_prevents_actions: 0.00 s: . Rake::TestTasks#test_extended_comments: 0.00 s: . Rake::TestTasks#test_filelists_can_be_prerequisites: 0.00 s: . Rake::TestTasks#test_find: 0.00 s: . Rake::TestTasks#test_inspect: 0.00 s: . Rake::TestTasks#test_investigation_output: 0.00 s: . Rake::TestTasks#test_invoke: 0.00 s: . Rake::TestTasks#test_invoke_with_circular_dependencies: 0.00 s: . Rake::TestTasks#test_multi_invocations: 0.00 s: . Rake::TestTasks#test_multiple_comments: 0.00 s: . Rake::TestTasks#test_no_double_invoke: 0.00 s: . Rake::TestTasks#test_settable_comments: 0.00 s: . Rake::TestTasks#test_strings_can_be_prerequisites: 0.00 s: . Rake::TestTasks#test_symbols_can_be_prerequisites: 0.00 s: . Rake::TestTasks#test_task_gives_name_on_to_s: 0.00 s: . Rake::TestTasks#test_task_list: 0.00 s: . Rake::TestTasks#test_tasks_can_be_traced: 0.00 s: . Rake::TestTestTask#test_both_pattern_and_test_files: 0.00 s: . Rake::TestTestTask#test_defaults: 0.00 s: . Rake::TestTestTask#test_env_test: 0.00 s: . Rake::TestTestTask#test_no_task: 0.00 s: . Rake::TestTestTask#test_non_defaults: 0.00 s: . Rake::TestTestTask#test_pattern: 0.00 s: . Rake::TestTestTask#test_test_files: 0.00 s: . Rake::TestTopLevelFunctions#test_import: 0.00 s: . Rake::TestTopLevelFunctions#test_missing_constants_file_creation_task: 0.00 s: . Rake::TestTopLevelFunctions#test_missing_constants_file_task: 0.00 s: . Rake::TestTopLevelFunctions#test_missing_constants_rake_app: 0.00 s: . Rake::TestTopLevelFunctions#test_missing_constants_task: 0.00 s: . Rake::TestTopLevelFunctions#test_missing_other_constant: 0.00 s: . Rake::TestTopLevelFunctions#test_namespace: 0.00 s: . Rake::TestTopLevelFunctions#test_when_not_writing: 0.00 s: . Rake::TestTopLevelFunctions#test_when_writing: 0.00 s: . Rational_Test#test_add: 0.01 s: . Rational_Test#test_attr: 0.01 s: . Rational_Test#test_attr2: 0.01 s: . Rational_Test#test_cmp: 0.01 s: . Rational_Test#test_coerce: 0.01 s: . Rational_Test#test_conv: 0.01 s: . Rational_Test#test_div: 0.01 s: . Rational_Test#test_divmod: 0.01 s: . Rational_Test#test_eqeq: 0.01 s: . Rational_Test#test_eql_p: 0.01 s: . Rational_Test#test_expt: 0.01 s: . Rational_Test#test_fdiv: 0.01 s: . Rational_Test#test_fixed_bug: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_rational.rb:1095: warning: Bignum out of Float range 0.01 s: . Rational_Test#test_freeze: 0.01 s: . Rational_Test#test_gcdlcm: 0.01 s: . Rational_Test#test_hash: 0.01 s: . Rational_Test#test_idiv: 0.01 s: . Rational_Test#test_inspect: 0.01 s: . Rational_Test#test_known_bug: 0.01 s: . Rational_Test#test_marshal: 0.01 s: . Rational_Test#test_math: 0.01 s: . Rational_Test#test_modulo: 0.01 s: . Rational_Test#test_mul: 0.01 s: . Rational_Test#test_negate: 0.01 s: . Rational_Test#test_parse: 0.01 s: . Rational_Test#test_quo: 0.01 s: . Rational_Test#test_rationalize: 0.01 s: . Rational_Test#test_ratsub: 0.01 s: . Rational_Test#test_remainder: 0.01 s: . Rational_Test#test_ruby19: 0.01 s: . Rational_Test#test_sub: 0.01 s: . Rational_Test#test_supp: 0.01 s: . Rational_Test#test_to_c: 0.01 s: . Rational_Test#test_to_f: 0.01 s: . Rational_Test#test_to_i: 0.01 s: . Rational_Test#test_to_r: 0.01 s: . Rational_Test#test_to_s: 0.01 s: . Rational_Test#test_trunc: 0.01 s: . Rational_Test#test_unify: 0.01 s: . Rational_Test#test_uplus: 0.01 s: . Rational_Test2#test_kumi: 0.02 s: . Readline::TestHistory#test_delete_at: 0.00 s: . Readline::TestHistory#test_delete_at__out_of_range: 0.00 s: . Readline::TestHistory#test_each: 0.00 s: . Readline::TestHistory#test_each__enumerator: 0.00 s: . Readline::TestHistory#test_empty_p: 0.00 s: . Readline::TestHistory#test_get: 0.00 s: . Readline::TestHistory#test_get__negative: 0.00 s: . Readline::TestHistory#test_get__out_of_range: 0.00 s: . Readline::TestHistory#test_length: 0.00 s: . Readline::TestHistory#test_pop: 0.00 s: . Readline::TestHistory#test_push: 0.00 s: . Readline::TestHistory#test_push__operator: 0.00 s: . Readline::TestHistory#test_push__plural: 0.00 s: . Readline::TestHistory#test_safe_level_4: 0.00 s: . Readline::TestHistory#test_set: 0.00 s: . Readline::TestHistory#test_set__out_of_range: 0.00 s: . Readline::TestHistory#test_shift: 0.00 s: . Readline::TestHistory#test_to_s: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_DRbObject: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_renewer: 0.00 s: . Rinda::TupleSpaceProxyTest#test_00_template: 0.01 s: . Rinda::TupleSpaceProxyTest#test_00_tuple: 0.00 s: . Rinda::TupleSpaceProxyTest#test_cancel_01: 0.10 s: . Rinda::TupleSpaceProxyTest#test_cancel_02: 0.10 s: . Rinda::TupleSpaceProxyTest#test_core_01: 0.20 s: . Rinda::TupleSpaceProxyTest#test_core_02: 0.20 s: . Rinda::TupleSpaceProxyTest#test_core_03_notify: 0.44 s: . Rinda::TupleSpaceProxyTest#test_inp_rdp: 0.00 s: . Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 0.01 s: . Rinda::TupleSpaceProxyTest#test_ruby_talk_264062: 0.01 s: . Rinda::TupleSpaceProxyTest#test_symbol_tuple: 0.00 s: . Rinda::TupleSpaceTest#test_00_DRbObject: 0.00 s: . Rinda::TupleSpaceTest#test_00_renewer: 0.00 s: . Rinda::TupleSpaceTest#test_00_template: 0.00 s: . Rinda::TupleSpaceTest#test_00_tuple: 0.00 s: . Rinda::TupleSpaceTest#test_cancel_01: 0.10 s: . Rinda::TupleSpaceTest#test_cancel_02: 0.10 s: . Rinda::TupleSpaceTest#test_core_01: 0.10 s: . Rinda::TupleSpaceTest#test_core_02: 0.11 s: . Rinda::TupleSpaceTest#test_core_03_notify: 0.02 s: . Rinda::TupleSpaceTest#test_inp_rdp: 0.00 s: . Rinda::TupleSpaceTest#test_ruby_talk_264062: 0.12 s: . Rinda::TupleSpaceTest#test_symbol_tuple: 0.00 s: . SAX2Tester#test_begin_end_document: 0.00 s: . SAX2Tester#test_char_ref_dom: 0.00 s: . SAX2Tester#test_char_ref_sax2: 0.00 s: . SAX2Tester#test_characters: 0.01 s: . SAX2Tester#test_doctype_with_mising_name_throws_exception: 0.00 s: . SAX2Tester#test_entity_replacement: 0.00 s: . SAX2Tester#test_listen_before_start: 0.04 s: . SAX2Tester#test_sax2: 0.13 s: . SAX2Tester#test_simple_doctype_listener: 0.00 s: . SAX2Tester#test_socket: 0.00 s: . SAX2Tester#test_ticket_68: 0.27 s: . StreamTester#test_listener: 0.01 s: . StreamTester#test_ticket_10: 0.00 s: . StreamTester#test_ticket_49: 0.00 s: . Syck::TestArray#test_dump: 0.00 s: . Syck::TestArray#test_to_yaml: 0.00 s: . Syck::TestBoolean#test_FALSE: 0.00 s: . Syck::TestBoolean#test_False: 0.00 s: . Syck::TestBoolean#test_NO: 0.00 s: . Syck::TestBoolean#test_No: 0.00 s: . Syck::TestBoolean#test_OFF: 0.00 s: . Syck::TestBoolean#test_ON: 0.00 s: . Syck::TestBoolean#test_Off: 0.00 s: . Syck::TestBoolean#test_On: 0.00 s: . Syck::TestBoolean#test_TRUE: 0.00 s: . Syck::TestBoolean#test_True: 0.00 s: . Syck::TestBoolean#test_YES: 0.00 s: . Syck::TestBoolean#test_Yes: 0.00 s: . Syck::TestBoolean#test_false: 0.00 s: . Syck::TestBoolean#test_n: 0.00 s: . Syck::TestBoolean#test_no: 0.00 s: . Syck::TestBoolean#test_off: 0.00 s: . Syck::TestBoolean#test_on: 0.00 s: . Syck::TestBoolean#test_true: 0.00 s: . Syck::TestBoolean#test_y: 0.00 s: . Syck::TestBoolean#test_yes: 0.00 s: . Syck::TestClass#test_dump: 0.00 s: . Syck::TestClass#test_to_yaml: 0.00 s: . Syck::TestException#test_dump: 0.00 s: . Syck::TestException#test_to_yaml: 0.03 s: . Syck::TestException#test_to_yaml_properties: 0.02 s: . Syck::TestHash#test_dump: 0.00 s: . Syck::TestHash#test_ref_append: 0.00 s: . Syck::TestHash#test_to_yaml: 0.00 s: . Syck::TestNull#test_null_list: 0.00 s: . Syck::TestOmap#test_keys: 0.00 s: . Syck::TestOmap#test_load: 0.00 s: . Syck::TestOmap#test_order: 0.00 s: . Syck::TestOmap#test_round_trip: 0.01 s: . Syck::TestOmap#test_square: 0.00 s: . Syck::TestOmap#test_to_yaml: 0.00 s: . Syck::TestSet#test_load_from_yaml: 0.00 s: . Syck::TestSet#test_roundtrip: 0.00 s: . Syck::TestSet#test_to_yaml: 0.00 s: . Syck::TestString#test_binary_string: 0.02 s: . Syck::TestString#test_binary_string_null: 0.01 s: . Syck::TestString#test_non_binary_string: 0.00 s: . Syck::TestString#test_string_with_ivars: 0.00 s: . Syck::TestStruct#test_roundtrip: 0.02 s: . Syck::TestStruct#test_load: 0.01 s: . Syck::TestSymbol#test_dump: 0.00 s: . Syck::TestSymbol#test_load_quoted: 0.00 s: . Syck::TestSymbol#test_stringy: 0.00 s: . Syck::TestSymbol#test_to_yaml: 0.00 s: . Syck::TestYamlProperties#test_object_dump_yaml_properties: 0.00 s: . Syck::TestYamlProperties#test_string_dump: 0.00 s: . Syck::TestYamlProperties#test_string_load: 0.00 s: . Syck::TestYamlProperties#test_struct_dump_yaml_properties: 0.00 s: . Syck::YAMLStoreTest#test_changes_after_commit_are_discarded: 0.03 s: . Syck::YAMLStoreTest#test_changes_are_not_written_on_abort: 0.07 s: . Syck::YAMLStoreTest#test_data_should_be_loaded_correctly_when_in_readonly_mode: 0.02 s: . Syck::YAMLStoreTest#test_data_should_be_loaded_correctly_when_in_readwrite_mode: 0.01 s: . Syck::YAMLStoreTest#test_opening_new_file_in_readonly_mode_should_result_in_empty_values: 0.01 s: . Syck::YAMLStoreTest#test_opening_new_file_in_readwrite_mode_should_result_in_empty_values: 0.02 s: . Syck::YAMLStoreTest#test_writing_inside_readonly_transaction_raises_error: 0.01 s: . Syck::YAML_Unit_Tests#test_akira: 0.01 s: . Syck::YAML_Unit_Tests#test_ambiguous_comments: 0.00 s: . Syck::YAML_Unit_Tests#test_basic_map: 0.00 s: . Syck::YAML_Unit_Tests#test_basic_strings: 0.03 s: . Syck::YAML_Unit_Tests#test_circular_references: 0.00 s: . Syck::YAML_Unit_Tests#test_date_out_of_range: 0.00 s: . Syck::YAML_Unit_Tests#test_document: 0.00 s: . Syck::YAML_Unit_Tests#test_emitting_indicators: 0.00 s: . Syck::YAML_Unit_Tests#test_empty_map_key: 0.00 s: . Syck::YAML_Unit_Tests#test_normal_exit: 0.00 s: . Syck::YAML_Unit_Tests#test_numeric_cycle: 0.00 s: . Syck::YAML_Unit_Tests#test_object_id_collision: 4.58 s: . Syck::YAML_Unit_Tests#test_range_cycle: 0.01 s: . Syck::YAML_Unit_Tests#test_ranges: 0.02 s: . Syck::YAML_Unit_Tests#test_ruby_complex: 0.01 s: . Syck::YAML_Unit_Tests#test_ruby_rational: 0.01 s: . Syck::YAML_Unit_Tests#test_ruby_regexp: 0.01 s: . Syck::YAML_Unit_Tests#test_ruby_struct: 0.03 s: . Syck::YAML_Unit_Tests#test_scan_scalar_nl: 0.01 s: . Syck::YAML_Unit_Tests#test_spec_anchors_and_aliases: 0.31 s: . Syck::YAML_Unit_Tests#test_spec_application_family: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_builtin_binary: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_builtin_literal_blocks: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_builtin_map: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_builtin_seq: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_builtin_time: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_complex_invoice: 0.01 s: . Syck::YAML_Unit_Tests#test_spec_domain_prefix: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_explicit_families: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_float_explicit: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_force_implicit: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_indentation_determines_scope: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_log_file: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_mapping_between_sequences: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_mapping_of_mappings: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_multiline_scalars: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_nested_comments: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_oneline_docs: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_override_anchor: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_preserve_indent: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_private_types: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:782:in `test_spec_private_types': YAML.parse_documents is deprecated, use load_stream 0.00 s: . Syck::YAML_Unit_Tests#test_spec_root_fold: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_root_mapping: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_sequence_in_sequence_shortcut: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_sequence_key_shortcut: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_sequence_of_sequences: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_sequence_shortcuts: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_simple_implicit_map: 0.01 s: . Syck::YAML_Unit_Tests#test_spec_simple_implicit_sequence: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_simple_map_with_nested_sequences: 0.01 s: . Syck::YAML_Unit_Tests#test_spec_simple_sequence_with_nested_map: 0.01 s: . Syck::YAML_Unit_Tests#test_spec_single_folded: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_single_literal: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_span_double_quote: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_span_single_quote: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_throwaway: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_type_float: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_type_int: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_type_misc: 0.00 s: . Syck::YAML_Unit_Tests#test_spec_url_escaping: 0.00 s: . Syck::YAML_Unit_Tests#test_symbol_cycle: 0.00 s: . Syck::YAML_Unit_Tests#test_time_now_cycle: 0.01 s: . Syck::YAML_Unit_Tests#test_ypath_parsing: 0.00 s: . TC_Enumerable#test_to_set: 0.02 s: . TC_HMAC_MD5#test_hexdigest: 0.00 s: . TC_HMAC_MD5#test_reset: 0.00 s: . TC_HMAC_MD5#test_s_hexdigest: 0.00 s: . TC_HMAC_RMD160#test_hexdigest: 0.00 s: . TC_HMAC_RMD160#test_reset: 0.00 s: . TC_HMAC_RMD160#test_s_hexdigest: 0.00 s: . TC_HMAC_SHA1#test_hexdigest: 0.00 s: . TC_HMAC_SHA1#test_reset: 0.00 s: . TC_HMAC_SHA1#test_s_hexdigest: 0.00 s: . TC_IPAddr#test_ip6_arpa: 0.00 s: . TC_IPAddr#test_ip6_int: 0.00 s: . TC_IPAddr#test_ipv4_compat: 0.00 s: . TC_IPAddr#test_ipv4_mapped: 0.00 s: . TC_IPAddr#test_reverse: 0.00 s: . TC_IPAddr#test_s_new: 0.04 s: . TC_IPAddr#test_s_new_ntoh: 0.00 s: . TC_IPAddr#test_to_s: 0.00 s: . TC_JSON#test_backslash: 0.00 s: . TC_JSON#test_big_integers: 0.00 s: . TC_JSON#test_comments: 0.00 s: . TC_JSON#test_construction: 0.00 s: . TC_JSON#test_load_dump: 0.00 s: . TC_JSON#test_nesting: 0.00 s: . TC_JSON#test_parse_array: 0.00 s: . TC_JSON#test_parse_array_custom_class: 0.00 s: . TC_JSON#test_parse_arrays: 0.00 s: . TC_JSON#test_parse_complex_objects: 0.36 s: . TC_JSON#test_parse_more_complex_arrays: 0.10 s: . TC_JSON#test_parse_object: 0.00 s: . TC_JSON#test_parse_object_custom_class: 0.00 s: . TC_JSON#test_parse_simple_arrays: 0.00 s: . TC_JSON#test_parse_simple_objects: 0.00 s: . TC_JSON#test_parse_values: 0.00 s: . TC_JSON#test_parser_reset: 0.00 s: . TC_JSON#test_symbolize_names: 0.00 s: . TC_JSON#test_wrong_inputs: 0.00 s: . TC_JSONAddition#test_core: 0.01 s: . TC_JSONAddition#test_extended_json: 0.00 s: . TC_JSONAddition#test_extended_json_disabled: 0.00 s: . TC_JSONAddition#test_extended_json_fail1: 0.00 s: . TC_JSONAddition#test_extended_json_fail2: 0.00 s: . TC_JSONAddition#test_raw_strings: 0.00 s: . TC_JSONAddition#test_utc_datetime: 0.00 s: . TC_JSONEncoding#test_generate: 0.02 s: . TC_JSONEncoding#test_parse: 0.00 s: . TC_JSONEncoding#test_parse_ascii_8bit: 0.00 s: . TC_JSONFixtures#test_failing: 0.04 s: . TC_JSONFixtures#test_passing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/json/common.rb:146: warning: Float 23456789012E666 out of range 0.00 s: . TC_JSONGenerate#test_allow_nan: 0.00 s: . TC_JSONGenerate#test_fast_generate: 0.00 s: . TC_JSONGenerate#test_generate: 0.00 s: . TC_JSONGenerate#test_generate_pretty: 0.00 s: . TC_JSONGenerate#test_states: 0.00 s: . TC_JSONRails#test_extended_json: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/json/add/rails.rb:32: warning: previous definition of to_json was here 0.00 s: . TC_JSONRails#test_extended_json_disabled: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: previous definition of to_json was here 0.00 s: . TC_JSONRails#test_extended_json_fail1: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: previous definition of to_json was here 0.00 s: . TC_JSONRails#test_extended_json_fail2: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: previous definition of to_json was here 0.00 s: . TC_JSONRails#test_extended_json_generic_object: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: previous definition of to_json was here 0.00 s: . TC_JSONRails#test_raw_strings: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: previous definition of to_json was here 0.00 s: . TC_JSONRails#test_symbol: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: method redefined; discarding old to_json /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:18: warning: previous definition of to_json was here 0.00 s: . TC_JSONUnicode#test_chars: 0.01 s: . TC_JSONUnicode#test_unicode: 0.00 s: . TC_OpenStruct#test_equality: 0.00 s: . TC_OpenStruct#test_frozen: 0.00 s: . TC_OpenStruct#test_inspect: 0.00 s: . TC_Operator#test_and: 0.00 s: . TC_Operator#test_carrot: 0.00 s: . TC_Operator#test_equal: 0.00 s: . TC_Operator#test_hash: 0.00 s: . TC_Operator#test_include?: 0.00 s: . TC_Operator#test_mask: 0.00 s: . TC_Operator#test_or: 0.00 s: . TC_Operator#test_shift_left: 0.00 s: . TC_Operator#test_shift_right: 0.00 s: . TC_Rexml_Functions_Number#test_functions_number_float: 0.00 s: . TC_Rexml_Functions_Number#test_functions_number_int: 0.00 s: . TC_Rexml_Functions_Number#test_functions_number_negative_float: 0.00 s: . TC_Rexml_Functions_Number#test_functions_number_negative_int: 0.00 s: . TC_Set#test_add: 0.00 s: . TC_Set#test_and: 0.00 s: . TC_Set#test_aref: 0.00 s: . TC_Set#test_classify: 0.00 s: . TC_Set#test_clear: 0.00 s: . TC_Set#test_clone: 0.00 s: . TC_Set#test_collect!: 0.00 s: . TC_Set#test_delete: 0.00 s: . TC_Set#test_delete_if: 0.00 s: . TC_Set#test_divide: 0.01 s: . TC_Set#test_dup: 0.00 s: . TC_Set#test_each: 0.00 s: . TC_Set#test_empty?: 0.00 s: . TC_Set#test_eq: 0.00 s: . TC_Set#test_flatten: 0.00 s: . TC_Set#test_include?: 0.00 s: . TC_Set#test_inspect: 0.00 s: . TC_Set#test_merge: 0.00 s: . TC_Set#test_minus: 0.00 s: . TC_Set#test_plus: 0.00 s: . TC_Set#test_proper_subset?: 0.00 s: . TC_Set#test_proper_superset?: 0.00 s: . TC_Set#test_reject!: 0.00 s: . TC_Set#test_replace: 0.00 s: . TC_Set#test_s_new: 0.00 s: . TC_Set#test_size: 0.00 s: . TC_Set#test_subset?: 0.00 s: . TC_Set#test_subtract: 0.00 s: . TC_Set#test_superset?: 0.00 s: . TC_Set#test_to_a: 0.00 s: . TC_Set#test_xor: 0.00 s: . TC_SortedSet#test_sortedset: 0.00 s: . TSortTest#test_array: 0.00 s: . TSortTest#test_cycle: 0.00 s: . TSortTest#test_dag: 0.00 s: . TestAlias#test_JVN_83768862: 0.00 s: . TestAlias#test_alias: 0.00 s: . TestAlias#test_alias_with_zsuper_method: 0.00 s: . TestAlias#test_nonexistmethod: 0.02 s: . TestAlias#test_send_alias: 0.00 s: . TestAlias#test_special_const_alias: 0.00 s: . TestArgf#test_argf: 0.06 s: . TestArgf#test_argv: 0.05 s: . TestArgf#test_binmode: 0.05 s: . TestArgf#test_close: 0.05 s: . TestArgf#test_closed: 0.05 s: . TestArgf#test_each_byte: 0.05 s: . TestArgf#test_each_char: 0.05 s: . TestArgf#test_each_line: 0.05 s: . TestArgf#test_each_line_paragraph: 0.05 s: . TestArgf#test_encoding: 0.05 s: . TestArgf#test_eof: 0.10 s: . TestArgf#test_file: 0.05 s: . TestArgf#test_filename: 0.05 s: . TestArgf#test_filename2: 0.05 s: . TestArgf#test_fileno: 0.05 s: . TestArgf#test_getbyte: 0.05 s: . TestArgf#test_getc: 0.05 s: . TestArgf#test_inplace: 0.05 s: . TestArgf#test_inplace2: 0.05 s: . TestArgf#test_inplace3: 0.05 s: . TestArgf#test_inplace_dup: 0.05 s: . TestArgf#test_inplace_no_backup: 0.05 s: . TestArgf#test_inplace_rename_impossible: 0.05 s: . TestArgf#test_inplace_stdin: 0.05 s: . TestArgf#test_inplace_stdin2: 0.05 s: . TestArgf#test_lineno: 0.05 s: . TestArgf#test_lineno2: 0.05 s: . TestArgf#test_lineno3: 0.05 s: . TestArgf#test_read: 0.05 s: . TestArgf#test_read2: 0.05 s: . TestArgf#test_read3: 0.05 s: . TestArgf#test_readbyte: 0.05 s: . TestArgf#test_readchar: 0.05 s: . TestArgf#test_readpartial: 0.05 s: . TestArgf#test_readpartial2: 0.05 s: . TestArgf#test_rewind: 0.05 s: . TestArgf#test_seek: 0.05 s: . TestArgf#test_set_pos: 0.05 s: . TestArgf#test_skip: 0.05 s: . TestArgf#test_tell: 0.05 s: . TestArgf#test_to_io: 0.05 s: . TestArray#test_00_new: 0.00 s: . TestArray#test_01_square_brackets: 0.00 s: . TestArray#test_0_literal: 0.00 s: . TestArray#test_AND: 0.00 s: . TestArray#test_AREF: 0.00 s: . TestArray#test_ASET: 0.00 s: . TestArray#test_CMP: 0.00 s: . TestArray#test_EQUAL: 0.00 s: . TestArray#test_LSHIFT: 0.00 s: . TestArray#test_MINUS: 0.00 s: . TestArray#test_MUL: 0.00 s: . TestArray#test_OR: 0.00 s: . TestArray#test_PLUS: 0.00 s: . TestArray#test_VERY_EQUAL: 0.00 s: . TestArray#test_aref: 0.00 s: . TestArray#test_array_andor_0: 0.00 s: . TestArray#test_array_subclass: 0.00 s: . TestArray#test_ary_new: 0.00 s: . TestArray#test_ary_to_ary: 0.00 s: . TestArray#test_aset_error: 0.00 s: . TestArray#test_assoc: 0.00 s: . TestArray#test_at: 0.00 s: . TestArray#test_beg_end_0: 0.00 s: . TestArray#test_clear: 0.00 s: . TestArray#test_clear2: 0.00 s: . TestArray#test_clone: 0.00 s: . TestArray#test_collect: 0.00 s: . TestArray#test_collect!: 0.00 s: . TestArray#test_combination: 0.00 s: . TestArray#test_combination2: 0.00 s: . TestArray#test_combination_with_callcc: 0.05 s: . TestArray#test_compact: 0.00 s: . TestArray#test_compact!: 0.00 s: . TestArray#test_compact_0: 0.00 s: . TestArray#test_concat: 0.00 s: . TestArray#test_count: 0.00 s: . TestArray#test_cycle: 0.00 s: . TestArray#test_delete: 0.00 s: . TestArray#test_delete2: 0.00 s: . TestArray#test_delete_at: 0.00 s: . TestArray#test_delete_if: 0.00 s: . TestArray#test_drop: 0.00 s: . TestArray#test_drop_while: 0.00 s: . TestArray#test_dup: 0.00 s: . TestArray#test_each: 0.00 s: . TestArray#test_each_index: 0.00 s: . TestArray#test_empty?: 0.00 s: . TestArray#test_empty_0: 0.00 s: . TestArray#test_eql?: 0.00 s: . TestArray#test_equal: 0.00 s: . TestArray#test_fetch: 0.00 s: . TestArray#test_fill: 0.00 s: . TestArray#test_fill2: 0.00 s: . TestArray#test_fill_0: 0.00 s: . TestArray#test_fill_negative_length: 0.00 s: . TestArray#test_find_all_0: 0.00 s: . TestArray#test_first: 0.00 s: . TestArray#test_first2: 0.00 s: . TestArray#test_flatten: 0.00 s: . TestArray#test_flatten!: 0.00 s: . TestArray#test_flatten_error: 0.00 s: . TestArray#test_flatten_with_callcc: 0.00 s: . TestArray#test_hash: 0.00 s: . TestArray#test_hash2: 0.00 s: . TestArray#test_include?: 0.00 s: . TestArray#test_index: 0.00 s: . TestArray#test_index2: 0.00 s: . TestArray#test_initialize: 0.00 s: . TestArray#test_initialize2: 0.00 s: . TestArray#test_insert: 0.00 s: . TestArray#test_inspect: 0.00 s: . TestArray#test_join: 0.00 s: . TestArray#test_join2: 0.00 s: . TestArray#test_last: 0.00 s: . TestArray#test_length: 0.00 s: . TestArray#test_map!: 0.00 s: . TestArray#test_misc_0: 0.00 s: . TestArray#test_modify_check: 0.00 s: . TestArray#test_pack: 0.00 s: . TestArray#test_permutation: 0.00 s: . TestArray#test_permutation_with_callcc: 0.24 s: . TestArray#test_pop: 0.00 s: . TestArray#test_product: 2.27 s: . TestArray#test_product2: 0.00 s: . TestArray#test_product_with_callcc: 0.04 s: . TestArray#test_push: 0.00 s: . TestArray#test_rassoc: 0.00 s: . TestArray#test_reject: 0.00 s: . TestArray#test_reject!: 0.00 s: . TestArray#test_repeated_combination: 0.00 s: . TestArray#test_repeated_combination_with_callcc: 0.04 s: . TestArray#test_repeated_permutation: 0.04 s: . TestArray#test_repeated_permutation_with_callcc: 0.22 s: . TestArray#test_replace: 0.00 s: . TestArray#test_replace_shared_ary: 0.00 s: . TestArray#test_reverse: 0.00 s: . TestArray#test_reverse!: 0.00 s: . TestArray#test_reverse_each: 0.00 s: . TestArray#test_reverse_each2: 0.00 s: . TestArray#test_rindex: 0.00 s: . TestArray#test_rindex2: 0.01 s: . TestArray#test_rotate: 0.00 s: . TestArray#test_rotate!: 0.00 s: . TestArray#test_sample: 0.67 s: . TestArray#test_sample_random: 0.01 s: . TestArray#test_select: 0.00 s: . TestArray#test_select!: 0.00 s: . TestArray#test_shift: 0.00 s: . TestArray#test_shift2: 0.00 s: . TestArray#test_shift_shared_ary: 0.00 s: . TestArray#test_shuffle: 0.00 s: . TestArray#test_shuffle_random: 0.00 s: . TestArray#test_size: 0.00 s: . TestArray#test_slice: 0.00 s: . TestArray#test_slice!: 0.00 s: . TestArray#test_slice_frozen_array: 0.00 s: . TestArray#test_sort: 0.00 s: . TestArray#test_sort!: 0.00 s: . TestArray#test_sort_0: 0.00 s: . TestArray#test_sort_by!: 0.00 s: . TestArray#test_sort_with_callcc: 0.05 s: . TestArray#test_sort_with_replace: 15.06 s: . TestArray#test_splice: 0.00 s: . TestArray#test_split_0: 0.00 s: . TestArray#test_take: 0.00 s: . TestArray#test_take_while: 0.00 s: . TestArray#test_times: 0.00 s: . TestArray#test_to_a: 0.00 s: . TestArray#test_to_a2: 0.00 s: . TestArray#test_to_ary: 0.02 s: . TestArray#test_to_s: 0.00 s: . TestArray#test_transpose: 0.00 s: . TestArray#test_try_convert: 0.00 s: . TestArray#test_uniq: 0.00 s: . TestArray#test_uniq!: 0.00 s: . TestArray#test_uniq_0: 0.00 s: . TestArray#test_uniq_bang_with_block: 0.00 s: . TestArray#test_uniq_with_block: 0.00 s: . TestArray#test_unshift: 0.00 s: . TestArray#test_unshift_error: 0.00 s: . TestArray#test_values_at: 0.00 s: . TestArray#test_values_at2: 0.00 s: . TestArray#test_zip: 0.00 s: . TestAssertion#test_wrong_assertion: 0.00 s: . TestAssignment#test_assign: 0.00 s: . TestAssignment#test_break: 0.00 s: . TestAssignment#test_const_massign: 0.00 s: . TestAssignment#test_lambda: 0.00 s: . TestAssignment#test_massign: 0.00 s: . TestAssignment#test_multi: 0.00 s: . TestAssignment#test_nested_massign: 0.00 s: . TestAssignment#test_next: 0.00 s: . TestAssignment#test_return: 0.00 s: . TestAssignment#test_to_ary_splat: 0.00 s: . TestAssignment#test_yield: 0.00 s: . TestAssignmentGen#test_assignment: 10.99 s: . TestAttributeManager#test_initial_word_pairs: 0.00 s: . TestAttributeManager#test_convert_attrs_ignores_tt: 0.00 s: . TestAttributeManager#test_initial_html: 0.00 s: . TestAttributeManager#test_convert_attrs_ignores_code: 0.00 s: . TestAttributeManager#test_add_special: 0.00 s: . TestAttributeManager#test_add_word_pair_map: 0.00 s: . TestAttributeManager#test_add_invalid_word_pair: 0.00 s: . TestAttributeManager#test_add_matching_word_pair: 0.00 s: . TestAttributeManager#test_add_html_tag: 0.00 s: . TestAttributes#test_get_attribute_ns: 0.01 s: . TestAutoload#test_autoload_so: 0.05 s: . TestBase64#test_decode64: 0.00 s: . TestBase64#test_encode64: 0.00 s: . TestBase64#test_sample: 0.00 s: . TestBase64#test_strict_decode64: 0.00 s: . TestBase64#test_strict_encode64: 0.00 s: . TestBase64#test_urlsafe_decode64: 0.00 s: . TestBase64#test_urlsafe_encode64: 0.00 s: . TestBasicInstructions#test_array: 0.00 s: . TestBasicInstructions#test_array_splat: 0.00 s: . TestBasicInstructions#test_backref: 0.00 s: . TestBasicInstructions#test_class_variable: 0.00 s: . TestBasicInstructions#test_const_cref: 0.00 s: . TestBasicInstructions#test_const_inherit: 0.00 s: . TestBasicInstructions#test_const_path: 0.01 s: . TestBasicInstructions#test_dstring: 0.00 s: . TestBasicInstructions#test_dsym: 0.00 s: . TestBasicInstructions#test_global_variable: 0.00 s: . TestBasicInstructions#test_hash: 0.00 s: . TestBasicInstructions#test_immediates: 0.00 s: . TestBasicInstructions#test_local_variable: 0.00 s: . TestBasicInstructions#test_not: 0.00 s: . TestBasicInstructions#test_opassign1_1: 0.00 s: . TestBasicInstructions#test_opassign1_2: 0.00 s: . TestBasicInstructions#test_opassign2_1: 0.00 s: . TestBasicInstructions#test_opassign2_2: 0.00 s: . TestBasicInstructions#test_opassign2_3: 0.00 s: . TestBasicInstructions#test_range: 0.00 s: . TestBasicInstructions#test_regexp: 0.00 s: . TestBasicInstructions#test_self: 0.00 s: . TestBasicInstructions#test_string: 0.00 s: . TestBasicInstructions#test_xstr: 0.08 s: . TestBeginEndBlock#test_beginendblock: 0.25 s: . TestBeginEndBlock#test_begininclass: 0.00 s: . TestBeginEndBlock#test_begininmethod: 0.00 s: . TestBeginEndBlock#test_endblock_raise: 0.23 s: . TestBeginEndBlock#test_endblockwarn: 0.08 s: . TestBeginEndBlock#test_raise_in_at_exit: 0.05 s: . TestBeginEndBlock#test_should_propagate_exit_code: 0.04 s: . TestBeginEndBlock#test_should_propagate_signaled: 0.15 s: . TestBenchmark#test_add!: 0.00 s: . TestBig5#test_code_to_mbc: 0.01 s: . TestBig5#test_left_adjust_char_head: 0.00 s: . TestBig5#test_mbc_case_fold: 0.00 s: . TestBig5#test_mbc_enc_len: 0.00 s: . TestBig5#test_mbc_to_code: 0.00 s: . TestBigDecimal#test_INFINITY: 0.00 s: . TestBigDecimal#test_NAN: 0.00 s: . TestBigDecimal#test_abs_bigdecimal: 0.00 s: . TestBigDecimal#test_add: 0.00 s: . TestBigDecimal#test_add_bigdecimal: 0.00 s: . TestBigDecimal#test_ceil: 0.00 s: . TestBigDecimal#test_cmp: 0.00 s: . TestBigDecimal#test_cmp_bignum: 0.00 s: . TestBigDecimal#test_cmp_coerce: 0.00 s: . TestBigDecimal#test_cmp_data: 0.00 s: . TestBigDecimal#test_cmp_failing_coercion: 0.00 s: . TestBigDecimal#test_cmp_nan: 0.00 s: . TestBigDecimal#test_coerce: 0.00 s: . TestBigDecimal#test_ctov: 0.00 s: . TestBigDecimal#test_div: 0.00 s: . TestBigDecimal#test_div_bigdecimal: 0.00 s: . TestBigDecimal#test_divmod: 0.00 s: . TestBigDecimal#test_double_fig: 0.00 s: . TestBigDecimal#test_exception_infinity: 0.00 s: . TestBigDecimal#test_exception_nan: 0.00 s: . TestBigDecimal#test_exception_overflow: 0.00 s: . TestBigDecimal#test_exception_underflow: 0.00 s: . TestBigDecimal#test_exception_zerodivide: 0.00 s: . TestBigDecimal#test_exponent: 0.00 s: . TestBigDecimal#test_finite_infinite_nan: 0.00 s: . TestBigDecimal#test_fix: 0.00 s: . TestBigDecimal#test_floor: 0.00 s: . TestBigDecimal#test_frac: 0.00 s: . TestBigDecimal#test_gc: 40.89 s: . TestBigDecimal#test_global_new: 0.00 s: . TestBigDecimal#test_hash: 0.00 s: . TestBigDecimal#test_inf: 0.00 s: . TestBigDecimal#test_inspect: 0.00 s: . TestBigDecimal#test_limit: 0.00 s: . TestBigDecimal#test_marshal: 0.03 s: . TestBigDecimal#test_mod: 0.00 s: . TestBigDecimal#test_mode: 0.00 s: . TestBigDecimal#test_mult: 0.00 s: . TestBigDecimal#test_mult_bigdecimal: 0.00 s: . TestBigDecimal#test_new: 0.00 s: . TestBigDecimal#test_nonzero_p: 0.00 s: . TestBigDecimal#test_power: 0.00 s: . TestBigDecimal#test_precs: 0.00 s: . TestBigDecimal#test_remainder: 0.00 s: . TestBigDecimal#test_round: 0.00 s: . TestBigDecimal#test_round_up: 0.00 s: . TestBigDecimal#test_save_exception_mode: 0.00 s: . TestBigDecimal#test_save_limit: 0.00 s: . TestBigDecimal#test_save_rounding_mode: 0.00 s: . TestBigDecimal#test_sign: 0.00 s: . TestBigDecimal#test_split: 0.00 s: . TestBigDecimal#test_sqrt_bigdecimal: 0.00 s: . TestBigDecimal#test_sub: 0.00 s: . TestBigDecimal#test_sub_bigdecimal: 0.00 s: . TestBigDecimal#test_thread_local_mode: 0.00 s: . TestBigDecimal#test_to_f: 0.00 s: . TestBigDecimal#test_to_i: 0.00 s: . TestBigDecimal#test_to_s: 0.00 s: . TestBigDecimal#test_to_special_string: 0.00 s: . TestBigDecimal#test_to_string: 0.00 s: . TestBigDecimal#test_truncate: 0.00 s: . TestBigDecimal#test_uplus: 0.00 s: . TestBigDecimal#test_version: 0.00 s: . TestBigDecimal#test_zero_p: 0.00 s: . TestBigMath#test_atan: 0.01 s: . TestBigMath#test_const: 0.00 s: . TestBigMath#test_cos: 0.02 s: . TestBigMath#test_exp: 0.02 s: . TestBigMath#test_log: 0.03 s: . TestBigMath#test_sin: 0.02 s: . TestBigMath#test_sqrt: 0.00 s: . TestBignum#test_abs: 0.00 s: . TestBignum#test_and: 0.00 s: . TestBignum#test_aref: 0.00 s: . TestBignum#test_big_2comp: 0.00 s: . TestBignum#test_big_fdiv: 0.00 s: . TestBignum#test_bignum: 0.02 s: . TestBignum#test_calc: 0.00 s: . TestBignum#test_cmp: 0.00 s: . TestBignum#test_coerce: 0.00 s: . TestBignum#test_convert: 0.00 s: . TestBignum#test_div: 0.00 s: . TestBignum#test_divmod: 0.00 s: . TestBignum#test_divrem: 0.00 s: . TestBignum#test_eq: 0.00 s: . TestBignum#test_eql: 0.00 s: . TestBignum#test_even: 0.00 s: . TestBignum#test_fix_fdiv: 0.02 s: . TestBignum#test_float_fdiv: 0.00 s: . TestBignum#test_hash: 0.00 s: . TestBignum#test_idiv: 0.00 s: . TestBignum#test_int2inum: 0.00 s: . TestBignum#test_interrupt: 2.14 s: . TestBignum#test_minus: 0.00 s: . TestBignum#test_modulo: 0.00 s: . TestBignum#test_mul: 0.00 s: . TestBignum#test_mul_balance: 0.01 s: . TestBignum#test_obj_fdiv: 0.00 s: . TestBignum#test_odd: 0.00 s: . TestBignum#test_or: 0.00 s: . TestBignum#test_plus: 0.00 s: . TestBignum#test_pow: 0.02 s: . TestBignum#test_quad_pack: 0.00 s: . TestBignum#test_quo: 0.00 s: . TestBignum#test_remainder: 0.00 s: . TestBignum#test_shift: 0.00 s: . TestBignum#test_shift2: 0.00 s: . TestBignum#test_size: 0.00 s: . TestBignum#test_str_to_inum: 0.00 s: . TestBignum#test_sub: 0.00 s: . TestBignum#test_to_f: 0.00 s: . TestBignum#test_to_s: 0.00 s: . TestBignum#test_to_s2: 0.27 s: . TestBignum#test_too_big_to_s: 1.02 s: . TestBignum#test_xor: 0.00 s: . TestCMath#test_sqrt: 0.00 s: . TestCP949#test_code_to_mbc: 0.01 s: . TestCP949#test_left_adjust_char_head: 0.00 s: . TestCP949#test_mbc_case_fold: 0.00 s: . TestCP949#test_mbc_enc_len: 0.00 s: . TestCP949#test_mbc_to_code: 0.00 s: . TestCSVFeatures#test_col_sep: 0.02 s: . TestCSVFeatures#test_converters_reader: 0.00 s: . TestCSVFeatures#test_csv_behavior_readers: 0.01 s: . TestCSVFeatures#test_csv_char_readers: 0.00 s: . TestCSVFeatures#test_failing_to_escape_col_sep_bug_fix: 0.00 s: . TestCSVFeatures#test_failing_to_reset_headers_in_rewind_bug_fix: 0.00 s: . TestCSVFeatures#test_gzip_reader_bug_fix: 0.05 s: . TestCSVFeatures#test_gzip_writer_bug_fix: 0.00 s: . TestCSVFeatures#test_header_converters_reader: 0.00 s: . TestCSVFeatures#test_inspect_encoding_is_ascii_compatible: 0.00 s: . TestCSVFeatures#test_inspect_is_smart_about_io_types: 0.00 s: . TestCSVFeatures#test_inspect_shows_headers_when_available: 0.00 s: . TestCSVFeatures#test_inspect_shows_key_attributes: 0.00 s: . TestCSVFeatures#test_leading_empty_fields_with_multibyte_col_sep_bug_fix: 0.00 s: . TestCSVFeatures#test_lineno: 0.00 s: . TestCSVFeatures#test_quote_char: 0.01 s: . TestCSVFeatures#test_readline: 0.00 s: . TestCSVFeatures#test_row_sep: 0.00 s: . TestCSVFeatures#test_row_sep_auto_discovery: 0.00 s: . TestCSVFeatures#test_skip_blanks: 0.00 s: . TestCSVFeatures#test_unknown_options: 0.00 s: . TestCSVFeatures#test_version: 0.00 s: . TestCSVHeaders#test_array_of_headers: 0.00 s: . TestCSVHeaders#test_blank_row_bug_fix: 0.00 s: . TestCSVHeaders#test_builtin_downcase_converter: 0.00 s: . TestCSVHeaders#test_builtin_symbol_converter: 0.00 s: . TestCSVHeaders#test_converters: 0.00 s: . TestCSVHeaders#test_csv_header_string: 0.00 s: . TestCSVHeaders#test_csv_header_string_inherits_separators: 0.00 s: . TestCSVHeaders#test_custom_converter: 0.00 s: . TestCSVHeaders#test_first_row: 0.00 s: . TestCSVHeaders#test_headers_reader: 0.00 s: . TestCSVHeaders#test_return_headers: 0.00 s: . TestCSVHeaders#test_skip_blanks: 0.00 s: . TestCSVHeaders#test_table_support: 0.00 s: . TestCSVInterface#test_append: 0.00 s: . TestCSVInterface#test_filter: 0.00 s: . TestCSVInterface#test_foreach: 0.00 s: . TestCSVInterface#test_generate: 0.00 s: . TestCSVInterface#test_generate_line: 0.00 s: . TestCSVInterface#test_instance: 0.00 s: . TestCSVInterface#test_open_and_close: 0.00 s: . TestCSVInterface#test_parse: 0.00 s: . TestCSVInterface#test_parse_line: 0.00 s: . TestCSVInterface#test_parse_line_with_empty_lines: 0.00 s: . TestCSVInterface#test_read_and_readlines: 0.00 s: . TestCSVInterface#test_shift: 0.00 s: . TestCSVInterface#test_table: 0.00 s: . TestCSVInterface#test_write_hash: 0.00 s: . TestCSVInterface#test_write_hash_with_headers_array: 0.00 s: . TestCSVInterface#test_write_hash_with_headers_string: 0.00 s: . TestCSVInterface#test_write_header_detection: 0.00 s: . TestCSVInterface#test_write_headers: 0.00 s: . TestCSVInterface#test_write_lineno: 0.00 s: . TestCSVParsing#test_aras_edge_cases: 0.01 s: . TestCSVParsing#test_field_size_limit_controls_lookahead: 0.00 s: . TestCSVParsing#test_james_edge_cases: 0.00 s: . TestCSVParsing#test_malformed_csv: 0.00 s: . TestCSVParsing#test_mastering_regex_example: 0.00 s: . TestCSVParsing#test_non_regex_edge_cases: 0.00 s: . TestCSVParsing#test_rob_edge_cases: 0.00 s: . TestCSVParsing#test_std_lib_csv: 0.02 s: . TestCSVParsing#test_the_parse_fails_fast_when_it_can_for_unescaped_quotes: 0.02 s: . TestCSVParsing#test_the_parse_fails_fast_when_it_can_for_unquoted_fields: 0.00 s: . TestCSVRow#test_append: 0.00 s: . TestCSVRow#test_array_delegation: 0.00 s: . TestCSVRow#test_delete: 0.00 s: . TestCSVRow#test_each: 0.00 s: . TestCSVRow#test_enumerable: 0.00 s: . TestCSVRow#test_field: 0.00 s: . TestCSVRow#test_fields: 0.00 s: . TestCSVRow#test_headers: 0.00 s: . TestCSVRow#test_index: 0.00 s: . TestCSVRow#test_initialize: 0.00 s: . TestCSVRow#test_inspect_encoding_is_ascii_compatible: 0.00 s: . TestCSVRow#test_inspect_shows_header_field_pairs: 0.00 s: . TestCSVRow#test_inspect_shows_symbol_headers_as_bare_attributes: 0.00 s: . TestCSVRow#test_queries: 0.00 s: . TestCSVRow#test_row_type: 0.00 s: . TestCSVRow#test_set_field: 0.00 s: . TestCSVRow#test_to_a: 0.00 s: . TestCSVRow#test_to_csv: 0.00 s: . TestCSVRow#test_to_hash: 0.00 s: . TestCSVTable#test_append: 0.00 s: . TestCSVTable#test_array_delegation: 0.00 s: . TestCSVTable#test_delete: 0.00 s: . TestCSVTable#test_delete_if: 0.00 s: . TestCSVTable#test_delete_with_blank_rows: 0.00 s: . TestCSVTable#test_each: 0.00 s: . TestCSVTable#test_enumerable: 0.00 s: . TestCSVTable#test_headers: 0.00 s: . TestCSVTable#test_index: 0.00 s: . TestCSVTable#test_initialze: 0.00 s: . TestCSVTable#test_inspect_encoding_is_ascii_compatible: 0.00 s: . TestCSVTable#test_inspect_shows_current_mode: 0.00 s: . TestCSVTable#test_modes: 0.00 s: . TestCSVTable#test_set_row_or_column: 0.00 s: . TestCSVTable#test_to_a: 0.00 s: . TestCSVTable#test_to_csv: 0.01 s: . TestCSVTable#test_values_at: 0.00 s: . TestCSVWriting#test_col_sep: 0.00 s: . TestCSVWriting#test_force_quotes: 0.00 s: . TestCSVWriting#test_row_sep: 0.00 s: . TestCSVWriting#test_writing: 0.02 s: . TestCall#test_call: 0.00 s: . TestCase#test_case: 0.00 s: . TestCase#test_deoptimization: 0.24 s: . TestCase#test_optimization: 0.00 s: . TestClass#test_00_new_basic: 0.00 s: . TestClass#test_01_new_inherited: 0.00 s: . TestClass#test_check_inheritable: 0.00 s: . TestClass#test_class_cmp: 0.00 s: . TestClass#test_class_initialize: 0.00 s: . TestClass#test_clone: 0.00 s: . TestClass#test_initialize_copy: 0.00 s: . TestClass#test_instanciate_singleton_class: 0.00 s: . TestClass#test_invalid_jump_from_class_definition: 0.00 s: . TestClass#test_method_redefinition: 0.00 s: . TestClass#test_module_function: 0.00 s: . TestClass#test_nonascii_name: 0.00 s: . TestClass#test_s_inherited: 0.00 s: . TestClass#test_s_new: 0.00 s: . TestClass#test_singleton_class: 0.10 s: . TestClass#test_superclass: 0.00 s: . TestClass#test_superclass_of_basicobject: 0.00 s: . TestClass#test_uninitialized: 0.00 s: . TestClone#test_clone: 0.00 s: . TestComparable#test_between: 0.00 s: . TestComparable#test_equal: 0.00 s: . TestComparable#test_err: 0.00 s: . TestComparable#test_ge: 0.00 s: . TestComparable#test_gt: 0.00 s: . TestComparable#test_le: 0.00 s: . TestComparable#test_lt: 0.00 s: . TestCondition#test_condition: 0.00 s: . TestConfig#test_datadir: 0.01 s: . TestConst#test_const: intentionally redefines TEST3, TEST4 0.00 s: . TestContinuation#test_ary_flatten: 0.11 s: . TestContinuation#test_call: 0.00 s: . TestContinuation#test_check_localvars: 0.00 s: . TestContinuation#test_create: 0.00 s: . TestContinuation#test_error: 0.00 s: . TestContinuation#test_marshal_dump: 0.10 s: . TestCookie#test_cookie: 0.79 s: . TestCoverage#test_result_with_nothing: 0.00 s: . TestCoverage#test_result_without_start: 0.00 s: . TestDBM#test_aref: 0.09 s: . TestDBM#test_aset: 0.06 s: . TestDBM#test_clear: 0.09 s: . TestDBM#test_close: 0.06 s: . TestDBM#test_delete: 0.07 s: . TestDBM#test_delete_if: 0.08 s: . TestDBM#test_delete_with_block: 0.07 s: . TestDBM#test_each_key: 0.06 s: . TestDBM#test_each_pair: 0.07 s: . TestDBM#test_each_value: 0.06 s: . TestDBM#test_empty?: 0.06 s: . TestDBM#test_fetch: 0.06 s: . TestDBM#test_has_value?: 0.06 s: . TestDBM#test_haskey?: 0.06 s: . TestDBM#test_invert: 0.06 s: . TestDBM#test_key: 0.07 s: . TestDBM#test_keys: 0.07 s: . TestDBM#test_length: 0.06 s: . TestDBM#test_reject: 0.06 s: . TestDBM#test_replace: 0.08 s: . TestDBM#test_s_new_has_no_block: 0.07 s: . TestDBM#test_s_open_no_create: 0.06 s: . TestDBM#test_s_open_with_block: 0.07 s: . TestDBM#test_select_with_block: 0.07 s: . TestDBM#test_shift: 0.06 s: . TestDBM#test_to_a: 0.06 s: . TestDBM#test_to_hash: 0.06 s: . TestDBM#test_update: 0.06 s: . TestDBM#test_values: 0.06 s: . TestDBM#test_values_at: 0.06 s: . TestDBM2#test_freeze: 0.00 s: . TestDBM2#test_newdb_open: 0.01 s: . TestDBM2#test_newdb_open_notexist: 0.01 s: . TestDBM2#test_reader_open: 0.01 s: . TestDBM2#test_reader_open_notexist: 0.00 s: . TestDBM2#test_wrcreat_open_notexist: 0.01 s: . TestDBM2#test_writer_open_notexist: 0.00 s: . TestDRbAry#test_01: 0.17 s: . TestDRbAry#test_02_collect: 0.18 s: . TestDRbAry#test_03_redo: 0.18 s: . TestDRbAry#test_05_break: 0.18 s: . TestDRbAry#test_06_next: 0.18 s: . TestDRbAry#test_07_break_18: 0.17 s: . TestDRbCore#test_00_DRbObject: 0.18 s: . TestDRbCore#test_01: 0.19 s: . TestDRbCore#test_01_02_loop: 0.38 s: . TestDRbCore#test_02_unknown: 0.18 s: . TestDRbCore#test_03: 0.17 s: . TestDRbCore#test_04: 0.17 s: . TestDRbCore#test_05_eq: 0.18 s: . TestDRbCore#test_06_timeout: 0.40 s: . TestDRbCore#test_07_public_private_protected_missing: 0.20 s: . TestDRbCore#test_08_here: 0.17 s: . TestDRbCore#test_09_option: 0.17 s: . TestDRbCore#test_10_yield: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:115: warning: instance variable @hash not initialized 0.17 s: . TestDRbCore#test_10_yield_undumped: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:108: warning: instance variable @xary2_hash not initialized 0.17 s: . TestDRbCore#test_11_remote_no_method_error: 0.18 s: . TestDRbLarge#test_01_large_ary: 0.18 s: . TestDRbLarge#test_02_large_ary: 0.17 s: . TestDRbLarge#test_03_large_ary: 0.18 s: . TestDRbLarge#test_04_many_arg: 0.17 s: . TestDRbLarge#test_05_too_large_ary: 0.20 s: . TestDRbMServer#test_01: 0.18 s: . TestDRbRuby18Yield#test_01_one: 0.00 s: . TestDRbRuby18Yield#test_02_two: 0.00 s: . TestDRbRuby18Yield#test_03_many: 0.00 s: . TestDRbRuby18Yield#test_04_many_to_one: 0.00 s: . TestDRbRuby18Yield#test_05_array_subclass: 0.00 s: . TestDRbRuby18Yield#test_06_taint: 0.00 s: . TestDRbRubyYield#test_01_one: 0.00 s: . TestDRbRubyYield#test_02_two: 0.00 s: . TestDRbRubyYield#test_03_many: 0.00 s: . TestDRbRubyYield#test_04_many_to_one: 0.00 s: . TestDRbRubyYield#test_05_array_subclass: 0.00 s: . TestDRbRubyYield#test_06_taint: 0.00 s: . TestDRbSSLAry#test_01: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.32 s: . TestDRbSSLAry#test_02_collect: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.32 s: . TestDRbSSLAry#test_03_redo: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.35 s: . TestDRbSSLAry#test_05_break: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.38 s: . TestDRbSSLAry#test_06_next: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.32 s: . TestDRbSSLAry#test_07_break_18: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.33 s: . TestDRbSSLCore#test_00_DRbObject: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.33 s: . TestDRbSSLCore#test_01: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.34 s: . TestDRbSSLCore#test_01_02_loop: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.35 s: . TestDRbSSLCore#test_02_unknown: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.34 s: . TestDRbSSLCore#test_03: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.47 s: . TestDRbSSLCore#test_04: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.32 s: . TestDRbSSLCore#test_05_eq: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.37 s: . TestDRbSSLCore#test_06_timeout: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.68 s: . TestDRbSSLCore#test_07_public_private_protected_missing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.67 s: . TestDRbSSLCore#test_08_here: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.33 s: . TestDRbSSLCore#test_09_option: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.36 s: . TestDRbSSLCore#test_10_yield: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:115: warning: instance variable @hash not initialized 0.36 s: . TestDRbSSLCore#test_10_yield_undumped: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:108: warning: instance variable @xary2_hash not initialized 0.31 s: . TestDRbSSLCore#test_11_remote_no_method_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:48: warning: using default DH parameters. 0.48 s: . TestDRbSafe1#test_01: 0.17 s: . TestDRbSafe1#test_02_collect: 0.18 s: . TestDRbSafe1#test_03_redo: 0.18 s: . TestDRbSafe1#test_05_break: 0.18 s: . TestDRbSafe1#test_06_next: 0.18 s: . TestDRbSafe1#test_07_break_18: 0.18 s: . TestDRbUNIXAry#test_01: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXAry#test_02_collect: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.23 s: . TestDRbUNIXAry#test_03_redo: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXAry#test_05_break: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.21 s: . TestDRbUNIXAry#test_06_next: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXAry#test_07_break_18: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.21 s: . TestDRbUNIXCore#test_00_DRbObject: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.21 s: . TestDRbUNIXCore#test_01: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXCore#test_01_02_loop: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXCore#test_02_unknown: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.20 s: . TestDRbUNIXCore#test_03: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXCore#test_04: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.21 s: . TestDRbUNIXCore#test_05_eq: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.20 s: . TestDRbUNIXCore#test_06_timeout: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.41 s: . TestDRbUNIXCore#test_07_public_private_protected_missing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.22 s: . TestDRbUNIXCore#test_08_here: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.20 s: . TestDRbUNIXCore#test_09_option: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.20 s: . TestDRbUNIXCore#test_10_yield: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:115: warning: instance variable @hash not initialized 0.21 s: . TestDRbUNIXCore#test_10_yield_undumped: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:108: warning: instance variable @xary2_hash not initialized 0.22 s: . TestDRbUNIXCore#test_11_remote_no_method_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/drb/ut_drb.rb:158: warning: assigned but unused variable - es /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option 0.21 s: . TestDRbYield#test_01_one: 0.18 s: . TestDRbYield#test_02_two: 0.19 s: . TestDRbYield#test_03_many: 0.20 s: . TestDRbYield#test_04_many_to_one: 0.20 s: . TestDRbYield#test_05_array_subclass: 0.18 s: . TestDRbYield#test_06_taint: 0.17 s: . TestDataConverters#test_builtin_all_nested_combo_converter: 0.01 s: . TestDataConverters#test_builtin_date_converter: 0.00 s: . TestDataConverters#test_builtin_date_time_converter: 0.00 s: . TestDataConverters#test_builtin_float_converter: 0.00 s: . TestDataConverters#test_builtin_integer_converter: 0.01 s: . TestDataConverters#test_builtin_numeric_combo_converter: 0.00 s: . TestDataConverters#test_convert_order: 0.00 s: . TestDataConverters#test_convert_with_builtin: 0.00 s: . TestDataConverters#test_convert_with_custom_code: 0.00 s: . TestDataConverters#test_convert_with_custom_code_using_field_info: 0.00 s: . TestDataConverters#test_convert_with_custom_code_using_field_info_header: 0.00 s: . TestDataConverters#test_shortcut_interface: 0.00 s: . TestDataConverters#test_unconverted_fields: 0.01 s: . TestDate#test__const: 0.00 s: . TestDate#test_eql_p: 0.00 s: . TestDate#test_freeze: 0.00 s: . TestDate#test_hash: 0.00 s: . TestDate#test_sub: 0.00 s: . TestDateArith#test__compare: 0.00 s: . TestDateArith#test__minus: 0.00 s: . TestDateArith#test__minus__ex: 0.00 s: . TestDateArith#test__plus: 0.00 s: . TestDateArith#test__plus__ex: 0.00 s: . TestDateArith#test_downto: 0.00 s: . TestDateArith#test_downto__noblock: 0.00 s: . TestDateArith#test_next: 0.00 s: . TestDateArith#test_next_day: 0.00 s: . TestDateArith#test_next_month: 0.00 s: . TestDateArith#test_next_month__2: 0.00 s: . TestDateArith#test_next_year: 0.00 s: . TestDateArith#test_prev: 0.00 s: . TestDateArith#test_prev_day: 0.00 s: . TestDateArith#test_prev_month: 0.00 s: . TestDateArith#test_prev_month__2: 0.00 s: . TestDateArith#test_prev_year: 0.00 s: . TestDateArith#test_step: 0.00 s: . TestDateArith#test_step__noblock: 0.00 s: . TestDateArith#test_upto: 0.00 s: . TestDateArith#test_upto__noblock: 0.00 s: . TestDateAttr#test__attr: 0.00 s: . TestDateAttr#test__wday_predicate: 0.00 s: . TestDateAttr#test_nth_kday: 0.00 s: . TestDateBase#test__inf: 0.00 s: . TestDateBase#test_civil__gregorian: 0.00 s: . TestDateBase#test_civil__julian: 0.00 s: . TestDateBase#test_commercial__gregorian: 0.00 s: . TestDateBase#test_ld: 0.00 s: . TestDateBase#test_leap?: 0.00 s: . TestDateBase#test_mjd: 0.00 s: . TestDateBase#test_nth_kday: 0.00 s: . TestDateBase#test_ordinal__gregorian: 0.00 s: . TestDateBase#test_ordinal__julian: 0.00 s: . TestDateBase#test_valid_civil: 0.00 s: . TestDateBase#test_valid_civil__edge: 0.32 s: . TestDateBase#test_valid_civil__england: 0.00 s: . TestDateBase#test_valid_civil__italy: 0.00 s: . TestDateBase#test_valid_commercial: 0.00 s: . TestDateBase#test_valid_jd: 0.00 s: . TestDateBase#test_valid_nth_kday: 0.00 s: . TestDateBase#test_valid_ordinal: 0.00 s: . TestDateBase#test_valid_ordinal__edge: 0.25 s: . TestDateBase#test_valid_ordinal__england: 0.02 s: . TestDateBase#test_valid_ordinal__italy: 0.02 s: . TestDateBase#test_valid_time: 0.00 s: . TestDateBase#test_valid_weeknum: 0.00 s: . TestDateBase#test_wday: 0.00 s: . TestDateBase#test_weeknum: 0.00 s: . TestDateBase#test_weeknum__2: 0.00 s: . TestDateCompat#test_compat: 0.00 s: . TestDateConv#test_to_class: 0.00 s: . TestDateConv#test_to_date__from_date: 0.00 s: . TestDateConv#test_to_date__from_datetime: 0.00 s: . TestDateConv#test_to_date__from_time: 0.00 s: . TestDateConv#test_to_datetime__from_date: 0.00 s: . TestDateConv#test_to_datetime__from_datetime: 0.00 s: . TestDateConv#test_to_datetime__from_time: 0.00 s: . TestDateConv#test_to_time__from_date: 0.00 s: . TestDateConv#test_to_time__from_datetime: 0.00 s: . TestDateConv#test_to_time__from_time: 0.00 s: . TestDateMarshal#test_marshal: 0.00 s: . TestDateNew#test_civil: 0.00 s: . TestDateNew#test_civil__ex: 0.00 s: . TestDateNew#test_civil__neg: 0.00 s: . TestDateNew#test_civil__reform: 0.00 s: . TestDateNew#test_commercial: 0.00 s: . TestDateNew#test_commercial__ex: 0.00 s: . TestDateNew#test_commercial__neg: 0.00 s: . TestDateNew#test_jd: 0.00 s: . TestDateNew#test_jd__ex: 0.00 s: . TestDateNew#test_now: 0.00 s: . TestDateNew#test_nth_kday: 0.00 s: . TestDateNew#test_ordinal: 0.00 s: . TestDateNew#test_ordinal__ex: 0.00 s: . TestDateNew#test_ordinal__neg: 0.00 s: . TestDateNew#test_today: 0.00 s: . TestDateNew#test_weeknum: 0.00 s: . TestDateParse#test__httpdate: 0.01 s: . TestDateParse#test__iso8601: 0.02 s: . TestDateParse#test__jisx0301: 0.00 s: . TestDateParse#test__parse: 0.38 s: . TestDateParse#test__parse__2: 0.01 s: . TestDateParse#test__parse_slash_exp: 0.01 s: . TestDateParse#test__rfc2822: 0.00 s: . TestDateParse#test__rfc3339: 0.00 s: . TestDateParse#test__xmlschema: 0.00 s: . TestDateParse#test_httpdate: 0.00 s: . TestDateParse#test_iso8601: 0.00 s: . TestDateParse#test_jisx0301: 0.00 s: . TestDateParse#test_parse: 0.00 s: . TestDateParse#test_parse__2: 0.01 s: . TestDateParse#test_parse__comp: 0.01 s: . TestDateParse#test_parse__d_to_s: 0.00 s: . TestDateParse#test_parse__ex: 0.00 s: . TestDateParse#test_parse__time: 0.01 s: . TestDateParse#test_parse_utf8: 0.01 s: . TestDateParse#test_rfc2822: 0.00 s: . TestDateParse#test_rfc3339: 0.00 s: . TestDateParse#test_xmlschema: 0.00 s: . TestDateStrftime#test__different_format: 0.02 s: . TestDateStrftime#test_strftime: 0.02 s: . TestDateStrftime#test_strftime__2: 0.02 s: . TestDateStrftime#test_strftime__3_1: 9.75 s: . TestDateStrftime#test_strftime__3_2: 13.92 s: . TestDateStrftime#test_strftime__4: 0.01 s: . TestDateStrftime#test_strftime__gnuext: 0.01 s: . TestDateStrftime#test_strftime__gnuext_LN: 0.00 s: . TestDateStrftime#test_strftime__gnuext_z: 0.00 s: . TestDateStrftime#test_strftime__minus: 0.00 s: . TestDateStrftime#test_strftime__offset: 0.08 s: . TestDateStrptime#test__strptime: 0.05 s: . TestDateStrptime#test__strptime__2: 0.04 s: . TestDateStrptime#test__strptime__3: 0.02 s: . TestDateStrptime#test__strptime__fail: 0.01 s: . TestDateStrptime#test__strptime__width: 0.01 s: . TestDateStrptime#test_strptime: 0.01 s: . TestDateStrptime#test_strptime__2: 13.80 s: . TestDateStrptime#test_strptime__comp: 0.02 s: . TestDateStrptime#test_strptime__d_to_s: 0.00 s: . TestDateStrptime#test_strptime__ex: 0.00 s: . TestDateStrptime#test_strptime__minus: 0.00 s: . TestDefined#test_defined: 0.00 s: . TestDelegateClass#test_copy_frozen: 0.00 s: . TestDelegateClass#test_delegateclass_class: 0.00 s: . TestDelegateClass#test_extend: 0.00 s: . TestDelegateClass#test_frozen: 0.00 s: . TestDelegateClass#test_instance_method: 0.00 s: . TestDelegateClass#test_marshal: 0.00 s: . TestDelegateClass#test_override: 0.00 s: . TestDelegateClass#test_private_method: 0.00 s: . TestDelegateClass#test_simpledelegator_class: 0.00 s: . TestDelegateClass#test_systemcallerror_eq: 0.00 s: . TestDigest::TestBase#test_base: 0.00 s: . TestDigest::TestMD5#test_eq: 0.00 s: . TestDigest::TestMD5#test_instance_eval: 0.00 s: . TestDigest::TestMD5#test_s_base64digest: 0.00 s: . TestDigest::TestMD5#test_s_digest: 0.00 s: . TestDigest::TestMD5#test_s_hexdigest: 0.00 s: . TestDigest::TestMD5#test_update: 0.00 s: . TestDigest::TestRMD160#test_eq: 0.00 s: . TestDigest::TestRMD160#test_instance_eval: 0.00 s: . TestDigest::TestRMD160#test_s_base64digest: 0.00 s: . TestDigest::TestRMD160#test_s_digest: 0.00 s: . TestDigest::TestRMD160#test_s_hexdigest: 0.00 s: . TestDigest::TestRMD160#test_update: 0.00 s: . TestDigest::TestSHA1#test_eq: 0.00 s: . TestDigest::TestSHA1#test_instance_eval: 0.00 s: . TestDigest::TestSHA1#test_s_base64digest: 0.00 s: . TestDigest::TestSHA1#test_s_digest: 0.00 s: . TestDigest::TestSHA1#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA1#test_update: 0.00 s: . TestDigest::TestSHA256#test_eq: 0.00 s: . TestDigest::TestSHA256#test_instance_eval: 0.00 s: . TestDigest::TestSHA256#test_s_base64digest: 0.00 s: . TestDigest::TestSHA256#test_s_digest: 0.00 s: . TestDigest::TestSHA256#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA256#test_update: 0.00 s: . TestDigest::TestSHA384#test_eq: 0.00 s: . TestDigest::TestSHA384#test_instance_eval: 0.00 s: . TestDigest::TestSHA384#test_s_base64digest: 0.00 s: . TestDigest::TestSHA384#test_s_digest: 0.00 s: . TestDigest::TestSHA384#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA384#test_update: 0.00 s: . TestDigest::TestSHA512#test_eq: 0.00 s: . TestDigest::TestSHA512#test_instance_eval: 0.00 s: . TestDigest::TestSHA512#test_s_base64digest: 0.00 s: . TestDigest::TestSHA512#test_s_digest: 0.00 s: . TestDigest::TestSHA512#test_s_hexdigest: 0.00 s: . TestDigest::TestSHA512#test_update: 0.00 s: . TestDigestExtend#test_block_length: 0.00 s: . TestDigestExtend#test_class_reset: 0.00 s: . TestDigestExtend#test_context: 0.00 s: . TestDigestExtend#test_digest: 0.00 s: . TestDigestExtend#test_digest_hexdigest: 0.00 s: . TestDigestExtend#test_digest_hexdigest_bang: 0.00 s: . TestDigestExtend#test_digest_length: 0.00 s: . TestDigestExtend#test_digest_s_hexencode: 0.00 s: . TestDigestExtend#test_hexdigest: 0.00 s: . TestDigestExtend#test_length: 0.00 s: . TestDigestExtend#test_new: 0.00 s: . TestDigestExtend#test_to_s: 0.00 s: . TestDir#test_JVN_13947696: 0.01 s: . TestDir#test_chdir: 0.01 s: . TestDir#test_chroot_nodir: 0.01 s: . TestDir#test_close: 0.01 s: . TestDir#test_dir_enc: 0.01 s: . TestDir#test_foreach: 0.01 s: . TestDir#test_glob: 0.02 s: . TestDir#test_inspect: 0.01 s: . TestDir#test_nodir: 0.01 s: . TestDir#test_path: 0.01 s: . TestDir#test_rewind: 0.01 s: . TestDir#test_seek: 0.01 s: . TestDir#test_set_pos: 0.01 s: . TestDir#test_symlink: 0.02 s: . TestDir_M17N#test_filename_as_bytes_extutf8: 0.15 s: . TestDir_M17N#test_filename_bytes_euc_jp: 0.05 s: . TestDir_M17N#test_filename_euc_jp: 0.10 s: . TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8: 0.10 s: . TestDir_M17N#test_filename_extutf8: 0.05 s: . TestDir_M17N#test_filename_extutf8_inteucjp_representable: 0.15 s: . TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable: 0.15 s: . TestDir_M17N#test_filename_extutf8_invalid: 0.10 s: . TestDir_M17N#test_filename_utf8_raw_name: 0.10 s: . TestDoctype#test_notation: 0.02 s: . TestDoctype#test_notations: 0.01 s: . TestDoctype#test_public: 0.01 s: . TestDoctype#test_system: 0.01 s: . TestERB#test___ENCODING__: 0.00 s: . TestERB#test_generate_magic_comment: 0.01 s: . TestERB#test_literal_encoding: 0.02 s: . TestERB#test_method_with_encoding: 0.04 s: . TestERB#test_recognize_magic_comment: 0.00 s: . TestERB#test_result_encoding: 0.01 s: . TestERB#test_with_filename: 0.00 s: . TestERB#test_with_filename_and_safe_level: 0.00 s: . TestERB#test_without_filename: 0.00 s: . TestERB#test_without_filename_with_safe_level: 0.00 s: . TestERBCore#test_core: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 0.05 s: . TestERBCore#test_def_class: 0.00 s: . TestERBCore#test_def_erb_method: 0.01 s: . TestERBCore#test_def_method_with_fname: 0.00 s: . TestERBCore#test_def_method_without_filename: 0.00 s: . TestERBCore#test_escape: 0.00 s: . TestERBCore#test_explicit: 0.00 s: . TestERBCore#test_keep_lineno: 0.01 s: . TestERBCore#test_percent: 0.00 s: . TestERBCore#test_percent_after_etag: 0.00 s: . TestERBCore#test_safe_04: 0.00 s: . TestERBCore#test_url_encode: 0.00 s: . TestERBCoreWOStrScan#test_core: (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/erb.rb:749: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 (erb):3: warning: shadowing outer local variable - n 0.05 s: . TestERBCoreWOStrScan#test_def_class: 0.00 s: . TestERBCoreWOStrScan#test_def_erb_method: 0.00 s: . TestERBCoreWOStrScan#test_def_method_with_fname: 0.00 s: . TestERBCoreWOStrScan#test_def_method_without_filename: 0.00 s: . TestERBCoreWOStrScan#test_escape: 0.00 s: . TestERBCoreWOStrScan#test_explicit: 0.00 s: . TestERBCoreWOStrScan#test_keep_lineno: 0.01 s: . TestERBCoreWOStrScan#test_percent: 0.00 s: . TestERBCoreWOStrScan#test_percent_after_etag: 0.00 s: . TestERBCoreWOStrScan#test_safe_04: 0.00 s: . TestERBCoreWOStrScan#test_url_encode: 0.00 s: . TestEUC_JP#test_charboundary: 0.00 s: . TestEUC_JP#test_mbc_case_fold: 0.00 s: . TestEUC_JP#test_property: 0.00 s: . TestEncoding#test_aliases: 0.02 s: . TestEncoding#test_ascii_compatible_p: 0.00 s: . TestEncoding#test_dummy_p: 0.00 s: . TestEncoding#test_enc_names: 0.14 s: . TestEncoding#test_encoding: 0.03 s: . TestEncoding#test_find: 0.06 s: . TestEncoding#test_marshal: 0.00 s: . TestEncoding#test_name_list: 0.00 s: . TestEncoding#test_replicate: 0.00 s: . TestEncoding#test_singleton: 0.07 s: . TestEncodingConverter#test_88591: 0.00 s: . TestEncodingConverter#test_accumulate_dst1: 0.00 s: . TestEncodingConverter#test_accumulate_dst2: 0.00 s: . TestEncodingConverter#test_after_output: 0.00 s: . TestEncodingConverter#test_asciicompat_encoding_iso2022jp: 0.00 s: . TestEncodingConverter#test_convert: 0.00 s: . TestEncodingConverter#test_convpath: 0.03 s: . TestEncodingConverter#test_cr_newline: 0.00 s: . TestEncodingConverter#test_cr_newline2: 0.03 s: . TestEncodingConverter#test_crlf_newline: 0.00 s: . TestEncodingConverter#test_crlf_newline2: 0.03 s: . TestEncodingConverter#test_econv_new_hash: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_euc_jp: 0.01 s: . TestEncodingConverter#test_errinfo_invalid_euc_jp2: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_partial_character: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_utf16be: 0.00 s: . TestEncodingConverter#test_errinfo_invalid_utf16le: 0.00 s: . TestEncodingConverter#test_errinfo_undefined_hiragana: 0.00 s: . TestEncodingConverter#test_errinfo_valid_partial_character: 0.00 s: . TestEncodingConverter#test_errors: 0.00 s: . TestEncodingConverter#test_errors2: 0.00 s: . TestEncodingConverter#test_eucjp_to_utf8: 0.00 s: . TestEncodingConverter#test_exc_incomplete: 0.00 s: . TestEncodingConverter#test_exc_invalid: 0.00 s: . TestEncodingConverter#test_exc_undef: 0.00 s: . TestEncodingConverter#test_finish_incomplete_error: 0.00 s: . TestEncodingConverter#test_finish_iso2022jp: 0.00 s: . TestEncodingConverter#test_get_encoding: 0.00 s: . TestEncodingConverter#test_get_replacement: 0.00 s: . TestEncodingConverter#test_hex_charref: 0.00 s: . TestEncodingConverter#test_invalid: 0.00 s: . TestEncodingConverter#test_invalid2: 0.00 s: . TestEncodingConverter#test_invalid3: 0.00 s: . TestEncodingConverter#test_invalid4: 0.00 s: . TestEncodingConverter#test_invalid_ignore: 0.00 s: . TestEncodingConverter#test_invalid_replace: 0.00 s: . TestEncodingConverter#test_invalid_replace2: 0.00 s: . TestEncodingConverter#test_invalid_utf16be: 0.00 s: . TestEncodingConverter#test_invalid_utf16le: 0.00 s: . TestEncodingConverter#test_invalid_utf32be: 0.00 s: . TestEncodingConverter#test_invalid_utf32le: 0.00 s: . TestEncodingConverter#test_iso2022jp: 0.00 s: . TestEncodingConverter#test_iso2022jp_decode: 0.00 s: . TestEncodingConverter#test_iso2022jp_encode: 0.00 s: . TestEncodingConverter#test_iso2022jp_invalid_replace: 0.00 s: . TestEncodingConverter#test_last_error1: 0.00 s: . TestEncodingConverter#test_last_error2: 0.00 s: . TestEncodingConverter#test_newline_converter_with_ascii_incompatible: 0.00 s: . TestEncodingConverter#test_nil_destination_bytesize: 0.00 s: . TestEncodingConverter#test_nil_destination_bytesize2: 0.00 s: . TestEncodingConverter#test_nil_destination_bytesize_with_nonnil_byteoffset: 0.00 s: . TestEncodingConverter#test_nil_source_buffer: 0.00 s: . TestEncodingConverter#test_noconv: 0.03 s: . TestEncodingConverter#test_noconv_after_output: 0.03 s: . TestEncodingConverter#test_noconv_insert_output: 0.05 s: . TestEncodingConverter#test_noconv_partial: 0.03 s: . TestEncodingConverter#test_output_iso2022jp: 0.00 s: . TestEncodingConverter#test_output_region: 0.00 s: . TestEncodingConverter#test_partial_input: 0.00 s: . TestEncodingConverter#test_putback: 0.00 s: . TestEncodingConverter#test_putback2: 0.00 s: . TestEncodingConverter#test_result_encoding: 0.00 s: . TestEncodingConverter#test_s_asciicompat_encoding: 0.02 s: . TestEncodingConverter#test_s_new: 0.00 s: . TestEncodingConverter#test_s_new_convpath: 0.00 s: . TestEncodingConverter#test_s_new_fail: 0.04 s: . TestEncodingConverter#test_search_convpath: 0.00 s: . TestEncodingConverter#test_set_replacement: 0.00 s: . TestEncodingConverter#test_undef_ignore: 0.00 s: . TestEncodingConverter#test_undef_replace: 0.00 s: . TestEncodingConverter#test_universal_newline: 0.00 s: . TestEncodingConverter#test_universal_newline2: 0.03 s: . TestEncodingConverter#test_universal_newline3: 0.03 s: . TestEncodingConverter#test_us_ascii: 0.00 s: . TestEncodingConverter#test_xml_escape_attr_content: 0.16 s: . TestEncodingConverter#test_xml_escape_attr_quote: 0.17 s: . TestEncodingConverter#test_xml_escape_text: 0.08 s: . TestEncodingConverter#test_xml_escape_with_charref: 0.00 s: . TestEncodingConverter#test_xml_hasharg: 0.00 s: . TestEncodings#test_auto_line_ending_detection: 0.00 s: . TestEncodings#test_built_in_converters_transcode_to_utf_8_then_convert: 0.01 s: . TestEncodings#test_built_in_header_converters_transcode_to_utf_8_then_convert: 0.01 s: . TestEncodings#test_can_write_csv_in_any_encoding: 0.50 s: . TestEncodings#test_csv_chars_are_transcoded: 0.00 s: . TestEncodings#test_foreach_allows_you_to_set_encodings: 0.01 s: . TestEncodings#test_open_allows_you_to_set_encodings: 0.01 s: . TestEncodings#test_parser_works_with_encoded_headers: 0.00 s: . TestEncodings#test_parses_latin1_encoding: 0.00 s: . TestEncodings#test_parses_shift_jis_encoding: 0.00 s: . TestEncodings#test_parses_utf16be_encoding: 0.00 s: . TestEncodings#test_parses_utf8_encoding: 0.00 s: . TestEncodings#test_read_allows_you_to_set_encodings: 0.01 s: . TestEncodings#test_reading_with_most_encodings: 0.07 s: . TestEncodings#test_regular_expression_escaping: 0.07 s: . TestEnumerable#test_all: 0.00 s: . TestEnumerable#test_any: 0.00 s: . TestEnumerable#test_callcc: 0.00 s: . TestEnumerable#test_chunk: 0.00 s: . TestEnumerable#test_count: 0.00 s: . TestEnumerable#test_cycle: 0.00 s: . TestEnumerable#test_drop: 0.00 s: . TestEnumerable#test_drop_while: 0.00 s: . TestEnumerable#test_each_entry: 0.00 s: . TestEnumerable#test_each_with_index: 0.00 s: . TestEnumerable#test_each_with_object: 0.00 s: . TestEnumerable#test_find: 0.00 s: . TestEnumerable#test_find_all: 0.00 s: . TestEnumerable#test_find_index: 0.00 s: . TestEnumerable#test_first: 0.00 s: . TestEnumerable#test_grep: 0.00 s: . TestEnumerable#test_group_by: 0.00 s: . TestEnumerable#test_inject: 0.00 s: . TestEnumerable#test_max: 0.00 s: . TestEnumerable#test_max_by: 0.00 s: . TestEnumerable#test_member: 0.00 s: . TestEnumerable#test_min: 0.00 s: . TestEnumerable#test_min_by: 0.00 s: . TestEnumerable#test_minmax: 0.00 s: . TestEnumerable#test_minmax_by: 0.00 s: . TestEnumerable#test_none: 0.00 s: . TestEnumerable#test_one: 0.00 s: . TestEnumerable#test_partition: 0.00 s: . TestEnumerable#test_reject: 0.00 s: . TestEnumerable#test_reverse_each: 0.00 s: . TestEnumerable#test_slice_before: 0.00 s: . TestEnumerable#test_sort: 0.00 s: . TestEnumerable#test_sort_by: 0.00 s: . TestEnumerable#test_take: 0.00 s: . TestEnumerable#test_take_while: 0.00 s: . TestEnumerable#test_to_a: 0.00 s: . TestEnumerable#test_zip: 0.00 s: . TestEnumerator#test_cons: 0.00 s: . TestEnumerator#test_feed: 0.00 s: . TestEnumerator#test_feed_before_first_next: 0.00 s: . TestEnumerator#test_feed_mixed: 0.00 s: . TestEnumerator#test_feed_twice: 0.00 s: . TestEnumerator#test_feed_yielder: 0.00 s: . TestEnumerator#test_gc: 0.49 s: . TestEnumerator#test_generator: 0.00 s: . TestEnumerator#test_initialize: 0.00 s: . TestEnumerator#test_initialize_copy: 0.01 s: . TestEnumerator#test_inspect: 0.00 s: . TestEnumerator#test_iterators: 0.00 s: . TestEnumerator#test_loop: 0.00 s: . TestEnumerator#test_nested_itaration: 0.00 s: . TestEnumerator#test_next: 0.00 s: . TestEnumerator#test_next_after_stopiteration: 0.00 s: . TestEnumerator#test_next_rewind: 0.00 s: . TestEnumerator#test_next_values: 0.00 s: . TestEnumerator#test_peek: 0.00 s: . TestEnumerator#test_peek_modify: 0.00 s: . TestEnumerator#test_peek_values: 0.00 s: . TestEnumerator#test_peek_values_modify: 0.00 s: . TestEnumerator#test_rewind_clear_feed: 0.00 s: . TestEnumerator#test_slice: 0.00 s: . TestEnumerator#test_stop_result: 0.00 s: . TestEnumerator#test_with_index: 0.00 s: . TestEnumerator#test_with_object: 0.00 s: . TestEnumerator#test_yielder: 0.00 s: . TestEnv#test_aset: 0.00 s: . TestEnv#test_assoc: 0.00 s: . TestEnv#test_bracket: 0.00 s: . TestEnv#test_clear: 0.00 s: . TestEnv#test_delete: 0.00 s: . TestEnv#test_each_key: 0.00 s: . TestEnv#test_each_pair: 0.00 s: . TestEnv#test_each_value: 0.00 s: . TestEnv#test_empty_p: 0.00 s: . TestEnv#test_fetch: 0.00 s: . TestEnv#test_getenv: 0.00 s: . TestEnv#test_has_key: 0.00 s: . TestEnv#test_has_value: 0.00 s: . TestEnv#test_has_value2: 0.00 s: . TestEnv#test_huge_value: 0.00 s: . TestEnv#test_inspect: 0.00 s: . TestEnv#test_invert: 0.00 s: . TestEnv#test_key: 0.00 s: . TestEnv#test_keys: 0.00 s: . TestEnv#test_rassoc: 0.00 s: . TestEnv#test_rehash: 0.00 s: . TestEnv#test_reject: 0.00 s: . TestEnv#test_reject_bang: 0.00 s: . TestEnv#test_replace: 0.00 s: . TestEnv#test_select: 0.00 s: . TestEnv#test_select_bang: 0.00 s: . TestEnv#test_shift: 0.00 s: . TestEnv#test_size: 0.00 s: . TestEnv#test_to_a: 0.00 s: . TestEnv#test_to_hash: 0.00 s: . TestEnv#test_to_s: 0.00 s: . TestEnv#test_update: 0.00 s: . TestEnv#test_values: 0.00 s: . TestEnv#test_values_at: 0.00 s: . TestEtc#test_getgrgid: 0.03 s: . TestEtc#test_getgrnam: 0.01 s: . TestEtc#test_getlogin: 0.00 s: . TestEtc#test_getpwnam: 0.01 s: . TestEtc#test_getpwuid: 0.00 s: . TestEtc#test_group: 0.00 s: . TestEtc#test_group_with_low_level_api: 0.00 s: . TestEtc#test_passwd: 0.00 s: . TestEtc#test_passwd_with_low_level_api: 0.00 s: . TestEucKr#test_code_to_mbc: 0.00 s: . TestEucKr#test_left_adjust_char_head: 0.00 s: . TestEucKr#test_mbc_case_fold: 0.00 s: . TestEucKr#test_mbc_enc_len: 0.00 s: . TestEucKr#test_mbc_to_code: 0.00 s: . TestEucTw#test_code_to_mbc: 0.00 s: . TestEucTw#test_left_adjust_char_head: 0.00 s: . TestEucTw#test_mbc_case_fold: 0.00 s: . TestEucTw#test_mbc_enc_len: 0.00 s: . TestEucTw#test_mbc_to_code: 0.00 s: . TestEval#test_cvar_scope_with_instance_eval: 0.00 s: . TestEval#test_define_method_block: 0.00 s: . TestEval#test_ev: 0.00 s: . TestEval#test_eval_and_define_method: 0.00 s: . TestEval#test_eval_ascii_incompatible: 0.00 s: . TestEval#test_eval_basic: 0.00 s: . TestEval#test_eval_binding_basic: 0.00 s: . TestEval#test_eval_orig: (eval):4: warning: assigned but unused variable - evtest2 0.00 s: . TestEval#test_eval_raise: 0.00 s: . TestEval#test_eval_using_integer_as_binding: 0.00 s: . TestEval#test_eval_using_untainted_binding_under_safe4: 0.00 s: . TestEval#test_eval_with_toplevel_binding: 0.05 s: . TestEval#test_fixnum_instance_eval_cvar: 0.00 s: . TestEval#test_instance_eval_block_basic: 0.00 s: . TestEval#test_instance_eval_cvar: 0.00 s: . TestEval#test_instance_eval_string_basic: 0.01 s: . TestEval#test_module_eval_block_basic: 0.00 s: . TestEval#test_module_eval_string_basic: 0.00 s: . TestEval#test_nil_instance_eval_cvar: 0.00 s: . TestException#test_else: 0.00 s: . TestException#test_errat: 0.25 s: . TestException#test_errinfo: 0.00 s: . TestException#test_exception: 0.00 s: . TestException#test_exit_success_p: 0.00 s: . TestException#test_inspect: 0.02 s: . TestException#test_nomethoderror: 0.00 s: . TestException#test_raise_with_wrong_number_of_arguments: 0.00 s: . TestException#test_safe4: 0.00 s: . TestException#test_set_backtrace: 0.00 s: . TestException#test_thread_signal_location: 0.05 s: . TestFiber#test_alive: 0.00 s: . TestFiber#test_argument: 0.00 s: . TestFiber#test_error: 0.00 s: . TestFiber#test_fiber_transfer_segv: 0.05 s: . TestFiber#test_many_fibers: 0.67 s: . TestFiber#test_many_fibers_with_threads: 3.51 s: . TestFiber#test_normal: 0.00 s: . TestFiber#test_resume_self: 0.00 s: . TestFiber#test_return: 0.00 s: . TestFiber#test_term: 0.00 s: . TestFiber#test_throw: 0.00 s: . TestFiber#test_tls: 0.00 s: . TestFiber#test_transfer: 0.00 s: . TestFiddle#test_constants_match: 0.00 s: . TestFile#test_chown: 0.00 s: . TestFile#test_each_byte_extended_file: 0.00 s: . TestFile#test_each_char_extended_file: 0.00 s: . TestFile#test_eof_0: 0.00 s: . TestFile#test_eof_0_rw: 0.00 s: . TestFile#test_eof_0_seek: 0.00 s: . TestFile#test_eof_1: 0.01 s: . TestFile#test_eof_1_seek: 0.00 s: . TestFile#test_eof_2: 0.00 s: . TestFile#test_eof_3: 0.00 s: . TestFile#test_getbyte_extended_file: 0.00 s: . TestFile#test_getc_extended_file: 0.00 s: . TestFile#test_gets_extended_file: 0.00 s: . TestFile#test_gets_para_extended_file: 0.00 s: . TestFile#test_read_all_extended_file: 0.00 s: . TestFile#test_realdirpath: 0.00 s: . TestFile#test_realpath: 0.00 s: . TestFile#test_s_chown: 0.00 s: . TestFile#test_truncate_beyond_eof: 0.00 s: . TestFile#test_truncate_rbuf: 0.00 s: . TestFile#test_truncate_wbuf: 0.00 s: . TestFile#test_uninitialized: 0.00 s: . TestFile#test_unlink_before_close: 0.00 s: . TestFileExhaustive#test_absolute_path: 0.22 s: . TestFileExhaustive#test_atime: 0.16 s: . TestFileExhaustive#test_basename: 0.16 s: . TestFileExhaustive#test_blockdev_p: 0.16 s: . TestFileExhaustive#test_chardev_p: 0.16 s: . TestFileExhaustive#test_chmod: 0.16 s: . TestFileExhaustive#test_chown: 0.16 s: . TestFileExhaustive#test_ctime: 0.16 s: . TestFileExhaustive#test_directory_p: 0.16 s: . TestFileExhaustive#test_dirname: 0.16 s: . TestFileExhaustive#test_executable_p: 0.16 s: . TestFileExhaustive#test_executable_real_p: 0.15 s: . TestFileExhaustive#test_exist_p: 0.16 s: . TestFileExhaustive#test_expand_path: 0.16 s: . TestFileExhaustive#test_extname: 0.16 s: . TestFileExhaustive#test_file_p: 0.15 s: . TestFileExhaustive#test_find_file: 0.16 s: . TestFileExhaustive#test_flock: 0.16 s: . TestFileExhaustive#test_ftype: 0.15 s: . TestFileExhaustive#test_hardlink: 0.16 s: . TestFileExhaustive#test_identical_p: 0.16 s: . TestFileExhaustive#test_join: 0.16 s: . TestFileExhaustive#test_lchmod: 0.16 s: . TestFileExhaustive#test_lchown: 0.16 s: . TestFileExhaustive#test_mtime: 0.16 s: . TestFileExhaustive#test_owned_p: 0.16 s: . TestFileExhaustive#test_path: 0.16 s: . TestFileExhaustive#test_path_check: 0.16 s: . TestFileExhaustive#test_pipe_p: 0.16 s: . TestFileExhaustive#test_readable_p: 0.17 s: . TestFileExhaustive#test_readable_real_p: 0.16 s: . TestFileExhaustive#test_readlink: 0.16 s: . TestFileExhaustive#test_rename: 0.16 s: . TestFileExhaustive#test_s_size: 0.16 s: . TestFileExhaustive#test_size: 0.16 s: . TestFileExhaustive#test_size_p: 0.16 s: . TestFileExhaustive#test_socket_p: 0.16 s: . TestFileExhaustive#test_split: 0.16 s: . TestFileExhaustive#test_stat: 1.26 s: . TestFileExhaustive#test_stat_blockdev_p: 0.16 s: . TestFileExhaustive#test_stat_chardev_p: 0.16 s: . TestFileExhaustive#test_stat_directory_p: 0.16 s: . TestFileExhaustive#test_stat_executable_p: 0.16 s: . TestFileExhaustive#test_stat_executable_real_p: 0.15 s: . TestFileExhaustive#test_stat_file_p: 0.16 s: . TestFileExhaustive#test_stat_ftype: 0.16 s: . TestFileExhaustive#test_stat_init: 1.26 s: . TestFileExhaustive#test_stat_owned_p: 0.16 s: . TestFileExhaustive#test_stat_pipe_p: 0.16 s: . TestFileExhaustive#test_stat_readable_p: 0.16 s: . TestFileExhaustive#test_stat_readable_real_p: 0.15 s: . TestFileExhaustive#test_stat_size: 0.16 s: . TestFileExhaustive#test_stat_size_p: 0.16 s: . TestFileExhaustive#test_stat_socket_p: 0.16 s: . TestFileExhaustive#test_stat_suid_sgid_sticky: 0.16 s: . TestFileExhaustive#test_stat_symlink_p: 0.16 s: . TestFileExhaustive#test_stat_world_readable_p: 0.15 s: . TestFileExhaustive#test_stat_world_writable_p: 0.16 s: . TestFileExhaustive#test_stat_writable_p: 0.16 s: . TestFileExhaustive#test_stat_writable_real_p: 0.16 s: . TestFileExhaustive#test_stat_zero_p: 0.16 s: . TestFileExhaustive#test_suid_sgid_sticky: 0.16 s: . TestFileExhaustive#test_symlink: 0.16 s: . TestFileExhaustive#test_symlink_p: 0.16 s: . TestFileExhaustive#test_test: 1.27 s: . TestFileExhaustive#test_truncate: 0.16 s: . TestFileExhaustive#test_umask: 0.16 s: . TestFileExhaustive#test_unlink: 0.16 s: . TestFileExhaustive#test_utime: 0.16 s: . TestFileExhaustive#test_world_readable_p: 0.15 s: . TestFileExhaustive#test_world_writable_p: 0.16 s: . TestFileExhaustive#test_writable_p: 0.15 s: . TestFileExhaustive#test_writable_real_p: 0.15 s: . TestFileExhaustive#test_zero_p: 0.16 s: . TestFileUtils#test_cd: 0.25 s: . TestFileUtils#test_chdir: 0.23 s: . TestFileUtils#test_chmod: 0.23 s: . TestFileUtils#test_chmod_R: 0.24 s: . TestFileUtils#test_chown: 0.23 s: . TestFileUtils#test_chown_R: 0.23 s: . TestFileUtils#test_cmp: 0.23 s: . TestFileUtils#test_collect_methods: 0.23 s: . TestFileUtils#test_commands: 0.22 s: . TestFileUtils#test_compare_file: 0.24 s: . TestFileUtils#test_compare_stream: 0.23 s: . TestFileUtils#test_copy_entry: 0.24 s: . TestFileUtils#test_copy_entry_symlink: 0.23 s: . TestFileUtils#test_copy_file: 0.23 s: . TestFileUtils#test_copy_stream: 0.24 s: . TestFileUtils#test_copy_stream_duck: 0.23 s: . TestFileUtils#test_cp: 0.25 s: . TestFileUtils#test_cp_pathname: 0.23 s: . TestFileUtils#test_cp_r: 0.40 s: . TestFileUtils#test_cp_r_pathname: 0.23 s: . TestFileUtils#test_cp_r_symlink: 0.24 s: . TestFileUtils#test_cp_symlink: 0.23 s: . TestFileUtils#test_getwd: 0.23 s: . TestFileUtils#test_have_option?: 0.23 s: . TestFileUtils#test_identical?: 0.23 s: . TestFileUtils#test_install: 0.23 s: . TestFileUtils#test_install_pathname: 0.31 s: . TestFileUtils#test_install_symlink: 0.24 s: . TestFileUtils#test_link: 0.22 s: . TestFileUtils#test_ln: 0.23 s: . TestFileUtils#test_ln_pathname: 0.23 s: . TestFileUtils#test_ln_s: 0.23 s: . TestFileUtils#test_ln_sf: 0.23 s: . TestFileUtils#test_ln_symlink: 0.23 s: . TestFileUtils#test_makedirs: 0.23 s: . TestFileUtils#test_mkdir: 0.31 s: . TestFileUtils#test_mkdir_file_perm: 0.23 s: . TestFileUtils#test_mkdir_lf_in_path: 0.23 s: . TestFileUtils#test_mkdir_p: 1.17 s: . TestFileUtils#test_mkdir_p_file_perm: 0.23 s: . TestFileUtils#test_mkdir_p_pathname: 0.23 s: . TestFileUtils#test_mkdir_pathname: 0.23 s: . TestFileUtils#test_mkpath: 0.23 s: . TestFileUtils#test_move: 0.23 s: . TestFileUtils#test_mv: 0.24 s: . TestFileUtils#test_mv_pathname: 0.23 s: . TestFileUtils#test_mv_symlink: 0.23 s: . TestFileUtils#test_options: 0.23 s: . TestFileUtils#test_options_of: 0.23 s: . TestFileUtils#test_pwd: 0.23 s: . TestFileUtils#test_remove_dir: 0.23 s: . TestFileUtils#test_remove_dir_file_perm: 0.23 s: . TestFileUtils#test_remove_entry_secure: 0.32 s: . TestFileUtils#test_remove_entry_secure_pathname: 0.23 s: . TestFileUtils#test_remove_entry_secure_symlink: 0.23 s: . TestFileUtils#test_remove_file: 0.23 s: . TestFileUtils#test_remove_file_file_perm: 0.23 s: . TestFileUtils#test_rm: 0.23 s: . TestFileUtils#test_rm_f: 0.23 s: . TestFileUtils#test_rm_f_2: 0.23 s: . TestFileUtils#test_rm_pathname: 0.23 s: . TestFileUtils#test_rm_r: 0.31 s: . TestFileUtils#test_rm_r_pathname: 0.23 s: . TestFileUtils#test_rm_r_symlink: 0.23 s: . TestFileUtils#test_rm_rf: 0.23 s: . TestFileUtils#test_rm_symlink: 0.31 s: . TestFileUtils#test_rmdir: 0.23 s: . TestFileUtils#test_rmtree: 0.23 s: . TestFileUtils#test_safe_unlink: 0.23 s: . TestFileUtils#test_symlink: 0.23 s: . TestFileUtils#test_touch: 0.23 s: . TestFileUtils#test_uptodate?: 0.23 s: . TestFileUtils#test_with_big_file: 0.29 s: . TestFileUtilsDryRun#test_visibility: 0.00 s: . TestFileUtilsNoWrite#test_cp: 0.23 s: . TestFileUtilsNoWrite#test_mkdir: 0.23 s: . TestFileUtilsNoWrite#test_mkdir_p: 0.22 s: . TestFileUtilsNoWrite#test_mv: 0.23 s: . TestFileUtilsNoWrite#test_rm: 0.23 s: . TestFileUtilsNoWrite#test_rm_f: 0.23 s: . TestFileUtilsNoWrite#test_rm_rf: 0.23 s: . TestFileUtilsNoWrite#test_visibility: 0.23 s: . TestFileUtilsVerbose#test_visibility: 0.00 s: . TestFind#test_change_dir_to_file: 0.00 s: . TestFind#test_change_dir_to_symlink_loop: 0.00 s: . TestFind#test_countdown3: 0.00 s: . TestFind#test_countup3: 0.00 s: . TestFind#test_dangling_symlink: 0.00 s: . TestFind#test_dangling_symlink_stat_error: 0.00 s: . TestFind#test_dont_follow_symlink: 0.00 s: . TestFind#test_empty: 0.00 s: . TestFind#test_enumerator: 0.00 s: . TestFind#test_prune: 0.00 s: . TestFind#test_rec: 0.00 s: . TestFind#test_relative: 0.00 s: . TestFind#test_unreadable_dir: 0.00 s: . TestFind#test_unsearchable_dir: 0.00 s: . TestFind::TestInclude#test_functional_call: 0.00 s: . TestFixnum#test_abs: 0.00 s: . TestFixnum#test_cmp: 0.00 s: . TestFixnum#test_div: 0.00 s: . TestFixnum#test_divide: 0.00 s: . TestFixnum#test_divmod: 0.00 s: . TestFixnum#test_lshift: 0.00 s: . TestFixnum#test_minus: 0.00 s: . TestFixnum#test_mod: 0.00 s: . TestFixnum#test_mul: 0.00 s: . TestFixnum#test_mult: 0.00 s: . TestFixnum#test_not: 0.00 s: . TestFixnum#test_plus: 0.00 s: . TestFixnum#test_plus2: 0.00 s: . TestFixnum#test_pow: 0.00 s: . TestFixnum#test_pow2: 0.00 s: . TestFixnum#test_pred: 0.00 s: . TestFixnum#test_rshift: 0.00 s: . TestFixnum#test_sub: 0.00 s: . TestFixnum#test_succ: 0.00 s: . TestFixnum#test_to_s: 0.00 s: . TestFloat#test_Float: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_float.rb:458: warning: Float 0xf.fp10000000000000... out of range 0.02 s: . TestFloat#test_ceil: 0.00 s: . TestFloat#test_cmp: 0.00 s: . TestFloat#test_coerce: 0.00 s: . TestFloat#test_div: 0.00 s: . TestFloat#test_div2: 0.00 s: . TestFloat#test_divmod: 0.00 s: . TestFloat#test_divmod2: 0.00 s: . TestFloat#test_eql: 0.00 s: . TestFloat#test_finite_p: 0.00 s: . TestFloat#test_float: 0.00 s: . TestFloat#test_floor: 0.00 s: . TestFloat#test_floor_ceil_round_truncate: 0.00 s: . TestFloat#test_infinite_p: 0.00 s: . TestFloat#test_minus: 0.00 s: . TestFloat#test_modulo: 0.00 s: . TestFloat#test_modulo2: 0.00 s: . TestFloat#test_mul: 0.00 s: . TestFloat#test_nan: 0.00 s: . TestFloat#test_num2dbl: 0.00 s: . TestFloat#test_plus: 0.00 s: . TestFloat#test_pow: 0.00 s: . TestFloat#test_precision: 0.00 s: . TestFloat#test_remainder: 0.00 s: . TestFloat#test_round: 0.00 s: . TestFloat#test_sleep_with_Float: 1.00 s: . TestFloat#test_strtod: 0.00 s: . TestFloat#test_symmetry_bignum: 0.00 s: . TestFloat#test_to_s: 0.00 s: . TestFloat#test_truncate: 0.00 s: . TestFloat#test_zero_p: 0.00 s: . TestFnmatch#test_fnmatch: 0.00 s: . TestGB18030#test_code_to_mbc: 0.00 s: . TestGB18030#test_left_adjust_char_head: 0.00 s: . TestGB18030#test_mbc_case_fold: 0.00 s: . TestGB18030#test_mbc_enc_len: 0.00 s: . TestGB18030#test_mbc_to_code: 0.00 s: . TestGBK#test_code_to_mbc: 0.00 s: . TestGBK#test_left_adjust_char_head: 0.00 s: . TestGBK#test_mbc_case_fold: 0.00 s: . TestGBK#test_mbc_enc_len: 0.00 s: . TestGBK#test_mbc_to_code: 0.00 s: . TestGDBM#test_aref: 0.07 s: . TestGDBM#test_aset: 0.06 s: . TestGDBM#test_cachesize=: 0.06 s: . TestGDBM#test_clear: 0.07 s: . TestGDBM#test_close: 0.06 s: . TestGDBM#test_delete: 0.06 s: . TestGDBM#test_delete_if: 0.08 s: . TestGDBM#test_delete_with_block: 0.07 s: . TestGDBM#test_each_key: 0.06 s: . TestGDBM#test_each_pair: 0.06 s: . TestGDBM#test_each_value: 0.05 s: . TestGDBM#test_empty?: 0.08 s: . TestGDBM#test_fastmode=: 0.06 s: . TestGDBM#test_fetch: 0.06 s: . TestGDBM#test_has_value?: 0.06 s: . TestGDBM#test_haskey?: 0.07 s: . TestGDBM#test_invert: 0.06 s: . TestGDBM#test_key: 0.06 s: . TestGDBM#test_keys: 0.06 s: . TestGDBM#test_length: 0.06 s: . TestGDBM#test_reject: 0.10 s: . TestGDBM#test_reorganize: 0.11 s: . TestGDBM#test_replace: 0.06 s: . TestGDBM#test_s_new_has_no_block: 0.07 s: . TestGDBM#test_s_open_3rd_arg: 0.07 s: . TestGDBM#test_s_open_create_new: 0.07 s: . TestGDBM#test_s_open_error: 0.06 s: . TestGDBM#test_s_open_lock: 2.90 s: . TestGDBM#test_s_open_no_create: 0.06 s: . TestGDBM#test_s_open_nolock: 5.63 s: . TestGDBM#test_s_open_with_block: 0.06 s: . TestGDBM#test_select_with_block: 0.09 s: . TestGDBM#test_shift: 0.06 s: . TestGDBM#test_sync: 0.09 s: . TestGDBM#test_syncmode=: 0.06 s: . TestGDBM#test_to_a: 0.08 s: . TestGDBM#test_to_hash: 0.08 s: . TestGDBM#test_update: 0.08 s: . TestGDBM#test_values: 0.08 s: . TestGDBM#test_values_at: 0.07 s: . TestGDBM2#test_freeze: 0.07 s: . TestGDBM2#test_newdb_open: 0.01 s: . TestGDBM2#test_newdb_open_notexist: 0.00 s: . TestGDBM2#test_reader_open: 0.00 s: . TestGDBM2#test_reader_open_notexist: 0.00 s: . TestGDBM2#test_wrcreat_open_notexist: 0.02 s: . TestGDBM2#test_writer_open_notexist: 0.00 s: . TestGc#test_count: 0.21 s: . TestGc#test_enable_disable: 0.00 s: . TestGc#test_gc: 0.56 s: . TestGem#test_self_user_home: 0.01 s: . TestGem#test_self_prefix: 0.01 s: . TestGem#test_self_prefix_libdir: 0.01 s: . TestGem#test_self_ruby_version_1_9_2dev_r23493: 0.01 s: . TestGem#test_self_default_exec_format_jruby: 0.01 s: . TestGem#test_self_searcher: 0.01 s: . TestGem#test_self_datadir_nonexistent_package: 0.01 s: . TestGem#test_self_ruby_path_without_spaces: 0.01 s: . TestGem#test_load_plugins: 0.09 s: . TestGem#test_self_dir: 0.01 s: . TestGem#test_self_all_load_paths: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.32 s: . TestGem#test_self_prefix_sitelibdir: 0.01 s: . TestGem#test_self_ensure_gem_directories_missing_parents: 0.01 s: . TestGem#test_self_user_dir: 0.01 s: . TestGem#test_ssl_available_eh: 0.01 s: . TestGem#test_self_default_sources: 0.01 s: . TestGem#test_self_source_index: 0.01 s: . TestGem#test_self_bin_path_bin_name_version: 0.02 s: . TestGem#test_self_bin_path_bin_name: 0.01 s: . TestGem#test_self_bin_path_name_version: 0.02 s: . TestGem#test_self_required_location: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.31 s: . TestGem#test_self_bin_path_not_found: 0.01 s: . TestGem#test_self_configuration: 0.01 s: . TestGem#test_self_refresh: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.32 s: . TestGem#test_self_bindir: 0.01 s: . TestGem#test_self_path_APPLE_GEM_HOME_GEM_PATH: 0.01 s: . TestGem#test_self_ensure_gem_directories: 0.01 s: . TestGem#test_self_path: 0.01 s: . TestGem#test_self_set_paths: 0.01 s: . TestGem#test_self_clear_paths: 0.01 s: . TestGem#test_self_ruby_version_1_8_6p287: 0.01 s: . TestGem#test_self_bin_path_no_bin_file: 0.02 s: . TestGem#test_self_platforms: 0.01 s: . TestGem#test_self_loaded_specs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGem#test_self_ruby_version_1_8_5: 0.01 s: . TestGem#test_self_ensure_gem_directories_write_protected_parents: 0.16 s: . TestGem#test_self_path_default: 0.01 s: . TestGem#test_self_latest_load_paths: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.33 s: . TestGem#test_self_ensure_gem_directories_write_protected: 0.02 s: . TestGem#test_self_path_duplicate: 0.01 s: . TestGem#test_self_set_paths_nonexistent_home: 0.01 s: . TestGem#test_self_path_ENV_PATH: 0.01 s: . TestGem#test_self_path_APPLE_GEM_HOME: 0.01 s: . TestGem#test_self_available?: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.34 s: . TestGem#test_self_path_overlap: 0.02 s: . TestGem#test_self_bin_path_name: 0.02 s: . TestGem#test_self_find_files: 0.05 s: . TestGem#test_self_ruby_escaping_spaces_in_path: 0.01 s: . TestGem#test_self_datadir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGem#test_self_sources: 0.01 s: . TestGem#test_self_bindir_default_dir: 0.01 s: . TestGem#test_self_bin_path_no_default_bin: 0.01 s: . TestGem#test_self_default_exec_format: 0.01 s: . TestGem#test_ensure_ssl_available: 0.01 s: . TestGem#test_self_use_paths: 0.01 s: . TestGem#test_self_default_dir: 0.01 s: . TestGem#test_self_default_exec_format_18: 0.01 s: . TestGemBuilder#test_build: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.05 s: . TestGemBuilder#test_build_validates: 0.02 s: . TestGemCommand#test_invoke: 0.01 s: . TestGemCommand#test_common_option_in_class: 0.01 s: . TestGemCommand#test_invoke_with_options: 0.01 s: . TestGemCommand#test_invoke_with_help: 0.01 s: . TestGemCommand#test_defaults: 0.01 s: . TestGemCommand#test_invode_with_bad_options: 0.01 s: . TestGemCommand#test_self_add_specific_extra_args: 0.01 s: . TestGemCommand#test_self_add_specific_extra_args_unknown: 0.01 s: . TestGemCommand#test_basic_accessors: 0.01 s: . TestGemCommand#test_option_recognition: 0.01 s: . TestGemCommand#test_invoke_with_common_options: 0.01 s: . TestGemCommandManager#test_process_args_check: 0.01 s: . TestGemCommandManager#test_run_crash_command: 0.04 s: . TestGemCommandManager#test_process_args_uninstall: 0.01 s: . TestGemCommandManager#test_process_args_query: 0.02 s: . TestGemCommandManager#test_process_args_bad_arg: 0.01 s: . TestGemCommandManager#test_process_args_install: 0.03 s: . TestGemCommandManager#test_process_args_build: 0.01 s: . TestGemCommandManager#test_process_args_update: 0.02 s: . TestGemCommandManager#test_run_interrupt: 0.03 s: . TestGemCommandsBuildCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.06 s: . TestGemCommandsBuildCommand#test_execute_bad_gem: 0.01 s: . TestGemCommandsBuildCommand#test_execute_yaml: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemCommandsCertCommand#test_execute_certificate: 0.01 s: . TestGemCommandsCertCommand#test_execute_build: 1.46 s: . TestGemCommandsCertCommand#test_execute_sign: 0.05 s: . TestGemCommandsCertCommand#test_execute_remove: 0.02 s: . TestGemCommandsCertCommand#test_execute_list: 0.02 s: . TestGemCommandsCertCommand#test_execute_private_key: 0.01 s: . TestGemCommandsCertCommand#test_execute_add: 0.02 s: . TestGemCommandsCheckCommand#test_initialize: 0.01 s: . TestGemCommandsContentsCommand#test_execute_lib_only: 0.02 s: . TestGemCommandsContentsCommand#test_execute: 0.02 s: . TestGemCommandsContentsCommand#test_execute_bad_gem: 0.01 s: . TestGemCommandsContentsCommand#test_execute_no_prefix: 0.02 s: . TestGemCommandsContentsCommand#test_execute_multiple: 0.02 s: . TestGemCommandsContentsCommand#test_execute_exact_match: 0.02 s: . TestGemCommandsContentsCommand#test_execute_all: 0.02 s: . TestGemCommandsContentsCommand#test_handle_options: 0.01 s: . TestGemCommandsDependencyCommand#test_execute_regexp: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.60 s: . TestGemCommandsDependencyCommand#test_execute_no_match: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsDependencyCommand#test_execute_no_args: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsDependencyCommand#test_execute_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.43 s: . TestGemCommandsDependencyCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.44 s: . TestGemCommandsDependencyCommand#test_execute_reverse_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.63 s: . TestGemCommandsDependencyCommand#test_execute_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsDependencyCommand#test_execute_reverse: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.43 s: . TestGemCommandsDependencyCommand#test_execute_pipe_format: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.42 s: . TestGemCommandsEnvironmentCommand#test_execute_gemdir: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_packageversion: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_unknown: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute: 0.02 s: . TestGemCommandsEnvironmentCommand#test_execute_gempath_multiple: 0.02 s: . TestGemCommandsEnvironmentCommand#test_execute_gempath: 0.02 s: . TestGemCommandsEnvironmentCommand#test_execute_version: 0.01 s: . TestGemCommandsEnvironmentCommand#test_execute_remotesources: 0.01 s: . TestGemCommandsFetchCommand#test_execute_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.66 s: . TestGemCommandsFetchCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemCommandsFetchCommand#test_execute_version: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.37 s: . TestGemCommandsInstallCommand#test_execute_local: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemCommandsInstallCommand#test_execute_no_gem: 0.01 s: . TestGemCommandsInstallCommand#test_execute_include_dependencies: 0.01 s: . TestGemCommandsInstallCommand#test_execute_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.93 s: . TestGemCommandsInstallCommand#test_execute_nonexistent: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsInstallCommand#test_execute_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.46 s: . TestGemCommandsInstallCommand#test_execute_explicit_version_includes_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.72 s: . TestGemCommandsInstallCommand#test_execute_two: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.67 s: . TestGemCommandsInstallCommand#test_execute_local_missing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.40 s: . TestGemCommandsInstallCommand#test_no_user_install: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.40 s: . TestGemCommandsInstallCommand#test_execute_exclude_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.49 s: . TestGemCommandsListCommand#test_execute_installed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.59 s: . TestGemCommandsLockCommand#test_execute_strict: 0.03 s: . TestGemCommandsLockCommand#test_execute_missing_dependency: 0.03 s: . TestGemCommandsLockCommand#test_execute: 0.03 s: . TestGemCommandsOutdatedCommand#test_execute: 0.05 s: . TestGemCommandsOutdatedCommand#test_initialize: 0.02 s: . TestGemCommandsOwnerCommand#test_show_owners: 0.01 s: . TestGemCommandsOwnerCommand#test_add_owners_denied: 0.02 s: . TestGemCommandsOwnerCommand#test_remove_owners: 0.01 s: . TestGemCommandsOwnerCommand#test_remove_owners_denied: 0.02 s: . TestGemCommandsOwnerCommand#test_add_owners: 0.01 s: . TestGemCommandsOwnerCommand#test_show_owners_denied: 0.02 s: . TestGemCommandsPristineCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.11 s: . TestGemCommandsPristineCommand#test_execute_missing_cache_gem: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemCommandsPristineCommand#test_execute_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.10 s: . TestGemCommandsPristineCommand#test_execute_no_gem: 0.01 s: . TestGemCommandsPushCommand#test_sending_gem_denied: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemCommandsPushCommand#test_raises_error_with_no_arguments: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.06 s: . TestGemCommandsPushCommand#test_sending_gem: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemCommandsQueryCommand#test_execute_all_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.39 s: . TestGemCommandsQueryCommand#test_execute_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemCommandsQueryCommand#test_execute_prerelease_local: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.40 s: . TestGemCommandsQueryCommand#test_execute_details_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.64 s: . TestGemCommandsQueryCommand#test_execute_local_details: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.43 s: . TestGemCommandsQueryCommand#test_execute_no_versions: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.37 s: . TestGemCommandsQueryCommand#test_execute_installed_no_name: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemCommandsQueryCommand#test_execute_details: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.39 s: . TestGemCommandsQueryCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.61 s: . TestGemCommandsQueryCommand#test_execute_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsQueryCommand#test_execute_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.39 s: . TestGemCommandsQueryCommand#test_execute_notty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemCommandsQueryCommand#test_execute_installed_version: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.39 s: . TestGemCommandsQueryCommand#test_execute_installed_not_installed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.64 s: . TestGemCommandsQueryCommand#test_execute_local_notty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.42 s: . TestGemCommandsQueryCommand#test_execute_installed_version_not_installed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.40 s: . TestGemCommandsQueryCommand#test_execute_installed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsServerCommand#test_handle_options_gemdir: 0.02 s: . TestGemCommandsServerCommand#test_handle_options: 0.02 s: . TestGemCommandsServerCommand#test_handle_options_port: 0.03 s: . TestGemCommandsSourcesCommand#test_initialize_proxy: 0.01 s: . TestGemCommandsSourcesCommand#test_execute_add_bad_uri: 0.01 s: . TestGemCommandsSourcesCommand#test_execute_remove_no_network: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsSourcesCommand#test_execute: 0.02 s: . TestGemCommandsSourcesCommand#test_execute_add: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.68 s: . TestGemCommandsSourcesCommand#test_execute_add_nonexistent_source: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.40 s: . TestGemCommandsSourcesCommand#test_execute_update: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsSourcesCommand#test_execute_remove: 0.02 s: . TestGemCommandsSourcesCommand#test_execute_clear_all: 0.02 s: . TestGemCommandsSpecificationCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.04 s: . TestGemCommandsSpecificationCommand#test_execute_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemCommandsSpecificationCommand#test_execute_bad_name: 0.01 s: . TestGemCommandsSpecificationCommand#test_execute_field: 0.02 s: . TestGemCommandsSpecificationCommand#test_execute_marshal: 0.02 s: . TestGemCommandsSpecificationCommand#test_execute_ruby: 0.02 s: . TestGemCommandsSpecificationCommand#test_execute_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.05 s: . TestGemCommandsSpecificationCommand#test_execute_exact_match: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.04 s: . TestGemCommandsStaleCommand#test_execute_sorts: 0.03 s: . TestGemCommandsUninstallCommand#test_execute_not_installed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.56 s: . TestGemCommandsUninstallCommand#test_execute_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.99 s: . TestGemCommandsUninstallCommand#test_execute_removes_executable: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.87 s: . TestGemCommandsUnpackCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemCommandsUnpackCommand#test_execute_gem_path: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.42 s: . TestGemCommandsUnpackCommand#test_execute_exact_match: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemCommandsUnpackCommand#test_execute_gem_path_missing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.40 s: . TestGemCommandsUnpackCommand#test_execute_sudo: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsUnpackCommand#test_execute_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.68 s: . TestGemCommandsUnpackCommand#test_execute_with_target_option: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.45 s: . TestGemCommandsUpdateCommand#test_execute_named: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.44 s: . TestGemCommandsUpdateCommand#test_execute_named_up_to_date: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemCommandsUpdateCommand#test_execute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.95 s: . TestGemCommandsUpdateCommand#test_execute_up_to_date: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.49 s: . TestGemCommandsUpdateCommand#test_execute_dependencies: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.73 s: . TestGemCommandsWhichCommand#test_execute_missing: 0.02 s: . TestGemCommandsWhichCommand#test_execute: 0.04 s: . TestGemCommandsWhichCommand#test_execute_one_missing: 0.04 s: . TestGemConfigFile#test_initialize_platform_override: 0.01 s: . TestGemConfigFile#test_initialize_system_wide_override: 0.01 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file_with_other_params: 0.01 s: . TestGemConfigFile#test_initialize: 0.01 s: . TestGemConfigFile#test_load_rubygems_api_key_from_credentials: 0.01 s: . TestGemConfigFile#test_handle_arguments_traceback: 0.01 s: . TestGemConfigFile#test_handle_arguments: 0.01 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file: 0.01 s: . TestGemConfigFile#test_handle_arguments_debug: 0.01 s: . TestGemConfigFile#test_handle_arguments_backtrace: 0.01 s: . TestGemConfigFile#test_write: 0.02 s: . TestGemConfigFile#test_handle_arguments_benchmark: 0.01 s: . TestGemConfigFile#test_really_verbose: 0.01 s: . TestGemConfigFile#test_initialize_handle_arguments_config_file_equals: 0.01 s: . TestGemConfigFile#test_initialize_operating_system_override: 0.01 s: . TestGemConfigFile#test_handle_arguments_override: 0.01 s: . TestGemConfigFile#test_write_from_hash: 0.02 s: . TestGemDependency#test_equals2_type: 0.01 s: . TestGemDependency#test_equals2: 0.01 s: . TestGemDependency#test_initialize_version: 0.01 s: . TestGemDependency#test_version_requirements_equals_deprecated: 0.01 s: . TestGemDependency#test_prerelease_eh: 0.01 s: . TestGemDependency#test_equals_tilde_escape: 0.01 s: . TestGemDependency#test_equals_tilde_object: 0.01 s: . TestGemDependency#test_hash: 0.01 s: . TestGemDependency#test_subclass: 0.01 s: . TestGemDependency#test_initialize: 0.01 s: . TestGemDependency#test_equals_tilde_spec: 0.01 s: . TestGemDependency#test_equals_tilde: 0.01 s: . TestGemDependency#test_initialize_empty: 0.01 s: . TestGemDependency#test_initialize_type: 0.01 s: . TestGemDependency#test_initialize_double: 0.01 s: . TestGemDependencyInstaller#test_install_domain_both_no_network: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.11 s: . TestGemDependencyInstaller#test_install_dependencies_satisfied: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.95 s: . TestGemDependencyInstaller#test_install_domain_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.03 s: . TestGemDependencyInstaller#test_install_local: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.89 s: . TestGemDependencyInstaller#test_gather_dependencies_old_required: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.90 s: . TestGemDependencyInstaller#test_install_env_shebang: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.14 s: . TestGemDependencyInstaller#test_install_remote_dep: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.89 s: . TestGemDependencyInstaller#test_install_no_wrappers: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.13 s: . TestGemDependencyInstaller#test_find_gems_gems_with_sources: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.88 s: . TestGemDependencyInstaller#test_install_local_dependency: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.84 s: . TestGemDependencyInstaller#test_gather_dependencies_platform_bump: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.16 s: . TestGemDependencyInstaller#test_find_gems_with_sources_local: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.87 s: . TestGemDependencyInstaller#test_install_force: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.16 s: . TestGemDependencyInstaller#test_gather_dependencies_dropped: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.03 s: . TestGemDependencyInstaller#test_install_cache_dir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.14 s: . TestGemDependencyInstaller#test_install: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.99 s: . TestGemDependencyInstaller#test_install_dependency_development: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.94 s: . TestGemDependencyInstaller#test_find_gems_with_sources_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.19 s: . TestGemDependencyInstaller#test_install_dual_repository: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.99 s: . TestGemDependencyInstaller#test_install_local_dependency_installed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.14 s: . TestGemDependencyInstaller#test_install_domain_local: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.93 s: . TestGemDependencyInstaller#test_install_local_subdir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.85 s: . TestGemDependencyInstaller#test_gather_dependencies: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.17 s: . TestGemDependencyInstaller#test_install_all_dependencies: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.02 s: . TestGemDependencyInstaller#test_install_remote: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.13 s: . TestGemDependencyInstaller#test_install_version: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.90 s: . TestGemDependencyInstaller#test_install_domain_both: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.09 s: . TestGemDependencyInstaller#test_install_dependency_existing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.97 s: . TestGemDependencyInstaller#test_install_security_policy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.88 s: . TestGemDependencyInstaller#test_install_dependency: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.15 s: . TestGemDependencyInstaller#test_install_install_dir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.87 s: . TestGemDependencyInstaller#test_gather_dependencies_platform_alternate: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.07 s: . TestGemDependencyInstaller#test_gather_dependencies_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.95 s: . TestGemDependencyInstaller#test_install_reinstall: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.88 s: . TestGemDependencyInstaller#test_install_version_default: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.15 s: . TestGemDependencyInstaller#test_install_ignore_dependencies: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.89 s: . TestGemDependencyInstaller#test_install_dependency_old: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.30 s: . TestGemDependencyInstaller#test_install_domain_remote_platform_newer: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.04 s: . TestGemDependencyList#test_ok_eh_mismatch: 0.05 s: . TestGemDependencyList#test_ok_to_remove_eh: 0.04 s: . TestGemDependencyList#test_dependency_order_circle: 0.04 s: . TestGemDependencyList#test_remove_by_name: 0.04 s: . TestGemDependencyList#test_dependency_order_no_dependendencies: 0.04 s: . TestGemDependencyList#test_ok_eh: 0.04 s: . TestGemDependencyList#test_active_count: 0.04 s: . TestGemDependencyList#test_ok_eh_redundant: 0.04 s: . TestGemDependencyList#test_dependency_order_development: 0.05 s: . TestGemDependencyList#test_ok_to_remove_eh_after_sibling_removed: 0.04 s: . TestGemDependencyList#test_dependency_order_diamond: 0.05 s: . TestGemDependencyList#test_tsort_each_child: 0.04 s: . TestGemDependencyList#test_add: 0.04 s: . TestGemDependencyList#test_tsort_each_node: 0.04 s: . TestGemDependencyList#test_self_from_source_index: 0.04 s: . TestGemDependencyList#test_dependency_order: 0.04 s: . TestGemDependencyList#test_find_name: 0.04 s: . TestGemDocManager#test_uninstall_doc_unwritable: 0.02 s: . TestGemExtConfigureBuilder#test_self_build_has_makefile: 0.19 s: . TestGemExtConfigureBuilder#test_self_build_fail: 0.11 s: . TestGemExtConfigureBuilder#test_self_build: 0.28 s: . TestGemExtExtConfBuilder#test_class_make: 0.19 s: . TestGemExtExtConfBuilder#test_class_build: 0.38 s: . TestGemExtExtConfBuilder#test_class_build_extconf_fail: 0.90 s: . TestGemExtExtConfBuilder#test_class_make_no_Makefile: 0.02 s: . TestGemExtRakeBuilder#test_class_build: 0.35 s: . TestGemExtRakeBuilder#test_class_build_fail: 0.34 s: . TestGemFormat#test_class_from_io_garbled: 0.02 s: . TestGemFormat#test_class_from_file_by_path_empty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.78 s: . TestGemFormat#test_class_from_file_by_path_nonexistent: 0.01 s: . TestGemFormat#test_class_from_file_by_path: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.56 s: . TestGemGemPathSearcher#test_init_gemspecs: 0.05 s: . TestGemGemPathSearcher#test_matching_files: 0.04 s: . TestGemGemPathSearcher#test_find: 0.04 s: . TestGemGemPathSearcher#test_matching_files_nil_require_paths: 0.04 s: . TestGemGemPathSearcher#test_lib_dirs_for: 0.04 s: . TestGemGemPathSearcher#test_matching_file_eh: 0.04 s: . TestGemGemPathSearcher#test_find_all: 0.04 s: . TestGemGemPathSearcher#test_lib_dirs_for_nil_require_paths: 0.04 s: . TestGemGemRunner#test_build_args__are_handled: 0.02 s: . TestGemGemRunner#test_do_configuration: 0.03 s: . TestGemGemcutterUtilities#test_sign_in_with_host: 0.03 s: . TestGemGemcutterUtilities#test_sign_in_with_other_credentials_doesnt_overwrite_other_keys: 0.04 s: . TestGemGemcutterUtilities#test_sign_in_with_bad_credentials: 0.03 s: . TestGemGemcutterUtilities#test_sign_in_skips_with_existing_credentials: 0.02 s: . TestGemGemcutterUtilities#test_sign_in: 0.03 s: . TestGemInstallUpdateOptions#test_add_install_update_options: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.17 s: . TestGemInstallUpdateOptions#test_security_policy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.17 s: . TestGemInstallUpdateOptions#test_user_install_disabled_read_only: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstallUpdateOptions#test_security_policy_unknown: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstallUpdateOptions#test_user_install_enabled: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstaller#test_generate_bin_symlink_no_perms: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_generate_bin_symlink_update_older: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_generate_bin_bindir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstaller#test_generate_bin_script_no_execs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemInstaller#test_generate_bin_symlink_win32: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.17 s: . TestGemInstaller#test_generate_bin_script_install_dir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstaller#test_install_missing_dirs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.21 s: . TestGemInstaller#test_installation_satisfies_dependency_eh: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstaller#test_shebang_env: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_unpack: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.21 s: . TestGemInstaller#test_extract_files_absolute: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_build_extensions_unsupported: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_app_script_text: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_generate_bin_script_no_shebang: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_shebang_nested_arguments: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_generate_bin_script_format_disabled: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_extract_files_relative: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_shebang_version: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_generate_bin_script_no_perms: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.36 s: . TestGemInstaller#test_install_bad_gem: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.19 s: . TestGemInstaller#test_ensure_dependency: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_extract_files_bad_dest: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_extract_files: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_shebang_nested: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_initialize: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.19 s: . TestGemInstaller#test_generate_bin_symlink_no_execs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_generate_bin_script_wrappers: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_install_force: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.20 s: . TestGemInstaller#test_install: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.55 s: . TestGemInstaller#test_install_wrong_rubygems_version: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.24 s: . TestGemInstaller#test_generate_bin_uses_default_shebang: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_shebang_version_env_arguments: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_install_ignore_dependencies: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.82 s: . TestGemInstaller#test_generate_bin_symlink: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.20 s: . TestGemInstaller#test_shebang_arguments: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstaller#test_install_wrong_ruby_version: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.22 s: . TestGemInstaller#test_build_extensions_extconf_bad: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.26 s: . TestGemInstaller#test_build_extensions_none: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.19 s: . TestGemInstaller#test_generate_bin_symlink_update_remove_wrapper: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_generate_bin_script_format: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_install_check_dependencies: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.23 s: . TestGemInstaller#test_shebang_version_arguments: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_shebang_env_arguments: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_shebang_env_shebang: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_generate_bin_script: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.14 s: . TestGemInstaller#test_shebang_empty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.13 s: . TestGemInstaller#test_generate_bin_symlink_update_newer: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_shebang_version_env: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemInstaller#test_write_spec: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestGemInstaller#test_install_with_message: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.22 s: . TestGemInstaller#test_shebang: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemInstaller#test_install_check_dependencies_install_dir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.62 s: . TestGemLocalRemoteOptions#test_local_eh: 0.02 s: . TestGemLocalRemoteOptions#test_source_option: 0.03 s: . TestGemLocalRemoteOptions#test_both_eh: 0.01 s: . TestGemLocalRemoteOptions#test_remote_eh: 0.01 s: . TestGemLocalRemoteOptions#test_add_local_remote_options: 0.02 s: . TestGemLocalRemoteOptions#test_source_option_bad: 0.02 s: . TestGemLocalRemoteOptions#test_update_sources_option: 0.02 s: . TestGemPackageTarHeader#test_to_s: 0.02 s: . TestGemPackageTarHeader#test_equals2: 0.01 s: . TestGemPackageTarHeader#test_initialize: 0.02 s: . TestGemPackageTarHeader#test_empty_eh: 0.01 s: . TestGemPackageTarHeader#test_initialize_bad: 0.01 s: . TestGemPackageTarHeader#test_update_checksum: 0.01 s: . TestGemPackageTarHeader#test_self_from: 0.02 s: . TestGemPackageTarInput#test_each_works: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.06 s: . TestGemPackageTarInput#test_extract_entry_works: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemPackageTarOutput#test_self_open: 0.02 s: . TestGemPackageTarOutput#test_self_open_signed: 0.11 s: . TestGemPackageTarReader#test_each_entry: 0.01 s: . TestGemPackageTarReader#test_rewind: 0.02 s: . TestGemPackageTarReaderEntry#test_bytes_read: 0.01 s: . TestGemPackageTarReaderEntry#test_directory_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_rewind: 0.01 s: . TestGemPackageTarReaderEntry#test_read_small: 0.01 s: . TestGemPackageTarReaderEntry#test_closed_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_eof_eh: 0.01 s: . TestGemPackageTarReaderEntry#test_getc: 0.01 s: . TestGemPackageTarReaderEntry#test_file_eh: 0.02 s: . TestGemPackageTarReaderEntry#test_close: 0.02 s: . TestGemPackageTarReaderEntry#test_pos: 0.01 s: . TestGemPackageTarReaderEntry#test_read_big: 0.01 s: . TestGemPackageTarReaderEntry#test_full_name: 0.01 s: . TestGemPackageTarReaderEntry#test_read: 0.01 s: . TestGemPackageTask#test_gem_package_with_ruby_platform: 0.00 s: . TestGemPackageTask#test_gem_package_with_current_platform: 0.00 s: . TestGemPackageTask#test_gem_package: 0.00 s: . TestGemPlatform#test_initialize_platform: 0.01 s: . TestGemPlatform#test_self_match: 0.01 s: . TestGemPlatform#test_initialize_mswin32_vc6: 0.01 s: . TestGemPlatform#test_equals3: 0.01 s: . TestGemPlatform#test_equals3_cpu: 0.01 s: . TestGemPlatform#test_initialize_test: 0.01 s: . TestGemPlatform#test_initialize_command_line: 0.01 s: . TestGemPlatform#test_empty: 0.01 s: . TestGemPlatform#test_self_local: 0.01 s: . TestGemPlatform#test_to_s: 0.01 s: . TestGemPlatform#test_self_new: 0.01 s: . TestGemPlatform#test_initialize: 0.02 s: . TestGemPlatform#test_equals2: 0.01 s: . TestGemPlatform#test_equals3_version: 0.01 s: . TestGemPlatform#test_equals_tilde: 0.02 s: . TestGemRemoteFetcher#test_implicit_proxy_no_env: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.49 s: . TestGemRemoteFetcher#test_fetch_path_socket_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemRemoteFetcher#test_download_install_dir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemRemoteFetcher#test_download_local: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete 0.08 s: . TestGemRemoteFetcher#test_get_proxy_from_env_empty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemRemoteFetcher#test_request_head: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemRemoteFetcher#test_self_fetcher_with_proxy_URI: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemRemoteFetcher#test_no_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemRemoteFetcher#test_explicit_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemRemoteFetcher#test_download_cached: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemRemoteFetcher#test_fetch_path_io_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemRemoteFetcher#test_explicit_proxy_with_user_auth: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_remote_fetcher.rb:375:in `block in test_explicit_proxy_with_user_auth': warning: URI.unescape is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_remote_fetcher.rb:386:in `block in test_explicit_proxy_with_user_auth': warning: URI.unescape is obsolete 0.10 s: . TestGemRemoteFetcher#test_download: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.07 s: . TestGemRemoteFetcher#test_explicit_proxy_with_user_auth_in_env: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:194:in `escape': warning: URI.escape is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_remote_fetcher.rb:409:in `block in test_explicit_proxy_with_user_auth_in_env': warning: URI.unescape is obsolete /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_remote_fetcher.rb:410:in `block in test_explicit_proxy_with_user_auth_in_env': warning: URI.unescape is obsolete 0.11 s: . TestGemRemoteFetcher#test_implicit_upper_case_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.32 s: . TestGemRemoteFetcher#test_fetch_path_system_call_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemRemoteFetcher#test_request: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemRemoteFetcher#test_download_same_file: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete 0.09 s: . TestGemRemoteFetcher#test_get_proxy_from_env_auto_normalizes: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemRemoteFetcher#test_download_read_only: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.08 s: . TestGemRemoteFetcher#test_download_local_space: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete 0.08 s: . TestGemRemoteFetcher#test_download_unsupported: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemRemoteFetcher#test_download_platform_legacy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.24 s: . TestGemRemoteFetcher#test_request_unmodifed: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemRemoteFetcher#test_fetch_path_gzip_unmodified: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.15 s: . TestGemRemoteFetcher#test_open_uri_or_path: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemRemoteFetcher#test_fetch_path_unmodified: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.16 s: . TestGemRemoteFetcher#test_implicit_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.21 s: . TestGemRemoteFetcher#test_open_uri_or_path_limited_redirects: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.25 s: . TestGemRemoteFetcher#test_fetch_path_gzip: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.26 s: . TestGemRemoteFetcher#test_download_local_read_only: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/remote_fetcher.rb:150:in `download': warning: URI.unescape is obsolete 0.30 s: . TestGemRemoteFetcher#test_fetch_size_socket_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.45 s: . TestGemRemoteFetcher#test_self_fetcher_with_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.57 s: . TestGemRemoteFetcher#test_self_fetcher: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.38 s: . TestGemRemoteFetcher#test_fetch_size_bad_uri: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.62 s: . TestGemRemoteFetcher#test_yaml_error_on_size: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemRemoteFetcher#test_implicit_no_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.62 s: . TestGemRequirement#test_prerelease_eh: 0.09 s: . TestGemRequirement#test_satisfied_by_eh_equal: 0.03 s: . TestGemRequirement#test_satisfied_by_eh_tilde_gt: 0.21 s: . TestGemRequirement#test_satisfied_by_eh_multiple: 0.03 s: . TestGemRequirement#test_parse: 0.09 s: . TestGemRequirement#test_satisfied_by_eh_gt: 0.05 s: . TestGemRequirement#test_satisfied_by_eh_bang_equal: 0.04 s: . TestGemRequirement#test_satisfied_by_eh_boxed: 0.05 s: . TestGemRequirement#test_bad: 0.03 s: . TestGemRequirement#test_satisfied_by_eh_lte: 0.06 s: . TestGemRequirement#test_parse_bad: 0.04 s: . TestGemRequirement#test_satisfied_by_eh_gte: 0.02 s: . TestGemRequirement#test_satisfied_by_boxed: 0.05 s: . TestGemRequirement#test_satisfied_by_eh_good: 0.03 s: . TestGemRequirement#test_equals2: 0.09 s: . TestGemRequirement#test_satisfied_by_eh_lt: 0.03 s: . TestGemRequirement#test_satisfied_by_eh_list: 0.05 s: . TestGemRequirement#test_illformed_requirements: 0.05 s: . TestGemRequirement#test_class_available_as_gem_version_requirement: 0.02 s: . TestGemRequirement#test_initialize: 0.02 s: . TestGemRequirement#test_satisfied_by_eh_blank: 0.02 s: . TestGemServer#test_Marshal: 0.07 s: . TestGemServer#test_quick_missing: 0.06 s: . TestGemServer#test_yaml: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.22 s: . TestGemServer#test_yaml_Z: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.27 s: . TestGemServer#test_Marshal_Z: 0.10 s: . TestGemServer#test_quick_a_1_gemspec_rz: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.17 s: . TestGemServer#test_spec_dirs: 0.09 s: . TestGemServer#test_quick_index: 0.07 s: . TestGemServer#test_quick_index_rz: 0.54 s: . TestGemServer#test_quick_marshal_a_1_mswin32_gemspec_rz: 0.11 s: . TestGemServer#test_quick_latest_index_rz: 0.10 s: . TestGemServer#test_root: 0.09 s: . TestGemServer#test_quick_a_1_mswin32_gemspec_rz: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.18 s: . TestGemServer#test_specs_gz: 0.11 s: . TestGemServer#test_listen: 0.07 s: . TestGemServer#test_latest_specs_gz: 0.11 s: . TestGemServer#test_listen_addresses: 0.06 s: . TestGemServer#test_quick_common_substrings: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.20 s: . TestGemServer#test_latest_specs: 0.07 s: . TestGemServer#test_quick_latest_index: 0.08 s: . TestGemServer#test_specs: 0.07 s: . TestGemServer#test_quick_marshal_a_1_gemspec_rz: 0.10 s: . TestGemServer#test_rdoc: 0.07 s: . TestGemSourceIndex#test_load_gems_in: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.09 s: . TestGemSourceIndex#test_self_from_gems_in: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.64 s: . TestGemSourceIndex#test_remove_spec: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.89 s: . TestGemSourceIndex#test_refresh_bang: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.40 s: . TestGemSourceIndex#test_prerelease_specs_kept_in_right_place: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.92 s: . TestGemSourceIndex#test_refresh_bang_not_from_dir: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.03 s: . TestGemSourceIndex#test_signature: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.96 s: . TestGemSourceIndex#test_search: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.92 s: . TestGemSourceIndex#test_search_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.51 s: . TestGemSourceIndex#test_fetcher: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.88 s: . TestGemSourceIndex#test_find_name_empty_cache: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 1.00 s: . TestGemSourceIndex#test_self_load_specification_interrupt: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.93 s: . TestGemSourceIndex#test_find_missing_none_missing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.88 s: . TestGemSourceIndex#test_index_signature: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.85 s: . TestGemSourceIndex#test_latest_specs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.57 s: . TestGemSourceIndex#test_find_missing: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemSourceIndex#test_specification: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.44 s: . TestGemSourceIndex#test_self_load_specification: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.45 s: . TestGemSourceIndex#test_remove_extra: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.66 s: . TestGemSourceIndex#test_outdated: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.47 s: . TestGemSourceIndex#test_create_from_directory: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemSourceIndex#test_find_name: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.45 s: . TestGemSourceIndex#test_self_load_specification_system_exit: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.43 s: . TestGemSourceIndex#test_self_load_specification_syntax_error: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/tmp/test_rubygems_30094/gemhome/specifications/a-1.gemspec:1: warning: `+' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/tmp/test_rubygems_30094/gemhome/specifications/a-1.gemspec:1: warning: even though it seems like unary operator 0.66 s: . TestGemSourceIndex#test_self_load_specification_utf_8: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.44 s: . TestGemSourceIndex#test_remove_extra_no_changes: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.46 s: . TestGemSourceIndex#test_self_load_specification_exception: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.44 s: . TestGemSourceIndex#test_unzip: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.43 s: . TestGemSpecFetcher#test_find_matching_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.68 s: . TestGemSpecFetcher#test_load_specs_cached_empty: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemSpecFetcher#test_fetch_spec_platform_ruby: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.51 s: . TestGemSpecFetcher#test_list_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.49 s: . TestGemSpecFetcher#test_list_cache_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemSpecFetcher#test_find_matching_with_errors_matched_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.74 s: . TestGemSpecFetcher#test_fetch_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemSpecFetcher#test_find_matching_with_errors_invalid_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.55 s: . TestGemSpecFetcher#test_list_latest_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.54 s: . TestGemSpecFetcher#test_load_specs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemSpecFetcher#test_find_matching_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.76 s: . TestGemSpecFetcher#test_list_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.49 s: . TestGemSpecFetcher#test_fetch_spec_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.51 s: . TestGemSpecFetcher#test_fetch_spec_cached: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.48 s: . TestGemSpecFetcher#test_fetch_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.73 s: . TestGemSpecFetcher#test_find_all_platforms: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemSpecFetcher#test_fetch_latest: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.51 s: . TestGemSpecFetcher#test_list: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemSpecFetcher#test_load_specs_cached: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.51 s: . TestGemSpecFetcher#test_fetch_with_errors_mismatched_platform: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.76 s: . TestGemSpecFetcher#test_fetch_spec: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.54 s: . TestGemSpecFetcher#test_find_matching_prerelease: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemSpecFetcher#test_fetch_all: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.56 s: . TestGemSpecFetcher#test_list_cache: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemSpecFetcher#test_find_matching_latest: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.77 s: . TestGemSpecification#test_extensions: 0.03 s: . TestGemSpecification#test_files_extra_rdoc_files: 0.03 s: . TestGemSpecification#test_platform: 0.03 s: . TestGemSpecification#test_equals2_cgikit: 0.03 s: . TestGemSpecification#test_self_normalize_yaml_input_with_183_io: 0.03 s: . TestGemSpecification#test_to_yaml_platform_legacy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.10 s: . TestGemSpecification#test_date_equals_date: 0.03 s: . TestGemSpecification#test_files_append: 0.02 s: . TestGemSpecification#test_eql_eh: 0.03 s: . TestGemSpecification#test_validate_name: 0.03 s: . TestGemSpecification#test_license: 0.02 s: . TestGemSpecification#test_name: 0.02 s: . TestGemSpecification#test_prerelease_spec_adds_required_rubygems_version: 0.02 s: . TestGemSpecification#test_to_yaml_platform_empty_string: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemSpecification#test_bindir_equals: 0.03 s: . TestGemSpecification#test_runtime_dependencies_legacy: 0.02 s: . TestGemSpecification#test_spaceship_name: 0.03 s: . TestGemSpecification#test_date: 0.02 s: . TestGemSpecification#test_test_files: 0.02 s: . TestGemSpecification#test_bindir_equals_nil: 0.02 s: . TestGemSpecification#test_equals2_extensions: 0.03 s: . TestGemSpecification#test_validate_authors: 0.04 s: . TestGemSpecification#test_initialize_future: 0.03 s: . TestGemSpecification#test_validate_files: 0.05 s: . TestGemSpecification#test_self__load_future: 0.03 s: . TestGemSpecification#test_validate_platform_legacy: 0.04 s: . TestGemSpecification#test_lib_files: 0.02 s: . TestGemSpecification#test_files_non_array: 0.02 s: . TestGemSpecification#test_hash: 0.03 s: . TestGemSpecification#test_require_paths: 0.03 s: . TestGemSpecification#test_to_ruby_platform: 0.03 s: . TestGemSpecification#test_full_gem_path: 0.02 s: . TestGemSpecification#test_full_gem_path_double_slash: 0.03 s: . TestGemSpecification#test_spaceship_version: 0.03 s: . TestGemSpecification#test_files_duplicate: 0.02 s: . TestGemSpecification#test_dependencies: 0.03 s: . TestGemSpecification#test_has_rdoc_equals: 0.03 s: . TestGemSpecification#test_self_normalize_yaml_input_with_non_183_io: 0.03 s: . TestGemSpecification#test_date_equals_time_local: 0.03 s: . TestGemSpecification#test_original_name: 0.03 s: . TestGemSpecification#test_validate_summary: 0.04 s: . TestGemSpecification#test_to_yaml: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.11 s: . TestGemSpecification#test_equals2: 0.03 s: . TestGemSpecification#test_initialize: 0.03 s: . TestGemSpecification#test_validate_rubygems_version: 0.03 s: . TestGemSpecification#test_to_ruby_fancy: 0.03 s: . TestGemSpecification#test_author: 0.02 s: . TestGemSpecification#test_platform_equals_legacy: 0.03 s: . TestGemSpecification#test_full_name: 0.03 s: . TestGemSpecification#test_validate: 0.03 s: . TestGemSpecification#test_self_normalize_yaml_input_with_183_yaml: 0.03 s: . TestGemSpecification#test_files: 0.03 s: . TestGemSpecification#test_to_yaml_platform_nil: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemSpecification#test_licenses: 0.03 s: . TestGemSpecification#test_executables: 0.02 s: . TestGemSpecification#test_to_ruby: 0.04 s: . TestGemSpecification#test_files_non_array_pathological: 0.03 s: . TestGemSpecification#test_date_equals_time_utc: 0.03 s: . TestGemSpecification#test_platform_equals_current: 0.03 s: . TestGemSpecification#test_to_yaml_fancy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.09 s: . TestGemSpecification#test_validate_rubyforge_project: 0.03 s: . TestGemSpecification#test_has_rdoc_eh: 0.02 s: . TestGemSpecification#test_authors: 0.03 s: . TestGemSpecification#test_dependencies_scoped_by_type: 0.03 s: . TestGemSpecification#test_self_load: 0.03 s: . TestGemSpecification#test_executable_equals: 0.03 s: . TestGemSpecification#test_validate_executables: 0.03 s: . TestGemSpecification#test_equals2_default_executable: 0.03 s: . TestGemSpecification#test_full_name_windows: 0.02 s: . TestGemSpecification#test_date_equals_string: 0.02 s: . TestGemSpecification#test_self_load_legacy_ruby: 0.03 s: . TestGemSpecification#test_validate_empty: 0.03 s: . TestGemSpecification#test_platform_equals: 0.03 s: . TestGemSpecification#test__dump: 0.03 s: . TestGemSpecification#test_summary: 0.03 s: . TestGemSpecification#test_validate_empty_require_paths: 0.03 s: . TestGemSpecification#test_validate_homepage: 0.26 s: . TestGemSpecification#test_spec_name: 0.04 s: . TestGemSpecification#test_default_executable: 0.03 s: . TestGemSpecification#test_validate_specification_version: 0.04 s: . TestGemSpecification#test_self_attribute_names: 0.03 s: . TestGemSpecification#test_spaceship_platform: 0.04 s: . TestGemSpecification#test_self_normalize_yaml_input_with_non_183_yaml: 0.03 s: . TestGemSpecification#test_description: 0.03 s: . TestGemSpecification#test_installation_path: 0.03 s: . TestGemSpecification#test_validate_email: 0.04 s: . TestGemSpecification#test_to_ruby_legacy: 0.04 s: . TestGemSpecification#test_version: 0.03 s: . TestGemSpecification#test_validate_description: 0.03 s: . TestGemSpecification#test_requirements: 0.03 s: . TestGemSpecification#test_validate_autorequire: 0.03 s: . TestGemSpecification#test_add_dependency_with_explicit_type: 0.03 s: . TestGemSpecification#test_date_equals_time: 0.02 s: . TestGemSpecification#test_initialize_copy: 0.03 s: . TestGemSpecification#test_load_errors_contain_filename: 0.03 s: . TestGemStreamUI#test_proress_reporter_silent_false: 0.01 s: . TestGemStreamUI#test_choose_from_list: 0.01 s: . TestGemStreamUI#test_proress_reporter_silent_nil: 0.01 s: . TestGemStreamUI#test_choose_from_list_EOF: 0.01 s: . TestGemStreamUI#test_proress_reporter_simple: 0.01 s: . TestGemStreamUI#test_ask_yes_no_no_tty_without_default: 0.01 s: . TestGemStreamUI#test_ask_for_password: 0.02 s: . TestGemStreamUI#test_ask_no_tty: 0.01 s: . TestGemStreamUI#test_ask_for_password_no_tty: 0.01 s: . TestGemStreamUI#test_proress_reporter_verbose: 0.01 s: . TestGemStreamUI#test_ask_yes_no_no_tty_with_default: 0.01 s: . TestGemStreamUI#test_ask: 0.01 s: . TestGemUninstaller#test_remove_executables_force_keep: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.55 s: . TestGemUninstaller#test_remove_executables_force_remove: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.57 s: . TestGemUninstaller#test_uninstall: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.54 s: . TestGemUninstaller#test_uninstall_user: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.56 s: . TestGemUninstaller#test_path_ok_eh_user: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.52 s: . TestGemUninstaller#test_path_ok_eh: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.55 s: . TestGemUninstaller#test_initialize_expand_path: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.54 s: . TestGemUninstaller#test_path_ok_eh_legacy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.76 s: . TestGemUninstaller#test_remove_executables_user: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.54 s: . TestGemValidator#test_verify_gem_no_sum: 0.01 s: . TestGemValidator#test_verify_gem_invalid_checksum: 0.01 s: . TestGemValidator#test_verify_gem_file: 0.01 s: . TestGemValidator#test_verify_gem_file_nonexistent: 0.01 s: . TestGemValidator#test_verify_gem: 0.01 s: . TestGemValidator#test_verify_gem_file_empty: 0.01 s: . TestGemValidator#test_verify_gem_empty: 0.01 s: . TestGemVersion#test_bump_one_level: 0.01 s: . TestGemVersion#test_release: 0.01 s: . TestGemVersion#test_initialize_bad: 0.01 s: . TestGemVersion#test_class_create: 0.01 s: . TestGemVersion#test_bump_trailing_zeros: 0.01 s: . TestGemVersion#test_hash: 0.01 s: . TestGemVersion#test_prerelease: 0.01 s: . TestGemVersion#test_bump: 0.01 s: . TestGemVersion#test_to_s: 0.01 s: . TestGemVersion#test_spermy_recommendation: 0.01 s: . TestGemVersion#test_bump_alpha: 0.01 s: . TestGemVersion#test_equals: 0.01 s: . TestGemVersion#test_initialize: 0.01 s: . TestGemVersion#test_spaceship: 0.01 s: . TestGemVersion#test_eql_eh: 0.01 s: . TestGemVersionOption#test_platform_option: 0.02 s: . TestGemVersionOption#test_add_platform_option: 0.01 s: . TestGemVersionOption#test_add_version_option: 0.01 s: . TestGemVersionOption#test_version_option: 0.02 s: . TestGemVersionOption#test_platform_option_twice: 0.02 s: . TestGemVersionOption#test_platform_option_ruby: 0.02 s: . TestGemVersionOption#test_enables_prerelease: 0.02 s: . TestHash#test_AREF: 0.00 s: . TestHash#test_ASET: 0.00 s: . TestHash#test_EQUAL: 0.00 s: . TestHash#test_assoc: 0.00 s: . TestHash#test_callcc: 0.00 s: . TestHash#test_clear: 0.00 s: . TestHash#test_clear2: 0.00 s: . TestHash#test_clone: 0.00 s: . TestHash#test_compare_by_identity: 0.00 s: . TestHash#test_create: 0.00 s: . TestHash#test_default: 0.00 s: . TestHash#test_default=: 0.00 s: . TestHash#test_default_proc: 0.00 s: . TestHash#test_delete: 0.00 s: . TestHash#test_delete_if: 0.00 s: . TestHash#test_dup: 0.00 s: . TestHash#test_each: 0.00 s: . TestHash#test_each_key: 0.00 s: . TestHash#test_each_pair: 0.00 s: . TestHash#test_each_value: 0.00 s: . TestHash#test_empty?: 0.00 s: . TestHash#test_eql: 0.00 s: . TestHash#test_equal2: 0.00 s: . TestHash#test_fetch: 0.00 s: . TestHash#test_fetch2: 0.00 s: . TestHash#test_flatten: 0.00 s: . TestHash#test_hash: 0.00 s: . TestHash#test_hash2: 0.00 s: . TestHash#test_hash_bignum_hash: 0.00 s: . TestHash#test_hash_hash: 0.00 s: . TestHash#test_hash_poped: 0.00 s: . TestHash#test_include?: 0.00 s: . TestHash#test_intialize_wrong_arguments: 0.00 s: . TestHash#test_invert: 0.00 s: . TestHash#test_keep_if: 0.00 s: . TestHash#test_key: 0.00 s: . TestHash#test_key2?: 0.00 s: . TestHash#test_key?: 0.00 s: . TestHash#test_keys: 0.00 s: . TestHash#test_length: 0.00 s: . TestHash#test_member?: 0.00 s: . TestHash#test_merge: 0.00 s: . TestHash#test_rassoc: 0.00 s: . TestHash#test_recursive_key: 0.00 s: . TestHash#test_rehash: 0.00 s: . TestHash#test_rehash2: 0.00 s: . TestHash#test_reject: 0.00 s: . TestHash#test_reject!: 0.00 s: . TestHash#test_reject_bang2: 0.00 s: . TestHash#test_replace: 0.00 s: . TestHash#test_replace2: 0.00 s: . TestHash#test_s_AREF: 0.00 s: . TestHash#test_s_new: 0.00 s: . TestHash#test_security_check: 0.00 s: . TestHash#test_select: 0.00 s: . TestHash#test_select!: 0.00 s: . TestHash#test_shift: 0.00 s: . TestHash#test_shift2: 0.00 s: . TestHash#test_size: 0.00 s: . TestHash#test_size2: 0.00 s: . TestHash#test_sort: 0.00 s: . TestHash#test_store: 0.00 s: . TestHash#test_to_a: 0.00 s: . TestHash#test_to_hash: 0.00 s: . TestHash#test_to_s: 0.00 s: . TestHash#test_update: 0.00 s: . TestHash#test_update2: 0.00 s: . TestHash#test_value2?: 0.00 s: . TestHash#test_value?: 0.00 s: . TestHash#test_values: 0.00 s: . TestHash#test_values_at: 0.00 s: . TestIO#test_autoclose: 0.00 s: . TestIO#test_binmode_after_closed: 0.00 s: . TestIO#test_bytes: 0.00 s: . TestIO#test_chars: 0.00 s: . TestIO#test_close_on_exec: 0.07 s: . TestIO#test_close_read: 0.03 s: . TestIO#test_close_read_non_readable: 0.00 s: . TestIO#test_close_read_pipe: 0.00 s: . TestIO#test_close_read_security_error: 0.01 s: . TestIO#test_close_security_error: 0.01 s: . TestIO#test_close_write: 0.07 s: . TestIO#test_close_write_non_readable: 0.01 s: . TestIO#test_close_write_security_error: 0.00 s: . TestIO#test_copy_stream: 1.98 s: . TestIO#test_copy_stream_dst_rbuf: 0.00 s: . TestIO#test_copy_stream_fname_to_strio: 0.00 s: . TestIO#test_copy_stream_io_to_rot13: 0.00 s: . TestIO#test_copy_stream_io_to_strio: 0.00 s: . TestIO#test_copy_stream_rbuf: 0.00 s: . TestIO#test_copy_stream_rot13_to_io: 0.00 s: . TestIO#test_copy_stream_rot13_to_rot13: 0.00 s: . TestIO#test_copy_stream_socket: 0.27 s: . TestIO#test_copy_stream_src_wbuf: 0.00 s: . TestIO#test_copy_stream_strio: 0.00 s: . TestIO#test_copy_stream_strio_flush: 0.00 s: . TestIO#test_copy_stream_strio_len: 0.00 s: . TestIO#test_copy_stream_strio_off: 0.00 s: . TestIO#test_copy_stream_strio_rbuf: 0.00 s: . TestIO#test_copy_stream_strio_to_fname: 0.00 s: . TestIO#test_copy_stream_strio_to_io: 0.00 s: . TestIO#test_display: 0.07 s: . TestIO#test_dup: 0.06 s: . TestIO#test_dup_many: 0.08 s: . TestIO#test_each_byte: 0.00 s: . TestIO#test_each_char: 0.00 s: . TestIO#test_each_codepoint: 0.00 s: . TestIO#test_flag: 0.00 s: . TestIO#test_foreach: 0.06 s: . TestIO#test_gets: 0.00 s: . TestIO#test_gets_limit_extra_arg: 0.00 s: . TestIO#test_gets_rs: 0.00 s: . TestIO#test_initialize: 0.00 s: . TestIO#test_inspect: 0.00 s: . TestIO#test_lines: 0.00 s: . TestIO#test_new_with_block: 0.06 s: . TestIO#test_nofollow: 0.01 s: . TestIO#test_open_pipe: 0.06 s: . TestIO#test_open_redirect: 0.00 s: . TestIO#test_pid: 0.06 s: . TestIO#test_pipe: 0.00 s: . TestIO#test_pipe_block: 0.00 s: . TestIO#test_pipe_block_close: 0.00 s: . TestIO#test_pos: 0.00 s: . TestIO#test_print: 0.06 s: . TestIO#test_print_separators: 0.00 s: . TestIO#test_printf: 0.00 s: . TestIO#test_putc: 0.06 s: . TestIO#test_puts_recursive_array: 0.00 s: . TestIO#test_read: 0.00 s: . TestIO#test_read_lock: 0.01 s: . TestIO#test_read_nonblock_error: 0.00 s: . TestIO#test_readbyte: 0.00 s: . TestIO#test_readchar: 0.00 s: . TestIO#test_readline: 0.00 s: . TestIO#test_readline2: 0.06 s: . TestIO#test_readlines: 0.06 s: . TestIO#test_readpartial: 0.00 s: . TestIO#test_readpartial_lock: 0.00 s: . TestIO#test_readpartial_pos: 0.00 s: . TestIO#test_reinitialize: 0.00 s: . TestIO#test_reopen: 0.00 s: . TestIO#test_reopen_inherit: 0.11 s: . TestIO#test_rubydev33072: 0.00 s: . TestIO#test_s_read: 0.00 s: . TestIO#test_s_readlines: 0.00 s: . TestIO#test_set_lineno: 0.06 s: . TestIO#test_set_stdout: 0.06 s: . TestIO#test_sysopen: 0.00 s: . TestIO#test_sysread: 0.00 s: . TestIO#test_sysseek: 0.00 s: . TestIO#test_syswrite: 0.00 s: . TestIO#test_tainted: 0.00 s: . TestIO#test_threaded_flush: 1.63 s: . TestIO#test_try_convert: 0.00 s: . TestIO#test_ungetbyte: 0.00 s: . TestIO#test_ungetc: 0.00 s: . TestIO#test_ungetc2: 0.00 s: . TestIO#test_uninitialized: 0.00 s: . TestIO#test_write_non_writable: 0.00 s: . TestIO#test_write_nonblock: 0.00 s: . TestIO#test_write_nonblock_error: 0.00 s: . TestIONonblock#test_flush: 0.00 s: . TestIOScanf#test_001: 0.00 s: . TestIOScanf#test_002: 0.00 s: . TestIOScanf#test_003: 0.00 s: . TestIOScanf#test_004: 0.00 s: . TestIOScanf#test_005: 0.00 s: . TestIOScanf#test_006: 0.00 s: . TestIOScanf#test_007: 0.00 s: . TestIOScanf#test_008: 0.00 s: . TestIOScanf#test_009: 0.00 s: . TestIOScanf#test_010: 0.00 s: . TestIOScanf#test_011: 0.00 s: . TestIOScanf#test_012: 0.00 s: . TestIOScanf#test_013: 0.00 s: . TestIOScanf#test_014: 0.00 s: . TestIOScanf#test_015: 0.00 s: . TestIOScanf#test_016: 0.00 s: . TestIOScanf#test_017: 0.00 s: . TestIOScanf#test_018: 0.00 s: . TestIOScanf#test_019: 0.00 s: . TestIOScanf#test_020: 0.00 s: . TestIOScanf#test_021: 0.00 s: . TestIOScanf#test_022: 0.00 s: . TestIOScanf#test_023: 0.00 s: . TestIOScanf#test_024: 0.00 s: . TestIOScanf#test_025: 0.00 s: . TestIOScanf#test_026: 0.00 s: . TestIOScanf#test_027: 0.00 s: . TestIOScanf#test_028: 0.00 s: . TestIOScanf#test_029: 0.00 s: . TestIOScanf#test_030: 0.00 s: . TestIOScanf#test_031: 0.00 s: . TestIOScanf#test_032: 0.00 s: . TestIOScanf#test_033: 0.00 s: . TestIOScanf#test_034: 0.00 s: . TestIOScanf#test_035: 0.00 s: . TestIOScanf#test_036: 0.00 s: . TestIOScanf#test_037: 0.00 s: . TestIOScanf#test_038: 0.00 s: . TestIOScanf#test_039: 0.00 s: . TestIOScanf#test_040: 0.00 s: . TestIOScanf#test_041: 0.00 s: . TestIOScanf#test_042: 0.00 s: . TestIOScanf#test_043: 0.00 s: . TestIOScanf#test_044: 0.00 s: . TestIOScanf#test_045: 0.00 s: . TestIOScanf#test_046: 0.00 s: . TestIOScanf#test_047: 0.00 s: . TestIOScanf#test_048: 0.00 s: . TestIOScanf#test_049: 0.00 s: . TestIOScanf#test_050: 0.00 s: . TestIOScanf#test_051: 0.00 s: . TestIOScanf#test_052: 0.00 s: . TestIOScanf#test_053: 0.00 s: . TestIOScanf#test_054: 0.00 s: . TestIOScanf#test_055: 0.00 s: . TestIOScanf#test_056: 0.00 s: . TestIOScanf#test_057: 0.00 s: . TestIOScanf#test_058: 0.00 s: . TestIOScanf#test_059: 0.00 s: . TestIOScanf#test_060: 0.00 s: . TestIOScanf#test_061: 0.00 s: . TestIOScanf#test_062: 0.00 s: . TestIOScanf#test_063: 0.00 s: . TestIOScanf#test_064: 0.00 s: . TestIOScanf#test_065: 0.00 s: . TestIOScanf#test_066: 0.00 s: . TestIOScanf#test_067: 0.00 s: . TestIOScanf#test_068: 0.00 s: . TestIOScanf#test_069: 0.00 s: . TestIOScanf#test_070: 0.00 s: . TestIOScanf#test_071: 0.00 s: . TestIOScanf#test_072: 0.00 s: . TestIOScanf#test_073: 0.00 s: . TestIOScanf#test_074: 0.00 s: . TestIOScanf#test_075: 0.00 s: . TestIOScanf#test_076: 0.00 s: . TestIOScanf#test_077: 0.00 s: . TestIOScanf#test_078: 0.00 s: . TestIOScanf#test_079: 0.00 s: . TestIOScanf#test_080: 0.00 s: . TestIOScanf#test_081: 0.00 s: . TestIOScanf#test_082: 0.00 s: . TestIOScanf#test_083: 0.00 s: . TestIOScanf#test_084: 0.00 s: . TestIOScanf#test_085: 0.00 s: . TestIOScanf#test_086: 0.00 s: . TestIOScanf#test_087: 0.00 s: . TestIOScanf#test_088: 0.00 s: . TestIOScanf#test_089: 0.00 s: . TestIOScanf#test_090: 0.00 s: . TestIOScanf#test_091: 0.00 s: . TestIOScanf#test_092: 0.00 s: . TestIOScanf#test_093: 0.00 s: . TestIOScanf#test_094: 0.00 s: . TestIOScanf#test_095: 0.00 s: . TestIOScanf#test_096: 0.00 s: . TestIOScanf#test_097: 0.00 s: . TestIOScanf#test_098: 0.00 s: . TestIOScanf#test_099: 0.00 s: . TestIOScanf#test_100: 0.00 s: . TestIOScanf#test_101: 0.00 s: . TestIOScanf#test_102: 0.00 s: . TestIOScanf#test_103: 0.00 s: . TestIOScanf#test_104: 0.00 s: . TestIOScanf#test_105: 0.00 s: . TestIOScanf#test_106: 0.00 s: . TestIOScanf#test_107: 0.00 s: . TestIOScanf#test_108: 0.00 s: . TestIOScanf#test_109: 0.00 s: . TestIOScanf#test_110: 0.00 s: . TestIOScanf#test_111: 0.00 s: . TestIOScanf#test_112: 0.00 s: . TestIOScanf#test_113: 0.00 s: . TestIOScanf#test_114: 0.00 s: . TestIOScanf#test_115: 0.00 s: . TestIOScanf#test_116: 0.00 s: . TestIOScanf#test_117: 0.00 s: . TestIOScanf#test_118: 0.00 s: . TestIOScanf#test_119: 0.00 s: . TestIOScanf#test_120: 0.00 s: . TestIOScanf#test_121: 0.00 s: . TestIOScanf#test_122: 0.00 s: . TestIOScanf#test_123: 0.00 s: . TestIOScanf#test_124: 0.00 s: . TestIOScanf#test_125: 0.00 s: . TestIOScanf#test_126: 0.00 s: . TestIOScanf#test_127: 0.00 s: . TestIOScanf#test_128: 0.00 s: . TestIOScanf#test_129: 0.00 s: . TestIOScanf#test_130: 0.00 s: . TestIOScanf#test_131: 0.00 s: . TestIOScanf#test_132: 0.00 s: . TestIOScanf#test_133: 0.00 s: . TestIOScanf#test_134: 0.00 s: . TestIOScanf#test_135: 0.00 s: . TestIOScanf#test_136: 0.00 s: . TestIOScanf#test_137: 0.00 s: . TestIOScanf#test_138: 0.00 s: . TestIOScanf#test_139: 0.00 s: . TestIOScanf#test_140: 0.00 s: . TestIOScanf#test_141: 0.00 s: . TestIOScanf#test_142: 0.00 s: . TestIOScanf#test_143: 0.00 s: . TestIOScanf#test_144: 0.00 s: . TestIOScanf#test_145: 0.00 s: . TestIOScanf#test_146: 0.00 s: . TestIOScanf#test_147: 0.00 s: . TestIOScanf#test_148: 0.00 s: . TestIOScanf#test_149: 0.00 s: . TestIOScanf#test_150: 0.00 s: . TestIOScanf#test_151: 0.00 s: . TestIOScanf#test_152: 0.00 s: . TestIOScanf#test_153: 0.00 s: . TestIOScanf#test_154: 0.00 s: . TestIOScanf#test_155: 0.00 s: . TestIOScanf#test_156: 0.00 s: . TestIOScanf#test_157: 0.00 s: . TestIOScanf#test_158: 0.00 s: . TestIOScanf#test_159: 0.00 s: . TestIOScanf#test_160: 0.00 s: . TestIOScanf#test_161: 0.00 s: . TestIOScanf#test_162: 0.00 s: . TestIOScanf#test_163: 0.00 s: . TestIOScanf#test_164: 0.00 s: . TestIOScanf#test_165: 0.00 s: . TestIOScanf#test_166: 0.00 s: . TestIOScanf#test_167: 0.00 s: . TestIOScanf#test_168: 0.00 s: . TestIOScanf#test_169: 0.00 s: . TestIOScanf#test_170: 0.00 s: . TestIOScanf#test_171: 0.00 s: . TestIOScanf#test_172: 0.00 s: . TestIOScanf#test_173: 0.00 s: . TestIOScanf#test_174: 0.00 s: . TestIOScanf#test_175: 0.00 s: . TestIOScanf#test_176: 0.00 s: . TestIOScanf#test_177: 0.00 s: . TestIOScanf#test_178: 0.00 s: . TestIOScanf#test_179: 0.00 s: . TestIOScanf#test_180: 0.00 s: . TestIOScanf#test_181: 0.00 s: . TestIOScanf#test_182: 0.00 s: . TestIOScanf#test_183: 0.00 s: . TestIOScanf#test_184: 0.00 s: . TestIOScanf#test_185: 0.00 s: . TestIOScanf#test_186: 0.00 s: . TestIOScanf#test_187: 0.00 s: . TestIOScanf#test_188: 0.00 s: . TestIOScanf#test_189: 0.00 s: . TestIOScanf#test_190: 0.00 s: . TestIOScanf#test_191: 0.00 s: . TestIOScanf#test_192: 0.00 s: . TestIOScanf#test_193: 0.00 s: . TestIOScanf#test_194: 0.00 s: . TestIOScanf#test_195: 0.00 s: . TestIOScanf#test_196: 0.00 s: . TestIOScanf#test_197: 0.00 s: . TestIOScanf#test_198: 0.00 s: . TestIOScanf#test_199: 0.00 s: . TestIOScanf#test_200: 0.00 s: . TestIOScanf#test_201: 0.00 s: . TestIOScanf#test_202: 0.00 s: . TestIOScanf#test_203: 0.00 s: . TestIOScanf#test_204: 0.00 s: . TestIOScanf#test_205: 0.00 s: . TestIOScanf#test_206: 0.00 s: . TestIOScanf#test_207: 0.00 s: . TestIOScanf#test_208: 0.00 s: . TestIOScanf#test_209: 0.00 s: . TestIOScanf#test_210: 0.00 s: . TestIOScanf#test_211: 0.00 s: . TestIOScanf#test_212: 0.00 s: . TestIOScanf#test_213: 0.00 s: . TestIOScanf#test_214: 0.00 s: . TestIOScanf#test_215: 0.00 s: . TestIOScanf#test_216: 0.00 s: . TestIOScanf#test_217: 0.00 s: . TestIOScanf#test_218: 0.00 s: . TestIOScanf#test_219: 0.00 s: . TestIOScanf#test_220: 0.00 s: . TestIOScanf#test_221: 0.00 s: . TestIOScanf#test_222: 0.00 s: . TestIOScanf#test_223: 0.00 s: . TestIOScanf#test_224: 0.00 s: . TestIOScanf#test_225: 0.00 s: . TestIOScanf#test_226: 0.00 s: . TestIOScanf#test_227: 0.00 s: . TestIOScanf#test_228: 0.00 s: . TestIOScanf#test_229: 0.00 s: . TestIOScanf#test_230: 0.00 s: . TestIOScanf#test_231: 0.00 s: . TestIOScanf#test_232: 0.00 s: . TestIOScanf#test_233: 0.00 s: . TestIOScanf#test_234: 0.00 s: . TestIO_Console#test_echo: 0.02 s: . TestIO_Console#test_iflush: 0.00 s: . TestIO_Console#test_ioflush: 0.00 s: . TestIO_Console#test_ioflush2: 0.00 s: . TestIO_Console#test_noecho: 0.10 s: . TestIO_Console#test_noecho2: 0.40 s: . TestIO_Console#test_oflush: 0.00 s: . TestIO_Console#test_raw: 0.00 s: . TestIO_Console#test_setecho: 0.10 s: . TestIO_Console#test_setecho2: 0.40 s: . TestIO_Console#test_winsize: 0.00 s: . TestIO_M17N#test_binary: 0.00 s: . TestIO_M17N#test_binmode: 0.00 s: . TestIO_M17N#test_binmode2: 0.00 s: . TestIO_M17N#test_binmode3: 0.00 s: . TestIO_M17N#test_binmode_paragraph_nonasciicompat: 0.00 s: . TestIO_M17N#test_binmode_write_ascii_incompat_internal: 0.00 s: . TestIO_M17N#test_both_textmode_binmode: 0.00 s: . TestIO_M17N#test_cbuf: 0.00 s: . TestIO_M17N#test_cbuf_select: 0.00 s: . TestIO_M17N#test_dup: 0.00 s: . TestIO_M17N#test_dup_undef: 0.00 s: . TestIO_M17N#test_file_foreach: 0.00 s: . TestIO_M17N#test_getc_invalid: 0.00 s: . TestIO_M17N#test_getc_invalid2: 0.00 s: . TestIO_M17N#test_getc_invalid3: 0.00 s: . TestIO_M17N#test_getc_newlineconv: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io_m17n.rb:393: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io_m17n.rb:399: warning: setting Encoding.default_external 0.00 s: . TestIO_M17N#test_getc_newlineconv_invalid: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io_m17n.rb:408: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io_m17n.rb:417: warning: setting Encoding.default_external 0.00 s: . TestIO_M17N#test_getc_stateful_conversion: 0.00 s: . TestIO_M17N#test_gets_invalid: 0.00 s: . TestIO_M17N#test_gets_limit: 0.00 s: . TestIO_M17N#test_gets_nil: 0.00 s: . TestIO_M17N#test_invalid_r: 0.00 s: . TestIO_M17N#test_invalid_w: 0.00 s: . TestIO_M17N#test_io_new_enc: 0.00 s: . TestIO_M17N#test_marshal: 0.00 s: . TestIO_M17N#test_nonascii_terminator: 0.00 s: . TestIO_M17N#test_open_ascii: 0.00 s: . TestIO_M17N#test_open_nonascii: 0.00 s: . TestIO_M17N#test_open_pipe_r_enc: 0.07 s: . TestIO_M17N#test_open_r: 0.00 s: . TestIO_M17N#test_open_r_enc: 0.00 s: . TestIO_M17N#test_open_r_enc_enc: 0.00 s: . TestIO_M17N#test_open_r_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_r_enc_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_r_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_r_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_rb: 0.00 s: . TestIO_M17N#test_open_w: 0.00 s: . TestIO_M17N#test_open_w_enc: 0.00 s: . TestIO_M17N#test_open_w_enc_enc: 0.00 s: . TestIO_M17N#test_open_w_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_w_enc_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_w_enc_enc_perm: 0.00 s: . TestIO_M17N#test_open_w_enc_in_opt: 0.00 s: . TestIO_M17N#test_open_w_enc_in_opt2: 0.00 s: . TestIO_M17N#test_open_wb: 0.00 s: . TestIO_M17N#test_pipe: 0.00 s: . TestIO_M17N#test_pipe_conversion: 0.00 s: . TestIO_M17N#test_pipe_convert_partial_read: 0.10 s: . TestIO_M17N#test_pipe_terminator_conversion: 0.00 s: . TestIO_M17N#test_popen_r_enc: 0.06 s: . TestIO_M17N#test_popen_r_enc_enc: 0.06 s: . TestIO_M17N#test_popen_r_enc_enc_in_opt: 0.06 s: . TestIO_M17N#test_popen_r_enc_enc_in_opt2: 0.07 s: . TestIO_M17N#test_popen_r_enc_in_opt: 0.06 s: . TestIO_M17N#test_popen_r_enc_in_opt2: 0.06 s: . TestIO_M17N#test_popenv_r_enc_enc_in_opt2: 0.06 s: . TestIO_M17N#test_puts_widechar: 0.00 s: . TestIO_M17N#test_read_all: 0.00 s: . TestIO_M17N#test_read_all_invalid: 0.00 s: . TestIO_M17N#test_read_encoding: 0.01 s: . TestIO_M17N#test_read_mode: 0.01 s: . TestIO_M17N#test_read_newline_conversion_error: 0.00 s: . TestIO_M17N#test_read_newline_conversion_with_encoding_conversion: 0.00 s: . TestIO_M17N#test_read_newline_conversion_without_encoding_conversion: 0.00 s: . TestIO_M17N#test_read_stateful: 0.00 s: . TestIO_M17N#test_s_foreach_enc: 0.00 s: . TestIO_M17N#test_s_foreach_enc_enc: 0.00 s: . TestIO_M17N#test_s_foreach_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_enc_enc_in_opt2: 0.00 s: . TestIO_M17N#test_s_foreach_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_enc_in_opt2: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_enc: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_enc_in_opt2: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_in_opt: 0.00 s: . TestIO_M17N#test_s_foreach_open_args_enc_in_opt2: 0.00 s: . TestIO_M17N#test_s_pipe_invalid: 0.00 s: . TestIO_M17N#test_s_pipe_undef: 0.00 s: . TestIO_M17N#test_s_pipe_undef_replace_string: 0.00 s: . TestIO_M17N#test_set_encoding: 0.00 s: . TestIO_M17N#test_set_encoding2: 0.00 s: . TestIO_M17N#test_set_encoding_binmode: 0.00 s: . TestIO_M17N#test_set_encoding_enc: 0.00 s: . TestIO_M17N#test_set_encoding_invalid: 0.00 s: . TestIO_M17N#test_set_encoding_nil: 0.00 s: . TestIO_M17N#test_set_encoding_undef: 0.00 s: . TestIO_M17N#test_set_encoding_undef_replace: 0.00 s: . TestIO_M17N#test_stderr: 0.00 s: . TestIO_M17N#test_stdin: 0.00 s: . TestIO_M17N#test_stdin_external_encoding_with_reopen: 0.06 s: . TestIO_M17N#test_stdout: 0.00 s: . TestIO_M17N#test_strip_bom: 0.00 s: . TestIO_M17N#test_terminator_conversion: 0.00 s: . TestIO_M17N#test_terminator_conversion2: 0.00 s: . TestIO_M17N#test_terminator_stateful_conversion: 0.00 s: . TestIO_M17N#test_text_mode_ungetc_eof: 0.00 s: . TestIO_M17N#test_textmode_decode_universal_newline_getc: 0.00 s: . TestIO_M17N#test_textmode_decode_universal_newline_gets: 0.00 s: . TestIO_M17N#test_textmode_decode_universal_newline_read: 0.00 s: . TestIO_M17N#test_textmode_decode_universal_newline_utf16: 0.00 s: . TestIO_M17N#test_textmode_encode_newline: 0.00 s: . TestIO_M17N#test_textmode_encode_newline_enc: 0.00 s: . TestIO_M17N#test_textmode_paragraph_binaryread: 0.00 s: . TestIO_M17N#test_textmode_paragraph_nonasciicompat: 0.00 s: . TestIO_M17N#test_textmode_paragraphmode: 0.00 s: . TestIO_M17N#test_undef_r: 0.00 s: . TestIO_M17N#test_undef_w_stateful: 0.01 s: . TestIO_M17N#test_undef_w_stateless: 0.00 s: . TestIO_M17N#test_ungetc_stateful_conversion: 0.00 s: . TestIO_M17N#test_ungetc_stateful_conversion2: 0.00 s: . TestIO_M17N#test_w_xml_attr: 0.01 s: . TestIO_M17N#test_write_ascii_incompat: 0.00 s: . TestIO_M17N#test_write_conversion: 0.00 s: . TestIO_M17N#test_write_conversion_anyenc_stateful: 0.00 s: . TestIO_M17N#test_write_conversion_anyenc_stateful_nosync: 0.00 s: . TestIO_M17N#test_write_conversion_anyenc_stateless: 0.00 s: . TestIO_M17N#test_write_conversion_fixenc: 0.00 s: . TestIO_M17N#test_write_mode: 0.12 s: . TestIO_M17N#test_write_mode_fail: 0.00 s: . TestIO_M17N#test_write_noenc: 0.00 s: . TestISO8859#test_iso_8859_1: 0.01 s: . TestISO8859#test_iso_8859_10: 0.01 s: . TestISO8859#test_iso_8859_11: 0.01 s: . TestISO8859#test_iso_8859_13: 0.01 s: . TestISO8859#test_iso_8859_14: 0.01 s: . TestISO8859#test_iso_8859_15: 0.01 s: . TestISO8859#test_iso_8859_16: 0.01 s: . TestISO8859#test_iso_8859_2: 0.01 s: . TestISO8859#test_iso_8859_3: 0.01 s: . TestISO8859#test_iso_8859_4: 0.01 s: . TestISO8859#test_iso_8859_5: 0.02 s: . TestISO8859#test_iso_8859_6: 0.00 s: . TestISO8859#test_iso_8859_7: 0.02 s: . TestISO8859#test_iso_8859_8: 0.01 s: . TestISO8859#test_iso_8859_9: 0.01 s: . TestIconv::Basic#test_close: 0.04 s: . TestIconv::Basic#test_euc2sjis: 0.00 s: . TestIconv::Basic#test_invalid_arguments: 0.00 s: . TestIconv::Basic#test_open_with_block: 0.00 s: . TestIconv::Basic#test_open_without_block: 0.00 s: . TestIconv::Basic#test_unknown_encoding: 0.02 s: . TestIconv::Partial#test_partial_ascii: 0.00 s: . TestIconv::Partial#test_partial_euc2sjis: 0.00 s: . TestIfunless#test_if_unless: 0.00 s: . TestInteger#test_Integer: 0.01 s: . TestInteger#test_aref: 0.00 s: . TestInteger#test_chr: 0.00 s: . TestInteger#test_downto: 0.00 s: . TestInteger#test_int_p: 0.00 s: . TestInteger#test_lshift: 0.00 s: . TestInteger#test_odd_p_even_p: 0.00 s: . TestInteger#test_pow: 0.00 s: . TestInteger#test_round: 0.00 s: . TestInteger#test_rshift: 0.00 s: . TestInteger#test_succ: 0.00 s: . TestInteger#test_times: 0.00 s: . TestInteger#test_upto: 0.00 s: . TestIntegerComb#test_abs: 0.00 s: . TestIntegerComb#test_and: 1.30 s: . TestIntegerComb#test_aref: 0.81 s: . TestIntegerComb#test_ceil: 0.00 s: . TestIntegerComb#test_cmp: 1.35 s: . TestIntegerComb#test_divmod: 1.50 s: . TestIntegerComb#test_eq: 0.36 s: . TestIntegerComb#test_even_odd: 0.01 s: . TestIntegerComb#test_fixnum_range: 0.00 s: . TestIntegerComb#test_floor: 0.00 s: . TestIntegerComb#test_lshift: 12.46 s: . TestIntegerComb#test_marshal: 0.00 s: . TestIntegerComb#test_minus: 2.23 s: . TestIntegerComb#test_mult: 2.05 s: . TestIntegerComb#test_not: 0.01 s: . TestIntegerComb#test_or: 1.73 s: . TestIntegerComb#test_pack: 0.10 s: . TestIntegerComb#test_pack_ber: 0.01 s: . TestIntegerComb#test_pack_utf8: 0.01 s: . TestIntegerComb#test_plus: 2.18 s: . TestIntegerComb#test_pow: 0.95 s: . TestIntegerComb#test_pred: 0.01 s: . TestIntegerComb#test_printf_b: 0.00 s: . TestIntegerComb#test_printf_b_sign: 0.01 s: . TestIntegerComb#test_printf_diu: 0.01 s: . TestIntegerComb#test_printf_o: 0.00 s: . TestIntegerComb#test_printf_o_sign: 0.01 s: . TestIntegerComb#test_printf_x: 0.00 s: . TestIntegerComb#test_printf_x_sign: 0.01 s: . TestIntegerComb#test_remainder: 0.88 s: . TestIntegerComb#test_round: 0.00 s: . TestIntegerComb#test_rshift: 12.40 s: . TestIntegerComb#test_succ: 0.01 s: . TestIntegerComb#test_to_s: 0.09 s: . TestIntegerComb#test_truncate: 0.00 s: . TestIntegerComb#test_unary_minus: 0.01 s: . TestIntegerComb#test_unary_plus: 0.00 s: . TestIntegerComb#test_xor: 1.06 s: . TestIntegerComb#test_zero_nonzero: 0.26 s: . TestIssuezillaParsing#test_rexml: 19.44 s: . TestIterator#test_append_method_to_built_in_class: 0.00 s: . TestIterator#test_argument: 0.00 s: . TestIterator#test_array: 0.00 s: . TestIterator#test_assoc_yield: 0.00 s: . TestIterator#test_block: 0.00 s: . TestIterator#test_block_argument_without_paren: 0.00 s: . TestIterator#test_block_given: 0.00 s: . TestIterator#test_block_given_within_iterator: 0.00 s: . TestIterator#test_block_passing: 0.00 s: . TestIterator#test_break: 0.00 s: . TestIterator#test_break__nested_loop1: 0.00 s: . TestIterator#test_break__nested_loop2: 0.00 s: . TestIterator#test_break__nested_loop3: 0.00 s: . TestIterator#test_break_from_enum: 0.00 s: . TestIterator#test_collect: 0.00 s: . TestIterator#test_enumerator: 0.00 s: . TestIterator#test_get_block: 0.00 s: . TestIterator#test_iter4: 0.00 s: . TestIterator#test_iter_test2: 0.00 s: . TestIterator#test_iterator: 0.00 s: . TestIterator#test_itertest: 0.00 s: . TestIterator#test_ljump: 0.00 s: . TestIterator#test_marity: 0.00 s: . TestIterator#test_nested_iterator: 0.00 s: . TestIterator#test_proc: 0.00 s: . TestIterator#test_proc_return1: 0.00 s: . TestIterator#test_proc_return2: 0.00 s: . TestIterator#test_return1: 0.00 s: . TestIterator#test_return2: 0.00 s: . TestIterator#test_return_trace_func: 0.00 s: . TestIterator#test_yield_vs_call: 0.00 s: . TestKOI8#test_koi8_r: 0.02 s: . TestKOI8#test_koi8_u: 0.01 s: . TestKconv#test_eucjp: 0.00 s: . TestKconv#test_jis: 0.00 s: . TestKconv#test_shiftjis: 0.00 s: . TestKconv#test_utf8: 0.00 s: . TestKernel#test_gem: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.72 s: . TestKernel#test_gem_conflicting: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.36 s: . TestKernel#test_gem_overlapping: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.77 s: . TestKernel#test_gem_redundent: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/specification.rb:706:in `to_yaml': YAML.quick_emit is deprecated 0.41 s: . TestLambdaParameters#test_call_simple: 0.00 s: . TestLambdaParameters#test_exact_parameter: 0.00 s: . TestLogDevice#test_close: 0.00 s: . TestLogDevice#test_initialize: 0.03 s: . TestLogDevice#test_shifting_age: 0.00 s: . TestLogDevice#test_shifting_age_variants: 0.00 s: . TestLogDevice#test_shifting_size: 0.01 s: . TestLogDevice#test_write: 0.00 s: . TestLogger#test_add: 0.01 s: . TestLogger#test_close: 0.00 s: . TestLogger#test_datetime_format: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/logger.rb:467: warning: strftime called with empty format string 0.00 s: . TestLogger#test_format: 0.01 s: . TestLogger#test_formatter: 0.01 s: . TestLogger#test_initialize: 0.00 s: . TestLogger#test_level: 0.00 s: . TestLogger#test_level_log: 0.01 s: . TestLogger#test_lshift: 0.00 s: . TestLogger#test_progname: 0.00 s: . TestLoggerApplication#test_initialize: 0.00 s: . TestLoggerApplication#test_logger: 0.00 s: . TestLoggerApplication#test_start: 0.00 s: . TestLoggerSeverity#test_enum: 0.00 s: . TestM17N#test_array_to_s: 0.00 s: . TestM17N#test_aset: 0.00 s: . TestM17N#test_begin_end_offset: 0.00 s: . TestM17N#test_begin_end_offset_sjis: 0.00 s: . TestM17N#test_bignum_to_s: 0.00 s: . TestM17N#test_casecmp: 0.00 s: . TestM17N#test_chomp: 0.00 s: . TestM17N#test_chr: 0.00 s: . TestM17N#test_combchar_codepoint: 0.00 s: . TestM17N#test_compatible: 0.00 s: . TestM17N#test_count: 0.00 s: . TestM17N#test_delete: 0.00 s: . TestM17N#test_dup_aref: 0.00 s: . TestM17N#test_dup_scan: 0.00 s: . TestM17N#test_dynamic_ascii_regexp: 0.00 s: . TestM17N#test_dynamic_eucjp_regexp: 0.00 s: . TestM17N#test_dynamic_sjis_regexp: 0.00 s: . TestM17N#test_dynamic_utf8_regexp: 0.00 s: . TestM17N#test_each_char: 0.00 s: . TestM17N#test_each_line: 0.00 s: . TestM17N#test_empty_string: 0.00 s: . TestM17N#test_encoding_find: 0.00 s: . TestM17N#test_encoding_to_s: 0.00 s: . TestM17N#test_end_with: 0.00 s: . TestM17N#test_env: 0.00 s: . TestM17N#test_euc_tw: 0.00 s: . TestM17N#test_false_to_s: 0.00 s: . TestM17N#test_fixnum_to_s: 0.00 s: . TestM17N#test_float_to_s: 0.00 s: . TestM17N#test_force_encoding: 0.00 s: . TestM17N#test_gbk: 0.00 s: . TestM17N#test_getbyte: 0.00 s: . TestM17N#test_gsub: 0.00 s: . TestM17N#test_hash_to_s: 0.00 s: . TestM17N#test_include?: 0.00 s: . TestM17N#test_index: 0.00 s: . TestM17N#test_insert: 0.00 s: . TestM17N#test_magic_comment: 0.00 s: . TestM17N#test_magic_comment_at_various_positions: 0.00 s: . TestM17N#test_magic_comment_vim: 0.00 s: . TestM17N#test_marshal: 0.00 s: . TestM17N#test_next: 0.02 s: . TestM17N#test_nil_inspect: 0.00 s: . TestM17N#test_nil_to_s: 0.00 s: . TestM17N#test_nonascii_method_name: 0.00 s: . TestM17N#test_plus: 0.00 s: . TestM17N#test_quote: 0.00 s: . TestM17N#test_regexp_ascii: 0.01 s: . TestM17N#test_regexp_ascii_none: 0.00 s: . TestM17N#test_regexp_embed: 0.00 s: . TestM17N#test_regexp_embed_preprocess: 0.00 s: . TestM17N#test_regexp_euc: 0.01 s: . TestM17N#test_regexp_generic: 0.00 s: . TestM17N#test_regexp_match: 0.00 s: . TestM17N#test_regexp_mixed_unicode: 0.01 s: . TestM17N#test_regexp_named_class: 0.00 s: . TestM17N#test_regexp_property: 0.00 s: . TestM17N#test_regexp_sjis: 0.01 s: . TestM17N#test_regexp_source: 0.00 s: . TestM17N#test_regexp_too_short_multibyte_character: 0.01 s: . TestM17N#test_regexp_unicode: 0.00 s: . TestM17N#test_regexp_usascii: 0.01 s: . TestM17N#test_regexp_windows_31j: 0.00 s: . TestM17N#test_reverse: 0.00 s: . TestM17N#test_reverse_bang: 0.00 s: . TestM17N#test_scan: 0.00 s: . TestM17N#test_setbyte: 0.00 s: . TestM17N#test_split: 0.00 s: . TestM17N#test_sprintf_c: 0.00 s: . TestM17N#test_sprintf_p: 0.03 s: . TestM17N#test_sprintf_s: 0.00 s: . TestM17N#test_squeeze: 0.00 s: . TestM17N#test_str_String: 0.00 s: . TestM17N#test_str_allocate: 0.00 s: . TestM17N#test_str_aref: 0.00 s: . TestM17N#test_str_aref_len: 0.00 s: . TestM17N#test_str_aref_substr: 0.00 s: . TestM17N#test_str_center: 0.00 s: . TestM17N#test_str_dump: 0.00 s: . TestM17N#test_str_lt: 0.00 s: . TestM17N#test_str_multiply: 0.00 s: . TestM17N#test_string_ascii_literal: 0.00 s: . TestM17N#test_string_eucjp_literal: 0.00 s: . TestM17N#test_string_inspect_encoding: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:210: warning: setting Encoding.default_internal /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:213: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:213: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:213: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:213: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:224: warning: setting Encoding.default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:231: warning: setting Encoding.default_internal /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:232: warning: setting Encoding.default_external 0.00 s: . TestM17N#test_string_inspect_invalid: 0.00 s: . TestM17N#test_string_mixed_unicode: 0.00 s: . TestM17N#test_sub: 0.00 s: . TestM17N#test_sub2: 0.00 s: . TestM17N#test_sub3: 0.00 s: . TestM17N#test_symbol: 0.00 s: . TestM17N#test_symbol_op: 0.00 s: . TestM17N#test_tr: 0.00 s: . TestM17N#test_tr_s: 0.00 s: . TestM17N#test_true_to_s: 0.00 s: . TestM17N#test_union_0: 0.00 s: . TestM17N#test_union_1_asciionly_string: 0.00 s: . TestM17N#test_union_1_nonascii_string: 0.00 s: . TestM17N#test_union_1_regexp: 0.00 s: . TestM17N#test_union_2: 0.04 s: . TestM17N#test_upto: 0.00 s: . TestM17N#test_utf8_literal: 0.00 s: . TestM17N#test_utf8str_aref: 0.00 s: . TestM17N#test_valid_encoding: 0.00 s: . TestM17N#test_validate_redundant_utf8: 0.00 s: . TestM17N#test_validate_surrogate: 0.00 s: . TestM17NComb#test_marshal: 0.00 s: . TestM17NComb#test_sprintf_s: 0.01 s: . TestM17NComb#test_str_aref: 0.00 s: . TestM17NComb#test_str_aref_len: 0.00 s: . TestM17NComb#test_str_aref_range2: 0.12 s: . TestM17NComb#test_str_aref_range3: 0.41 s: . TestM17NComb#test_str_aref_substr: 0.62 s: . TestM17NComb#test_str_assign: 3.93 s: . TestM17NComb#test_str_assign_len: 0.99 s: . TestM17NComb#test_str_assign_range2: 1.26 s: . TestM17NComb#test_str_assign_range3: 1.24 s: . TestM17NComb#test_str_assign_substr: 1.04 s: . TestM17NComb#test_str_bytes: 0.00 s: . TestM17NComb#test_str_bytesize: 0.00 s: . TestM17NComb#test_str_capitalize: 0.01 s: . TestM17NComb#test_str_casecmp: 0.10 s: . TestM17NComb#test_str_center: 0.98 s: . TestM17NComb#test_str_chars: 0.00 s: . TestM17NComb#test_str_chomp: 0.40 s: . TestM17NComb#test_str_chop: 0.00 s: . TestM17NComb#test_str_chr: 0.00 s: . TestM17NComb#test_str_clear: 0.00 s: . TestM17NComb#test_str_clone: 0.00 s: . TestM17NComb#test_str_cmp: 0.55 s: . TestM17NComb#test_str_concat: 0.42 s: . TestM17NComb#test_str_count: 0.93 s: . TestM17NComb#test_str_crypt: 1.03 s: . TestM17NComb#test_str_delete: 0.93 s: . TestM17NComb#test_str_downcase: 0.00 s: . TestM17NComb#test_str_dump: 0.00 s: . TestM17NComb#test_str_dup: 0.00 s: . TestM17NComb#test_str_each_byte: 0.00 s: . TestM17NComb#test_str_each_line: 0.98 s: . TestM17NComb#test_str_empty?: 0.00 s: . TestM17NComb#test_str_end_with?: 1.10 s: . TestM17NComb#test_str_eq: 0.33 s: . TestM17NComb#test_str_eq_reflexive: 0.00 s: . TestM17NComb#test_str_eq_symmetric: 0.27 s: . TestM17NComb#test_str_eq_transitive: 0.12 s: . TestM17NComb#test_str_hash: 0.40 s: . TestM17NComb#test_str_hex: 0.00 s: . TestM17NComb#test_str_include?: 1.38 s: . TestM17NComb#test_str_index: 0.89 s: . TestM17NComb#test_str_insert: 1.21 s: . TestM17NComb#test_str_intern: 0.01 s: . TestM17NComb#test_str_length: 0.00 s: . TestM17NComb#test_str_ljust: 1.01 s: . TestM17NComb#test_str_new: 0.00 s: . TestM17NComb#test_str_oct: 0.00 s: . TestM17NComb#test_str_ord: 0.00 s: . TestM17NComb#test_str_partition: 1.04 s: . TestM17NComb#test_str_plus: 0.77 s: . TestM17NComb#test_str_replace: 0.17 s: . TestM17NComb#test_str_reverse: 0.00 s: . TestM17NComb#test_str_rindex: 0.85 s: . TestM17NComb#test_str_rjust: 0.65 s: . TestM17NComb#test_str_rpartition: 1.06 s: . TestM17NComb#test_str_scan: 0.87 s: . TestM17NComb#test_str_slice: 2.86 s: . TestM17NComb#test_str_slice!: 4.11 s: . TestM17NComb#test_str_split: 0.99 s: . TestM17NComb#test_str_squeeze: 0.74 s: . TestM17NComb#test_str_start_with?: 1.09 s: . TestM17NComb#test_str_strip: 0.01 s: . TestM17NComb#test_str_sub: 3.95 s: . TestM17NComb#test_str_sub!: 4.09 s: . TestM17NComb#test_str_succ: 1.99 s: . TestM17NComb#test_str_sum: 0.00 s: . TestM17NComb#test_str_swapcase: 0.02 s: . TestM17NComb#test_str_times: 0.01 s: . TestM17NComb#test_str_to_f: 0.00 s: . TestM17NComb#test_str_to_i: 0.01 s: . TestM17NComb#test_str_to_s: 0.00 s: . TestM17NComb#test_str_upcase: 0.01 s: . TestM17NComb#test_tr: 1.37 s: . TestM17NComb#test_tr_s: 1.70 s: . TestMarshal#test_anonymous: 0.03 s: . TestMarshal#test_array: 0.00 s: . TestMarshal#test_array_ivar: 0.00 s: . TestMarshal#test_array_subclass: 0.00 s: . TestMarshal#test_bignum: 0.00 s: . TestMarshal#test_change_class_name: 0.00 s: . TestMarshal#test_change_struct: 0.02 s: . TestMarshal#test_class: 0.00 s: . TestMarshal#test_class_nonascii: 0.00 s: . TestMarshal#test_context_switch: 0.65 s: . TestMarshal#test_dump_buffer: 0.00 s: . TestMarshal#test_exception: 0.01 s: . TestMarshal#test_exception_subclass: 0.00 s: . TestMarshal#test_extend: 0.01 s: . TestMarshal#test_extend_string: 0.01 s: . TestMarshal#test_false: 0.00 s: . TestMarshal#test_fixnum: 0.00 s: . TestMarshal#test_fixnum_ivar: 0.00 s: . TestMarshal#test_fixnum_ivar_self: 0.00 s: . TestMarshal#test_float: 0.00 s: . TestMarshal#test_float_extend: 0.00 s: . TestMarshal#test_float_inf_nan: 0.00 s: . TestMarshal#test_float_ivar: 0.00 s: . TestMarshal#test_float_ivar_self: 0.00 s: . TestMarshal#test_gc: 4.94 s: . TestMarshal#test_hash: 0.00 s: . TestMarshal#test_hash_default: 0.00 s: . TestMarshal#test_hash_default_proc: 0.00 s: . TestMarshal#test_hash_extend: 0.00 s: . TestMarshal#test_hash_ivar: 0.00 s: . TestMarshal#test_hash_subclass: 0.00 s: . TestMarshal#test_hash_subclass_extend: 0.00 s: . TestMarshal#test_inconsistent_struct: 0.01 s: . TestMarshal#test_limit: 0.00 s: . TestMarshal#test_marshal: 0.00 s: . TestMarshal#test_marshal_cloned_class: 0.01 s: . TestMarshal#test_marshal_dump: 0.00 s: . TestMarshal#test_marshal_dump_extra_iv: 0.00 s: . TestMarshal#test_marshal_encoding_encoding: 0.00 s: . TestMarshal#test_marshal_regexp_encoding: 0.00 s: . TestMarshal#test_marshal_string_encoding: 0.00 s: . TestMarshal#test_modify_array_during_dump: 0.00 s: . TestMarshal#test_nil: 0.00 s: . TestMarshal#test_object: 0.00 s: . TestMarshal#test_object_extend: 0.00 s: . TestMarshal#test_object_subclass: 0.00 s: . TestMarshal#test_object_subclass_extend: 0.00 s: . TestMarshal#test_pipe: 0.00 s: . TestMarshal#test_range: 0.00 s: . TestMarshal#test_range_cyclic: 0.00 s: . TestMarshal#test_range_subclass: 0.00 s: . TestMarshal#test_regexp: 0.00 s: . TestMarshal#test_regexp_subclass: 0.00 s: . TestMarshal#test_share: 0.00 s: . TestMarshal#test_singleton: 0.01 s: . TestMarshal#test_string: 0.00 s: . TestMarshal#test_string_crlf: 0.00 s: . TestMarshal#test_string_empty: 0.00 s: . TestMarshal#test_string_escape: 0.00 s: . TestMarshal#test_string_ivar: 0.00 s: . TestMarshal#test_string_subclass: 0.00 s: . TestMarshal#test_string_subclass_cycle: 0.00 s: . TestMarshal#test_string_subclass_extend: 0.00 s: . TestMarshal#test_struct: 0.00 s: . TestMarshal#test_struct_invalid_members: 0.00 s: . TestMarshal#test_struct_ivar: 0.00 s: . TestMarshal#test_struct_subclass: 0.00 s: . TestMarshal#test_struct_subclass_extend: 0.00 s: . TestMarshal#test_struct_toplevel: 0.01 s: . TestMarshal#test_symbol: 0.00 s: . TestMarshal#test_taint_and_untrust: 0.00 s: . TestMarshal#test_taint_and_untrust_each_object: 0.00 s: . TestMarshal#test_time: 0.00 s: . TestMarshal#test_time_in_array: 0.00 s: . TestMarshal#test_time_ivar: 0.00 s: . TestMarshal#test_time_subclass: 0.00 s: . TestMarshal#test_too_long_string: 0.00 s: . TestMarshal#test_true: 0.00 s: . TestMarshal#test_userdef_encoding: 0.00 s: . TestMarshal#test_userdef_invalid: 0.00 s: . TestMath#test_acos: 0.00 s: . TestMath#test_acosh: 0.00 s: . TestMath#test_asin: 0.00 s: . TestMath#test_asinh: 0.00 s: . TestMath#test_atan: 0.00 s: . TestMath#test_atan2: 0.00 s: . TestMath#test_atanh: 0.00 s: . TestMath#test_cbrt: 0.00 s: . TestMath#test_cos: 0.01 s: . TestMath#test_cosh: 0.00 s: . TestMath#test_erf: 0.00 s: . TestMath#test_erfc: 0.00 s: . TestMath#test_exp: 0.00 s: . TestMath#test_frexp: 0.00 s: . TestMath#test_gamma: 0.00 s: . TestMath#test_hypot: 0.00 s: . TestMath#test_ldexp: 0.00 s: . TestMath#test_lgamma: 0.00 s: . TestMath#test_log: 0.00 s: . TestMath#test_log10: 0.00 s: . TestMath#test_log2: 0.00 s: . TestMath#test_sin: 0.00 s: . TestMath#test_sinh: 0.00 s: . TestMath#test_sqrt: 0.00 s: . TestMath#test_tan: 0.00 s: . TestMath#test_tanh: 0.00 s: . TestMathn#test_power: 0.22 s: . TestMatrix#test_add: 0.02 s: . TestMatrix#test_collect: 0.00 s: . TestMatrix#test_column: 0.00 s: . TestMatrix#test_column_vector: 0.00 s: . TestMatrix#test_column_vectors: 0.00 s: . TestMatrix#test_columns: 0.00 s: . TestMatrix#test_det: 0.00 s: . TestMatrix#test_determinant: 0.00 s: . TestMatrix#test_diagonal: 0.00 s: . TestMatrix#test_div: 0.00 s: . TestMatrix#test_empty: 0.00 s: . TestMatrix#test_equality: 0.00 s: . TestMatrix#test_exp: 0.01 s: . TestMatrix#test_hash: 0.00 s: . TestMatrix#test_hash_equality: 0.00 s: . TestMatrix#test_identity: 0.00 s: . TestMatrix#test_identity2: 0.00 s: . TestMatrix#test_inspect: 0.00 s: . TestMatrix#test_inverse: 0.00 s: . TestMatrix#test_matrix: 0.00 s: . TestMatrix#test_minor: 0.00 s: . TestMatrix#test_mul: 0.00 s: . TestMatrix#test_new_matrix: 0.00 s: . TestMatrix#test_rank: 0.01 s: . TestMatrix#test_rank2: 0.00 s: . TestMatrix#test_regular?: 0.00 s: . TestMatrix#test_row: 0.00 s: . TestMatrix#test_row_vector: 0.00 s: . TestMatrix#test_row_vectors: 0.00 s: . TestMatrix#test_rows: 0.00 s: . TestMatrix#test_scalar: 0.00 s: . TestMatrix#test_scalar_add: 0.00 s: . TestMatrix#test_scalar_div: 0.00 s: . TestMatrix#test_scalar_mul: 0.00 s: . TestMatrix#test_scalar_pow: 0.00 s: . TestMatrix#test_scalar_sub: 0.00 s: . TestMatrix#test_singular?: 0.00 s: . TestMatrix#test_square?: 0.00 s: . TestMatrix#test_sub: 0.00 s: . TestMatrix#test_to_s: 0.00 s: . TestMatrix#test_trace: 0.00 s: . TestMatrix#test_transpose: 0.00 s: . TestMatrix#test_zero: 0.00 s: . TestMeta#test_structure: 0.01 s: . TestMetaclass#test_metaclass: 0.00 s: . TestMethod#test_arity: 0.00 s: . TestMethod#test_arity_special: 0.00 s: . TestMethod#test_attrset_ivar: 0.00 s: . TestMethod#test_bmethod_bound_parameters: 0.00 s: . TestMethod#test_bmethod_unbound_parameters: 0.00 s: . TestMethod#test_body: 0.00 s: . TestMethod#test_bound_parameters: 0.00 s: . TestMethod#test_call: 0.00 s: . TestMethod#test_callee: 0.00 s: . TestMethod#test_callee_top_level: 0.06 s: . TestMethod#test_caller_negative_level: 0.00 s: . TestMethod#test_caller_top_level: 0.06 s: . TestMethod#test_clone: 0.00 s: . TestMethod#test_default_accessibility: 0.00 s: . TestMethod#test_define_method: 0.03 s: . TestMethod#test_eq: 0.00 s: . TestMethod#test_hash: 0.00 s: . TestMethod#test_inspect: 0.12 s: . TestMethod#test_instance_method: 0.04 s: . TestMethod#test_new: 0.04 s: . TestMethod#test_public_method_with_zsuper_method: 0.00 s: . TestMethod#test_public_methods_with_extended: 0.00 s: . TestMethod#test_receiver_name_owner: 0.00 s: . TestMethod#test_unbind: 0.00 s: . TestMethod#test_unbound_parameters: 0.00 s: . TestMethod#test_visibility: 0.00 s: . TestMiniMock#test_should_blow_up_on_wrong_number_of_arguments: 0.00 s: . TestMiniMock#test_should_not_verify_if_unexpected_method_is_called: 0.00 s: . TestMiniMock#test_should_blow_up_if_not_called: 0.00 s: . TestMiniMock#test_should_allow_expectations_to_be_added_after_creation: 0.00 s: . TestMiniMock#test_should_create_stub_method: 0.00 s: . TestMiniMock#test_should_not_blow_up_if_everything_called: 0.00 s: . TestMiniMock#test_should_allow_return_value_specification: 0.00 s: . TestMiniMock#test_should_not_verify_if_new_expected_method_is_not_called: 0.00 s: . TestMiniMock#test_should_blow_up_on_wrong_arguments: 0.00 s: . TestMiniTest#test_filter_backtrace: 0.00 s: . TestMiniTest#test_class_run_test_suites: 0.01 s: . TestMiniTest#test_run_failing_filtered: 0.02 s: . TestMiniTest#test_run_error_teardown: 0.01 s: . TestMiniTest#test_filter_backtrace_unit_starts: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed_and_long_backtrace: 0.00 s: . TestMiniTest#test_run_passing: 0.01 s: . TestMiniTest#test_class_puke_with_assertion_failed_and_user_defined_assertions: 0.00 s: . TestMiniTest#test_class_puke_with_flunk_and_user_defined_assertions: 0.00 s: . TestMiniTest#test_run_failing: 0.01 s: . TestMiniTest#test_class_puke_with_non_failure_exception: 0.00 s: . TestMiniTest#test_class_puke_with_failure_and_flunk_in_backtrace: 0.00 s: . TestMiniTest#test_class_puke_with_assertion_failed: 0.00 s: . TestMiniTest#test_filter_backtrace_all_unit: 0.00 s: . TestMiniTest#test_run_skip: 0.01 s: . TestMiniTest#test_run_error: 0.01 s: . TestMiniTestTestCase#test_assert_kind_of: 0.00 s: . TestMiniTestTestCase#test_class_asserts_match_refutes: 0.00 s: . TestMiniTestTestCase#test_assert_includes: 0.00 s: . TestMiniTestTestCase#test_refute_in_delta_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_subclass: 0.00 s: . TestMiniTestTestCase#test_assert_in_delta_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_includes: 0.00 s: . TestMiniTestTestCase#test_assert_silent: 0.00 s: . TestMiniTestTestCase#test_refute_in_delta: 0.00 s: . TestMiniTestTestCase#test_refute_in_epsilon: 0.00 s: . TestMiniTestTestCase#test_assert_respond_to_triggered: 0.00 s: . TestMiniTestTestCase#test_message: 0.00 s: . TestMiniTestTestCase#test_assert_throws_different: 0.00 s: . TestMiniTestTestCase#test_refute_match_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_throws: 0.00 s: . TestMiniTestTestCase#test_refute_nil_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_output_triggered_err: 0.00 s: . TestMiniTestTestCase#test_assert: 0.00 s: . TestMiniTestTestCase#test_refute_instance_of_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_send_bad: 0.00 s: . TestMiniTestTestCase#test_assert_match_object: 0.00 s: . TestMiniTestTestCase#test_assert_same: 0.00 s: . TestMiniTestTestCase#test_assert_block: 0.00 s: . TestMiniTestTestCase#test_assert_in_epsilon: 0.00 s: . TestMiniTestTestCase#test_assert_nil_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_in_delta: 0.00 s: . TestMiniTestTestCase#test_assert_instance_of: 0.00 s: . TestMiniTestTestCase#test_assert_match_object_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_match: 0.00 s: . TestMiniTestTestCase#test_refute: 0.00 s: . TestMiniTestTestCase#test_refute_equal: 0.00 s: . TestMiniTestTestCase#test_assert_instance_of_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_send: 0.00 s: . TestMiniTestTestCase#test_refute_same: 0.00 s: . TestMiniTestTestCase#test_assert_output_neither: 0.00 s: . TestMiniTestTestCase#test_flunk_message: 0.00 s: . TestMiniTestTestCase#test_refute_kind_of_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_raises_module: 0.00 s: . TestMiniTestTestCase#test_pass: 0.00 s: . TestMiniTestTestCase#test_refute_nil: 0.00 s: . TestMiniTestTestCase#test_assert_operator_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_equal_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_respond_to: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_different_msg: 0.00 s: . TestMiniTestTestCase#test_capture_io: 0.00 s: . TestMiniTestTestCase#test_assert_in_epsilon_triggered: 0.00 s: . TestMiniTestTestCase#test_test_methods_sorted: 0.00 s: . TestMiniTestTestCase#test_refute_in_epsilon_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_includes_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_none: 0.00 s: . TestMiniTestTestCase#test_assert_nil: 0.00 s: . TestMiniTestTestCase#test_assert_output_err: 0.00 s: . TestMiniTestTestCase#test_assert_match: 0.00 s: . TestMiniTestTestCase#test_assert_silent_triggered_out: 0.00 s: . TestMiniTestTestCase#test_assert_output_out: 0.00 s: . TestMiniTestTestCase#test_class_test_suites: 0.01 s: . TestMiniTestTestCase#test_assert__triggered_message: 0.00 s: . TestMiniTestTestCase#test_assert_raises: 0.00 s: . TestMiniTestTestCase#test_refute_match_object_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_different: 0.00 s: . TestMiniTestTestCase#test_refute_respond_to_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_output_triggered_out: 0.00 s: . TestMiniTestTestCase#test_refute_instance_of: 0.00 s: . TestMiniTestTestCase#test_assert_raises_triggered_none_msg: 0.00 s: . TestMiniTestTestCase#test_assert_kind_of_triggered: 0.00 s: . TestMiniTestTestCase#test_flunk: 0.00 s: . TestMiniTestTestCase#test_refute_operator: 0.00 s: . TestMiniTestTestCase#test_assert__triggered: 0.00 s: . TestMiniTestTestCase#test_assert_same_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_match_object: 0.00 s: . TestMiniTestTestCase#test_assert_empty_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_equal: 0.00 s: . TestMiniTestTestCase#test_assert_match_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_operator_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_empty: 0.00 s: . TestMiniTestTestCase#test_skip: 0.00 s: . TestMiniTestTestCase#test_assert_output_triggered_both: 0.00 s: . TestMiniTestTestCase#test_refute_empty_triggered: 0.00 s: . TestMiniTestTestCase#test_test_methods_random: 0.00 s: . TestMiniTestTestCase#test_assert_block_triggered: 0.00 s: . TestMiniTestTestCase#test_class_inherited: 0.01 s: . TestMiniTestTestCase#test_refute_same_triggered: 0.00 s: . TestMiniTestTestCase#test_refute_respond_to: 0.00 s: . TestMiniTestTestCase#test_assert_empty: 0.00 s: . TestMiniTestTestCase#test_assert_equal_different: 0.00 s: . TestMiniTestTestCase#test_assert_includes_triggered: 0.00 s: . TestMiniTestTestCase#test_assert_operator: 0.00 s: . TestMiniTestTestCase#test_assert_silent_triggered_err: 0.00 s: . TestMiniTestTestCase#test_assert_throws_unthrown: 0.00 s: . TestMiniTestTestCase#test_refute_kind_of: 0.00 s: . TestMiniTestTestCase#test_assert_output_both: 0.00 s: . TestMixedUnicodeEscape#test_basic: 0.00 s: . TestMkmf::TestFindExecutable#test_find_executable: 0.00 s: . TestMkmf::TestSizeof#test_sizeof: 1.31 s: . TestModule#test_CMP: 0.00 s: . TestModule#test_CMP_0: 0.00 s: . TestModule#test_GE: 0.00 s: . TestModule#test_GT: 0.00 s: . TestModule#test_GT_0: 0.00 s: . TestModule#test_LE: 0.00 s: . TestModule#test_LT: 0.00 s: . TestModule#test_LT_0: 0.00 s: . TestModule#test_VERY_EQUAL: 0.00 s: . TestModule#test_alias: 0.08 s: . TestModule#test_ancestors: 0.00 s: . TestModule#test_append_features: 0.00 s: . TestModule#test_append_features_raise: 0.00 s: . TestModule#test_append_features_type_error: 0.00 s: . TestModule#test_attr: 0.06 s: . TestModule#test_attr_inherited_visibility: 0.00 s: S TestModule#test_attr_obsoleted_flag: 0.00 s: . TestModule#test_change_visibility_under_safe4: 0.00 s: . TestModule#test_class_eval: 0.00 s: . TestModule#test_class_variable_defined: 0.00 s: . TestModule#test_class_variable_get: 0.02 s: . TestModule#test_class_variable_set: 0.00 s: . TestModule#test_const_defined?: 0.00 s: . TestModule#test_const_get: 0.00 s: . TestModule#test_const_get2: 0.11 s: . TestModule#test_const_get3: 0.00 s: . TestModule#test_const_set: 0.00 s: . TestModule#test_const_set2: 0.00 s: . TestModule#test_constants: 0.00 s: . TestModule#test_cyclic_include: 0.00 s: . TestModule#test_export_method: 0.02 s: . TestModule#test_freeze: 0.01 s: . TestModule#test_frozen_class: 0.02 s: . TestModule#test_include_p: 0.00 s: . TestModule#test_include_under_safe4: 0.00 s: . TestModule#test_included: 0.00 s: . TestModule#test_included_modules: 0.00 s: . TestModule#test_instance_methods: 0.00 s: . TestModule#test_method_added: 0.00 s: . TestModule#test_method_defined: 0.00 s: . TestModule#test_method_defined?: 0.00 s: . TestModule#test_method_redefinition: 0.02 s: . TestModule#test_mod_constants: 0.00 s: . TestModule#test_module_eval: 0.00 s: . TestModule#test_module_exec: 0.00 s: . TestModule#test_name: 0.00 s: . TestModule#test_nonascii_name: 0.00 s: . TestModule#test_private_class_method: 0.00 s: . TestModule#test_private_instance_methods: 0.00 s: . TestModule#test_protected_instance_methods: 0.00 s: . TestModule#test_protected_singleton_method: 0.04 s: . TestModule#test_public_class_method: 0.01 s: . TestModule#test_public_instance_methods: 0.00 s: . TestModule#test_remove_class_variable: 0.00 s: . TestModule#test_s_constants: 0.07 s: . TestModule#test_s_nesting: 0.00 s: . TestModule#test_s_new: 0.00 s: . TestModule#test_send: 0.00 s: . TestModule#test_top_public_private: 0.06 s: . TestModule#test_undef: 0.22 s: . TestModule#test_uninitialized_toplevel_constant: 0.00 s: . TestMonitor#test_cond: 0.00 s: . TestMonitor#test_enter: 0.00 s: . TestMonitor#test_killed_thread_in_synchronize: 0.00 s: . TestMonitor#test_synchronize: 0.00 s: . TestMonitor#test_timedwait: 0.10 s: . TestMonitor#test_try_enter: 0.00 s: . TestMutexM#test_cv_wait: 0.00 s: . TestNKF#test_guess: 0.00 s: . TestNKF#test_ruby_dev_36909: 1.53 s: . TestNetHTTPS#test_certificate_verify_failure: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.13 s: . TestNetHTTPS#test_get: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.19 s: . TestNetHTTPS#test_identity_verify_failure: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.18 s: . TestNetHTTPS#test_post: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.22 s: . TestNetHTTPS#test_verify_none: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.18 s: . TestNetHTTP_v1_2#test_get: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:35:in `_test_get__get'; use `response = http.get(...)' instead. net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:52:in `_test_get__iter'; use `response = http.get(...)' instead. net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:69:in `_test_get__chunked'; use `response = http.get(...)' instead. 0.14 s: . TestNetHTTP_v1_2#test_get2: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:112:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete 0.12 s: . TestNetHTTP_v1_2#test_get__break: 0.11 s: . TestNetHTTP_v1_2#test_get__implicit_start: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:96:in `test_get__implicit_start'; use `response = http.get(...)' instead. 0.12 s: . TestNetHTTP_v1_2#test_head: 0.11 s: . TestNetHTTP_v1_2#test_patch: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:182:in `_test_patch__base'; use `response = http.get(...)' instead. 0.11 s: . TestNetHTTP_v1_2#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:137:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.19 s: . TestNetHTTP_v1_2#test_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.23 s: . TestNetHTTP_v1_2#test_s_get: 0.11 s: . TestNetHTTP_v1_2#test_s_post_form: 0.13 s: . TestNetHTTP_v1_2#test_send_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.19 s: . TestNetHTTP_v1_2_chunked#test_chunked_break: 0.78 s: . TestNetHTTP_v1_2_chunked#test_get: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:35:in `_test_get__get'; use `response = http.get(...)' instead. net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:52:in `_test_get__iter'; use `response = http.get(...)' instead. net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:69:in `_test_get__chunked'; use `response = http.get(...)' instead. 2.21 s: . TestNetHTTP_v1_2_chunked#test_get2: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:112:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete 0.76 s: . TestNetHTTP_v1_2_chunked#test_get__break: 0.11 s: . TestNetHTTP_v1_2_chunked#test_get__implicit_start: net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:96:in `test_get__implicit_start'; use `response = http.get(...)' instead. 0.80 s: . TestNetHTTP_v1_2_chunked#test_head: 0.11 s: . TestNetHTTP_v1_2_chunked#test_patch: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:182:in `_test_patch__base'; use `response = http.get(...)' instead. 0.11 s: . TestNetHTTP_v1_2_chunked#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http.rb: warning: Net::HTTP v1.1 style assignment found at /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:137:in `_test_post__base'; use `response = http.get(...)' instead. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.19 s: . TestNetHTTP_v1_2_chunked#test_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 2.30 s: . TestNetHTTP_v1_2_chunked#test_s_get: 0.47 s: . TestNetHTTP_v1_2_chunked#test_s_post_form: 0.13 s: . TestNetHTTP_v1_2_chunked#test_send_request: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.84 s: . TestNetHTTP_version_1_1#test_get: 0.14 s: . TestNetHTTP_version_1_1#test_get2: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:112:in `block (2 levels) in test_get2': warning: HTTPResponse#header is obsolete 0.12 s: . TestNetHTTP_version_1_1#test_get__break: 0.11 s: . TestNetHTTP_version_1_1#test_get__implicit_start: 0.12 s: . TestNetHTTP_version_1_1#test_head: 0.11 s: . TestNetHTTP_version_1_1#test_patch: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.11 s: . TestNetHTTP_version_1_1#test_post: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.19 s: . TestNetHTTP_version_1_1#test_s_get: 0.11 s: . TestNetHTTP_version_1_1#test_s_post_form: 0.13 s: . TestNotImplement#test_call_fork: 0.88 s: . TestNotImplement#test_call_lchmod: 0.00 s: . TestNotImplement#test_method_inspect_fork: 0.00 s: . TestNotImplement#test_method_inspect_lchmod: 0.00 s: . TestNotImplement#test_respond_to_fork: 0.00 s: . TestNotImplement#test_respond_to_lchmod: 0.00 s: . TestNotationDecl#test_notation: 0.01 s: . TestNotationDeclMixin#test_name: 0.01 s: . TestNotationDeclMixin#test_public_2: 0.01 s: . TestNotationDeclMixin#test_system_2: 0.01 s: . TestNumeric#test_abs: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:98: warning: method redefined; discarding old < /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:92: warning: previous definition of < was here 0.00 s: . TestNumeric#test_cmp: 0.00 s: . TestNumeric#test_coerce: 0.00 s: . TestNumeric#test_divmod: 0.00 s: . TestNumeric#test_dummynumeric: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:30: warning: method redefined; discarding old coerce /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:23: warning: previous definition of coerce was here /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:37: warning: method redefined; discarding old coerce /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:30: warning: previous definition of coerce was here 0.00 s: . TestNumeric#test_eql: 0.00 s: . TestNumeric#test_floor_ceil_round_truncate: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:153: warning: method redefined; discarding old to_f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:143: warning: previous definition of to_f was here /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:163: warning: method redefined; discarding old to_f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_numeric.rb:153: warning: previous definition of to_f was here 0.00 s: . TestNumeric#test_integer_p: 0.00 s: . TestNumeric#test_num2long: 0.00 s: . TestNumeric#test_numeric: 0.00 s: . TestNumeric#test_quo: 0.00 s: . TestNumeric#test_real_p: 0.00 s: . TestNumeric#test_step: 0.00 s: . TestNumeric#test_to_int: 0.00 s: . TestNumeric#test_zero_p: 0.00 s: . TestObjSpace#test_count_nodes: 0.03 s: . TestObjSpace#test_count_objects_size: 0.18 s: . TestObjSpace#test_count_tdata_objects: 0.09 s: . TestObjSpace#test_memsize_of: 0.00 s: . TestObject#test_add_method_under_safe4: 0.00 s: . TestObject#test_check_convert_type: 0.00 s: . TestObject#test_check_to_integer: 0.00 s: . TestObject#test_convert_type: 0.00 s: . TestObject#test_dup: 0.00 s: . TestObject#test_exec_recursive: 0.00 s: . TestObject#test_extend: 0.00 s: . TestObject#test_false_and: 0.00 s: . TestObject#test_false_or: 0.00 s: . TestObject#test_false_xor: 0.00 s: . TestObject#test_freeze_immediate: 0.00 s: . TestObject#test_freeze_under_safe_4: 0.00 s: . TestObject#test_instance_exec: 0.00 s: . TestObject#test_instance_of: 0.00 s: . TestObject#test_instance_variable_defined: 0.00 s: . TestObject#test_instance_variable_get: 0.00 s: . TestObject#test_instance_variable_set: 0.00 s: . TestObject#test_kind_of: 0.00 s: . TestObject#test_method_missing: 0.02 s: . TestObject#test_methods: 0.00 s: . TestObject#test_methods2: 0.00 s: . TestObject#test_nil_to_f: 0.00 s: . TestObject#test_no_superclass_method: 0.00 s: . TestObject#test_not: 0.00 s: . TestObject#test_redefine_method_under_verbose: 0.07 s: . TestObject#test_redefine_method_which_may_case_serious_problem: 0.14 s: . TestObject#test_remove_instance_variable: 0.00 s: . TestObject#test_remove_method: 0.25 s: . TestObject#test_respond_to_missing: 0.06 s: . TestObject#test_send_with_no_arguments: 0.00 s: . TestObject#test_singleton_class: 0.00 s: . TestObject#test_specific_eval_with_wrong_arguments: 0.00 s: . TestObject#test_superclass_method: 0.07 s: . TestObject#test_taint_frozen_obj: 0.00 s: . TestObject#test_to_integer: 0.00 s: . TestObject#test_to_s: 0.00 s: . TestObject#test_true_and: 0.00 s: . TestObject#test_true_or: 0.00 s: . TestObject#test_true_xor: 0.00 s: . TestObject#test_untrusted: 0.00 s: . TestObjectSpace#test_count_objects: 0.04 s: . TestObjectSpace#test_finalizer: 0.07 s: . TestObjectSpace#test_id2ref_18: 0.00 s: . TestObjectSpace#test_id2ref_19: 0.00 s: . TestObjectSpace#test_id2ref_20: 0.00 s: . TestObjectSpace#test_id2ref_21: 0.00 s: . TestObjectSpace#test_id2ref_22: 0.00 s: . TestObjectSpace#test_id2ref_23: 0.00 s: . TestObjectSpace#test_id2ref_24: 0.00 s: . TestObjectSpace#test_id2ref_25: 0.00 s: . TestObjectSpace#test_id2ref_26: 0.00 s: . TestObjectSpace#test_id2ref_27: 0.00 s: . TestObjectSpace#test_id2ref_28: 0.00 s: . TestObjectSpace#test_id2ref_29: 0.00 s: . TestObjectSpace#test_id2ref_30: 0.00 s: . TestObjectSpace#test_id2ref_31: 0.00 s: . TestObjectSpace#test_id2ref_32: 0.00 s: . TestObjectSpace#test_id2ref_33: 0.00 s: . TestObjectSpace#test_id2ref_34: 0.00 s: . TestObjectSpace#test_id2ref_35: 0.00 s: . TestObjectSpace#test_id2ref_36: 0.00 s: . TestOpen3#test_block: 0.07 s: . TestOpen3#test_capture2: 0.07 s: . TestOpen3#test_capture2e: 0.07 s: . TestOpen3#test_capture3: 0.07 s: . TestOpen3#test_capture3_flip: 0.15 s: . TestOpen3#test_commandline: 0.05 s: . TestOpen3#test_exit_status: 0.14 s: . TestOpen3#test_noblock: 0.07 s: . TestOpen3#test_pid: 0.07 s: . TestOpen3#test_pipeline: 0.49 s: . TestOpen3#test_pipeline_r: 0.14 s: . TestOpen3#test_pipeline_rw: 0.14 s: . TestOpen3#test_pipeline_start: 0.49 s: . TestOpen3#test_pipeline_start_noblock: 0.07 s: . TestOpen3#test_pipeline_w: 0.42 s: . TestOpen3#test_popen2: 0.07 s: . TestOpen3#test_popen2e: 0.07 s: . TestOpen3#test_stderr: 0.07 s: . TestOpen3#test_stdin: 0.14 s: . TestOpen3#test_stdout: 0.07 s: . TestOpenURI#test_200: 0.03 s: . TestOpenURI#test_200big: 0.04 s: . TestOpenURI#test_404: 0.20 s: . TestOpenURI#test_content_encoding: 0.06 s: . TestOpenURI#test_encoding: 0.05 s: . TestOpenURI#test_find_proxy: 0.03 s: . TestOpenURI#test_find_proxy_case_sensitive_env: 0.01 s: . TestOpenURI#test_ftp: 0.06 s: . TestOpenURI#test_ftp_active: 0.06 s: . TestOpenURI#test_ftp_ascii: 0.06 s: . TestOpenURI#test_ftp_invalid_request: 0.06 s: . TestOpenURI#test_ftp_over_http_proxy: 0.01 s: . TestOpenURI#test_ftp_over_http_proxy_auth: 0.01 s: . TestOpenURI#test_header: 0.02 s: . TestOpenURI#test_invalid_option: 0.00 s: . TestOpenURI#test_last_modified: 0.02 s: . TestOpenURI#test_mode: 0.09 s: . TestOpenURI#test_multi_proxy_opt: 0.00 s: . TestOpenURI#test_non_http_proxy: 0.00 s: . TestOpenURI#test_open_too_many_arg: 0.00 s: . TestOpenURI#test_open_uri: 0.02 s: . TestOpenURI#test_progress: 0.03 s: . TestOpenURI#test_progress_chunked: 0.03 s: . TestOpenURI#test_proxy: 0.10 s: . TestOpenURI#test_proxy_http_basic_authentication: 0.06 s: . TestOpenURI#test_quoted_attvalue: 0.02 s: . TestOpenURI#test_read_timeout: 0.02 s: . TestOpenURI#test_redirect: 0.07 s: . TestOpenURI#test_redirect_auth: 0.08 s: . TestOpenURI#test_redirect_invalid: 0.01 s: . TestOpenURI#test_redirect_loop: 0.06 s: . TestOpenURI#test_redirect_relative: 0.02 s: . TestOpenURI#test_uri_read: 0.02 s: . TestOpenURI#test_userinfo: 0.00 s: . TestOpenURI#test_without_block: 0.02 s: . TestOpenURISSL#test_proxy: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.37 s: . TestOpenURISSL#test_validation: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. 0.30 s: . TestOptionParser#test_order: 0.00 s: . TestOptionParser#test_permute: 0.00 s: . TestOptionParser::NoArg::Def1#test_abbrev: 0.01 s: . TestOptionParser::NoArg::Def1#test_ambiguous: 0.00 s: . TestOptionParser::NoArg::Def1#test_long: 0.00 s: . TestOptionParser::NoArg::Def1#test_order: 0.00 s: . TestOptionParser::NoArg::Def1#test_permute: 0.00 s: . TestOptionParser::NoArg::Def1#test_short: 0.00 s: . TestOptionParser::NoArg::Def2#test_abbrev: 0.01 s: . TestOptionParser::NoArg::Def2#test_ambiguous: 0.00 s: . TestOptionParser::NoArg::Def2#test_long: 0.00 s: . TestOptionParser::NoArg::Def2#test_order: 0.00 s: . TestOptionParser::NoArg::Def2#test_permute: 0.00 s: . TestOptionParser::NoArg::Def2#test_short: 0.00 s: . TestOptionParser::OptArg#test_abbrev: 0.01 s: . TestOptionParser::OptArg#test_long: 0.00 s: . TestOptionParser::OptArg#test_order: 0.00 s: . TestOptionParser::OptArg#test_permute: 0.00 s: . TestOptionParser::OptArg#test_short: 0.00 s: . TestOptionParser::PlaceArg#test_abbrev: 0.01 s: . TestOptionParser::PlaceArg#test_conv: 0.00 s: . TestOptionParser::PlaceArg#test_long: 0.00 s: . TestOptionParser::PlaceArg#test_order: 0.00 s: . TestOptionParser::PlaceArg#test_permute: 0.00 s: . TestOptionParser::PlaceArg#test_short: 0.00 s: . TestOptionParser::ReqArg::Def1#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def1#test_long: 0.00 s: . TestOptionParser::ReqArg::Def1#test_order: 0.00 s: . TestOptionParser::ReqArg::Def1#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def1#test_short: 0.00 s: . TestOptionParser::ReqArg::Def2#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def2#test_long: 0.00 s: . TestOptionParser::ReqArg::Def2#test_order: 0.00 s: . TestOptionParser::ReqArg::Def2#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def2#test_short: 0.00 s: . TestOptionParser::ReqArg::Def3#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def3#test_long: 0.00 s: . TestOptionParser::ReqArg::Def3#test_order: 0.00 s: . TestOptionParser::ReqArg::Def3#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def3#test_short: 0.00 s: . TestOptionParser::ReqArg::Def4#test_abbrev: 0.01 s: . TestOptionParser::ReqArg::Def4#test_long: 0.00 s: . TestOptionParser::ReqArg::Def4#test_order: 0.00 s: . TestOptionParser::ReqArg::Def4#test_permute: 0.00 s: . TestOptionParser::ReqArg::Def4#test_short: 0.00 s: . TestOptionParser::SummaryTest#test_order: 0.00 s: . TestOptionParser::SummaryTest#test_permute: 0.00 s: . TestOptionParser::SummaryTest#test_short_clash: 0.00 s: . TestOptionParser::WithPattern#test_order: 0.00 s: . TestOptionParser::WithPattern#test_pattern: 0.00 s: . TestOptionParser::WithPattern#test_permute: 0.00 s: . TestOptionParserGetopts#test_long_arg: 0.00 s: . TestOptionParserGetopts#test_long_noarg: 0.00 s: . TestOptionParserGetopts#test_short_arg: 0.00 s: . TestOptionParserGetopts#test_short_noarg: 0.00 s: . TestPOP#test_apop_invalid: 0.00 s: . TestPOP#test_apop_invalid_at: 0.00 s: . TestPOP#test_apop_ng: 0.00 s: . TestPOP#test_apop_ok: 0.00 s: . TestPOP#test_pop_auth_ng: 0.00 s: . TestPOP#test_pop_auth_ok: 0.00 s: . TestPTY#test_argv0: 0.08 s: . TestPTY#test_close_in_block: 0.00 s: . TestPTY#test_close_master: 0.00 s: . TestPTY#test_close_slave: 0.00 s: . TestPTY#test_commandline: 0.08 s: . TestPTY#test_getpty_nonexistent: 0.05 s: . TestPTY#test_open: 0.00 s: . TestPTY#test_open_with_block: 0.00 s: . TestPTY#test_open_without_block: 0.00 s: . TestPTY#test_spawn_with_block: 0.07 s: . TestPTY#test_spawn_without_block: 0.07 s: . TestPTY#test_stat_slave: 0.00 s: . TestPack#test_comment: 0.00 s: . TestPack#test_format_string_modified: 0.00 s: . TestPack#test_illegal_bang: 0.00 s: . TestPack#test_integer_endian: 0.01 s: . TestPack#test_length_too_big: 0.00 s: . TestPack#test_modify_under_safe4: 0.00 s: . TestPack#test_pack: 0.00 s: . TestPack#test_pack_N: 0.00 s: . TestPack#test_pack_P: 0.00 s: . TestPack#test_pack_U: 0.00 s: . TestPack#test_pack_n: 0.00 s: . TestPack#test_pack_p: 0.00 s: . TestPack#test_pack_p2: 0.00 s: . TestPack#test_pack_unpack_M: 0.00 s: . TestPack#test_pack_unpack_P2: 0.00 s: . TestPack#test_pack_unpack_U: 0.00 s: . TestPack#test_pack_unpack_X: 0.00 s: . TestPack#test_pack_unpack_Z: 0.00 s: . TestPack#test_pack_unpack_aA: 0.00 s: . TestPack#test_pack_unpack_atmark: 0.00 s: . TestPack#test_pack_unpack_bB: 0.00 s: . TestPack#test_pack_unpack_cC: 0.00 s: . TestPack#test_pack_unpack_fdeEgG: 0.00 s: . TestPack#test_pack_unpack_hH: 0.00 s: . TestPack#test_pack_unpack_iI: 0.00 s: . TestPack#test_pack_unpack_lL: 0.00 s: . TestPack#test_pack_unpack_m: 0.00 s: . TestPack#test_pack_unpack_m0: 0.00 s: . TestPack#test_pack_unpack_nN: 0.00 s: . TestPack#test_pack_unpack_percent: 0.00 s: . TestPack#test_pack_unpack_qQ: 0.00 s: . TestPack#test_pack_unpack_sS: 0.00 s: . TestPack#test_pack_unpack_u: 0.00 s: . TestPack#test_pack_unpack_vV: 0.00 s: . TestPack#test_pack_unpack_w: 0.00 s: . TestPack#test_pack_unpack_x: 0.00 s: . TestPack#test_short_string: 0.00 s: . TestPack#test_unpack_N: 0.00 s: . TestPack#test_unpack_n: 0.00 s: . TestParse#test_alias_backref: 0.00 s: . TestParse#test_all_symbols: 0.03 s: . TestParse#test_arg: 0.00 s: . TestParse#test_arg2: 0.00 s: . TestParse#test_arg_concat: 0.00 s: . TestParse#test_assign_in_conditional: 0.00 s: . TestParse#test_backquote: 0.00 s: . TestParse#test_bad_arg: 0.00 s: . TestParse#test_block_call_colon2: 0.00 s: . TestParse#test_block_dup: 0.00 s: . TestParse#test_block_variable: 0.00 s: . TestParse#test_call_method: 0.00 s: . TestParse#test_carrige_return: 0.00 s: . TestParse#test_class_module: 0.00 s: . TestParse#test_command_call: 0.00 s: . TestParse#test_define_singleton_error: 0.00 s: . TestParse#test_do_lambda: 0.00 s: . TestParse#test_dot_in_next_line: 0.00 s: . TestParse#test_dstr: 0.00 s: . TestParse#test_dsym: 0.00 s: . TestParse#test_duplicate_argument: 0.00 s: . TestParse#test_dynamic_constant_assignment: 0.00 s: . TestParse#test_else_without_rescue: 0.00 s: . TestParse#test_embedded_rd: 0.00 s: . TestParse#test_float: 0.00 s: . TestParse#test_global_variable: 0.00 s: . TestParse#test_here_document: 0.00 s: . TestParse#test_intern: 0.00 s: . TestParse#test_invalid_char: 0.00 s: . TestParse#test_invalid_class_variable: 0.00 s: . TestParse#test_invalid_instance_variable: 0.00 s: . TestParse#test_is_class_id: 0.00 s: . TestParse#test_literal_concat: 0.00 s: . TestParse#test_literal_in_conditional: 0.00 s: . TestParse#test_magic_comment: 0.01 s: . TestParse#test_mlhs_node: 0.00 s: . TestParse#test_no_blockarg: 0.00 s: . TestParse#test_op_name: 0.00 s: . TestParse#test_parse_string: 0.00 s: . TestParse#test_percent: 0.00 s: . TestParse#test_pow_asgn: 0.00 s: . TestParse#test_question: 0.00 s: . TestParse#test_set_backref: 0.00 s: . TestParse#test_string: 0.00 s: . TestParse#test_symbol: 0.00 s: . TestParse#test_unassignable: 0.00 s: . TestParse#test_utf8_bom: 0.00 s: . TestParse#test_void_expr_stmts_value: 0.00 s: . TestParse#test_words: 0.00 s: . TestParse#test_xstring: 0.05 s: . TestPath#test_ascii_incompatible_path: 0.00 s: . TestPath#test_basename: 0.00 s: . TestPath#test_dirname: 0.00 s: . TestPath#test_extname: 0.00 s: . TestPath#test_path: 0.00 s: . TestPathname#test_absolute: 0.00 s: . TestPathname#test_ascend_1: 0.00 s: . TestPathname#test_ascend_2: 0.00 s: . TestPathname#test_ascend_3: 0.00 s: . TestPathname#test_ascend_4: 0.00 s: . TestPathname#test_atime: 0.00 s: . TestPathname#test_basename: 0.00 s: . TestPathname#test_binread: 0.00 s: . TestPathname#test_blockdev?: 0.00 s: . TestPathname#test_chardev?: 0.00 s: . TestPathname#test_children: 0.00 s: . TestPathname#test_chmod: 0.00 s: . TestPathname#test_chown: 0.00 s: . TestPathname#test_cleanpath_aggressive_1: 0.00 s: . TestPathname#test_cleanpath_aggressive_10: 0.00 s: . TestPathname#test_cleanpath_aggressive_11: 0.00 s: . TestPathname#test_cleanpath_aggressive_12: 0.00 s: . TestPathname#test_cleanpath_aggressive_13: 0.00 s: . TestPathname#test_cleanpath_aggressive_14: 0.00 s: . TestPathname#test_cleanpath_aggressive_15: 0.00 s: . TestPathname#test_cleanpath_aggressive_16: 0.00 s: . TestPathname#test_cleanpath_aggressive_17: 0.00 s: . TestPathname#test_cleanpath_aggressive_18: 0.00 s: . TestPathname#test_cleanpath_aggressive_19: 0.00 s: . TestPathname#test_cleanpath_aggressive_2: 0.00 s: . TestPathname#test_cleanpath_aggressive_20: 0.00 s: . TestPathname#test_cleanpath_aggressive_21: 0.00 s: . TestPathname#test_cleanpath_aggressive_22: 0.00 s: . TestPathname#test_cleanpath_aggressive_23: 0.00 s: . TestPathname#test_cleanpath_aggressive_24: 0.00 s: . TestPathname#test_cleanpath_aggressive_25: 0.00 s: . TestPathname#test_cleanpath_aggressive_26: 0.00 s: . TestPathname#test_cleanpath_aggressive_27: 0.00 s: . TestPathname#test_cleanpath_aggressive_28: 0.00 s: . TestPathname#test_cleanpath_aggressive_29: 0.00 s: . TestPathname#test_cleanpath_aggressive_3: 0.00 s: . TestPathname#test_cleanpath_aggressive_30: 0.00 s: . TestPathname#test_cleanpath_aggressive_31: 0.00 s: . TestPathname#test_cleanpath_aggressive_32: 0.00 s: . TestPathname#test_cleanpath_aggressive_33: 0.00 s: . TestPathname#test_cleanpath_aggressive_34: 0.00 s: . TestPathname#test_cleanpath_aggressive_35: 0.00 s: . TestPathname#test_cleanpath_aggressive_36: 0.00 s: . TestPathname#test_cleanpath_aggressive_37: 0.00 s: . TestPathname#test_cleanpath_aggressive_4: 0.00 s: . TestPathname#test_cleanpath_aggressive_5: 0.00 s: . TestPathname#test_cleanpath_aggressive_6: 0.00 s: . TestPathname#test_cleanpath_aggressive_7: 0.00 s: . TestPathname#test_cleanpath_aggressive_8: 0.00 s: . TestPathname#test_cleanpath_aggressive_9: 0.00 s: . TestPathname#test_cleanpath_conservative_1: 0.00 s: . TestPathname#test_cleanpath_conservative_10: 0.00 s: . TestPathname#test_cleanpath_conservative_11: 0.00 s: . TestPathname#test_cleanpath_conservative_12: 0.00 s: . TestPathname#test_cleanpath_conservative_13: 0.00 s: . TestPathname#test_cleanpath_conservative_14: 0.00 s: . TestPathname#test_cleanpath_conservative_15: 0.00 s: . TestPathname#test_cleanpath_conservative_16: 0.00 s: . TestPathname#test_cleanpath_conservative_17: 0.00 s: . TestPathname#test_cleanpath_conservative_18: 0.00 s: . TestPathname#test_cleanpath_conservative_19: 0.00 s: . TestPathname#test_cleanpath_conservative_2: 0.00 s: . TestPathname#test_cleanpath_conservative_20: 0.00 s: . TestPathname#test_cleanpath_conservative_21: 0.00 s: . TestPathname#test_cleanpath_conservative_22: 0.00 s: . TestPathname#test_cleanpath_conservative_23: 0.00 s: . TestPathname#test_cleanpath_conservative_24: 0.00 s: . TestPathname#test_cleanpath_conservative_25: 0.00 s: . TestPathname#test_cleanpath_conservative_26: 0.00 s: . TestPathname#test_cleanpath_conservative_27: 0.00 s: . TestPathname#test_cleanpath_conservative_28: 0.00 s: . TestPathname#test_cleanpath_conservative_29: 0.00 s: . TestPathname#test_cleanpath_conservative_3: 0.00 s: . TestPathname#test_cleanpath_conservative_30: 0.00 s: . TestPathname#test_cleanpath_conservative_31: 0.00 s: . TestPathname#test_cleanpath_conservative_32: 0.00 s: . TestPathname#test_cleanpath_conservative_4: 0.00 s: . TestPathname#test_cleanpath_conservative_5: 0.00 s: . TestPathname#test_cleanpath_conservative_6: 0.00 s: . TestPathname#test_cleanpath_conservative_7: 0.00 s: . TestPathname#test_cleanpath_conservative_8: 0.00 s: . TestPathname#test_cleanpath_conservative_9: 0.00 s: . TestPathname#test_comparison: 0.00 s: . TestPathname#test_comparison_string: 0.00 s: . TestPathname#test_ctime: 0.00 s: . TestPathname#test_del_trailing_separator_1: 0.00 s: . TestPathname#test_del_trailing_separator_2: 0.00 s: . TestPathname#test_del_trailing_separator_3: 0.00 s: . TestPathname#test_del_trailing_separator_4: 0.00 s: . TestPathname#test_del_trailing_separator_5: 0.00 s: . TestPathname#test_del_trailing_separator_6: 0.00 s: . TestPathname#test_del_trailing_separator_7: 0.00 s: . TestPathname#test_del_trailing_separator_8: 0.00 s: . TestPathname#test_del_trailing_separator_9: 0.00 s: . TestPathname#test_descend_1: 0.00 s: . TestPathname#test_descend_2: 0.00 s: . TestPathname#test_descend_3: 0.00 s: . TestPathname#test_descend_4: 0.00 s: . TestPathname#test_destructive_update: 0.00 s: . TestPathname#test_directory?: 0.00 s: . TestPathname#test_dirname: 0.00 s: . TestPathname#test_each_child: 0.00 s: . TestPathname#test_each_entry: 0.00 s: . TestPathname#test_each_filename: 0.00 s: . TestPathname#test_each_line: 0.00 s: . TestPathname#test_entries: 0.00 s: . TestPathname#test_equality: 0.00 s: . TestPathname#test_executable?: 0.00 s: . TestPathname#test_executable_real?: 0.00 s: . TestPathname#test_exist?: 0.00 s: . TestPathname#test_expand_path: 0.00 s: . TestPathname#test_extname: 0.00 s: . TestPathname#test_file?: 0.00 s: . TestPathname#test_file_basename: 0.00 s: . TestPathname#test_file_dirname: 0.00 s: . TestPathname#test_file_extname: 0.00 s: . TestPathname#test_file_fnmatch: 0.00 s: . TestPathname#test_file_join: 0.00 s: . TestPathname#test_file_split: 0.00 s: . TestPathname#test_find: 0.00 s: . TestPathname#test_fnmatch: 0.00 s: . TestPathname#test_fnmatch?: 0.00 s: . TestPathname#test_freeze: 0.00 s: . TestPathname#test_freeze_and_taint: 0.00 s: . TestPathname#test_ftype: 0.00 s: . TestPathname#test_grpowned?: 0.00 s: . TestPathname#test_has_trailing_separator?_1: 0.00 s: . TestPathname#test_has_trailing_separator?_2: 0.00 s: . TestPathname#test_has_trailing_separator?_3: 0.00 s: . TestPathname#test_has_trailing_separator?_4: 0.00 s: . TestPathname#test_hashkey: 0.00 s: . TestPathname#test_initialize: 0.00 s: . TestPathname#test_initialize_nul: 0.00 s: . TestPathname#test_join: 0.00 s: . TestPathname#test_kernel_open: 0.00 s: . TestPathname#test_kernel_pathname: 0.00 s: . TestPathname#test_lchmod: 0.00 s: . TestPathname#test_lchown: 0.00 s: . TestPathname#test_lstat: 0.00 s: . TestPathname#test_make_link: 0.00 s: . TestPathname#test_make_symlink: 0.00 s: . TestPathname#test_matchop: 0.00 s: . TestPathname#test_mkdir: 0.00 s: . TestPathname#test_mkpath: 0.01 s: . TestPathname#test_mountpoint?: 0.00 s: . TestPathname#test_mtime: 0.00 s: . TestPathname#test_null_character: 0.00 s: . TestPathname#test_open: 0.00 s: . TestPathname#test_opendir: 0.00 s: . TestPathname#test_owned?: 0.00 s: . TestPathname#test_parent: 0.00 s: . TestPathname#test_parent_1: 0.00 s: . TestPathname#test_parent_2: 0.00 s: . TestPathname#test_parent_3: 0.00 s: . TestPathname#test_parent_4: 0.00 s: . TestPathname#test_parent_5: 0.00 s: . TestPathname#test_parent_6: 0.00 s: . TestPathname#test_parent_7: 0.00 s: . TestPathname#test_parent_8: 0.00 s: . TestPathname#test_parent_9: 0.00 s: . TestPathname#test_pathsub_1: 0.00 s: . TestPathname#test_pathsubext_1: 0.00 s: . TestPathname#test_pathsubext_10: 0.00 s: . TestPathname#test_pathsubext_2: 0.00 s: . TestPathname#test_pathsubext_3: 0.00 s: . TestPathname#test_pathsubext_4: 0.00 s: . TestPathname#test_pathsubext_5: 0.00 s: . TestPathname#test_pathsubext_6: 0.00 s: . TestPathname#test_pathsubext_7: 0.00 s: . TestPathname#test_pathsubext_8: 0.00 s: . TestPathname#test_pathsubext_9: 0.00 s: . TestPathname#test_pipe?: 0.00 s: . TestPathname#test_plus: 0.00 s: . TestPathname#test_plus_1: 0.00 s: . TestPathname#test_plus_10: 0.00 s: . TestPathname#test_plus_11: 0.00 s: . TestPathname#test_plus_12: 0.00 s: . TestPathname#test_plus_13: 0.00 s: . TestPathname#test_plus_14: 0.00 s: . TestPathname#test_plus_15: 0.00 s: . TestPathname#test_plus_2: 0.00 s: . TestPathname#test_plus_3: 0.00 s: . TestPathname#test_plus_4: 0.00 s: . TestPathname#test_plus_5: 0.00 s: . TestPathname#test_plus_6: 0.00 s: . TestPathname#test_plus_7: 0.00 s: . TestPathname#test_plus_8: 0.00 s: . TestPathname#test_plus_9: 0.00 s: . TestPathname#test_read: 0.00 s: . TestPathname#test_readable?: 0.00 s: . TestPathname#test_readable_real?: 0.00 s: . TestPathname#test_readlines: 0.00 s: . TestPathname#test_readlink: 0.00 s: . TestPathname#test_realdirpath: 0.01 s: . TestPathname#test_realpath: 0.02 s: . TestPathname#test_relative?_1: 0.00 s: . TestPathname#test_relative?_2: 0.00 s: . TestPathname#test_relative?_3: 0.00 s: . TestPathname#test_relative?_4: 0.00 s: . TestPathname#test_relative?_5: 0.00 s: . TestPathname#test_relative_path_from_1: 0.00 s: . TestPathname#test_relative_path_from_10: 0.00 s: . TestPathname#test_relative_path_from_11: 0.00 s: . TestPathname#test_relative_path_from_12: 0.00 s: . TestPathname#test_relative_path_from_13: 0.00 s: . TestPathname#test_relative_path_from_14: 0.00 s: . TestPathname#test_relative_path_from_15: 0.00 s: . TestPathname#test_relative_path_from_16: 0.00 s: . TestPathname#test_relative_path_from_17: 0.00 s: . TestPathname#test_relative_path_from_18: 0.00 s: . TestPathname#test_relative_path_from_19: 0.00 s: . TestPathname#test_relative_path_from_2: 0.00 s: . TestPathname#test_relative_path_from_20: 0.00 s: . TestPathname#test_relative_path_from_21: 0.00 s: . TestPathname#test_relative_path_from_22: 0.00 s: . TestPathname#test_relative_path_from_23: 0.00 s: . TestPathname#test_relative_path_from_24: 0.00 s: . TestPathname#test_relative_path_from_25: 0.00 s: . TestPathname#test_relative_path_from_26: 0.00 s: . TestPathname#test_relative_path_from_27: 0.00 s: . TestPathname#test_relative_path_from_28: 0.00 s: . TestPathname#test_relative_path_from_29: 0.00 s: . TestPathname#test_relative_path_from_3: 0.00 s: . TestPathname#test_relative_path_from_30: 0.00 s: . TestPathname#test_relative_path_from_4: 0.00 s: . TestPathname#test_relative_path_from_5: 0.00 s: . TestPathname#test_relative_path_from_6: 0.00 s: . TestPathname#test_relative_path_from_7: 0.00 s: . TestPathname#test_relative_path_from_8: 0.00 s: . TestPathname#test_relative_path_from_9: 0.00 s: . TestPathname#test_rename: 0.00 s: . TestPathname#test_rmdir: 0.00 s: . TestPathname#test_rmtree: 0.01 s: . TestPathname#test_root?_1: 0.00 s: . TestPathname#test_root?_2: 0.00 s: . TestPathname#test_root?_3: 0.00 s: . TestPathname#test_root?_4: 0.00 s: . TestPathname#test_root?_5: 0.00 s: . TestPathname#test_s_getwd: 0.00 s: . TestPathname#test_s_glob: 0.00 s: . TestPathname#test_s_pwd: 0.00 s: . TestPathname#test_setgid?: 0.00 s: . TestPathname#test_setuid?: 0.00 s: . TestPathname#test_size: 0.00 s: . TestPathname#test_size?: 0.00 s: . TestPathname#test_socket?: 0.00 s: . TestPathname#test_split: 0.00 s: . TestPathname#test_stat: 0.00 s: . TestPathname#test_sticky?: 0.00 s: . TestPathname#test_sub_matchdata: 0.00 s: . TestPathname#test_symlink?: 0.00 s: . TestPathname#test_sysopen: 0.00 s: . TestPathname#test_taint: 0.00 s: . TestPathname#test_to_s: 0.00 s: . TestPathname#test_truncate: 0.00 s: . TestPathname#test_unlink: 0.00 s: . TestPathname#test_untaint: 0.00 s: . TestPathname#test_utime: 0.00 s: . TestPathname#test_world_readable?: 0.00 s: . TestPathname#test_world_writable?: 0.00 s: . TestPathname#test_writable?: 0.00 s: . TestPathname#test_writable_real?: 0.00 s: . TestPathname#test_zero?: 0.00 s: . TestPipe#test_eof_0: 0.00 s: . TestPipe#test_eof_0_rw: 0.00 s: . TestPipe#test_eof_1: 0.00 s: . TestPipe#test_eof_2: 0.00 s: . TestPipe#test_eof_3: 0.00 s: . TestPrime#test_default_instance_does_not_have_compatibility_methods: 0.00 s: . TestPrime#test_each: 0.00 s: . TestPrime#test_each_by_prime_number_theorem: 5.11 s: . TestPrime#test_each_without_block: 0.00 s: . TestPrime#test_enumerator_succ: 0.00 s: . TestPrime#test_enumerator_with_index: 0.00 s: . TestPrime#test_eratosthenes_works_fine_after_timeout: 0.50 s: . TestPrime#test_new: 0.00 s: . TestPrime::TestInteger#test_from_prime_division: 0.00 s: . TestPrime::TestInteger#test_prime?: 0.07 s: . TestPrime::TestInteger#test_prime_division: 0.00 s: . TestProc#test_arity: 0.00 s: . TestProc#test_arity2: 0.00 s: . TestProc#test_attr_source_location: 0.00 s: . TestProc#test_binding: 0.00 s: . TestProc#test_binding2: 0.00 s: . TestProc#test_block_par: 0.00 s: . TestProc#test_bound_parameters: 0.00 s: . TestProc#test_curry: 0.00 s: . TestProc#test_curry_from_knownbug: 0.00 s: . TestProc#test_curry_ski_fib: 0.00 s: . TestProc#test_curry_with_trace: 0.01 s: . TestProc#test_dup_clone: 0.00 s: . TestProc#test_eq: 0.00 s: . TestProc#test_eq2: 0.00 s: . TestProc#test_localjump_error: 0.00 s: . TestProc#test_method_to_proc: 0.00 s: . TestProc#test_parameters: 0.00 s: . TestProc#test_proc: 0.00 s: . TestProc#test_proc_args_block: 0.00 s: . TestProc#test_proc_args_opt: 0.00 s: . TestProc#test_proc_args_opt_and_block: 0.00 s: . TestProc#test_proc_args_opt_and_block2: 0.00 s: . TestProc#test_proc_args_opt_and_post: 0.00 s: . TestProc#test_proc_args_opt_and_post_and_block: 0.00 s: . TestProc#test_proc_args_opt_and_rest: 0.00 s: . TestProc#test_proc_args_opt_and_rest_and_post: 0.00 s: . TestProc#test_proc_args_opt_and_rest_and_post_and_block: 0.00 s: . TestProc#test_proc_args_plain: 0.00 s: . TestProc#test_proc_args_rest: 0.00 s: . TestProc#test_proc_args_rest_and_block: 0.00 s: . TestProc#test_proc_args_rest_and_post: 0.00 s: . TestProc#test_proc_args_rest_and_post_and_block: 0.00 s: . TestProc#test_proc_args_unleashed: 0.00 s: . TestProc#test_proc_lambda: 0.00 s: . TestProc#test_proc_location: 0.00 s: . TestProc#test_safe: 0.00 s: . TestProc#test_source_location: 0.00 s: . TestProc#test_splat_without_respond_to: 0.00 s: . TestProc#test_to_proc: 0.00 s: . TestProc#test_to_s: 0.00 s: . TestProcess#test_abort: 0.07 s: . TestProcess#test_argv0: 0.31 s: . TestProcess#test_argv0_noarg: 0.51 s: . TestProcess#test_exec_noshell: 0.06 s: . TestProcess#test_exec_shell: 0.12 s: . TestProcess#test_exec_wordsplit: 0.08 s: . TestProcess#test_execopts_chdir: 0.09 s: . TestProcess#test_execopts_close_others: 0.43 s: . TestProcess#test_execopts_duplex_io: 0.06 s: . TestProcess#test_execopts_env: 0.78 s: . TestProcess#test_execopts_exec: 0.06 s: . TestProcess#test_execopts_modification: 0.17 s: . TestProcess#test_execopts_opts: 0.06 s: . TestProcess#test_execopts_pgroup: 0.32 s: . TestProcess#test_execopts_popen: 0.34 s: . TestProcess#test_execopts_redirect: 1.24 s: . TestProcess#test_execopts_redirect_dup2_child: 0.23 s: . TestProcess#test_execopts_redirect_self: 0.06 s: . TestProcess#test_execopts_rlimit: 0.34 s: . TestProcess#test_execopts_umask: 0.12 s: . TestProcess#test_execopts_unsetenv_others: 0.11 s: . TestProcess#test_fd_inheritance: 0.32 s: . TestProcess#test_geteuid: 0.00 s: . TestProcess#test_getpgid: 0.00 s: . TestProcess#test_getpriority: 0.00 s: . TestProcess#test_getuid: 0.00 s: . TestProcess#test_gid_re_exchangeable_p: 0.00 s: . TestProcess#test_gid_sid_available?: 0.00 s: . TestProcess#test_groups: 0.00 s: . TestProcess#test_maxgroups: 0.00 s: . TestProcess#test_no_curdir: 0.12 s: . TestProcess#test_popen_fork: 0.03 s: . TestProcess#test_popen_noshell: 0.03 s: . TestProcess#test_popen_shell: 0.09 s: . TestProcess#test_popen_wordsplit: 0.06 s: . TestProcess#test_pst_inspect: 0.00 s: . TestProcess#test_rlimit_availability: 0.00 s: . TestProcess#test_rlimit_name: 0.00 s: . TestProcess#test_rlimit_nofile: 0.06 s: . TestProcess#test_rlimit_value: 0.12 s: . TestProcess#test_setpriority: 0.00 s: . TestProcess#test_sleep: 0.00 s: . TestProcess#test_spawn_noshell: 0.03 s: . TestProcess#test_spawn_shell: 0.09 s: . TestProcess#test_spawn_wordsplit: 0.06 s: . TestProcess#test_status: 0.06 s: . TestProcess#test_status_kill: 1.06 s: . TestProcess#test_system_noshell: 0.04 s: . TestProcess#test_system_shell: 0.09 s: . TestProcess#test_system_wordsplit: 0.06 s: . TestProcess#test_uid_re_exchangeable_p: 0.00 s: . TestProcess#test_uid_sid_available?: 0.00 s: . TestProcess#test_wait2: 0.16 s: . TestProcess#test_wait_and_sigchild: 2.73 s: . TestProcess#test_wait_without_arg: 0.16 s: . TestProcess#test_waitall: 0.27 s: . TestPsych#test_line_width: 0.00 s: . TestPsych#test_load_file: 0.00 s: . TestPsych#test_version_string: 0.00 s: . TestPsych#test_load_argument_error: 0.00 s: . TestPsych#test_version_bool: 0.00 s: . TestPsych#test_parse_file: 0.00 s: . TestPsych#test_add_builtin_type: 0.00 s: . TestPsych#test_load_documents: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_psych.rb:91:in `test_load_documents': load_documents is deprecated, use load_stream 0.00 s: . TestPsych#test_header: 0.00 s: . TestPsych#test_parse_stream: 0.00 s: . TestPsych#test_non_existing_class_on_deserialize: 0.00 s: . TestPsych#test_libyaml_version: 0.00 s: . TestPsych#test_dump_stream: 0.00 s: . TestPsych#test_degenerate_strings: 0.00 s: . TestPsych#test_indent: 0.00 s: . TestPsych#test_dump_file: 0.00 s: . TestPsych#test_canonical: 0.00 s: . TestPsych#test_version_array: 0.00 s: . TestPsych#test_domain_types: 0.00 s: . TestPsych#test_simple: 0.00 s: . TestPsych#test_dump_io: 0.00 s: . TestPsych#test_callbacks: 0.00 s: . TestQueue#test_queue: 0.17 s: . TestQueue#test_sized_queue: 0.43 s: . TestRDocAttr#test_params: 0.00 s: . TestRDocAttr#test_block_params: 0.00 s: . TestRDocAttr#test_full_name: 0.00 s: . TestRDocAttr#test_singleton: 0.00 s: . TestRDocAttr#test_arglists: 0.00 s: . TestRDocAttr#test_call_seq: 0.00 s: . TestRDocAttr#test_type: 0.00 s: . TestRDocClassModule#test_comment_equals: 0.03 s: . TestRDocClassModule#test_superclass: 0.03 s: . TestRDocClassModule#test_find_class_named: 0.03 s: . TestRDocClassModule#test_merge: 0.03 s: . TestRDocCodeObject#test_comment_equals: 0.03 s: . TestRDocCodeObject#test_stop_doc: 0.03 s: . TestRDocCodeObject#test_metadata: 0.03 s: . TestRDocCodeObject#test_start_doc: 0.03 s: . TestRDocCodeObject#test_initialize: 0.03 s: . TestRDocCodeObject#test_parent_name: 0.03 s: . TestRDocCodeObject#test_document_children_equals: 0.03 s: . TestRDocCodeObject#test_document_self_equals: 0.03 s: . TestRDocCodeObject#test_documented_eh: 0.03 s: . TestRDocCodeObject#test_parent_file_name: 0.03 s: . TestRDocConstant#test_path: 0.03 s: . TestRDocContext#test_add_alias_method: 0.03 s: . TestRDocContext#test_find_enclosing_module_named: 0.03 s: . TestRDocContext#test_add_alias_impl: 0.03 s: . TestRDocContext#test_add_to: 0.03 s: . TestRDocContext#test_add_class: 0.03 s: . TestRDocContext#test_find_file_named: 0.03 s: . TestRDocContext#test_find_attribute_named: 0.03 s: . TestRDocContext#test_add_include: 0.03 s: . TestRDocContext#test_find_symbol: 0.03 s: . TestRDocContext#test_defined_in_eh: 0.03 s: . TestRDocContext#test_add_module_alias: 0.03 s: . TestRDocContext#test_add_class_upgrade: 0.03 s: . TestRDocContext#test_add_alias: 0.04 s: . TestRDocContext#test_add_method_alias: 0.04 s: . TestRDocContext#test_add_method: 0.04 s: . TestRDocContext#test_child_name: 0.03 s: . TestRDocContext#test_find_method_named: 0.03 s: . TestRDocContext#test_find_class_method_named: 0.03 s: . TestRDocContext#test_add_to_no_document_self: 0.03 s: . TestRDocContext#test_initialize: 0.03 s: . TestRDocContext#test_add_class_superclass: 0.19 s: . TestRDocContext#test_add_module: 0.04 s: . TestRDocContext#test_add_constant: 0.03 s: . TestRDocContext#test_find_constant_named: 0.03 s: . TestRDocContext#test_find_symbol_method: 0.03 s: . TestRDocContext#test_find_instance_method_named: 0.03 s: . TestRDocContext#test_find_local_symbol: 0.03 s: . TestRDocContext#test_classes: 0.03 s: . TestRDocContext#test_add_to_done_documenting: 0.03 s: . TestRDocContext#test_find_module_named: 0.03 s: . TestRDocContext#test_equals2: 0.03 s: . TestRDocContext#test_add_module_class: 0.03 s: . TestRDocContext#test_add_require: 0.03 s: . TestRDocContext#test_spaceship: 0.03 s: . TestRDocGeneratorRI#test_generate: 0.01 s: . TestRDocInclude#test_module: 0.03 s: . TestRDocMarkup#test_convert: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_SGML: 0.00 s: . TestRDocMarkupAttributeManager#test_basic: 0.01 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold: 0.00 s: . TestRDocMarkupAttributeManager#test_bold_html_escaped: 0.00 s: . TestRDocMarkupAttributeManager#test_bold: 0.00 s: . TestRDocMarkupAttributeManager#test_combined: 0.00 s: . TestRDocMarkupAttributeManager#test_adding: 0.00 s: . TestRDocMarkupAttributeManager#test_convert_attrs: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_teletype: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_1: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_2: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair_matching: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_nested_mixed_case: 0.00 s: . TestRDocMarkupAttributeManager#test_protect: 0.00 s: . TestRDocMarkupAttributeManager#test_special: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_em_bold_mixed_case: 0.00 s: . TestRDocMarkupAttributeManager#test_html_like_teletype_em_bold_SGML: 0.00 s: . TestRDocMarkupAttributeManager#test_add_word_pair_angle: 0.00 s: . TestRDocMarkupAttributeManager#test_tt_html: 0.00 s: . TestRDocMarkupDocument#test_append: 0.00 s: . TestRDocMarkupDocument#test_append_string: 0.00 s: . TestRDocMarkupDocument#test_append_document: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_multiline: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_label: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_trim: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_heading: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_indent: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_rule2: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_paragraph: 0.00 s: . TestRDocMarkupParser#test_build_heading: 0.00 s: . TestRDocMarkupParser#test_parse_note: 0.00 s: . TestRDocMarkupParser#test_tokenize_heading_no_space: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_note: 0.00 s: . TestRDocMarkupParser#test_tokenize_bullet_indent: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_lalpha: 0.00 s: . TestRDocMarkupParser#test_parse_label_newline: 0.00 s: . TestRDocMarkupParser#test_parse_whitespace: 0.00 s: . TestRDocMarkupParser#test_parse_lalpha: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_number: 0.00 s: . TestRDocMarkupParser#test_parse_heading_three: 0.00 s: . TestRDocMarkupParser#test_tokenize_rule: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_multiparagraph: 0.00 s: . TestRDocMarkupParser#test_tokenize_heading: 0.00 s: . TestRDocMarkupParser#test_parse_paragraph_verbatim: 0.00 s: . TestRDocMarkupParser#test_parse_paragraph: 0.00 s: . TestRDocMarkupParser#test_tokenize_label: 0.00 s: . TestRDocMarkupParser#test_parse_note_empty: 0.00 s: . TestRDocMarkupParser#test_parse_ualpha: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_merge2: 0.00 s: . TestRDocMarkupParser#test_tokenize_label_note: 0.00 s: . TestRDocMarkupParser#test_tokenize_note_empty: 0.00 s: . TestRDocMarkupParser#test_parse_label: 0.00 s: . TestRDocMarkupParser#test_tokenize_paragraphs: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_multilevel: 0.00 s: . TestRDocMarkupParser#test_tokenize_bullet: 0.00 s: . TestRDocMarkupParser#test_parse_heading: 0.00 s: . TestRDocMarkupParser#test_parse_heading_heading: 0.00 s: . TestRDocMarkupParser#test_tokenize_note: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_fold: 0.00 s: . TestRDocMarkupParser#test_unget: 0.00 s: . TestRDocMarkupParser#test_tokenize_number_period: 0.00 s: . TestRDocMarkupParser#test_parse_number_bullet: 0.00 s: . TestRDocMarkupParser#test_skip: 0.00 s: . TestRDocMarkupParser#test_parse_heading_ualpha: 0.00 s: . TestRDocMarkupParser#test_tokenize_number_period_continue: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_heading2: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_heading: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_multiline: 0.00 s: . TestRDocMarkupParser#test_parse_dash: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_ualpha: 0.00 s: . TestRDocMarkupParser#test_tokenize_heading_heading: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_merge: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_bullet: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_verbatim_heading: 0.00 s: . TestRDocMarkupParser#test_parse_bullet_indent_verbatim: 0.00 s: . TestRDocMarkupParser#test_tokenize_verbatim_heading: 0.00 s: . TestRDocMarkupParser#test_tokenize_lalpha: 0.00 s: . TestRDocMarkupParser#test_parse_heading_lalpha: 0.00 s: . TestRDocMarkupParser#test_get: 0.00 s: . TestRDocMarkupParser#test_parse_heading_number: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_markup_example: 0.00 s: . TestRDocMarkupParser#test_parse_list_verbatim: 0.00 s: . TestRDocMarkupParser#test_parse_note_note: 0.00 s: . TestRDocMarkupParser#test_parse_bullet: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim_rule: 0.00 s: . TestRDocMarkupParser#test_verbatim_normalize: 0.00 s: . TestRDocMarkupParser#test_tokenize_ualpha: 0.00 s: . TestRDocMarkupParser#test_parse_paragraph_multiline: 0.00 s: . TestRDocMarkupParser#test_parse_heading_label: 0.00 s: . TestRDocMarkupParser#test_parse_label_bullet: 0.00 s: . TestRDocMarkupParser#test_peek_token: 0.00 s: . TestRDocMarkupParser#test_parse_lists: 0.00 s: . TestRDocMarkupParser#test_parse_heading_bullet: 0.00 s: . TestRDocMarkupParser#test_parse_label_multiline: 0.00 s: . TestRDocMarkupParser#test_parse_verbatim: 0.00 s: . TestRDocMarkupParser#test_tokenize_number: 0.00 s: . TestRDocMarkupParser#test_parse_lalpha_ualpha: 0.00 s: . TestRDocMarkupParser#test_tokenize_note_not: 0.00 s: . TestRDocMarkupParser#test_parse_heading_note: 0.00 s: . TestRDocMarkupPreProcess#test_handle: 0.00 s: . TestRDocMarkupPreProcess#test_handle_code_object: 0.00 s: . TestRDocMarkupPreProcess#test_handle_registered: 0.00 s: . TestRDocMarkupPreProcess#test_handle_code_object_block: 0.00 s: . TestRDocMarkupPreProcess#test_handle_block: 0.00 s: . TestRDocMarkupPreProcess#test_handle_registered_code_object: 0.00 s: . TestRDocMarkupPreProcess#test_handle_registered_block: 0.00 s: . TestRDocMarkupPreProcess#test_include_file: 0.00 s: . TestRDocMarkupRaw#test_push: 0.00 s: . TestRDocMarkupToAnsi#test_list_verbatim: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_number: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_lalpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_b: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_end_number: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading_1: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_start_label: 0.00 s: . TestRDocMarkupToAnsi#test_start_accepting: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_note_2: 0.00 s: . TestRDocMarkupToAnsi#test_accept_verbatim_indent: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_end_lalpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading_3: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading_4: 0.00 s: . TestRDocMarkupToAnsi#test_end_accepting: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_star: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_end_ualpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_end_bullet: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_start_note: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_end_ualpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_start_ualpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_underscore: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_start_number: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading_indent: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_end_note: 0.00 s: . TestRDocMarkupToAnsi#test_accept_rule: 0.00 s: . TestRDocMarkupToAnsi#test_attributes: 0.00 s: . TestRDocMarkupToAnsi#test_accept_verbatim: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_end_number: 0.00 s: . TestRDocMarkupToAnsi#test_list_nested: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_label: 0.00 s: . TestRDocMarkupToAnsi#test_accept_blank_line: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_end_label: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_i: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_ualpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_rule_indent: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_plus: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_end_bullet: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_end_label: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_indent: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_start_lalpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_end_lalpha: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading_b: 0.00 s: . TestRDocMarkupToAnsi#test_accept_raw: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_bullet: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_item_start_note: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_start_bullet: 0.00 s: . TestRDocMarkupToAnsi#test_accept_paragraph_wrap: 0.00 s: . TestRDocMarkupToAnsi#test_accept_heading_2: 0.00 s: . TestRDocMarkupToAnsi#test_accept_list_end_note: 0.00 s: . TestRDocMarkupToAnsi#test_accept_verbatim_big_indent: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_i: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_end_bullet: 0.00 s: . TestRDocMarkupToBs#test_accept_list_end_note: 0.00 s: . TestRDocMarkupToBs#test_accept_verbatim_indent: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_2: 0.00 s: . TestRDocMarkupToBs#test_accept_list_start_number: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_indent: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_end_ualpha: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_wrap: 0.00 s: . TestRDocMarkupToBs#test_accept_list_start_note: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_underscore: 0.00 s: . TestRDocMarkupToBs#test_accept_rule_indent: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_star: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_end_lalpha: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_b: 0.00 s: . TestRDocMarkupToBs#test_accept_list_end_label: 0.00 s: . TestRDocMarkupToBs#test_list_nested: 0.00 s: . TestRDocMarkupToBs#test_accept_rule: 0.00 s: . TestRDocMarkupToBs#test_accept_list_end_lalpha: 0.00 s: . TestRDocMarkupToBs#test_end_accepting: 0.00 s: . TestRDocMarkupToBs#test_accept_list_start_lalpha: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_b: 0.00 s: . TestRDocMarkupToBs#test_accept_blank_line: 0.00 s: . TestRDocMarkupToBs#test_accept_list_start_label: 0.00 s: . TestRDocMarkupToBs#test_start_accepting: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_number: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_end_label: 0.00 s: . TestRDocMarkupToBs#test_accept_list_end_number: 0.00 s: . TestRDocMarkupToBs#test_accept_verbatim: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_note: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_1: 0.00 s: . TestRDocMarkupToBs#test_attributes: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_suppressed_crossref: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_end_number: 0.00 s: . TestRDocMarkupToBs#test_accept_verbatim_big_indent: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_ualpha: 0.00 s: . TestRDocMarkupToBs#test_accept_list_start_ualpha: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_lalpha: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_3: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_end_note: 0.00 s: . TestRDocMarkupToBs#test_accept_list_end_ualpha: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_note_2: 0.00 s: . TestRDocMarkupToBs#test_accept_heading: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_bullet: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_4: 0.00 s: . TestRDocMarkupToBs#test_accept_paragraph_plus: 0.00 s: . TestRDocMarkupToBs#test_accept_list_end_bullet: 0.00 s: . TestRDocMarkupToBs#test_accept_list_item_start_label: 0.00 s: . TestRDocMarkupToBs#test_accept_heading_indent: 0.00 s: . TestRDocMarkupToBs#test_accept_list_start_bullet: 0.00 s: . TestRDocMarkupToBs#test_list_verbatim: 0.00 s: . TestRDocMarkupToBs#test_accept_raw: 0.00 s: . TestRDocMarkupToHtml#test_accept_verbatim: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_start_number: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_start_ualpha: 0.00 s: . TestRDocMarkupToHtml#test_start_accepting: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_end_ualpha: 0.00 s: . TestRDocMarkupToHtml#test_convert_string_fancy: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_end_number: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_end_bullet: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_end_bullet: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_end_note: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_start_lalpha: 0.00 s: . TestRDocMarkupToHtml#test_tt_formatting: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_start_note: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_end_ualpha: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_end_label: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_end_number: 0.00 s: . TestRDocMarkupToHtml#test_class_gen_relative_url: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_start_lalpha: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_start_label: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_start_note: 0.00 s: . TestRDocMarkupToHtml#test_accept_heading: 0.00 s: . TestRDocMarkupToHtml#test_end_accepting: 0.00 s: . TestRDocMarkupToHtml#test_accept_blank_line: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_start_label: 0.00 s: . TestRDocMarkupToHtml#test_accept_rule: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_start_bullet: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_start_ualpha: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_start_number: 0.00 s: . TestRDocMarkupToHtml#test_list_verbatim: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_start_bullet: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_end_lalpha: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_end_label: 0.00 s: . TestRDocMarkupToHtml#test_accept_raw: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_end_lalpha: 0.00 s: . TestRDocMarkupToHtml#test_accept_paragraph: 0.00 s: . TestRDocMarkupToHtml#test_accept_list_item_end_note: 0.00 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_file: 0.03 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_C2_C3: 0.04 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_method: 0.05 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_C3: 0.04 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_no_ref: 0.04 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_class: 0.04 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_C4: 0.04 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_C4_C4: 0.03 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_C2: 0.04 s: . TestRDocMarkupToHtmlCrossref#test_handle_special_CROSSREF_special: 0.03 s: . TestRDocMarkupToRdoc#test_accept_list_item_end_number: 0.00 s: . TestRDocMarkupToRdoc#test_accept_rule: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_number: 0.00 s: . TestRDocMarkupToRdoc#test_accept_raw: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_label: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_end_ualpha: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_end_lalpha: 0.00 s: . TestRDocMarkupToRdoc#test_accept_verbatim_big_indent: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_end_label: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_end_label: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_wrap: 0.00 s: . TestRDocMarkupToRdoc#test_list_verbatim: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_start_ualpha: 0.00 s: . TestRDocMarkupToRdoc#test_list_nested: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_lalpha: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_note_2: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_end_lalpha: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_start_note: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading_1: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_end_bullet: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_start_number: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_note: 0.00 s: . TestRDocMarkupToRdoc#test_accept_blank_line: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_start_lalpha: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_start_bullet: 0.00 s: . TestRDocMarkupToRdoc#test_end_accepting: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading_b: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_end_bullet: 0.00 s: . TestRDocMarkupToRdoc#test_start_accepting: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_start_label: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_end_note: 0.00 s: . TestRDocMarkupToRdoc#test_accept_rule_indent: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading_4: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_i: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_indent: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_end_number: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_b: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading_3: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_end_note: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_underscore: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading_indent: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading_2: 0.00 s: . TestRDocMarkupToRdoc#test_accept_verbatim: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_star: 0.00 s: . TestRDocMarkupToRdoc#test_accept_verbatim_indent: 0.00 s: . TestRDocMarkupToRdoc#test_attributes: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_bullet: 0.00 s: . TestRDocMarkupToRdoc#test_accept_heading: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_item_start_ualpha: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph: 0.00 s: . TestRDocMarkupToRdoc#test_accept_paragraph_plus: 0.00 s: . TestRDocMarkupToRdoc#test_accept_list_end_ualpha: 0.00 s: . TestRDocNormalClass#test_ancestors_class: 0.03 s: . TestRDocNormalModule#test_ancestors_module: 0.04 s: . TestRDocNormalModule#test_module_eh: 0.20 s: . TestRDocOptions#test_parse_ignore_invalid_no: 0.02 s: . TestRDocOptions#test_parse_ignore_invalid: 0.02 s: . TestRDocOptions#test_parse_main: 0.02 s: . TestRDocOptions#test_parse_dash_p_files: 0.02 s: . TestRDocOptions#test_parse_ignore_invalid_default: 0.02 s: . TestRDocOptions#test_parse_dash_p: 0.02 s: . TestRDocParser#test_class_for_binary: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser.rb:75: warning: method redefined; discarding old can_parse /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser.rb:100: warning: previous definition of can_parse was here 0.02 s: . TestRDocParser#test_class_binary_eh_marshal: 0.00 s: . TestRDocParser#test_class_can_parse_zip: 0.00 s: . TestRDocParser#test_class_can_parse: 0.00 s: . TestRDocParser#test_class_binary_eh_erb: 0.00 s: . TestRDocParserC#test_find_class_comment_define_class_Init_Foo_no_void: 0.01 s: . TestRDocParserC#test_find_class_comment_define_class: 0.01 s: . TestRDocParserC#test_do_constants: 0.02 s: . TestRDocParserC#test_do_classes_boot_class_nil: 0.01 s: . TestRDocParserC#test_find_class_comment_include: 0.01 s: . TestRDocParserC#test_do_classes_module_under: 0.01 s: . TestRDocParserC#test_find_body_define: 0.01 s: . TestRDocParserC#test_do_classes_boot_class: 0.01 s: . TestRDocParserC#test_define_method_private: 0.01 s: . TestRDocParserC#test_find_body_document_method: 0.01 s: . TestRDocParserC#test_find_body: 0.01 s: . TestRDocParserC#test_do_classes_module: 0.01 s: . TestRDocParserC#test_do_classes_class_under: 0.01 s: . TestRDocParserC#test_find_class_comment_define_class_bogus_comment: 0.01 s: . TestRDocParserC#test_find_class_comment_define_class_Init_Foo: 0.01 s: . TestRDocParserC#test_look_for_directives_in: 0.01 s: . TestRDocParserC#test_do_classes_class: 0.01 s: . TestRDocParserC#test_find_class_comment_init: 0.01 s: . TestRDocParserC#test_define_method: 0.01 s: . TestRDocParserRuby#test_sanity_interpolation: 0.01 s: . TestRDocParserRuby#test_sanity_interpolation_crazy: 0.01 s: . TestRDocParserRuby#test_parse_module: 0.01 s: . TestRDocParserRuby#test_parse_method_internal_ivar: 0.02 s: . TestRDocParserRuby#test_parse_constant_alias_same_name: 0.01 s: . TestRDocParserRuby#test_parse_meta_method: 0.01 s: . TestRDocParserRuby#test_parse_method_parameters_comment_continue: 0.01 s: . TestRDocParserRuby#test_parse_meta_method_unknown: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_stopdoc: 0.01 s: . TestRDocParserRuby#test_parse_meta_attr_named: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_method: 0.01 s: . TestRDocParserRuby#test_parse_attr: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_attr: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_private: 0.01 s: . TestRDocParserRuby#test_parse_meta_method_singleton: 0.01 s: . TestRDocParserRuby#test_parse_constant_alias: 0.01 s: . TestRDocParserRuby#test_parse_class_definition_encountered_after_class_reference: 0.01 s: . TestRDocParserRuby#test_parse_alias: 0.01 s: . TestRDocParserRuby#test_parse_meta_attr_writer: 0.01 s: . TestRDocParserRuby#test_parse_method_toplevel_class: 0.01 s: . TestRDocParserRuby#test_parse_meta_attr_accessor: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_startdoc: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_enddoc: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_constant: 0.02 s: . TestRDocParserRuby#test_parse_statements_identifier_alias_method: 0.01 s: . TestRDocParserRuby#test_parse_statements_while_begin: 0.02 s: . TestRDocParserRuby#test_parse_class_colon3: 0.01 s: . TestRDocParserRuby#test_sanity_symbol_interpolation: 0.01 s: . TestRDocParserRuby#test_parse_attr_accessor: 0.01 s: . TestRDocParserRuby#test_parse_method_alias: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_title: 0.01 s: . TestRDocParserRuby#test_parse_method_internal_lvar: 0.01 s: . TestRDocParserRuby#test_parse_statements_class_nested: 0.01 s: . TestRDocParserRuby#test_parse_meta_attr: 0.01 s: . TestRDocParserRuby#test_parse_module_relative_to_top_level_namespace: 0.02 s: . TestRDocParserRuby#test_parse_method_no_parens: 0.01 s: . TestRDocParserRuby#test_parse_method_parameters_comment: 0.01 s: . TestRDocParserRuby#test_sanity_integer: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_include: 0.01 s: . TestRDocParserRuby#test_parse_class_mistaken_for_module: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_attr_accessor: 0.01 s: . TestRDocParserRuby#test_parse_comment_method: 0.01 s: . TestRDocParserRuby#test_parse_meta_method_singleton_name: 0.01 s: . TestRDocParserRuby#test_parse_meta_method_string_name: 0.01 s: . TestRDocParserRuby#test_parse_class_single: 0.01 s: . TestRDocParserRuby#test_parse_method_utf8: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_module_function: 0.02 s: . TestRDocParserRuby#test_parse_meta_method_name: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_main: 0.01 s: . TestRDocParserRuby#test_parse_method: 0.01 s: . TestRDocParserRuby#test_parse_attr_accessor_writer: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_unhandled: 0.01 s: . TestRDocParserRuby#test_parse_class_nested_superclass: 0.01 s: . TestRDocParserRuby#test_parse_class: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_attr: 0.01 s: . TestRDocParserRuby#test_parse_class_ghost_method: 0.01 s: . TestRDocParserRuby#test_parse_comment_attr: 0.01 s: . TestRDocParserRuby#test_parse_meta_attr_reader: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_require: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_commented: 0.01 s: . TestRDocParserRuby#test_look_for_directives_in_section: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_alias_method_before_original_method: 0.02 s: . TestRDocParserRuby#test_parse_top_level_statements_alias_method: 0.01 s: . TestRDocParserRuby#test_sanity_interpolation_curly: 0.01 s: . TestRDocParserRuby#test_sanity_interpolation_format: 0.01 s: . TestRDocParserRuby#test_parse_method_toplevel: 0.01 s: . TestRDocParserRuby#test_parse_method_funky: 0.01 s: . TestRDocParserRuby#test_parse_statements_identifier_meta_method: 0.01 s: . TestRDocParserRuby#test_parse_alias_meta: 0.01 s: . TestRDocParserRuby#test_parse_statements_class_if: 0.01 s: . TestRDocParserSimple#test_initialize_metadata: 0.01 s: . TestRDocParserSimple#test_remove_coding_comment: 0.01 s: . TestRDocParserSimple#test_remove_private_comments_star: 0.01 s: . TestRDocParserSimple#test_remove_private_comments: 0.01 s: . TestRDocRDoc#test_normalized_file_list_not_modified: 0.00 s: . TestRDocRDoc#test_read_file_contents: 0.00 s: . TestRDocRDoc#test_read_file_contents_encoding_fancy: 0.00 s: . TestRDocRDoc#test_setup_output_dir_exists_file: 0.00 s: . TestRDocRDoc#test_normalized_file_list: 0.00 s: . TestRDocRDoc#test_setup_output_dir_exists_not_rdoc: 0.00 s: . TestRDocRDoc#test_setup_output_dir: 0.00 s: . TestRDocRDoc#test_read_file_contents_encoding: 0.00 s: . TestRDocRDoc#test_remove_unparsable: 0.00 s: . TestRDocRDoc#test_setup_output_dir_exists: 0.01 s: . TestRDocRDoc#test_setup_output_dir_exists_empty_created_rid: 0.00 s: . TestRDocRDoc#test_read_file_contents_encoding_with_signature: 0.00 s: . TestRDocRDoc#test_gather_files: 0.00 s: . TestRDocRIDriver#test_load_method_inherited: 0.07 s: . TestRDocRIDriver#test_add_includes_many: 0.08 s: . TestRDocRIDriver#test_display_name_not_found_class: 0.08 s: . TestRDocRIDriver#test_display_method_inherited: 0.10 s: . TestRDocRIDriver#test_list_known_classes: 0.09 s: . TestRDocRIDriver#test_load_method: 0.09 s: . TestRDocRIDriver#test_display_name_not_found_method: 0.10 s: . TestRDocRIDriver#test_expand_name: 0.10 s: . TestRDocRIDriver#test_add_includes_many_no_doc: 0.30 s: . TestRDocRIDriver#test_page_stdout: 0.09 s: . TestRDocRIDriver#test_self_dump: 0.11 s: . TestRDocRIDriver#test_load_methods_matching: 0.11 s: . TestRDocRIDriver#test_add_includes_empty: 0.09 s: . TestRDocRIDriver#test_add_also_in_empty: 0.09 s: . TestRDocRIDriver#test_complete_classes: 0.10 s: . TestRDocRIDriver#test_display_class_multi_no_doc: 0.12 s: . TestRDocRIDriver#test_parse_name_namespace: 0.09 s: . TestRDocRIDriver#test_find_methods: 0.10 s: . TestRDocRIDriver#test_expand_class: 0.11 s: . TestRDocRIDriver#test_display_method_attribute: 0.11 s: . TestRDocRIDriver#test_complete: 0.09 s: . TestRDocRIDriver#test_find_methods_method: 0.10 s: . TestRDocRIDriver#test_add_from: 0.11 s: . TestRDocRIDriver#test_parse_name_method: 0.09 s: . TestRDocRIDriver#test_add_also_in: 0.32 s: . TestRDocRIDriver#test_formatter: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:506: warning: method redefined; discarding old tty? /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:502: warning: previous definition of tty? was here 0.19 s: . TestRDocRIDriver#test_display_class_module: 0.13 s: . TestRDocRIDriver#test_complete_multistore: 0.13 s: . TestRDocRIDriver#test_display_method_params: 0.12 s: . TestRDocRIDriver#test_display_class_superclass: 0.13 s: . TestRDocRIDriver#test_complete_ancestor: 0.10 s: . TestRDocRIDriver#test_parse_name_single_class: 0.10 s: . TestRDocRIDriver#test_display_class_ambiguous: 0.13 s: . TestRDocRIDriver#test_display: 0.11 s: . TestRDocRIDriver#test_list_methods_matching: 0.11 s: . TestRDocRIDriver#test_add_method_list_none: 0.10 s: . TestRDocRIDriver#test_classes: 0.12 s: . TestRDocRIDriver#test_add_class: 0.13 s: . TestRDocRIDriver#test_ancestors_of: 0.09 s: . TestRDocRIDriver#test_display_class: 0.30 s: . TestRDocRIDriver#test_add_method_list: 0.11 s: . TestRDocRIDriver#test_add_includes_one: 0.12 s: . TestRDocRIDriver#test_display_method: 0.12 s: . TestRDocRIDriver#test_load_methods_matching_inherited: 0.13 s: . TestRDocRIDriver#test_method_type: 0.11 s: . TestRDocRIPaths#test_class_raw_path: 0.00 s: . TestRDocRIPaths#test_class_path_nonexistent: 0.00 s: . TestRDocRIPaths#test_class_raw_path_extra_dirs: 0.00 s: . TestRDocRIStore#test_load_class: 0.01 s: . TestRDocRIStore#test_save_class: 0.01 s: . TestRDocRIStore#test_attributes: 0.00 s: . TestRDocRIStore#test_load_method_bang: 0.00 s: . TestRDocRIStore#test_friendly_path: 0.00 s: . TestRDocRIStore#test_load_cache_no_cache: 0.00 s: . TestRDocRIStore#test_save_class_nested: 0.01 s: . TestRDocRIStore#test_method_file: 0.00 s: . TestRDocRIStore#test_load_cache: 0.00 s: . TestRDocRIStore#test_save_cache: 0.01 s: . TestRDocRIStore#test_save_class_methods: 0.01 s: . TestRDocRIStore#test_save_cache_duplicate_methods: 0.01 s: . TestRDocRIStore#test_save_class_merge: 0.01 s: . TestRDocRIStore#test_save_method: 0.01 s: . TestRDocRIStore#test_save_method_nested: 0.00 s: . TestRDocRIStore#test_save_class_basic_object: 0.01 s: . TestRDocRIStore#test_instance_methods: 0.00 s: . TestRDocRIStore#test_class_file: 0.00 s: . TestRDocRIStore#test_class_path: 0.00 s: . TestRDocRIStore#test_class_methods: 0.00 s: . TestRDocRequire#test_initialize: 0.04 s: . TestRDocTask#test_tasks_creation_with_custom_name_hash_will_use_default_if_an_option_isnt_given: 0.00 s: . TestRDocTask#test_tasks_creation_with_custom_name_string: 0.00 s: . TestRDocTask#test_tasks_creation_with_custom_name_hash: 0.00 s: . TestRDocTask#test_tasks_creation_with_custom_name_symbol: 0.00 s: . TestRDocTask#test_tasks_creation_with_custom_name_hash_raises_exception_if_invalid_option_given: 0.00 s: . TestRDocTask#test_tasks_creation: 0.00 s: . TestRDocText#test_expand_tabs: 0.00 s: . TestRDocText#test_markup: 0.00 s: . TestRDocText#test_strip_stars: 0.00 s: . TestRDocText#test_normalize_comment: 0.00 s: . TestRDocText#test_parse: 0.00 s: . TestRDocText#test_parse_empty: 0.00 s: . TestRDocText#test_strip_hashes: 0.00 s: . TestRDocText#test_flush_left: 0.00 s: . TestRDocText#test_strip_newlines: 0.00 s: . TestRDocText#test_parse_document: 0.00 s: . TestRDocText#test_parse_empty_newline: 0.00 s: . TestRDocText#test_parse_newline: 0.00 s: . TestRDocTopLevel#test_name: 0.04 s: . TestRDocTopLevel#test_class_find_file_named: 0.04 s: . TestRDocTopLevel#test_class_find_class_named_from: 0.04 s: . TestRDocTopLevel#test_class_find_class_or_module: 0.04 s: . TestRDocTopLevel#test_class_modules: 0.04 s: . TestRDocTopLevel#test_class_find_class_named: 0.04 s: . TestRDocTopLevel#test_class_all_classes_and_modules: 0.04 s: . TestRDocTopLevel#test_class_files: 0.04 s: . TestRDocTopLevel#test_find_class_or_module: 0.03 s: . TestRDocTopLevel#test_http_url: 0.05 s: . TestRDocTopLevel#test_last_modified: 0.04 s: . TestRDocTopLevel#test_base_name: 0.04 s: . TestRDocTopLevel#test_class_classes: 0.04 s: . TestRDocTopLevel#test_class_reset: 0.04 s: . TestRDocTopLevel#test_full_name: 0.04 s: . TestRDocTopLevel#test_class_find_module_named: 0.04 s: . TestRand#test_0x10000: 0.01 s: . TestRand#test_0x100000000: 0.00 s: . TestRand#test_0x10000000000: 0.01 s: . TestRand#test_0x1000000000000: 0.00 s: . TestRand#test_0x1000000000001: 0.00 s: . TestRand#test_0x100000001: 0.00 s: . TestRand#test_0x3fffffff: 0.01 s: . TestRand#test_0x3fffffffffffffff: 0.00 s: . TestRand#test_0x40000000: 0.00 s: . TestRand#test_0x4000000000000000: 0.00 s: . TestRand#test_0x4000000000000001: 0.01 s: . TestRand#test_0x40000001: 0.00 s: . TestRand#test_0xffffffff: 0.00 s: . TestRand#test_big_seed: 0.03 s: . TestRand#test_default: 0.00 s: . TestRand#test_fork_shuffle: 0.80 s: . TestRand#test_marshal: 0.01 s: . TestRand#test_mt: 0.01 s: . TestRand#test_rand_0x100000000: 0.01 s: . TestRand#test_random_argument_error: 0.00 s: . TestRand#test_random_bytes: 0.00 s: . TestRand#test_random_dup: 0.00 s: . TestRand#test_random_equal: 0.00 s: . TestRand#test_random_float: 0.00 s: . TestRand#test_random_gc: 0.46 s: . TestRand#test_random_left: 0.04 s: . TestRand#test_random_range: 0.00 s: . TestRand#test_random_seed: 0.00 s: . TestRand#test_random_state: 0.02 s: . TestRand#test_random_type_error: 0.00 s: . TestRand#test_seed: 0.00 s: . TestRand#test_shuffle: 0.00 s: . TestRand#test_srand: 0.00 s: . TestRand#test_types: 0.00 s: . TestRange#test_bad_value: 0.00 s: . TestRange#test_beg_len: 0.00 s: . TestRange#test_begin_end: 0.00 s: . TestRange#test_comparison_when_recursive: 0.00 s: . TestRange#test_cover: 0.00 s: . TestRange#test_cyclic_range_inspect: 0.00 s: . TestRange#test_duckrange: 0.00 s: . TestRange#test_each: 0.00 s: . TestRange#test_eq: 0.00 s: . TestRange#test_eql: 0.00 s: . TestRange#test_eqq: 0.00 s: . TestRange#test_evaluation_order: 0.00 s: . TestRange#test_exclude_end: 0.00 s: . TestRange#test_first_last: 0.00 s: . TestRange#test_hash: 0.00 s: . TestRange#test_include: 0.00 s: . TestRange#test_initialize_twice: 0.00 s: . TestRange#test_inspect: 0.00 s: . TestRange#test_max: 0.00 s: . TestRange#test_min: 0.00 s: . TestRange#test_range_numeric_string: 0.00 s: . TestRange#test_range_string: 0.00 s: . TestRange#test_range_symbol: 0.00 s: . TestRange#test_step: 0.00 s: . TestRange#test_to_s: 0.00 s: . TestRange#test_uninitialized_range: 0.00 s: . TestRdocParserPerlPOD#test_perl_without_pod: 0.01 s: . TestRdocParserPerlPOD#test_simple_pod_no_structure: 0.01 s: . TestRdocParserPerlPOD#test_uncommented_perl: 0.01 s: . TestReadPartial#test_closed_pipe: 0.00 s: . TestReadPartial#test_length_zero: 0.00 s: . TestReadPartial#test_open_pipe: 0.20 s: . TestReadPartial#test_with_stdio: 0.20 s: . TestReadline#test_completion_append_character: 0.00 s: . TestReadline#test_completion_case_fold: 0.00 s: . TestReadline#test_completion_proc: 0.00 s: . TestReadline#test_editing_mode: 0.09 s: . TestReadline#test_get_screen_size: 0.00 s: . TestReadline#test_input=: 0.00 s: . TestReadline#test_line_buffer__point: 0.13 s: . TestReadline#test_output=: 0.00 s: . TestReadline#test_readline: 0.00 s: . TestReadline#test_safe_level_4: 0.01 s: . TestReadline#test_some_characters_methods: 0.00 s: . TestRegexp#test_KCODE: 0.00 s: . TestRegexp#test_assert_normal_exit: 0.00 s: . TestRegexp#test_assign_named_capture: 0.00 s: . TestRegexp#test_assign_named_capture_to_reserved_word: 0.00 s: . TestRegexp#test_backward: 0.00 s: . TestRegexp#test_casefold_p: 0.00 s: . TestRegexp#test_char_class: 0.01 s: . TestRegexp#test_char_to_option: 0.00 s: . TestRegexp#test_char_to_option_kcode: 0.00 s: . TestRegexp#test_char_type: 0.00 s: . TestRegexp#test_dup: 0.00 s: . TestRegexp#test_dup_warn: 0.18 s: . TestRegexp#test_eqq: 0.00 s: . TestRegexp#test_equal: 0.00 s: . TestRegexp#test_exec: 0.02 s: . TestRegexp#test_getter: 0.00 s: . TestRegexp#test_initialize: 0.00 s: . TestRegexp#test_inspect: 0.00 s: . TestRegexp#test_invalid_escape_error: 0.00 s: . TestRegexp#test_invalid_fragment: 0.00 s: . TestRegexp#test_last_match: 0.00 s: . TestRegexp#test_match: 0.00 s: . TestRegexp#test_match_aref: 0.00 s: . TestRegexp#test_match_array: 0.00 s: . TestRegexp#test_match_captures: 0.00 s: . TestRegexp#test_match_init_copy: 0.00 s: . TestRegexp#test_match_inspect: 0.00 s: . TestRegexp#test_match_offset_begin_end: 0.00 s: . TestRegexp#test_match_pre_post: 0.00 s: . TestRegexp#test_match_regexp: 0.00 s: . TestRegexp#test_match_setter: 0.00 s: . TestRegexp#test_match_size: 0.00 s: . TestRegexp#test_match_string: 0.00 s: . TestRegexp#test_match_to_s: 0.00 s: . TestRegexp#test_match_values_at: 0.00 s: . TestRegexp#test_matchdata: 0.00 s: . TestRegexp#test_named_capture: 0.00 s: . TestRegexp#test_optimize_last_anycharstar: 0.29 s: . TestRegexp#test_options: 0.00 s: . TestRegexp#test_parse: 0.01 s: . TestRegexp#test_parse_comment: 0.00 s: . TestRegexp#test_parse_curly_brace: 0.00 s: . TestRegexp#test_parse_kg: 0.01 s: . TestRegexp#test_parse_look_behind: 0.00 s: . TestRegexp#test_posix_bracket: 0.00 s: . TestRegexp#test_property_warn: 0.07 s: . TestRegexp#test_quote: 0.00 s: . TestRegexp#test_regexp_poped: 0.00 s: . TestRegexp#test_regsub: 0.00 s: . TestRegexp#test_rindex_regexp: 0.00 s: . TestRegexp#test_ruby_core_27247: 0.00 s: . TestRegexp#test_ruby_dev_24643: 0.00 s: . TestRegexp#test_ruby_dev_24887: 0.00 s: . TestRegexp#test_ruby_dev_31309: 0.00 s: . TestRegexp#test_ruby_dev_999: 0.00 s: . TestRegexp#test_ruby_talk_116455: 0.00 s: . TestRegexp#test_source: 0.00 s: . TestRegexp#test_taint: 0.00 s: . TestRegexp#test_to_s: 0.00 s: . TestRegexp#test_to_s2: 0.00 s: . TestRegexp#test_try_convert: 0.00 s: . TestRegexp#test_unescape: 0.01 s: . TestRegexp#test_unicode: 0.00 s: . TestRegexp#test_uninitialized: 0.01 s: . TestRegexp#test_union: 0.00 s: . TestRegexp#test_union2: 0.00 s: . TestRegexp#test_yoshidam_net_20041111_1: 0.00 s: . TestRegexp#test_yoshidam_net_20041111_2: 0.00 s: . TestRequire#test_define_class: 0.21 s: . TestRequire#test_define_class_under: 0.20 s: . TestRequire#test_define_module: 0.07 s: . TestRequire#test_define_module_under: 0.07 s: . TestRequire#test_frozen_loaded_features: 0.07 s: . TestRequire#test_load: 0.07 s: . TestRequire#test_load2: 0.06 s: . TestRequire#test_relative: 0.06 s: . TestRequire#test_relative_symlink: 0.07 s: . TestRequire#test_require_invalid_shared_object: 0.15 s: . TestRequire#test_require_nonascii: 0.02 s: . TestRequire#test_require_path_home: 0.25 s: . TestRequire#test_require_too_long_filename: 0.27 s: . TestRequire#test_tainted_loadpath: 0.31 s: . TestResolvAddr#test_invalid_ipv4_address: 0.08 s: . TestResolvDNS#test_no_server: 0.00 s: . TestResolvDNS#test_query_ipv4_address: 0.00 s: . TestRexmlXpathAttributeQuery#test_another_way: 0.02 s: . TestRexmlXpathAttributeQuery#test_xpath_query: 0.01 s: . TestRexmlXpathAttributeQuery#test_xpath_query_no_namespace: 0.01 s: . TestRipper::Filter#test_filter_column: 0.03 s: . TestRipper::Filter#test_filter_filename: 0.01 s: . TestRipper::Filter#test_filter_filename_unset: 0.01 s: . TestRipper::Filter#test_filter_lineno: 0.01 s: . TestRipper::Filter#test_filter_lineno_set: 0.01 s: . TestRipper::Filter#test_filter_token: 0.01 s: . TestRipper::Generic#test_parse_files: (ripper):561: warning: assigned but unused variable - i (ripper):561: warning: assigned but unused variable - a (ripper):562: warning: assigned but unused variable - a (ripper):563: warning: assigned but unused variable - a (ripper):568: warning: assigned but unused variable - i (ripper):568: warning: assigned but unused variable - a (ripper):569: warning: assigned but unused variable - a (ripper):570: warning: assigned but unused variable - a (ripper):17: warning: assigned but unused variable - a (ripper):1098: warning: assigned but unused variable - model_uri (ripper):1098: warning: assigned but unused variable - getter (ripper):1096: warning: assigned but unused variable - _tags (ripper):184: warning: assigned but unused variable - version (ripper):188: warning: assigned but unused variable - name (ripper):146: warning: assigned but unused variable - ex (ripper):176184: warning: assigned but unused variable - ty (ripper):101: warning: assigned but unused variable - size (ripper):167: warning: assigned but unused variable - config (ripper):484: warning: assigned but unused variable - s (ripper):146: warning: assigned but unused variable - klass_name (ripper):12632: warning: assigned but unused variable - pat (ripper):23: warning: assigned but unused variable - base_frame (ripper):79: warning: assigned but unused variable - f1 (ripper):42: warning: assigned but unused variable - mbar (ripper):7: warning: assigned but unused variable - top (ripper):8: warning: assigned but unused variable - middle (ripper):22: warning: assigned but unused variable - start_y (ripper):4: warning: assigned but unused variable - l (ripper):27: warning: assigned but unused variable - chart (ripper):31: warning: assigned but unused variable - clock (ripper):448: warning: assigned but unused variable - description (ripper):538: warning: assigned but unused variable - guid (ripper):532: warning: assigned but unused variable - content (ripper):665: warning: assigned but unused variable - content (ripper):1843: warning: assigned but unused variable - s1 (ripper):1844: warning: assigned but unused variable - s2 (ripper):31: warning: assigned but unused variable - expected (ripper):36: warning: assigned but unused variable - expected (ripper):67: warning: assigned but unused variable - expected (ripper):51: warning: assigned but unused variable - t (ripper):55: warning: assigned but unused variable - ev (ripper):152: warning: assigned but unused variable - ev (ripper):156: warning: assigned but unused variable - ev 8.23 s: . TestRipper::ParserEvents#test_BEGIN: 0.00 s: . TestRipper::ParserEvents#test_END: 0.00 s: . TestRipper::ParserEvents#test_alias: 0.00 s: . TestRipper::ParserEvents#test_alias_error: 0.00 s: . TestRipper::ParserEvents#test_aref: 0.00 s: . TestRipper::ParserEvents#test_aref_field: 0.00 s: . TestRipper::ParserEvents#test_arg_ambiguous: 0.00 s: . TestRipper::ParserEvents#test_arg_paren: 0.00 s: . TestRipper::ParserEvents#test_arglist: 0.00 s: . TestRipper::ParserEvents#test_args_add: 0.00 s: . TestRipper::ParserEvents#test_args_add_block: 0.00 s: . TestRipper::ParserEvents#test_args_add_star: 0.00 s: . TestRipper::ParserEvents#test_args_new: 0.00 s: . TestRipper::ParserEvents#test_array: 0.00 s: . TestRipper::ParserEvents#test_assign: (ripper):1: warning: assigned but unused variable - v 0.00 s: . TestRipper::ParserEvents#test_assign_error: 0.00 s: . TestRipper::ParserEvents#test_assoc_new: 0.00 s: . TestRipper::ParserEvents#test_assoclist_from_args: 0.00 s: . TestRipper::ParserEvents#test_assocs: 0.00 s: . TestRipper::ParserEvents#test_bare_assoc_hash: 0.00 s: . TestRipper::ParserEvents#test_begin: 0.00 s: . TestRipper::ParserEvents#test_binary: 0.00 s: . TestRipper::ParserEvents#test_block_var: (ripper):1: warning: assigned but unused variable - y (ripper):1: warning: assigned but unused variable - y (ripper):1: warning: assigned but unused variable - y (ripper):1: warning: assigned but unused variable - y 0.00 s: . TestRipper::ParserEvents#test_block_var_add_block: 0.00 s: . TestRipper::ParserEvents#test_block_var_add_star: 0.00 s: . TestRipper::ParserEvents#test_block_variables: (ripper):1: warning: assigned but unused variable - y 0.14 s: . TestRipper::ParserEvents#test_blockarg: (ripper):1: warning: assigned but unused variable - y (ripper):1: warning: assigned but unused variable - y 0.00 s: . TestRipper::ParserEvents#test_bodystmt: 0.00 s: . TestRipper::ParserEvents#test_brace_block: 0.00 s: . TestRipper::ParserEvents#test_break: 0.00 s: . TestRipper::ParserEvents#test_call: 0.00 s: . TestRipper::ParserEvents#test_case: 0.00 s: . TestRipper::ParserEvents#test_class: 0.00 s: . TestRipper::ParserEvents#test_class_name_error: 0.00 s: . TestRipper::ParserEvents#test_command: 0.00 s: . TestRipper::ParserEvents#test_command_call: 0.00 s: . TestRipper::ParserEvents#test_const_path_field: 0.00 s: . TestRipper::ParserEvents#test_const_path_ref: 0.00 s: . TestRipper::ParserEvents#test_const_ref: 0.00 s: . TestRipper::ParserEvents#test_def: 0.00 s: . TestRipper::ParserEvents#test_defined: 0.00 s: . TestRipper::ParserEvents#test_defs: 0.00 s: . TestRipper::ParserEvents#test_do_block: 0.00 s: . TestRipper::ParserEvents#test_dot2: 0.00 s: . TestRipper::ParserEvents#test_dot3: 0.00 s: . TestRipper::ParserEvents#test_dyna_symbol: 0.00 s: . TestRipper::ParserEvents#test_else: 0.00 s: . TestRipper::ParserEvents#test_elsif: 0.00 s: . TestRipper::ParserEvents#test_ensure: 0.00 s: . TestRipper::ParserEvents#test_event_coverage: 0.01 s: . TestRipper::ParserEvents#test_excessed_comma: 0.00 s: . TestRipper::ParserEvents#test_fcall: 0.00 s: . TestRipper::ParserEvents#test_field: 0.00 s: . TestRipper::ParserEvents#test_for: (ripper):1: warning: assigned but unused variable - i 0.00 s: . TestRipper::ParserEvents#test_hash: 0.00 s: . TestRipper::ParserEvents#test_heredoc: 0.00 s: . TestRipper::ParserEvents#test_if: 0.00 s: . TestRipper::ParserEvents#test_if_mod: 0.00 s: . TestRipper::ParserEvents#test_ifop: 0.00 s: . TestRipper::ParserEvents#test_lambda: 0.00 s: . TestRipper::ParserEvents#test_local_variables: 0.00 s: . TestRipper::ParserEvents#test_magic_comment: 0.00 s: . TestRipper::ParserEvents#test_massign: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b 0.00 s: . TestRipper::ParserEvents#test_method_add_arg: 0.00 s: . TestRipper::ParserEvents#test_method_add_block: 0.00 s: . TestRipper::ParserEvents#test_mlhs_add: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b 0.00 s: . TestRipper::ParserEvents#test_mlhs_add_star: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b (ripper):1: warning: assigned but unused variable - c 0.00 s: . TestRipper::ParserEvents#test_mlhs_new: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b 0.00 s: . TestRipper::ParserEvents#test_mlhs_paren: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - b 0.00 s: . TestRipper::ParserEvents#test_module: 0.00 s: . TestRipper::ParserEvents#test_mrhs_add: 0.00 s: . TestRipper::ParserEvents#test_mrhs_add_star: 0.00 s: . TestRipper::ParserEvents#test_mrhs_new: 0.00 s: . TestRipper::ParserEvents#test_mrhs_new_from_args: 0.00 s: . TestRipper::ParserEvents#test_next: 0.00 s: . TestRipper::ParserEvents#test_opassign: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a 0.00 s: . TestRipper::ParserEvents#test_operator_ambiguous: 0.00 s: . TestRipper::ParserEvents#test_param_error: 0.00 s: . TestRipper::ParserEvents#test_params: 0.00 s: . TestRipper::ParserEvents#test_paren: 0.00 s: . TestRipper::ParserEvents#test_parse_error: 0.00 s: . TestRipper::ParserEvents#test_program: 0.00 s: . TestRipper::ParserEvents#test_qwords_add: 0.00 s: . TestRipper::ParserEvents#test_qwords_new: 0.00 s: . TestRipper::ParserEvents#test_redo: 0.00 s: . TestRipper::ParserEvents#test_regexp_add: 0.00 s: . TestRipper::ParserEvents#test_regexp_literal: 0.00 s: . TestRipper::ParserEvents#test_regexp_new: 0.00 s: . TestRipper::ParserEvents#test_rescue: 0.00 s: . TestRipper::ParserEvents#test_rescue_mod: 0.00 s: . TestRipper::ParserEvents#test_rest_param: 0.00 s: . TestRipper::ParserEvents#test_retry: 0.00 s: . TestRipper::ParserEvents#test_return: 0.00 s: . TestRipper::ParserEvents#test_return0: 0.00 s: . TestRipper::ParserEvents#test_sclass: 0.00 s: . TestRipper::ParserEvents#test_stmts_add: 0.00 s: . TestRipper::ParserEvents#test_stmts_new: 0.00 s: . TestRipper::ParserEvents#test_string_add: 0.00 s: . TestRipper::ParserEvents#test_string_concat: 0.00 s: . TestRipper::ParserEvents#test_string_content: 0.00 s: . TestRipper::ParserEvents#test_string_dvar: 0.00 s: . TestRipper::ParserEvents#test_string_embexpr: 0.00 s: . TestRipper::ParserEvents#test_string_literal: 0.00 s: . TestRipper::ParserEvents#test_super: 0.00 s: . TestRipper::ParserEvents#test_symbol: 0.00 s: . TestRipper::ParserEvents#test_symbol_literal: 0.00 s: . TestRipper::ParserEvents#test_top_const_field: 0.00 s: . TestRipper::ParserEvents#test_top_const_ref: 0.00 s: . TestRipper::ParserEvents#test_unary: 0.00 s: . TestRipper::ParserEvents#test_undef: 0.00 s: . TestRipper::ParserEvents#test_unless: 0.00 s: . TestRipper::ParserEvents#test_unless_mod: 0.00 s: . TestRipper::ParserEvents#test_unterminated_regexp: 0.00 s: . TestRipper::ParserEvents#test_until: 0.00 s: . TestRipper::ParserEvents#test_until_mod: 0.00 s: . TestRipper::ParserEvents#test_var_alias: 0.00 s: . TestRipper::ParserEvents#test_var_field: (ripper):1: warning: assigned but unused variable - a (ripper):1: warning: assigned but unused variable - a 0.00 s: . TestRipper::ParserEvents#test_var_ref: 0.00 s: . TestRipper::ParserEvents#test_void_stmt: 0.00 s: . TestRipper::ParserEvents#test_when: 0.00 s: . TestRipper::ParserEvents#test_while: 0.00 s: . TestRipper::ParserEvents#test_while_mod: 0.00 s: . TestRipper::ParserEvents#test_word_add: 0.00 s: . TestRipper::ParserEvents#test_word_new: 0.00 s: . TestRipper::ParserEvents#test_words_add: 0.00 s: . TestRipper::ParserEvents#test_words_new: 0.00 s: . TestRipper::ParserEvents#test_xstring_add: 0.00 s: . TestRipper::ParserEvents#test_xstring_literal: 0.00 s: . TestRipper::ParserEvents#test_xstring_new: 0.00 s: . TestRipper::ParserEvents#test_yield: 0.00 s: . TestRipper::ParserEvents#test_yield0: 0.00 s: . TestRipper::ParserEvents#test_zsuper: 0.00 s: . TestRipper::ScannerEvents#test_CHAR: 0.00 s: . TestRipper::ScannerEvents#test___end__: 0.00 s: . TestRipper::ScannerEvents#test_backref: 0.00 s: . TestRipper::ScannerEvents#test_backtick: 0.00 s: . TestRipper::ScannerEvents#test_comma: 0.00 s: . TestRipper::ScannerEvents#test_comment: 0.00 s: . TestRipper::ScannerEvents#test_const: 0.00 s: . TestRipper::ScannerEvents#test_cvar: 0.00 s: . TestRipper::ScannerEvents#test_embdoc: 0.00 s: . TestRipper::ScannerEvents#test_embdoc_beg: 0.00 s: . TestRipper::ScannerEvents#test_embdoc_end: 0.00 s: . TestRipper::ScannerEvents#test_embexpr_beg: 0.00 s: . TestRipper::ScannerEvents#test_embexpr_end: 0.00 s: . TestRipper::ScannerEvents#test_embvar: 0.00 s: . TestRipper::ScannerEvents#test_event_coverage: 0.00 s: . TestRipper::ScannerEvents#test_float: 0.00 s: . TestRipper::ScannerEvents#test_gvar: 0.00 s: . TestRipper::ScannerEvents#test_heredoc_beg: 0.00 s: . TestRipper::ScannerEvents#test_heredoc_end: 0.00 s: . TestRipper::ScannerEvents#test_ident: 0.00 s: . TestRipper::ScannerEvents#test_ignored_nl: 0.00 s: . TestRipper::ScannerEvents#test_int: 0.00 s: . TestRipper::ScannerEvents#test_ivar: 0.00 s: . TestRipper::ScannerEvents#test_kw: -:1: warning: assigned but unused variable - x 0.01 s: . TestRipper::ScannerEvents#test_label: 0.00 s: . TestRipper::ScannerEvents#test_lbrace: 0.00 s: . TestRipper::ScannerEvents#test_lbracket: 0.00 s: . TestRipper::ScannerEvents#test_lex: 0.00 s: . TestRipper::ScannerEvents#test_location: 0.01 s: . TestRipper::ScannerEvents#test_lparen: 0.00 s: . TestRipper::ScannerEvents#test_nl: 0.00 s: . TestRipper::ScannerEvents#test_op: 0.00 s: . TestRipper::ScannerEvents#test_period: 0.00 s: . TestRipper::ScannerEvents#test_qwords_beg: 0.00 s: . TestRipper::ScannerEvents#test_rbrace: 0.00 s: . TestRipper::ScannerEvents#test_rbracket: 0.00 s: . TestRipper::ScannerEvents#test_regexp_beg: 0.00 s: . TestRipper::ScannerEvents#test_regexp_end: 0.00 s: . TestRipper::ScannerEvents#test_rparen: 0.00 s: . TestRipper::ScannerEvents#test_semicolon: 0.00 s: . TestRipper::ScannerEvents#test_sp: 0.00 s: . TestRipper::ScannerEvents#test_symbeg: 0.00 s: . TestRipper::ScannerEvents#test_tlambda: 0.00 s: . TestRipper::ScannerEvents#test_tlambda_arg: 0.00 s: . TestRipper::ScannerEvents#test_tlambeg: 0.00 s: . TestRipper::ScannerEvents#test_tokenize: 0.00 s: . TestRipper::ScannerEvents#test_tstring_beg: 0.00 s: . TestRipper::ScannerEvents#test_tstring_content: 0.00 s: . TestRipper::ScannerEvents#test_tstring_content_HEREDOC: 0.00 s: . TestRipper::ScannerEvents#test_tstring_end: 0.00 s: . TestRipper::ScannerEvents#test_words_beg: 0.00 s: . TestRipper::ScannerEvents#test_words_sep: 0.00 s: . TestRubyLiteral#test__FILE__: 0.00 s: . TestRubyLiteral#test__LINE__: 0.00 s: . TestRubyLiteral#test_array: 0.00 s: . TestRubyLiteral#test_dregexp: 0.00 s: . TestRubyLiteral#test_dstring: 0.00 s: . TestRubyLiteral#test_dsymbol: 0.00 s: . TestRubyLiteral#test_float: 5.15 s: . TestRubyLiteral#test_hash: 0.00 s: . TestRubyLiteral#test_integer: 0.22 s: . TestRubyLiteral#test_range: 0.00 s: . TestRubyLiteral#test_regexp: 0.00 s: . TestRubyLiteral#test_self: 0.00 s: . TestRubyLiteral#test_special_const: 0.00 s: . TestRubyLiteral#test_string: 0.00 s: . TestRubyLiteral#test_xstring: 0.08 s: . TestRubyOptimization#test_array_length: 0.00 s: . TestRubyOptimization#test_array_minus: 0.00 s: . TestRubyOptimization#test_array_plus: 0.00 s: . TestRubyOptimization#test_eq: 0.00 s: . TestRubyOptimization#test_fixnum_div: 0.00 s: . TestRubyOptimization#test_fixnum_minus: 0.00 s: . TestRubyOptimization#test_fixnum_mod: 0.00 s: . TestRubyOptimization#test_fixnum_mul: 0.00 s: . TestRubyOptimization#test_fixnum_plus: 0.00 s: . TestRubyOptimization#test_float_plus: 0.00 s: . TestRubyOptimization#test_hash_length: 0.00 s: . TestRubyOptimization#test_string_format: 0.00 s: . TestRubyOptimization#test_string_length: 0.00 s: . TestRubyOptimization#test_string_plus: 0.00 s: . TestRubyOptimization#test_string_succ: 0.00 s: . TestRubyOptions#test_DATA: 0.06 s: . TestRubyOptions#test_assignment_in_conditional: 0.12 s: . TestRubyOptions#test_autosplit: 0.06 s: . TestRubyOptions#test_chdir: 0.16 s: . TestRubyOptions#test_copyright: 0.11 s: . TestRubyOptions#test_debug: 0.13 s: . TestRubyOptions#test_disable: 0.27 s: . TestRubyOptions#test_enable: 0.28 s: . TestRubyOptions#test_encoding: 0.22 s: . TestRubyOptions#test_eval: 0.05 s: . TestRubyOptions#test_include: 0.12 s: . TestRubyOptions#test_indentation_check: 0.11 s: . TestRubyOptions#test_invalid_option: 0.26 s: . TestRubyOptions#test_kanji: 0.23 s: . TestRubyOptions#test_notfound: 0.20 s: . TestRubyOptions#test_option_variables: 0.12 s: . TestRubyOptions#test_program_name: 0.34 s: . TestRubyOptions#test_require: 0.14 s: . TestRubyOptions#test_rubyopt: 0.28 s: . TestRubyOptions#test_safe_level: 0.10 s: . TestRubyOptions#test_script_from_stdin: 0.13 s: . TestRubyOptions#test_search: 0.12 s: . TestRubyOptions#test_segv_test: 0.06 s: . TestRubyOptions#test_separator: 0.18 s: . TestRubyOptions#test_sflag: 0.18 s: . TestRubyOptions#test_shebang: 0.17 s: . TestRubyOptions#test_source_file: 0.06 s: . TestRubyOptions#test_syntax_check: 0.06 s: . TestRubyOptions#test_unmatching_glob: 0.12 s: . TestRubyOptions#test_unused_variable: 0.29 s: . TestRubyOptions#test_usage: 0.10 s: . TestRubyOptions#test_verbose: 0.17 s: . TestRubyOptions#test_version: 0.05 s: . TestRubyOptions#test_warning: 0.23 s: . TestRubyOptions#test_yydebug: 0.12 s: . TestRubyPrimitive#test_aref: 0.00 s: . TestRubyPrimitive#test_aset: 0.00 s: . TestRubyPrimitive#test_attr_setter: 0.00 s: . TestRubyPrimitive#test_backref: 0.00 s: . TestRubyPrimitive#test_concatarray_ruby_dev_41933: 0.00 s: . TestRubyPrimitive#test_constant: 0.00 s: . TestRubyPrimitive#test_constant_cache: 0.00 s: . TestRubyPrimitive#test_constant_cache2: 0.00 s: . TestRubyPrimitive#test_constant_cache3: 0.00 s: . TestRubyPrimitive#test_constant_cache5: 0.00 s: . TestRubyPrimitive#test_constatant_cache4: 0.00 s: . TestRubyPrimitive#test_cvar_from_instance_method: 0.00 s: . TestRubyPrimitive#test_cvar_from_singleton_method: 0.00 s: . TestRubyPrimitive#test_cvar_from_singleton_method2: 0.00 s: . TestRubyPrimitive#test_div: 0.00 s: . TestRubyPrimitive#test_fact: 0.00 s: . TestRubyPrimitive#test_gvar: 0.00 s: . TestRubyPrimitive#test_length: 0.00 s: . TestRubyPrimitive#test_list_expand: 0.00 s: . TestRubyPrimitive#test_lvar: 0.00 s: . TestRubyPrimitive#test_mod: 0.00 s: . TestRubyPrimitive#test_mul: 0.00 s: . TestRubyPrimitive#test_not: 0.00 s: . TestRubyPrimitive#test_opassign: 0.00 s: . TestRubyPrimitive#test_opassign_and_or: 0.00 s: . TestRubyYield#test_ary_each: 0.00 s: . TestRubyYield#test_block_args_unleashed: 0.00 s: . TestRubyYield#test_hash_each: 0.00 s: . TestRubyYield#test_with_enum: 0.00 s: . TestRubyYield#test_yield2: 0.00 s: . TestRubyYield#test_yield_0: 0.00 s: . TestRubyYield#test_yield_1: 0.00 s: . TestRubyYield#test_yield_nested: 0.00 s: . TestRubyYieldGen#test_yield: 8.28 s: . TestRubyYieldGen#test_yield_enum: 8.90 s: . TestRubyYieldGen#test_yield_lambda: 10.52 s: . TestSDBM#test_aref: 0.08 s: . TestSDBM#test_aset: 0.07 s: . TestSDBM#test_clear: 0.07 s: . TestSDBM#test_close: 0.06 s: . TestSDBM#test_closed: 0.07 s: . TestSDBM#test_delete: 0.07 s: . TestSDBM#test_delete_if: 0.07 s: . TestSDBM#test_delete_with_block: 0.07 s: . TestSDBM#test_each_key: 0.07 s: . TestSDBM#test_each_pair: 0.06 s: . TestSDBM#test_each_value: 0.06 s: . TestSDBM#test_empty?: 0.07 s: . TestSDBM#test_fetch: 0.06 s: . TestSDBM#test_has_value?: 0.06 s: . TestSDBM#test_haskey?: 0.06 s: . TestSDBM#test_invert: 0.07 s: . TestSDBM#test_key: 0.06 s: . TestSDBM#test_keys: 0.06 s: . TestSDBM#test_length: 0.07 s: . TestSDBM#test_readonly: 0.07 s: . TestSDBM#test_reject: 0.07 s: . TestSDBM#test_replace: 0.07 s: . TestSDBM#test_s_new_has_no_block: 0.07 s: . TestSDBM#test_s_open_error: 0.06 s: . TestSDBM#test_s_open_no_create: 0.07 s: . TestSDBM#test_s_open_nolock: 0.07 s: . TestSDBM#test_s_open_with_block: 0.06 s: . TestSDBM#test_select_with_block: 0.06 s: . TestSDBM#test_shift: 0.07 s: . TestSDBM#test_to_a: 0.07 s: . TestSDBM#test_to_hash: 0.07 s: . TestSDBM#test_update: 0.07 s: . TestSDBM#test_update2: 0.06 s: . TestSDBM#test_values: 0.07 s: . TestSDBM#test_values_at: 0.06 s: . TestSDBM#test_version: 0.06 s: . TestScanfBlock#test_io1: 0.00 s: . TestScanfBlock#test_io2: 0.00 s: . TestScanfBlock#test_str1: 0.00 s: . TestScanfBlock#test_str2: 0.00 s: . TestScanfBlock#test_str3: 0.00 s: . TestScanfBlock#test_str4: 0.00 s: . TestScanfBlock#test_str5: 0.00 s: . TestScanfIO#test_io: 0.01 s: . TestSerialization#test_class_dump: 0.00 s: . TestSerialization#test_custom_dump_and_load: 0.00 s: . TestSerialization#test_inherited_struct_dump: 0.01 s: . TestSerialization#test_io: 0.01 s: . TestSerialization#test_load: 0.01 s: . TestSerialization#test_struct_dump: 0.00 s: . TestSetTraceFunc#test_break: 0.00 s: . TestSetTraceFunc#test_c_call: 0.00 s: . TestSetTraceFunc#test_call: 0.00 s: . TestSetTraceFunc#test_class: 0.00 s: . TestSetTraceFunc#test_invalid_proc: 0.00 s: . TestSetTraceFunc#test_raise: 0.00 s: . TestSetTraceFunc#test_raise_in_trace: 0.00 s: . TestSetTraceFunc#test_return: 0.00 s: . TestSetTraceFunc#test_return2: (eval):4: warning: method redefined; discarding old foo (eval):4: warning: previous definition of foo was here 0.00 s: . TestSetTraceFunc#test_thread_trace: (eval):5: warning: assigned but unused variable - x 0.00 s: . TestShellwords#test_string: 0.00 s: . TestShellwords#test_unmatched_double_quote: 0.00 s: . TestShellwords#test_unmatched_quotes: 0.00 s: . TestShellwords#test_unmatched_single_quote: 0.00 s: . TestShiftJIS#test_code_to_mbclen: 0.00 s: . TestShiftJIS#test_mbc_case_fold: 0.00 s: . TestShiftJIS#test_property: 0.00 s: . TestSignal#test_exit_action: 0.36 s: . TestSignal#test_interrupt: 0.00 s: . TestSignal#test_invalid_signal_name: 0.00 s: . TestSignal#test_kill_immediately_before_termination: 1.16 s: . TestSignal#test_signal: 0.11 s: . TestSignal#test_signal2: 2.39 s: . TestSignal#test_signal_exception: 0.01 s: . TestSignal#test_trap: 0.00 s: . TestSingleton#test_marshal: 0.00 s: . TestSleep#test_sleep_5sec: 5.00 s: . TestSocket#test_accept_loop: 0.00 s: . TestSocket#test_accept_loop_multi_port: 0.00 s: . TestSocket#test_accept_loop_with_unix: 0.01 s: . TestSocket#test_bintime: 0.00 s: . TestSocket#test_getaddrinfo: 0.00 s: . TestSocket#test_getaddrinfo_raises_no_errors_on_port_argument_of_0: 0.00 s: . TestSocket#test_getnameinfo: 0.00 s: . TestSocket#test_initialize: 0.00 s: . TestSocket#test_ip_address_list: 0.00 s: . TestSocket#test_linger: 0.00 s: . TestSocket#test_socket_new: 0.00 s: . TestSocket#test_sysaccept: 0.00 s: . TestSocket#test_tcp: 0.00 s: . TestSocket#test_tcp_server_sockets: 0.00 s: . TestSocket#test_tcp_server_sockets_port0: 0.00 s: . TestSocket#test_timestamp: 0.00 s: . TestSocket#test_timestampns: 0.00 s: . TestSocket#test_udp_server: 0.01 s: . TestSocket#test_unix: 0.00 s: . TestSocket#test_unix_server_socket: 0.00 s: . TestSocket#test_unpack_sockaddr: 0.00 s: . TestSocketAddrinfo#test_addrinfo_inspect_sockaddr: 0.00 s: . TestSocketAddrinfo#test_addrinfo_inspect_sockaddr_inet6: 0.00 s: . TestSocketAddrinfo#test_addrinfo_inspect_sockaddr_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_ip: 0.00 s: . TestSocketAddrinfo#test_addrinfo_ip_unpack: 0.00 s: . TestSocketAddrinfo#test_addrinfo_ip_unpack_inet6: 0.00 s: . TestSocketAddrinfo#test_addrinfo_new_inet: 0.00 s: . TestSocketAddrinfo#test_addrinfo_new_inet6: 0.00 s: . TestSocketAddrinfo#test_addrinfo_new_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_predicates: 0.00 s: . TestSocketAddrinfo#test_addrinfo_predicates_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_tcp: 0.00 s: . TestSocketAddrinfo#test_addrinfo_udp: 0.00 s: . TestSocketAddrinfo#test_addrinfo_unix: 0.00 s: . TestSocketAddrinfo#test_addrinfo_unix_dgram: 0.00 s: . TestSocketAddrinfo#test_addrinfo_unix_path: 0.00 s: . TestSocketAddrinfo#test_basicsocket_local_address: 0.00 s: . TestSocketAddrinfo#test_basicsocket_remote_address: 0.00 s: . TestSocketAddrinfo#test_basicsocket_send: 0.00 s: . TestSocketAddrinfo#test_bind: 0.00 s: . TestSocketAddrinfo#test_connect: 0.00 s: . TestSocketAddrinfo#test_connect_from: 0.00 s: . TestSocketAddrinfo#test_connect_to: 0.00 s: . TestSocketAddrinfo#test_family_addrinfo: 0.00 s: . TestSocketAddrinfo#test_ipv4_address_predicates: 0.00 s: . TestSocketAddrinfo#test_ipv6_address_predicates: 0.01 s: . TestSocketAddrinfo#test_ipv6_to_ipv4: 0.00 s: . TestSocketAddrinfo#test_listen: 0.00 s: . TestSocketAddrinfo#test_marshal: 0.00 s: . TestSocketAddrinfo#test_marshal_inet6: 0.00 s: . TestSocketAddrinfo#test_marshal_unix: 0.00 s: . TestSocketAddrinfo#test_s_foreach: 0.00 s: . TestSocketAddrinfo#test_socket_accept: 0.00 s: . TestSocketAddrinfo#test_socket_accept_nonblock: 0.00 s: . TestSocketAddrinfo#test_socket_bind: 0.00 s: . TestSocketAddrinfo#test_socket_connect: 0.00 s: . TestSocketAddrinfo#test_socket_connect_nonblock: 0.00 s: . TestSocketAddrinfo#test_socket_getnameinfo: 0.00 s: . TestSocketAddrinfo#test_socket_recvfrom: 0.00 s: . TestSocketAddrinfo#test_socket_recvfrom_nonblock: 0.00 s: . TestSocketAddrinfo#test_socket_sysaccept: 0.00 s: . TestSocketAddrinfo#test_udpsocket_send: 0.00 s: . TestSocketAncData#test_int: 0.00 s: . TestSocketAncData#test_ip_pktinfo: 0.00 s: . TestSocketAncData#test_ipv6_pktinfo: 0.00 s: . TestSocketAncData#test_unix_rights: 0.00 s: . TestSocketNonblock#test_accept_nonblock: 0.00 s: . TestSocketNonblock#test_accept_nonblock_error: 0.00 s: . TestSocketNonblock#test_connect_nonblock: 0.00 s: . TestSocketNonblock#test_connect_nonblock_error: 0.00 s: . TestSocketNonblock#test_read_nonblock: 0.00 s: . TestSocketNonblock#test_recv_nonblock_error: 0.00 s: . TestSocketNonblock#test_recvmsg_nonblock_error: 0.00 s: . TestSocketNonblock#test_sendmsg_nonblock_error: 0.00 s: . TestSocketNonblock#test_socket_recvfrom_nonblock: 0.00 s: . TestSocketNonblock#test_tcp_recv_nonblock: 0.00 s: . TestSocketNonblock#test_udp_recv_nonblock: 0.00 s: . TestSocketNonblock#test_udp_recvfrom_nonblock: 0.00 s: . TestSocketOption#test_bool: 0.00 s: . TestSocketOption#test_new: 0.00 s: . TestSocketOption#test_unpack: 0.00 s: . TestSocket_BasicSocket#test_getsockopt: 0.00 s: . TestSocket_BasicSocket#test_listen: 0.00 s: . TestSocket_BasicSocket#test_setsockopt: 0.00 s: . TestSocket_TCPSocket#test_encoding: 0.00 s: . TestSocket_TCPSocket#test_recvfrom: 0.00 s: . TestSocket_UDPSocket#test_bind: 0.00 s: . TestSocket_UDPSocket#test_connect: 0.00 s: . TestSocket_UDPSocket#test_open: 0.00 s: . TestSocket_UNIXSocket#test_addr: 0.00 s: . TestSocket_UNIXSocket#test_dgram_pair: 0.00 s: . TestSocket_UNIXSocket#test_epipe: 0.00 s: . TestSocket_UNIXSocket#test_fd_passing: 0.00 s: . TestSocket_UNIXSocket#test_fd_passing_n: 0.00 s: . TestSocket_UNIXSocket#test_fd_passing_n2: 0.00 s: . TestSocket_UNIXSocket#test_getcred_ucred: 0.00 s: . TestSocket_UNIXSocket#test_getcred_xucred: 0.00 s: . TestSocket_UNIXSocket#test_getpeereid: 0.00 s: . TestSocket_UNIXSocket#test_initialize: 0.00 s: . TestSocket_UNIXSocket#test_noname_addr: 0.00 s: . TestSocket_UNIXSocket#test_noname_path: 0.00 s: . TestSocket_UNIXSocket#test_noname_peeraddr: 0.00 s: . TestSocket_UNIXSocket#test_noname_recv_nonblock: 0.00 s: . TestSocket_UNIXSocket#test_noname_recvfrom: 0.00 s: . TestSocket_UNIXSocket#test_noname_unpack_sockaddr_un: 0.00 s: . TestSocket_UNIXSocket#test_nul: 0.00 s: . TestSocket_UNIXSocket#test_recvmsg: 0.00 s: . TestSocket_UNIXSocket#test_sendcred_cmsgcred: 0.00 s: . TestSocket_UNIXSocket#test_sendcred_sockcred: 0.00 s: . TestSocket_UNIXSocket#test_sendcred_ucred: 0.00 s: . TestSocket_UNIXSocket#test_sendmsg: 0.00 s: . TestSocket_UNIXSocket#test_sendmsg_ancillarydata_int: 0.00 s: . TestSocket_UNIXSocket#test_sendmsg_ancillarydata_unix_rights: 0.00 s: . TestSocket_UNIXSocket#test_socket_pair_with_block: 0.00 s: . TestSocket_UNIXSocket#test_too_long_path: 0.00 s: . TestSocket_UNIXSocket#test_unix_server_socket: 0.00 s: . TestSocket_UNIXSocket#test_unix_socket_pair_with_block: 0.00 s: . TestSprintf#test_binary: 0.00 s: . TestSprintf#test_char: 0.00 s: . TestSprintf#test_escape: 0.00 s: . TestSprintf#test_float: 0.00 s: . TestSprintf#test_float2: 0.00 s: . TestSprintf#test_float_hex: 0.00 s: . TestSprintf#test_inf: 0.00 s: . TestSprintf#test_integer: 0.00 s: . TestSprintf#test_invalid: 0.00 s: . TestSprintf#test_named: 0.00 s: . TestSprintf#test_nan: 0.00 s: . TestSprintf#test_negative_hex: 0.00 s: . TestSprintf#test_positional: 0.00 s: . TestSprintf#test_rb_sprintf: 0.00 s: . TestSprintf#test_skip: 0.00 s: . TestSprintf#test_star: 0.00 s: . TestSprintf#test_string: 0.00 s: . TestSprintfComb#test_format_float: 0.30 s: . TestSprintfComb#test_format_integer: 0.42 s: . TestString#test_AREF: 0.00 s: . TestString#test_ASET: 0.00 s: . TestString#test_CMP: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:178: warning: method redefined; discarding old <=> /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:175: warning: previous definition of <=> was here /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:181: warning: method redefined; discarding old <=> /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:178: warning: previous definition of <=> was here 0.00 s: . TestString#test_EQUAL: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:203: warning: method redefined; discarding old == /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:201: warning: previous definition of == was here 0.00 s: . TestString#test_LSHIFT: 0.00 s: . TestString#test_MATCH: 0.00 s: . TestString#test_MOD: 0.00 s: . TestString#test_MUL: 0.00 s: . TestString#test_PLUS: 0.00 s: . TestString#test_VERY_EQUAL: 0.00 s: . TestString#test_ascii_incomat_inspect: 0.00 s: . TestString#test_capitalize: 0.00 s: . TestString#test_capitalize!: 0.00 s: . TestString#test_casecmp: 0.00 s: . TestString#test_center: 0.00 s: . TestString#test_chomp: 0.00 s: . TestString#test_chomp!: 0.00 s: . TestString#test_chop: 0.00 s: . TestString#test_chop!: 0.00 s: . TestString#test_clear: 0.00 s: . TestString#test_clear_nonasciicompat: 0.00 s: . TestString#test_clone: 0.00 s: . TestString#test_compare_different_encoding_string: 0.00 s: . TestString#test_concat: 0.00 s: . TestString#test_count: 0.00 s: . TestString#test_crypt: 0.00 s: . TestString#test_delete: 0.00 s: . TestString#test_delete!: 0.00 s: . TestString#test_downcase: 0.00 s: . TestString#test_downcase!: 0.00 s: . TestString#test_downcase2: 0.00 s: . TestString#test_dump: 0.00 s: . TestString#test_dup: 0.00 s: . TestString#test_each: 0.00 s: . TestString#test_each_byte: 0.00 s: . TestString#test_each_line: 0.00 s: . TestString#test_empty?: 0.00 s: . TestString#test_end_with?: 0.00 s: . TestString#test_eql?: 0.00 s: . TestString#test_frozen_check: 0.00 s: . TestString#test_gsub: 0.00 s: . TestString#test_gsub!: 0.00 s: . TestString#test_gsub_enumerator: 0.06 s: . TestString#test_gsub_hash: 0.00 s: . TestString#test_hash: 0.00 s: . TestString#test_hash_random: 0.18 s: . TestString#test_hex: 0.00 s: . TestString#test_include?: 0.00 s: . TestString#test_index: 0.00 s: . TestString#test_intern: 0.00 s: . TestString#test_length: 0.00 s: . TestString#test_ljust: 0.00 s: . TestString#test_match_method: 0.00 s: . TestString#test_mod_check: 0.00 s: . TestString#test_next: 0.00 s: . TestString#test_next!: 0.00 s: . TestString#test_oct: 0.00 s: . TestString#test_partition: 0.00 s: . TestString#test_prepend: 0.00 s: . TestString#test_rb_str_new4: 0.00 s: . TestString#test_rb_str_shared_replace: 0.00 s: . TestString#test_rb_str_to_str: 0.00 s: . TestString#test_replace: 0.00 s: . TestString#test_respond_to: 0.00 s: . TestString#test_reverse: 0.00 s: . TestString#test_reverse!: 0.00 s: . TestString#test_rindex: 0.00 s: . TestString#test_rjust: 0.00 s: . TestString#test_rpartition: 0.00 s: . TestString#test_rstrip: 0.00 s: . TestString#test_s_new: 0.00 s: . TestString#test_scan: 0.00 s: . TestString#test_setter: 0.00 s: . TestString#test_shared_force_encoding: 0.00 s: . TestString#test_size: 0.00 s: . TestString#test_slice: 0.00 s: . TestString#test_slice!: 0.00 s: . TestString#test_splice!: 0.00 s: . TestString#test_split: 0.00 s: . TestString#test_squeeze: 0.00 s: . TestString#test_squeeze!: 0.00 s: . TestString#test_str_new4: 0.00 s: . TestString#test_strip: 0.00 s: . TestString#test_strip!: 0.00 s: . TestString#test_sub: 0.00 s: . TestString#test_sub!: 0.00 s: . TestString#test_sub_hash: 0.00 s: . TestString#test_substr_negative_begin: 0.00 s: . TestString#test_succ: 0.00 s: . TestString#test_succ!: 0.00 s: . TestString#test_sum: 0.00 s: . TestString#test_sum_2: 0.00 s: . TestString#test_sum_long: 0.19 s: . TestString#test_swapcase: 0.00 s: . TestString#test_swapcase!: 0.00 s: . TestString#test_symbol_table_overflow: 0.00 s: . TestString#test_tainted_str_new: 0.00 s: . TestString#test_times: 0.00 s: . TestString#test_times2: 0.00 s: . TestString#test_to_f: 0.00 s: . TestString#test_to_i: 0.00 s: . TestString#test_to_id: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1818: warning: method redefined; discarding old to_str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1813: warning: previous definition of to_str was here 0.00 s: . TestString#test_to_s: 0.00 s: . TestString#test_to_s_2: 0.00 s: . TestString#test_to_str: 0.00 s: . TestString#test_tr: 0.00 s: . TestString#test_tr!: 0.00 s: . TestString#test_tr_s: 0.00 s: . TestString#test_tr_s!: 0.00 s: . TestString#test_try_convert: 0.00 s: . TestString#test_unpack: 0.00 s: . TestString#test_upcase: 0.00 s: . TestString#test_upcase!: 0.00 s: . TestString#test_upcase2: 0.00 s: . TestString#test_upto: 0.01 s: . TestString#test_upto_nonalnum: 0.00 s: . TestString#test_upto_numeric: 0.00 s: . TestStringIO#test_close: 0.00 s: . TestStringIO#test_close_read: 0.00 s: . TestStringIO#test_close_write: 0.00 s: . TestStringIO#test_closed: 0.00 s: . TestStringIO#test_closed_read: 0.00 s: . TestStringIO#test_closed_write: 0.00 s: . TestStringIO#test_dup: 0.00 s: . TestStringIO#test_each: 0.00 s: . TestStringIO#test_each_byte: 0.00 s: . TestStringIO#test_each_char: 0.00 s: . TestStringIO#test_each_codepoint: 0.00 s: . TestStringIO#test_eof_0: 0.00 s: . TestStringIO#test_eof_0_rw: 0.00 s: . TestStringIO#test_eof_0_seek: 0.00 s: . TestStringIO#test_eof_1: 0.00 s: . TestStringIO#test_eof_1_seek: 0.00 s: . TestStringIO#test_eof_2: 0.00 s: . TestStringIO#test_eof_3: 0.00 s: . TestStringIO#test_fsync: 0.00 s: . TestStringIO#test_getbyte: 0.00 s: . TestStringIO#test_gets: 0.00 s: . TestStringIO#test_gets2: 0.00 s: . TestStringIO#test_isatty: 0.00 s: . TestStringIO#test_lineno: 0.00 s: . TestStringIO#test_method: 0.00 s: . TestStringIO#test_mode_error: 0.00 s: . TestStringIO#test_open: 0.00 s: . TestStringIO#test_overwrite: 0.00 s: . TestStringIO#test_pos: 0.00 s: . TestStringIO#test_putc: 0.00 s: . TestStringIO#test_read: 0.00 s: . TestStringIO#test_read_nonblock: 0.00 s: . TestStringIO#test_readbyte: 0.00 s: . TestStringIO#test_readchar: 0.00 s: . TestStringIO#test_readlines: 0.00 s: . TestStringIO#test_readpartial: 0.00 s: . TestStringIO#test_reopen: 0.00 s: . TestStringIO#test_seek: 0.00 s: . TestStringIO#test_seek_beyond_eof: 0.00 s: . TestStringIO#test_set_fcntl: 0.00 s: . TestStringIO#test_size: 0.00 s: . TestStringIO#test_sync: 0.00 s: . TestStringIO#test_truncate: 0.00 s: . TestStringIO#test_ungetbyte: 0.00 s: . TestStringIO#test_ungetc: 0.00 s: . TestStringIO#test_ungetc_pos: 0.00 s: . TestStringIO#test_write: 0.00 s: . TestStringIO#test_write_nonblock: 0.00 s: . TestStringScanf#test_001: 0.00 s: . TestStringScanf#test_002: 0.00 s: . TestStringScanf#test_003: 0.00 s: . TestStringScanf#test_004: 0.00 s: . TestStringScanf#test_005: 0.00 s: . TestStringScanf#test_006: 0.00 s: . TestStringScanf#test_007: 0.00 s: . TestStringScanf#test_008: 0.00 s: . TestStringScanf#test_009: 0.00 s: . TestStringScanf#test_010: 0.00 s: . TestStringScanf#test_011: 0.00 s: . TestStringScanf#test_012: 0.00 s: . TestStringScanf#test_013: 0.00 s: . TestStringScanf#test_014: 0.00 s: . TestStringScanf#test_015: 0.00 s: . TestStringScanf#test_016: 0.00 s: . TestStringScanf#test_017: 0.00 s: . TestStringScanf#test_018: 0.00 s: . TestStringScanf#test_019: 0.00 s: . TestStringScanf#test_020: 0.00 s: . TestStringScanf#test_021: 0.00 s: . TestStringScanf#test_022: 0.00 s: . TestStringScanf#test_023: 0.00 s: . TestStringScanf#test_024: 0.00 s: . TestStringScanf#test_025: 0.00 s: . TestStringScanf#test_026: 0.00 s: . TestStringScanf#test_027: 0.00 s: . TestStringScanf#test_028: 0.00 s: . TestStringScanf#test_029: 0.00 s: . TestStringScanf#test_030: 0.00 s: . TestStringScanf#test_031: 0.00 s: . TestStringScanf#test_032: 0.00 s: . TestStringScanf#test_033: 0.00 s: . TestStringScanf#test_034: 0.00 s: . TestStringScanf#test_035: 0.00 s: . TestStringScanf#test_036: 0.00 s: . TestStringScanf#test_037: 0.00 s: . TestStringScanf#test_038: 0.00 s: . TestStringScanf#test_039: 0.00 s: . TestStringScanf#test_040: 0.00 s: . TestStringScanf#test_041: 0.00 s: . TestStringScanf#test_042: 0.00 s: . TestStringScanf#test_043: 0.00 s: . TestStringScanf#test_044: 0.00 s: . TestStringScanf#test_045: 0.00 s: . TestStringScanf#test_046: 0.00 s: . TestStringScanf#test_047: 0.00 s: . TestStringScanf#test_048: 0.00 s: . TestStringScanf#test_049: 0.00 s: . TestStringScanf#test_050: 0.00 s: . TestStringScanf#test_051: 0.00 s: . TestStringScanf#test_052: 0.00 s: . TestStringScanf#test_053: 0.00 s: . TestStringScanf#test_054: 0.00 s: . TestStringScanf#test_055: 0.00 s: . TestStringScanf#test_056: 0.00 s: . TestStringScanf#test_057: 0.00 s: . TestStringScanf#test_058: 0.00 s: . TestStringScanf#test_059: 0.00 s: . TestStringScanf#test_060: 0.00 s: . TestStringScanf#test_061: 0.00 s: . TestStringScanf#test_062: 0.00 s: . TestStringScanf#test_063: 0.00 s: . TestStringScanf#test_064: 0.00 s: . TestStringScanf#test_065: 0.00 s: . TestStringScanf#test_066: 0.00 s: . TestStringScanf#test_067: 0.00 s: . TestStringScanf#test_068: 0.00 s: . TestStringScanf#test_069: 0.00 s: . TestStringScanf#test_070: 0.00 s: . TestStringScanf#test_071: 0.00 s: . TestStringScanf#test_072: 0.00 s: . TestStringScanf#test_073: 0.00 s: . TestStringScanf#test_074: 0.00 s: . TestStringScanf#test_075: 0.00 s: . TestStringScanf#test_076: 0.00 s: . TestStringScanf#test_077: 0.00 s: . TestStringScanf#test_078: 0.00 s: . TestStringScanf#test_079: 0.00 s: . TestStringScanf#test_080: 0.00 s: . TestStringScanf#test_081: 0.00 s: . TestStringScanf#test_082: 0.00 s: . TestStringScanf#test_083: 0.00 s: . TestStringScanf#test_084: 0.00 s: . TestStringScanf#test_085: 0.00 s: . TestStringScanf#test_086: 0.00 s: . TestStringScanf#test_087: 0.00 s: . TestStringScanf#test_088: 0.00 s: . TestStringScanf#test_089: 0.00 s: . TestStringScanf#test_090: 0.00 s: . TestStringScanf#test_091: 0.00 s: . TestStringScanf#test_092: 0.00 s: . TestStringScanf#test_093: 0.00 s: . TestStringScanf#test_094: 0.00 s: . TestStringScanf#test_095: 0.00 s: . TestStringScanf#test_096: 0.00 s: . TestStringScanf#test_097: 0.00 s: . TestStringScanf#test_098: 0.00 s: . TestStringScanf#test_099: 0.00 s: . TestStringScanf#test_100: 0.00 s: . TestStringScanf#test_101: 0.00 s: . TestStringScanf#test_102: 0.00 s: . TestStringScanf#test_103: 0.00 s: . TestStringScanf#test_104: 0.00 s: . TestStringScanf#test_105: 0.00 s: . TestStringScanf#test_106: 0.00 s: . TestStringScanf#test_107: 0.00 s: . TestStringScanf#test_108: 0.00 s: . TestStringScanf#test_109: 0.00 s: . TestStringScanf#test_110: 0.00 s: . TestStringScanf#test_111: 0.00 s: . TestStringScanf#test_112: 0.00 s: . TestStringScanf#test_113: 0.00 s: . TestStringScanf#test_114: 0.00 s: . TestStringScanf#test_115: 0.00 s: . TestStringScanf#test_116: 0.00 s: . TestStringScanf#test_117: 0.00 s: . TestStringScanf#test_118: 0.00 s: . TestStringScanf#test_119: 0.00 s: . TestStringScanf#test_120: 0.00 s: . TestStringScanf#test_121: 0.00 s: . TestStringScanf#test_122: 0.00 s: . TestStringScanf#test_123: 0.00 s: . TestStringScanf#test_124: 0.00 s: . TestStringScanf#test_125: 0.00 s: . TestStringScanf#test_126: 0.00 s: . TestStringScanf#test_127: 0.00 s: . TestStringScanf#test_128: 0.00 s: . TestStringScanf#test_129: 0.00 s: . TestStringScanf#test_130: 0.00 s: . TestStringScanf#test_131: 0.00 s: . TestStringScanf#test_132: 0.00 s: . TestStringScanf#test_133: 0.00 s: . TestStringScanf#test_134: 0.00 s: . TestStringScanf#test_135: 0.00 s: . TestStringScanf#test_136: 0.00 s: . TestStringScanf#test_137: 0.00 s: . TestStringScanf#test_138: 0.00 s: . TestStringScanf#test_139: 0.00 s: . TestStringScanf#test_140: 0.00 s: . TestStringScanf#test_141: 0.00 s: . TestStringScanf#test_142: 0.00 s: . TestStringScanf#test_143: 0.00 s: . TestStringScanf#test_144: 0.00 s: . TestStringScanf#test_145: 0.00 s: . TestStringScanf#test_146: 0.00 s: . TestStringScanf#test_147: 0.00 s: . TestStringScanf#test_148: 0.00 s: . TestStringScanf#test_149: 0.00 s: . TestStringScanf#test_150: 0.00 s: . TestStringScanf#test_151: 0.00 s: . TestStringScanf#test_152: 0.00 s: . TestStringScanf#test_153: 0.00 s: . TestStringScanf#test_154: 0.00 s: . TestStringScanf#test_155: 0.00 s: . TestStringScanf#test_156: 0.00 s: . TestStringScanf#test_157: 0.00 s: . TestStringScanf#test_158: 0.00 s: . TestStringScanf#test_159: 0.00 s: . TestStringScanf#test_160: 0.00 s: . TestStringScanf#test_161: 0.00 s: . TestStringScanf#test_162: 0.00 s: . TestStringScanf#test_163: 0.00 s: . TestStringScanf#test_164: 0.00 s: . TestStringScanf#test_165: 0.00 s: . TestStringScanf#test_166: 0.00 s: . TestStringScanf#test_167: 0.00 s: . TestStringScanf#test_168: 0.00 s: . TestStringScanf#test_169: 0.00 s: . TestStringScanf#test_170: 0.00 s: . TestStringScanf#test_171: 0.00 s: . TestStringScanf#test_172: 0.00 s: . TestStringScanf#test_173: 0.00 s: . TestStringScanf#test_174: 0.00 s: . TestStringScanf#test_175: 0.00 s: . TestStringScanf#test_176: 0.00 s: . TestStringScanf#test_177: 0.00 s: . TestStringScanf#test_178: 0.00 s: . TestStringScanf#test_179: 0.00 s: . TestStringScanf#test_180: 0.00 s: . TestStringScanf#test_181: 0.00 s: . TestStringScanf#test_182: 0.00 s: . TestStringScanf#test_183: 0.00 s: . TestStringScanf#test_184: 0.00 s: . TestStringScanf#test_185: 0.00 s: . TestStringScanf#test_186: 0.00 s: . TestStringScanf#test_187: 0.00 s: . TestStringScanf#test_188: 0.00 s: . TestStringScanf#test_189: 0.00 s: . TestStringScanf#test_190: 0.00 s: . TestStringScanf#test_191: 0.00 s: . TestStringScanf#test_192: 0.00 s: . TestStringScanf#test_193: 0.00 s: . TestStringScanf#test_194: 0.00 s: . TestStringScanf#test_195: 0.00 s: . TestStringScanf#test_196: 0.00 s: . TestStringScanf#test_197: 0.00 s: . TestStringScanf#test_198: 0.00 s: . TestStringScanf#test_199: 0.00 s: . TestStringScanf#test_200: 0.00 s: . TestStringScanf#test_201: 0.00 s: . TestStringScanf#test_202: 0.00 s: . TestStringScanf#test_203: 0.00 s: . TestStringScanf#test_204: 0.00 s: . TestStringScanf#test_205: 0.00 s: . TestStringScanf#test_206: 0.00 s: . TestStringScanf#test_207: 0.00 s: . TestStringScanf#test_208: 0.00 s: . TestStringScanf#test_209: 0.00 s: . TestStringScanf#test_210: 0.00 s: . TestStringScanf#test_211: 0.00 s: . TestStringScanf#test_212: 0.00 s: . TestStringScanf#test_213: 0.00 s: . TestStringScanf#test_214: 0.00 s: . TestStringScanf#test_215: 0.00 s: . TestStringScanf#test_216: 0.00 s: . TestStringScanf#test_217: 0.00 s: . TestStringScanf#test_218: 0.00 s: . TestStringScanf#test_219: 0.00 s: . TestStringScanf#test_220: 0.00 s: . TestStringScanf#test_221: 0.00 s: . TestStringScanf#test_222: 0.00 s: . TestStringScanf#test_223: 0.00 s: . TestStringScanf#test_224: 0.00 s: . TestStringScanf#test_225: 0.00 s: . TestStringScanf#test_226: 0.00 s: . TestStringScanf#test_227: 0.00 s: . TestStringScanf#test_228: 0.00 s: . TestStringScanf#test_229: 0.00 s: . TestStringScanf#test_230: 0.00 s: . TestStringScanf#test_231: 0.00 s: . TestStringScanf#test_232: 0.00 s: . TestStringScanf#test_233: 0.00 s: . TestStringScanf#test_234: 0.00 s: . TestStringScanner#test_AREF: 0.00 s: . TestStringScanner#test_bol?: 0.00 s: . TestStringScanner#test_check: 0.00 s: . TestStringScanner#test_check_until: 0.00 s: . TestStringScanner#test_concat: 0.00 s: . TestStringScanner#test_const_Id: 0.00 s: . TestStringScanner#test_const_Version: 0.00 s: . TestStringScanner#test_dup: 0.00 s: . TestStringScanner#test_encoding: 0.00 s: . TestStringScanner#test_eos?: 0.00 s: . TestStringScanner#test_exist_p: 0.00 s: . TestStringScanner#test_generic_regexp: 0.00 s: . TestStringScanner#test_get_byte: 0.00 s: . TestStringScanner#test_getch: 0.00 s: . TestStringScanner#test_inspect: 0.00 s: . TestStringScanner#test_inspect2: 0.00 s: . TestStringScanner#test_match_p: 0.00 s: . TestStringScanner#test_matched: 0.00 s: . TestStringScanner#test_matched_size: 0.00 s: . TestStringScanner#test_peek: 0.00 s: . TestStringScanner#test_pos: 0.00 s: . TestStringScanner#test_post_match: 0.00 s: . TestStringScanner#test_pre_match: 0.00 s: . TestStringScanner#test_reset: 0.00 s: . TestStringScanner#test_rest: 0.00 s: . TestStringScanner#test_rest_size: 0.00 s: . TestStringScanner#test_s_allocate: 0.00 s: . TestStringScanner#test_s_mustc: 0.00 s: . TestStringScanner#test_s_new: 0.00 s: . TestStringScanner#test_scan: 0.00 s: . TestStringScanner#test_scan_full: 0.00 s: . TestStringScanner#test_search_full: 0.00 s: . TestStringScanner#test_set_pos: 0.00 s: . TestStringScanner#test_skip: 0.00 s: . TestStringScanner#test_skip_until: 0.00 s: . TestStringScanner#test_string: 0.00 s: . TestStringScanner#test_string_append: 0.00 s: . TestStringScanner#test_string_set_is_equal: 0.00 s: . TestStringScanner#test_terminate: 0.00 s: . TestStringScanner#test_unscan: 0.00 s: . TestStringchar#test_bang: 0.00 s: . TestStringchar#test_char: 0.01 s: . TestStringchar#test_string: 0.00 s: . TestStruct#test_aref: 0.00 s: . TestStruct#test_aset: 0.00 s: . TestStruct#test_comparison_when_recursive: 0.00 s: . TestStruct#test_each: 0.00 s: . TestStruct#test_each_pair: 0.00 s: . TestStruct#test_eql: 0.00 s: . TestStruct#test_equal: 0.00 s: . TestStruct#test_error: 0.00 s: . TestStruct#test_hash: 0.00 s: . TestStruct#test_inherit: 0.00 s: . TestStruct#test_init_copy: 0.00 s: . TestStruct#test_initialize: 0.00 s: . TestStruct#test_inspect: 0.07 s: . TestStruct#test_members: 0.00 s: . TestStruct#test_modify: 0.00 s: . TestStruct#test_morethan10members: 0.00 s: . TestStruct#test_nonascii: 0.00 s: . TestStruct#test_ref: 0.00 s: . TestStruct#test_select: 0.00 s: . TestStruct#test_set: 0.00 s: . TestStruct#test_size: 0.00 s: . TestStruct#test_small_structs: 0.00 s: . TestStruct#test_struct: 0.00 s: . TestStruct#test_struct_new: 0.00 s: . TestStruct#test_values_at: 0.00 s: . TestSuper#test_array1: 0.00 s: . TestSuper#test_array2: 0.00 s: . TestSuper#test_array3: 0.00 s: . TestSuper#test_array4: 0.00 s: . TestSuper#test_define_method: 0.00 s: . TestSuper#test_double1: 0.00 s: . TestSuper#test_double2: 0.00 s: . TestSuper#test_double3: 0.00 s: . TestSuper#test_optional1: 0.00 s: . TestSuper#test_optional2: 0.00 s: . TestSuper#test_optional3: 0.00 s: . TestSuper#test_optional4: 0.00 s: . TestSuper#test_optional5: 0.00 s: . TestSuper#test_overlaid: 0.00 s: . TestSuper#test_single1: 0.00 s: . TestSuper#test_single2: 0.00 s: . TestSymbol#test_ascii_incomat_inspect: 0.00 s: . TestSymbol#test_call: 0.00 s: . TestSymbol#test_case: 0.00 s: . TestSymbol#test_casecmp: 0.00 s: . TestSymbol#test_cmp: 0.00 s: . TestSymbol#test_empty: 0.00 s: . TestSymbol#test_inspect_dollar: 0.00 s: . TestSymbol#test_inspect_invalid: 0.00 s: . TestSymbol#test_inspect_number: 0.00 s: . TestSymbol#test_inspect_suboptimal: 0.00 s: . TestSymbol#test_length: 0.00 s: . TestSymbol#test_succ: 0.00 s: . TestSymbol#test_symbol_poped: 0.00 s: . TestSymbol#test_to_proc: 0.00 s: . TestSyntax#test_syntax: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal/lib/bigdecimal/jacobian.rb:54: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal/lib/bigdecimal/ludcmp.rb:78: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal/lib/bigdecimal/ludcmp.rb:3152: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal/lib/bigdecimal/util.rb:38: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal/lib/bigdecimal/util.rb:38: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/bigdecimal/sample/linear.rb:25: warning: assigned but unused variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses/view2.rb:37: warning: shadowing outer local variable - fp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/curses/view2.rb:122424: warning: assigned but unused variable - fp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/callback/mkcallback.rb:228: warning: shadowing outer local variable - ty /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/lib/dl/import.rb:99: warning: assigned but unused variable - prekey /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/dl/lib/dl/struct.rb:101: warning: assigned but unused variable - size /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/extmk.rb:167: warning: assigned but unused variable - config /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/extmk.rb:398: warning: (...) interpreted as grouped expression /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/lib/json/editor.rb:236: warning: shadowing outer local variable - item /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/lib/json/editor.rb:19984: warning: assigned but unused variable - item /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/lib/json/editor.rb:268: warning: assigned but unused variable - old_content /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/json/lib/json/editor.rb:421: warning: assigned but unused variable - parent_parent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/nkf/lib/kconv.rb:205: warning: assigned but unused variable - form_enc /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/ripper/tools/generate.rb:9: warning: assigned but unused variable - template /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:155: warning: assigned but unused variable - tkver /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:375: warning: assigned but unused variable - libpath /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:492: warning: shadowing outer local variable - framework /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:221400: warning: assigned but unused variable - framework /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:1221: warning: assigned but unused variable - x11_idir /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:1275: warning: assigned but unused variable - tclConfig /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/extconf.rb:1283: warning: assigned but unused variable - try_run_available /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:80: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:327: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:731: warning: assigned but unused variable - cmd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:731: warning: assigned but unused variable - args /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:989: warning: assigned but unused variable - current /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:1401: warning: assigned but unused variable - cond_ver /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:1486: warning: shadowing outer local variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/multi-tk.rb:1032: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tcltk.rb:294: warning: assigned but unused variable - res /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk.rb:820: warning: assigned but unused variable - id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk.rb:3537: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk.rb:3597: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk.rb:3855: warning: assigned but unused variable - alias_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk.rb:3999: warning: assigned but unused variable - alias_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:296: warning: shadowing outer local variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:296: warning: shadowing outer local variable - value /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:224096: warning: assigned but unused variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:9768: warning: assigned but unused variable - value /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:374: warning: shadowing outer local variable - info /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:31896: warning: assigned but unused variable - info /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:381: warning: shadowing outer local variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:381: warning: shadowing outer local variable - tbl /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:224096: warning: assigned but unused variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:91496: warning: assigned but unused variable - tbl /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:401: warning: shadowing outer local variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:224096: warning: assigned but unused variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:455: warning: shadowing outer local variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:455: warning: shadowing outer local variable - tbl /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:224096: warning: assigned but unused variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:91496: warning: assigned but unused variable - tbl /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:471: warning: shadowing outer local variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/composite.rb:224096: warning: assigned but unused variable - slot /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/fontchooser.rb:155: warning: shadowing outer local variable - fnt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/fontchooser.rb:226728: warning: assigned but unused variable - fnt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/fontchooser.rb:162: warning: shadowing outer local variable - fnt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/fontchooser.rb:226728: warning: assigned but unused variable - fnt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:180: warning: assigned but unused variable - alias_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:327: warning: assigned but unused variable - alias_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:771: warning: shadowing outer local variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:9064: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:809: warning: shadowing outer local variable - v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:12584: warning: assigned but unused variable - v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:1156: warning: shadowing outer local variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:9064: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:1201: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:1212: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemconfig.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:45: warning: shadowing outer local variable - key /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:5016: warning: assigned but unused variable - key /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:103: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:175: warning: shadowing outer local variable - key /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:5016: warning: assigned but unused variable - key /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:165: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:235: warning: shadowing outer local variable - key /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:5016: warning: assigned but unused variable - key /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/itemfont.rb:225: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/kinput.rb:55: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/kinput.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/menuspec.rb:212: warning: assigned but unused variable - use_menubar /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/namespace.rb:259: warning: `+' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/namespace.rb:259: warning: even though it seems like unary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/namespace.rb:267: warning: `+' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/namespace.rb:267: warning: even though it seems like unary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/optiondb.rb:282: warning: assigned but unused variable - func_str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/optionobj.rb:38: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/panedwindow.rb:233: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/panedwindow.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/panedwindow.rb:240: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/panedwindow.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/text.rb:562: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/text.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/text.rb:569: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/text.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/variable.rb:1607: warning: shadowing outer local variable - elem /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/variable.rb:26488: warning: assigned but unused variable - elem /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/variable.rb:1617: warning: shadowing outer local variable - elem /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/variable.rb:26488: warning: assigned but unused variable - elem /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/variable.rb:29: warning: assigned but unused variable - type /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/variable.rb:29: warning: assigned but unused variable - patchlevel /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/virtevent.rb:36: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/xim.rb:70: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/xim.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/xim.rb:94: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tk/xim.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/blt/component.rb:86: warning: assigned but unused variable - ret /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/blt/component.rb:89: warning: assigned but unused variable - ret /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/blt/component.rb:92: warning: assigned but unused variable - ret /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/blt/tabset.rb:356: warning: assigned but unused variable - idx /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/bwidget/tree.rb:225: warning: shadowing outer local variable - node /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/bwidget/tree.rb:43152: warning: assigned but unused variable - node /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb:266: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb:273: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile.rb:146: warning: assigned but unused variable - klass_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile.rb:207: warning: shadowing outer local variable - pat /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile.rb:12632: warning: assigned but unused variable - pat /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/tpaned.rb:211: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/tpaned.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/tpaned.rb:218: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/tpaned.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:189: warning: shadowing outer local variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:9064: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:366: warning: shadowing outer local variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:9064: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:502: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:512: warning: shadowing outer local variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tile/treeview.rb:172760: warning: assigned but unused variable - conf /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/tktable/tktable.rb:157: warning: possibly useless use of - in void context /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:408: warning: shadowing outer local variable - id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:14544: warning: assigned but unused variable - id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:1097: warning: shadowing outer local variable - img /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:111848: warning: assigned but unused variable - img /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:1296: warning: `*' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:1296: warning: even though it seems like argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:1326: warning: shadowing outer local variable - id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/lib/tkextlib/treectrl/tktreectrl.rb:14544: warning: assigned but unused variable - id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/old-extconf.rb:292: warning: assigned but unused variable - try_run_available /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/anilabel.rb:116: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/aniwave.rb:62: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/aniwave.rb:12888: warning: assigned but unused variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/bind.rb:94: warning: shadowing outer local variable - tag /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/floor2.rb:2: warning: possibly useless use of a literal in void context /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:782: warning: assigned but unused variable - who /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:846: warning: assigned but unused variable - idx /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1152: warning: assigned but unused variable - y1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1189: warning: assigned but unused variable - x1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1189: warning: assigned but unused variable - y1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1190: warning: assigned but unused variable - x4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1190: warning: assigned but unused variable - y4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1277: warning: assigned but unused variable - y1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1563: warning: assigned but unused variable - freq /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/goldberg.rb:1632: warning: assigned but unused variable - yy2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/items.rb:341: warning: assigned but unused variable - area /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/knightstour.rb:230: warning: assigned but unused variable - sg /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/plot.rb:87: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/plot.rb:87: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/plot.rb:91: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/plot.rb:91: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:248: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:248: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:252: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:252: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:341: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:341: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:345: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:345: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-en/twind2.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/anilabel.rb:119: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/aniwave.rb:64: warning: shadowing outer local variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/aniwave.rb:12888: warning: assigned but unused variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/bind.rb:92: warning: shadowing outer local variable - tag /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:786: warning: assigned but unused variable - who /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:850: warning: assigned but unused variable - idx /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1156: warning: assigned but unused variable - y1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1193: warning: assigned but unused variable - x1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1193: warning: assigned but unused variable - y1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1194: warning: assigned but unused variable - x4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1194: warning: assigned but unused variable - y4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1281: warning: assigned but unused variable - y1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1567: warning: assigned but unused variable - freq /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/goldberg.rb:1636: warning: assigned but unused variable - yy2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/items.rb:339: warning: assigned but unused variable - area /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/knightstour.rb:232: warning: assigned but unused variable - sg /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/plot.rb:89: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/plot.rb:89: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/plot.rb:93: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/plot.rb:93: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:249: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:249: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:253: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:253: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:341: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:341: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:345: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:345: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/demos-jp/twind2.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/editable_listbox.rb:65: warning: assigned but unused variable - w /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:170: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:170: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:171: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:171: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:192: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:192: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:193: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:193: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/figmemo_sample.rb:13296: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/optobj_sample.rb:54: warning: shadowing outer local variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/scrollframe.rb:117: warning: assigned but unused variable - cx1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/scrollframe.rb:117: warning: assigned but unused variable - cy1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tcltklib/sample1.rb:295: warning: assigned but unused variable - cb /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/ICONS/viewIcons.rb:21: warning: assigned but unused variable - line2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/bwidget/basic.rb:115: warning: assigned but unused variable - label /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/bwidget/manager.rb:87: warning: shadowing outer local variable - pane /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/bwidget/manager.rb:203016: warning: assigned but unused variable - pane /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/iwidgets/sample/spinner.rb:24: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/tkHTML/ss.rb:75: warning: assigned but unused variable - mbar /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/tkimg/demo.rb:69: warning: shadowing outer local variable - im /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/tkimg/demo.rb:266952: warning: assigned but unused variable - im /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/tktable/dynarows.rb:17: warning: assigned but unused variable - col /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/demo.rb:80: warning: shadowing outer local variable - w /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/demo.rb:24240: warning: assigned but unused variable - w /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/help.rb:50: warning: assigned but unused variable - parent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/help.rb:202: warning: assigned but unused variable - parent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/imovie.rb:102: warning: assigned but unused variable - where /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/imovie.rb:102: warning: assigned but unused variable - item /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/imovie.rb:102: warning: assigned but unused variable - arg2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/imovie.rb:102: warning: assigned but unused variable - arg3 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/imovie.rb:102: warning: assigned but unused variable - arg4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/mailwasher.rb:207: warning: assigned but unused variable - what /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/mailwasher.rb:207: warning: assigned but unused variable - arg2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/mailwasher.rb:207: warning: assigned but unused variable - arg3 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/mailwasher.rb:223: warning: assigned but unused variable - what /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/mailwasher.rb:223: warning: assigned but unused variable - arg2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/mailwasher.rb:223: warning: assigned but unused variable - arg3 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/outlook-folders.rb:70: warning: assigned but unused variable - parent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/random.rb:192: warning: assigned but unused variable - where /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/random.rb:192: warning: assigned but unused variable - arg3 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/random.rb:192: warning: assigned but unused variable - arg4 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/random.rb:316: warning: assigned but unused variable - x1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/random.rb:316: warning: assigned but unused variable - x2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/www-options.rb:39: warning: assigned but unused variable - parent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkextlib/treectrl/www-options.rb:169: warning: assigned but unused variable - parent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkfrom.rb:68: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkfrom.rb:79: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmsgcat-load_rb.rb:93: warning: shadowing outer local variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmsgcat-load_rb2.rb:93: warning: shadowing outer local variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmsgcat-load_tk.rb:109: warning: shadowing outer local variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmultilistbox.rb:87: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmultilistbox.rb:103: warning: shadowing outer local variable - idx /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmultilistbox.rb:25272: warning: assigned but unused variable - idx /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tkmultilistbox.rb:112: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tktextio.rb:317: warning: assigned but unused variable - x2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/ext/tk/sample/tktextio.rb:317: warning: assigned but unused variable - y2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:125: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/ssl.rb:137: warning: assigned but unused variable - opt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/timeridconv.rb:67: warning: assigned but unused variable - size /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:22: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/drb/unix.rb:29: warning: assigned but unused variable - option /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/irb/ext/multi-irb.rb:32: warning: assigned but unused variable - irb /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/irb/ext/multi-irb.rb:37: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/irb/ext/multi-irb.rb:65: warning: assigned but unused variable - irb /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/minitest/mock.rb:17: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/net/ftp.rb:325: warning: assigned but unused variable - resp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/net/http.rb:1566: warning: assigned but unused variable - main /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/net/imap.rb:2683: warning: assigned but unused variable - mailbox /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/open-uri.rb:129: warning: assigned but unused variable - perm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/open-uri.rb:483: warning: assigned but unused variable - parameters /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/open-uri.rb:715: warning: assigned but unused variable - v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:108: warning: assigned but unused variable - goto_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:108: warning: assigned but unused variable - goto_check /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:108: warning: assigned but unused variable - goto_default /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:108: warning: assigned but unused variable - goto_pointer /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:109: warning: assigned but unused variable - nt_base /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:109: warning: assigned but unused variable - reduce_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:109: warning: assigned but unused variable - shift_n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:110: warning: assigned but unused variable - reduce_n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:110: warning: assigned but unused variable - use_result /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:114: warning: assigned but unused variable - nerr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:157: warning: assigned but unused variable - goto_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:157: warning: assigned but unused variable - goto_check /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:157: warning: assigned but unused variable - goto_default /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:157: warning: assigned but unused variable - goto_pointer /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:158: warning: assigned but unused variable - nt_base /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:158: warning: assigned but unused variable - reduce_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:158: warning: assigned but unused variable - shift_n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:159: warning: assigned but unused variable - reduce_n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:159: warning: assigned but unused variable - use_result /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:164: warning: assigned but unused variable - nerr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:213: warning: assigned but unused variable - action_default /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:214: warning: assigned but unused variable - goto_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:214: warning: assigned but unused variable - goto_check /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:214: warning: assigned but unused variable - goto_default /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:214: warning: assigned but unused variable - goto_pointer /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:215: warning: assigned but unused variable - nt_base /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:215: warning: assigned but unused variable - reduce_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:215: warning: assigned but unused variable - token_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:216: warning: assigned but unused variable - use_result /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:308: warning: assigned but unused variable - action_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:308: warning: assigned but unused variable - action_check /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:308: warning: assigned but unused variable - action_default /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:308: warning: assigned but unused variable - action_pointer /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:310: warning: assigned but unused variable - token_table /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:310: warning: assigned but unused variable - shift_n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/racc/parser.rb:311: warning: assigned but unused variable - reduce_n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:1041: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:1690: warning: assigned but unused variable - arg_names /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:1798: warning: assigned but unused variable - md /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake.rb:2248: warning: assigned but unused variable - ex2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake/contrib/ftptools.rb:26: warning: assigned but unused variable - line /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake/contrib/ftptools.rb:60: warning: assigned but unused variable - h /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rake/contrib/ftptools.rb:60: warning: assigned but unused variable - m /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:262: warning: assigned but unused variable - rel_prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:263: warning: assigned but unused variable - svninfo /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:279: warning: assigned but unused variable - rel_prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/generator/darkfish.rb:280: warning: assigned but unused variable - context /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/markup/attribute_manager.rb:268: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/markup/parser.rb:390: warning: assigned but unused variable - data /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser/c.rb:287: warning: assigned but unused variable - params /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser/ruby.rb:455: warning: assigned but unused variable - read /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/parser/ruby.rb:761: warning: assigned but unused variable - read /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/rdoc.rb:386: warning: assigned but unused variable - pwd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rdoc/ruby_lex.rb:677: warning: assigned but unused variable - tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/resolv-replace.rb:54: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/attribute.rb:118: warning: assigned but unused variable - doctype /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/child.rb:91: warning: assigned but unused variable - encoding /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/doctype.rb:118: warning: assigned but unused variable - next_indent /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/doctype.rb:255: warning: `+' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/doctype.rb:255: warning: even though it seems like unary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/element.rb:877: warning: assigned but unused variable - rv /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/element.rb:1095: warning: assigned but unused variable - element_document /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/element.rb:1200: warning: assigned but unused variable - res /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/formatters/transitive.rb:40: warning: assigned but unused variable - skip /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/functions.rb:173: warning: assigned but unused variable - test_string /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/parsers/sax2parser.rb:90: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/parsers/xpathparser.rb:285: warning: assigned but unused variable - res /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/parsers/xpathparser.rb:581: warning: assigned but unused variable - arry /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/quickpath.rb:36: warning: assigned but unused variable - matches /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/quickpath.rb:54: warning: assigned but unused variable - axe_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/validation/validation.rb:36: warning: assigned but unused variable - v /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/xpath_parser.rb:690: warning: assigned but unused variable - enum /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rinda/ring.rb:201: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/atom.rb:530: warning: assigned but unused variable - subtype /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/0.9.rb:27: warning: assigned but unused variable - set /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/0.9.rb:260: warning: assigned but unused variable - set /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/1.0.rb:35: warning: assigned but unused variable - set /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/maker/dublincore.rb:17: warning: assigned but unused variable - full_klass_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/rss.rb:1098: warning: assigned but unused variable - model_uri /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/rss.rb:1098: warning: assigned but unused variable - getter /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rss/rss.rb:1096: warning: assigned but unused variable - _tags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/command.rb:171: warning: assigned but unused variable - gem_names /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/command.rb:433: warning: assigned but unused variable - dashes /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/build_command.rb:38: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/check_command.rb:74: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:164: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:170: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:176: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/query_command.rb:189: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/server_command.rb:20: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/update_command.rb:184: warning: assigned but unused variable - version /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/commands/update_command.rb:188: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/doc_manager.rb:80: warning: assigned but unused variable - driver /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/format.rb:35: warning: assigned but unused variable - format /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/installer.rb:321: warning: assigned but unused variable - exec_path /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/installer.rb:469: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/old_format.rb:146: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/server.rb:675: warning: assigned but unused variable - values /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rubygems/uninstaller.rb:85: warning: assigned but unused variable - gem_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/shell/system-command.rb:87: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/shell/system-command.rb:112: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/sync.rb:131: warning: assigned but unused variable - ret /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/uri/common.rb:349: warning: assigned but unused variable - uri_ref /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/cgi.rb:146: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/httpresponse.rb:283: warning: assigned but unused variable - remain /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/httpservlet/erbhandler.rb:47: warning: assigned but unused variable - meta_vars /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/httpservlet/erbhandler.rb:48: warning: assigned but unused variable - query /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/log.rb:63: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/xmlrpc/httpserver.rb:173: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/xmlrpc/parser.rb:717: warning: assigned but unused variable - parser /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/dlogd.rb:23: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:48: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:46: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:47: warning: assigned but unused variable - found /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:78: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:78: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:12232: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/old_tuplespace.rb:3152: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/drb/ring_inspect.rb:29: warning: assigned but unused variable - r /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/mine.rb:74: warning: `-' after local variable is interpreted as binary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/mine.rb:74: warning: even though it seems like unary operator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/philos.rb:50: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/rss/blend.rb:20: warning: shadowing outer local variable - fname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/rss/convert.rb:21: warning: shadowing outer local variable - fname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/rss/convert.rb:60: warning: shadowing outer local variable - fname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/rss/list_description.rb:29: warning: shadowing outer local variable - fname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/rss/re_read.rb:18: warning: shadowing outer local variable - fname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/rss/rss_recent.rb:28: warning: shadowing outer local variable - fname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:132: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:133: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:134: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:135: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:136: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:137: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:138: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:139: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:140: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:141: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:141: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:142: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:142: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:143: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:143: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:144: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:144: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:145: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:145: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:146: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:146: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:147: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:147: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:149: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:150: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:151: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:152: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:153: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:154: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:155: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:156: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:157: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:158: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:160: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:160: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:161: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:161: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:162: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:162: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:163: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:163: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:164: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:164: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:165: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:165: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:166: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:166: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:168: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:169: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:170: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:171: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:172: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:173: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:174: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:175: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:176: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:177: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:178: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:180: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:180: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:181: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:181: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:182: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:182: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:183: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:183: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:184: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:184: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:185: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:185: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:186: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:186: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:188: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:188: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:188: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:189: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:189: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:189: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:190: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:190: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:190: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:191: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:191: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:191: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:192: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:192: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:192: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:193: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:193: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:193: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:194: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:194: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:194: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:195: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:195: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:195: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:196: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:196: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:196: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:197: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:197: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:197: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:199: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:199: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:199: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:199: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:200: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:200: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:200: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:200: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:201: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:201: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:201: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:201: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:202: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:202: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:202: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:202: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:203: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:203: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:203: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:203: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:204: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:204: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:204: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:204: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:205: warning: `*' interpreted as argument prefix /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:205: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:205: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:205: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:300: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:300: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:300: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:305: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:305: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:305: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:313: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:313: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:313: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:318: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:318: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:326: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:326: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:331: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:331: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:339: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:339: warning: shadowing outer local variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:344: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:352: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:614: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:649: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:720: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:775: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:775: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:777: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:777: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:862: warning: shadowing outer local variable - h /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:862: warning: shadowing outer local variable - k /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:913: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:948: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:958: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:968: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:987: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:12808: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:991: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:991: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1014: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1015: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1016: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1018: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1019: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1020: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1022: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1024: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1025: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1026: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1027: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1028: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1029: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1030: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1031: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1032: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1034: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1035: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1067: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1087: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1088: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1089: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1093: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1094: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1095: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1104: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1105: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1106: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1110: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1111: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1125: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1126: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1128: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1128: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1129: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1129: warning: shadowing outer local variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1129: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1296: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1314: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1324: warning: shadowing outer local variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1335: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1604: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1694: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1698: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1704: warning: shadowing outer local variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1787: warning: assigned but unused variable - local2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1785: warning: assigned but unused variable - local1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1805: warning: assigned but unused variable - evtest2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1988: warning: shadowing outer local variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1988: warning: shadowing outer local variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/sample/test.rb:1988: warning: shadowing outer local variable - z /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/bigdecimal/test_bigmath.rb:71: warning: assigned but unused variable - old_mode /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_core.rb:186: warning: assigned but unused variable - cgi /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_core.rb:307: warning: assigned but unused variable - list2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_header.rb:79: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_modruby.rb:74: warning: assigned but unused variable - actual /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:144: warning: assigned but unused variable - testname /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:273: warning: assigned but unused variable - cgi /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_multipart.rb:284: warning: assigned but unused variable - cgi /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/cgi/test_cgi_session.rb:114: warning: assigned but unused variable - session_id /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/csv/test_row.rb:258: warning: assigned but unused variable - header /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/date/test_date_strptime.rb:312: warning: assigned but unused variable - n /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/dl/test_cfunc.rb:75: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/dl/test_dl2.rb:31: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/dl/test_dl2.rb:54: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/fiddle/test_function.rb:54: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:124: warning: assigned but unused variable - gdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:131: warning: assigned but unused variable - gdbm2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:164: warning: assigned but unused variable - gdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/gdbm/test_gdbm.rb:182: warning: assigned but unused variable - gdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_addition.rb:113: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_addition.rb:114: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_addition.rb:115: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:142: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:143: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/json/test_json_rails.rb:144: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/logger/test_logger.rb:328: warning: assigned but unused variable - read_ready /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/logger/test_logger.rb:354: warning: assigned but unused variable - read_ready /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/mkmf/test_sizeof.rb:9: warning: assigned but unused variable - size /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/monitor/test_monitor.rb:86: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:52: warning: assigned but unused variable - body /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:69: warning: assigned but unused variable - body /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/http/test_http.rb:362: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/imap/test_imap.rb:264: warning: assigned but unused variable - requests /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/net/pop/test_pop.rb:60: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:24: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:199: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:252: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:559: warning: assigned but unused variable - data_serv_host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_open-uri.rb:642: warning: assigned but unused variable - data_serv_host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_ssl.rb:29: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/open-uri/test_ssl.rb:80: warning: assigned but unused variable - th /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_encoding.rb:110: warning: assigned but unused variable - yaml /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_string.rb:31: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:235: warning: assigned but unused variable - dj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:591: warning: assigned but unused variable - scheme /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/psych/test_yaml.rb:591: warning: assigned but unused variable - domain /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_application.rb:58: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_application.rb:292: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_application.rb:571: warning: assigned but unused variable - opts /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_earlytime.rb:7: warning: assigned but unused variable - time /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_package_task.rb:52: warning: assigned but unused variable - pkg /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_pathmap.rb:87: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_rdoc_task.rb:45: warning: assigned but unused variable - rd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_rules.rb:284: warning: assigned but unused variable - ran /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rake/test_task_manager.rb:81: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:12: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:21: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:32: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:54: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_options.rb:64: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:971: warning: assigned but unused variable - comment /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1275: warning: assigned but unused variable - last_tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1283: warning: assigned but unused variable - last_tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1293: warning: assigned but unused variable - tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_parser_ruby.rb:1299: warning: assigned but unused variable - tk /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:56: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:288: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:298: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:318: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:328: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:342: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:352: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:362: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:374: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:385: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:396: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:413: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:430: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_ri_driver.rb:529: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rdoc/test_rdoc_task.rb:45: warning: assigned but unused variable - rd /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline.rb:142: warning: assigned but unused variable - actual_buffer_line /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline.rb:150: warning: assigned but unused variable - line /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:97: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:116: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:131: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/readline/test_readline_history.rb:280: warning: assigned but unused variable - lines /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/resolv/test_dns.rb:34: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/resolv/test_dns.rb:61: warning: assigned but unused variable - qclass /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:224: warning: assigned but unused variable - desired_result_tree /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:443: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:511: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_contrib.rb:528: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:235: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:260: warning: assigned but unused variable - doc2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:640: warning: assigned but unused variable - doc /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:644: warning: assigned but unused variable - er /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:680: warning: assigned but unused variable - tree_lt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:854: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:863: warning: assigned but unused variable - doc1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:914: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1207: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1210: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1217: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1269: warning: assigned but unused variable - zml /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_core.rb:1332: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_functions.rb:86: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_light.rb:11: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_lightparser.rb:10: warning: assigned but unused variable - root /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_pullparser.rb:36: warning: assigned but unused variable - results /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_pullparser.rb:66: warning: assigned but unused variable - pp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:222: warning: assigned but unused variable - rt /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:335: warning: assigned but unused variable - result /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:526: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpath.rb:592: warning: assigned but unused variable - d /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rexml/test_xpathtext.rb:17: warning: assigned but unused variable - textnode /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ripper/test_parser_events.rb:1087: warning: assigned but unused variable - var /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/rss-assertions.rb:975: warning: assigned but unused variable - target /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/rss-testcase.rb:189: warning: assigned but unused variable - item /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:58: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:59: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:60: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:66: warning: assigned but unused variable - image /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:69: warning: assigned but unused variable - textinput /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:203: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:204: warning: assigned but unused variable - url /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:205: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:226: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:227: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:228: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:249: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:250: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:251: warning: assigned but unused variable - name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_1.0.rb:252: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:57: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:58: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:59: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:61: warning: assigned but unused variable - language /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:62: warning: assigned but unused variable - copyright /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:63: warning: assigned but unused variable - managingEditor /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:64: warning: assigned but unused variable - webMaster /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:65: warning: assigned but unused variable - pubDate /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:66: warning: assigned but unused variable - lastBuildDate /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:76: warning: assigned but unused variable - generator /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:77: warning: assigned but unused variable - docs /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:79: warning: assigned but unused variable - ttl /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:81: warning: assigned but unused variable - rating /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:240: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:241: warning: assigned but unused variable - link /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:242: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:243: warning: assigned but unused variable - author /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:253: warning: assigned but unused variable - comments /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_2.0.rb:254: warning: assigned but unused variable - pubDate /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:458: warning: assigned but unused variable - rel /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:459: warning: assigned but unused variable - type /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:460: warning: assigned but unused variable - hreflang /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:461: warning: assigned but unused variable - title /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_atom.rb:462: warning: assigned but unused variable - length /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:448: warning: assigned but unused variable - description /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:538: warning: assigned but unused variable - guid /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:532: warning: assigned but unused variable - content /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_maker_2.0.rb:665: warning: assigned but unused variable - content /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rss/test_setup_maker_itunes.rb:16: warning: assigned but unused variable - new_feed_url /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/allpairs.rb:69: warning: assigned but unused variable - prime /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_argf.rb:254: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_argf.rb:266: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:1600: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:12808: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:1601: warning: shadowing outer local variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_array.rb:12808: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:135: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:141: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:147: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:148: warning: (...) interpreted as grouped expression /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:153: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:154: warning: (...) interpreted as grouped expression /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:211: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:212: warning: assigned but unused variable - b /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_basicinstructions.rb:213: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:47: warning: assigned but unused variable - str2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:149: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:467: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:467: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:473: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:473: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:479: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:479: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:485: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:485: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:491: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:491: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:497: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:504: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:591: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:591: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:697: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:697: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:703: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:710: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:710: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:718: warning: assigned but unused variable - src /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_econv.rb:718: warning: assigned but unused variable - dst /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_enumerator.rb:15: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_enumerator.rb:79: warning: assigned but unused variable - foo /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_enumerator.rb:339: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_env.rb:40: warning: assigned but unused variable - tmp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:214: warning: assigned but unused variable - local2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:212: warning: assigned but unused variable - local1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:308: warning: assigned but unused variable - foo11 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_eval.rb:241: warning: assigned but unused variable - i /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:19: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:89: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:247: warning: assigned but unused variable - stdout /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_exception.rb:247: warning: assigned but unused variable - status /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_fiber.rb:8: warning: assigned but unused variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_fiber.rb:80: warning: assigned but unused variable - f /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_gc.rb:16: warning: assigned but unused variable - tmp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_gc.rb:18: warning: assigned but unused variable - tmp /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_hash.rb:302: warning: assigned but unused variable - untrust /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io.rb:944: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io.rb:1302: warning: assigned but unused variable - feature2250 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io.rb:1614: warning: assigned but unused variable - bug3585 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_io_m17n.rb:1417: warning: assigned but unused variable - un /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_iterator.rb:76: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_iterator.rb:86: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_iterator.rb:96: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n.rb:1057: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n_comb.rb:637: warning: assigned but unused variable - r /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_m17n_comb.rb:1034: warning: assigned but unused variable - e /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_marshal.rb:433: warning: assigned but unused variable - o2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_method.rb:24: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_method.rb:280: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:218: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:645: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:651: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:722: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:739: warning: assigned but unused variable - o /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_parse.rb:794: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_primitive.rb:11: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_primitive.rb:84: warning: assigned but unused variable - r /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:38: warning: assigned but unused variable - iii /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:40: warning: assigned but unused variable - iii /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:268: warning: assigned but unused variable - x /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:268: warning: assigned but unused variable - y /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:268: warning: assigned but unused variable - z /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:319: warning: assigned but unused variable - o /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:706: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:723: warning: assigned but unused variable - a /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_proc.rb:797: warning: assigned but unused variable - bug3751 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_process.rb:459: warning: assigned but unused variable - rios /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_process.rb:475: warning: assigned but unused variable - rios /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_rand.rb:211: warning: assigned but unused variable - bug3027 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_rand.rb:401: warning: assigned but unused variable - p2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:322: warning: assigned but unused variable - s1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:322: warning: assigned but unused variable - s2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:527: warning: Unknown escape \E is ignored: /\A\Qfoo\E\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:698: warning: character class has duplicated range: /\A[[:^alpha:]0]\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:699: warning: character class has duplicated range: /\A[[:alpha\:]]\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_regexp.rb:700: warning: character class has duplicated range: /\A[[:alpha:foo]0]\z/ /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_settracefunc.rb:300: warning: assigned but unused variable - prc /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_settracefunc.rb:303: warning: assigned but unused variable - prc2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_signal.rb:176: warning: assigned but unused variable - pid /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1843: warning: assigned but unused variable - s1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1844: warning: assigned but unused variable - s2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_string.rb:1866: warning: statement not reached /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_super.rb:176: warning: assigned but unused variable - ary /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_time_tz.rb:139: warning: assigned but unused variable - tz /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_time_tz.rb:239: warning: assigned but unused variable - u /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_variable.rb:61: warning: assigned but unused variable - lvar /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_whileuntil.rb:63: warning: literal in condition /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/gem_package_tar_test_case.rb:124: warning: assigned but unused variable - entry /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/gemutilities.rb:156: warning: assigned but unused variable - ruby /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_outdated_command.rb:17: warning: assigned but unused variable - local_01 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_outdated_command.rb:18: warning: assigned but unused variable - local_02 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:67: warning: assigned but unused variable - a1_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:68: warning: assigned but unused variable - a2_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:89: warning: assigned but unused variable - a1_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_query_command.rb:90: warning: assigned but unused variable - a2_name /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:28: warning: assigned but unused variable - foo1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:29: warning: assigned but unused variable - foo2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:59: warning: assigned but unused variable - foo /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_commands_specification_command.rb:60: warning: assigned but unused variable - foo_bar /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency.rb:10: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency.rb:140: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:59: warning: assigned but unused variable - si /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:81: warning: assigned but unused variable - e1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:193: warning: assigned but unused variable - e1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:194: warning: assigned but unused variable - f1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:195: warning: assigned but unused variable - f2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:624: warning: assigned but unused variable - si /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_dependency_installer.rb:666: warning: assigned but unused variable - si /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_ext_ext_conf_builder.rb:31: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_ext_rake_builder.rb:36: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_ext_rake_builder.rb:67: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_installer.rb:61: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_installer.rb:658: warning: assigned but unused variable - gem /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_platform.rb:120: warning: assigned but unused variable - expected /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_remote_fetcher.rb:651: warning: assigned but unused variable - ex /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:95: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:95: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:105: warning: assigned but unused variable - out /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:105: warning: assigned but unused variable - err /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:128: warning: assigned but unused variable - a1_p /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:146: warning: assigned but unused variable - ab1 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/rubygems/test_gem_server.rb:239: warning: assigned but unused variable - a1_p /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/sdbm/test_sdbm.rb:87: warning: assigned but unused variable - sdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/sdbm/test_sdbm.rb:105: warning: assigned but unused variable - sdbm /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_addrinfo.rb:143: warning: assigned but unused variable - sender_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_addrinfo.rb:167: warning: assigned but unused variable - sender_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:67: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:67: warning: assigned but unused variable - host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:67: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:68: warning: assigned but unused variable - u2_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:114: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:115: warning: assigned but unused variable - s2_addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:124: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:124: warning: assigned but unused variable - host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:257: warning: assigned but unused variable - af /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:257: warning: assigned but unused variable - host /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:257: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_nonblock.rb:273: warning: assigned but unused variable - port /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:296: warning: assigned but unused variable - remote_address /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:296: warning: assigned but unused variable - local_address /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:347: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:347: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:374: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:374: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:396: warning: assigned but unused variable - addr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_socket.rb:396: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:52: warning: assigned but unused variable - data /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:52: warning: assigned but unused variable - srcaddr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:52: warning: assigned but unused variable - flags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:88: warning: assigned but unused variable - data /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:88: warning: assigned but unused variable - srcaddr /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:88: warning: assigned but unused variable - flags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:378: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:394: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:412: warning: assigned but unused variable - cliend_ai /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:412: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:431: warning: assigned but unused variable - cliend_ai /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:431: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:450: warning: assigned but unused variable - cliend_ai /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/socket/test_unix.rb:450: warning: assigned but unused variable - rflags /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_string.rb:32: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:292: warning: assigned but unused variable - dj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:727: warning: assigned but unused variable - scheme /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/syck/test_yaml.rb:727: warning: assigned but unused variable - domain /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_find.rb:97: warning: assigned but unused variable - file /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_find.rb:160: warning: assigned but unused variable - file_de /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_find.rb:181: warning: assigned but unused variable - file_de /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_open3.rb:51: warning: assigned but unused variable - t /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_pty.rb:15: warning: assigned but unused variable - w /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_pty.rb:49: warning: assigned but unused variable - master /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_pty.rb:68: warning: assigned but unused variable - master /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_tempfile.rb:206: warning: assigned but unused variable - error /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_tempfile.rb:286: warning: assigned but unused variable - default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/test_tempfile.rb:294: warning: assigned but unused variable - default_external /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/uri/test_ldap.rb:39: warning: assigned but unused variable - urls /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_filehandler.rb:187: warning: assigned but unused variable - this_file /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_filehandler.rb:202: warning: assigned but unused variable - this_file /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_httprequest.rb:321: warning: ambiguous first argument; put parentheses or even spaces /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_httpserver.rb:118: warning: assigned but unused variable - host6 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/webrick/test_httpserver.rb:121: warning: assigned but unused variable - host9 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole.rb:231: warning: assigned but unused variable - bfolder /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole.rb:273: warning: assigned but unused variable - shell2 /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_event.rb:55: warning: assigned but unused variable - ev /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_event.rb:152: warning: assigned but unused variable - ev /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_event.rb:156: warning: assigned but unused variable - ev /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:31: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:34: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:37: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_method.rb:40: warning: assigned but unused variable - method /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:30: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:41: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:347: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant.rb:493: warning: assigned but unused variable - obj /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/win32ole/test_win32ole_variant_outarg.rb:48: warning: assigned but unused variable - c /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/xmlrpc/test_features.rb:18: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/xmlrpc/test_features.rb:22: warning: assigned but unused variable - str /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:89: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:98: warning: assigned but unused variable - s /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:109: warning: assigned but unused variable - s 12.99 s: . TestSyslog#test_close: 0.00 s: . TestSyslog#test_inspect: 0.00 s: . TestSyslog#test_instance: 0.00 s: . TestSyslog#test_log: 0.04 s: . TestSyslog#test_mask: 0.00 s: . TestSyslog#test_new: 0.00 s: . TestSyslog#test_open: 0.00 s: . TestSyslog#test_opened?: 0.00 s: . TestSystem#test_empty_evstr: 0.00 s: . TestSystem#test_system: 0.56 s: . TestTarWriter#test_add_file_simple_padding: 0.02 s: . TestTarWriter#test_close: 0.01 s: . TestTarWriter#test_add_file_simple_data: 0.01 s: . TestTarWriter#test_add_file: 0.01 s: . TestTarWriter#test_split_name: 0.01 s: . TestTarWriter#test_split_name_too_long_prefix: 0.01 s: . TestTarWriter#test_split_name_too_long_total: 0.01 s: . TestTarWriter#test_add_file_simple_size: 0.01 s: . TestTarWriter#test_split_name_too_long_name: 0.01 s: . TestTarWriter#test_add_file_simple: 0.01 s: . TestTarWriter#test_mkdir: 0.01 s: . TestTarWriter#test_add_file_unseekable: 0.01 s: . TestTempfile#test_basename: 0.00 s: . TestTempfile#test_basename_with_suffix: 0.00 s: . TestTempfile#test_basic: 0.00 s: . TestTempfile#test_binmode: 0.00 s: . TestTempfile#test_close_and_close_p: 0.00 s: . TestTempfile#test_close_bang_does_not_unlink_if_already_unlinked: 0.00 s: . TestTempfile#test_close_bang_works: 0.00 s: . TestTempfile#test_close_does_not_make_path_nil: 0.00 s: . TestTempfile#test_close_flushes_buffer: 0.00 s: . TestTempfile#test_close_with_unlink_now_true_does_not_unlink_if_already_unlinked: 0.00 s: . TestTempfile#test_close_with_unlink_now_true_works: 0.00 s: . TestTempfile#test_concurrency: 0.09 s: . TestTempfile#test_extend: 0.00 s: . TestTempfile#test_finalizer_does_not_unlink_if_already_unlinked: 0.22 s: . TestTempfile#test_saves_in_dir_tmpdir_by_default: 0.00 s: . TestTempfile#test_saves_in_given_directory: 0.00 s: . TestTempfile#test_size_flushes_buffer_before_determining_file_size: 0.00 s: . TestTempfile#test_size_works_if_file_is_closed: 0.00 s: . TestTempfile#test_tempfile_encoding_ascii8bit: 0.00 s: . TestTempfile#test_tempfile_encoding_ascii8bit2: 0.00 s: . TestTempfile#test_tempfile_encoding_nooption: 0.00 s: . TestTempfile#test_tempfile_is_unlinked_when_ruby_exits: 0.11 s: . TestTempfile#test_unlink: 0.00 s: . TestTempfile#test_unlink_before_close_works_on_posix_systems: 0.00 s: . TestTempfile#test_unlink_silently_fails_on_windows: 0.00 s: . TestThread#test_abort_on_exception: 1.24 s: . TestThread#test_condvar: 0.00 s: . TestThread#test_condvar_wait_exception_handling: 0.10 s: . TestThread#test_condvar_wait_not_owner: 0.00 s: . TestThread#test_exit: 0.00 s: . TestThread#test_join: 0.50 s: . TestThread#test_join2: 1.50 s: . TestThread#test_kill_main_thread: 0.06 s: . TestThread#test_list: 0.07 s: . TestThread#test_local_barrier: 3.10 s: . TestThread#test_main: 0.06 s: . TestThread#test_mutex_deadlock: 0.00 s: . TestThread#test_mutex_fifo_like_lock: 0.00 s: . TestThread#test_mutex_illegal_unlock: 0.00 s: . TestThread#test_mutex_interrupt: 0.50 s: . TestThread#test_mutex_synchronize: 0.00 s: . TestThread#test_mutex_trylock: 0.00 s: . TestThread#test_new: 0.00 s: . TestThread#test_priority: 0.50 s: . TestThread#test_recursive_outer: 0.00 s: . TestThread#test_safe_level: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_thread.rb:330: warning: $SAFE=3 does no sandboxing; you might want to use $SAFE=4 0.50 s: . TestThread#test_select_wait: 1.50 s: . TestThread#test_status_and_stop_p: 0.50 s: . TestThread#test_stop: 0.07 s: . TestThread#test_thread_local: 0.00 s: . TestThread#test_thread_local_security: 0.00 s: . TestThread#test_wakeup: 1.00 s: . TestThreadGroup#test_backtrace: 0.00 s: . TestThreadGroup#test_enclosed_thgroup: 0.00 s: . TestThreadGroup#test_frozen_thgroup: 0.00 s: . TestThreadGroup#test_thread_init: 0.00 s: . TestThreadGroup#test_uninitialized: 0.03 s: . TestTime#test_asctime: 0.00 s: . TestTime#test_at: 0.01 s: . TestTime#test_at2: 0.00 s: . TestTime#test_at3: 0.00 s: . TestTime#test_at_rational: 0.00 s: . TestTime#test_big_minus: 0.00 s: . TestTime#test_cmp: 0.00 s: . TestTime#test_delegate: 0.00 s: . TestTime#test_eq_nsec: 0.00 s: . TestTime#test_eql: 0.00 s: . TestTime#test_hash: 0.00 s: . TestTime#test_huge_difference: 0.00 s: . TestTime#test_init_copy: 0.00 s: . TestTime#test_localtime_gmtime: 0.00 s: . TestTime#test_marshal_ivar: 0.00 s: . TestTime#test_marshal_nsec: 0.00 s: . TestTime#test_marshal_nsec_191: 0.00 s: . TestTime#test_marshal_rational: 0.00 s: . TestTime#test_marshal_timezone: 0.00 s: . TestTime#test_minus: 0.00 s: . TestTime#test_new: 0.00 s: . TestTime#test_plus_minus_succ: 0.00 s: . TestTime#test_plus_type: 0.00 s: . TestTime#test_readers: 0.00 s: . TestTime#test_round: 0.03 s: . TestTime#test_security_error: 0.00 s: . TestTime#test_strftime: 0.01 s: . TestTime#test_strtime: 0.00 s: . TestTime#test_time_add: 0.00 s: . TestTime#test_time_interval: 0.00 s: . TestTime#test_time_subt: 0.00 s: . TestTime#test_time_time: 0.00 s: . TestTime#test_timegm: 0.00 s: . TestTime#test_to_f: 0.00 s: . TestTime#test_to_r: 0.00 s: . TestTime#test_to_s: 0.00 s: . TestTime#test_utc_or_local: 0.00 s: . TestTime#test_utc_p: 0.00 s: . TestTime#test_utc_subsecond: 0.00 s: . TestTimeExtension#test_completion: 0.01 s: . TestTimeExtension#test_encode_httpdate: 0.00 s: . TestTimeExtension#test_encode_rfc2822: 0.00 s: . TestTimeExtension#test_encode_xmlschema: 0.00 s: . TestTimeExtension#test_invalid: 0.03 s: . TestTimeExtension#test_nsec: 0.00 s: . TestTimeExtension#test_parse_fraction: 0.00 s: . TestTimeExtension#test_parse_leap_second: 0.01 s: . TestTimeExtension#test_rfc2616: 0.00 s: . TestTimeExtension#test_rfc2822: 0.00 s: . TestTimeExtension#test_rfc2822_leap_second: 0.00 s: . TestTimeExtension#test_rfc2822_utc_roundtrip_summer: 0.00 s: . TestTimeExtension#test_rfc2822_utc_roundtrip_winter: 0.00 s: . TestTimeExtension#test_rfc3339: 0.00 s: . TestTimeExtension#test_rfc822: 0.00 s: . TestTimeExtension#test_ruby_talk_152866: 0.00 s: . TestTimeExtension#test_strptime: 0.00 s: . TestTimeExtension#test_xmlschema: 0.00 s: . TestTimeExtension#test_xmlschema_fraction: 0.00 s: . TestTimeExtension#test_xmlschema_leap_second: 0.00 s: . TestTimeExtension#test_zone_0000: 0.00 s: . TestTimeTZ#test_america_los_angeles: 0.07 s: . TestTimeTZ#test_america_managua: 0.04 s: . TestTimeTZ#test_asia_singapore: 0.04 s: . TestTimeTZ#test_asia_tokyo: 0.00 s: . TestTimeTZ#test_canada_newfoundland: 0.02 s: . TestTimeTZ#test_europe_brussels: 0.01 s: . TestTimeTZ#test_europe_lisbon: 0.00 s: . TestTimeTZ#test_europe_moscow: 0.00 s: . TestTimeTZ#test_gen_America_Lima_1: 0.00 s: . TestTimeTZ#test_gen_America_Lima_2: 0.00 s: . TestTimeTZ#test_gen_America_Lima_3: 0.00 s: . TestTimeTZ#test_gen_America_Lima_4: 0.00 s: . TestTimeTZ#test_gen_America_Lima_5: 0.00 s: . TestTimeTZ#test_gen_America_Lima_57: 0.00 s: . TestTimeTZ#test_gen_America_Lima_58: 0.00 s: . TestTimeTZ#test_gen_America_Lima_59: 0.00 s: . TestTimeTZ#test_gen_America_Lima_6: 0.00 s: . TestTimeTZ#test_gen_America_Lima_60: 0.00 s: . TestTimeTZ#test_gen_America_Lima_61: 0.00 s: . TestTimeTZ#test_gen_America_Lima_62: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_10: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_11: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_12: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_13: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_14: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_63: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_64: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_65: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_66: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_67: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_68: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_69: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_7: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_70: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_8: 0.00 s: . TestTimeTZ#test_gen_America_Los_Angeles_9: 0.00 s: . TestTimeTZ#test_gen_America_Managua_15: 0.00 s: . TestTimeTZ#test_gen_America_Managua_16: 0.00 s: . TestTimeTZ#test_gen_America_Managua_17: 0.00 s: . TestTimeTZ#test_gen_America_Managua_18: 0.00 s: . TestTimeTZ#test_gen_America_Managua_19: 0.00 s: . TestTimeTZ#test_gen_America_Managua_20: 0.00 s: . TestTimeTZ#test_gen_America_Managua_71: 0.00 s: . TestTimeTZ#test_gen_America_Managua_72: 0.00 s: . TestTimeTZ#test_gen_America_Managua_73: 0.00 s: . TestTimeTZ#test_gen_America_Managua_74: 0.00 s: . TestTimeTZ#test_gen_America_Managua_75: 0.00 s: . TestTimeTZ#test_gen_America_Managua_76: 0.00 s: . TestTimeTZ#test_gen_Asia_Singapore_21: 0.00 s: . TestTimeTZ#test_gen_Asia_Singapore_22: 0.00 s: . TestTimeTZ#test_gen_Asia_Singapore_23: 0.00 s: . TestTimeTZ#test_gen_Asia_Singapore_77: 0.00 s: . TestTimeTZ#test_gen_Asia_Singapore_78: 0.00 s: . TestTimeTZ#test_gen_Asia_Singapore_79: 0.01 s: . TestTimeTZ#test_gen_Asia_Tokyo_24: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_25: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_26: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_27: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_80: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_81: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_82: 0.00 s: . TestTimeTZ#test_gen_Asia_Tokyo_83: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_28: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_29: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_30: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_31: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_84: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_85: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_86: 0.00 s: . TestTimeTZ#test_gen_Canada_Newfoundland_87: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_32: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_33: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_34: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_35: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_88: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_89: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_90: 0.00 s: . TestTimeTZ#test_gen_Europe_Brussels_91: 0.00 s: . TestTimeTZ#test_gen_Europe_Lisbon_112: 0.00 s: . TestTimeTZ#test_gen_Europe_Lisbon_56: 0.00 s: . TestTimeTZ#test_gen_Europe_London_36: 0.00 s: . TestTimeTZ#test_gen_Europe_London_37: 0.00 s: . TestTimeTZ#test_gen_Europe_London_38: 0.00 s: . TestTimeTZ#test_gen_Europe_London_39: 0.00 s: . TestTimeTZ#test_gen_Europe_London_40: 0.00 s: . TestTimeTZ#test_gen_Europe_London_41: 0.00 s: . TestTimeTZ#test_gen_Europe_London_42: 0.00 s: . TestTimeTZ#test_gen_Europe_London_43: 0.00 s: . TestTimeTZ#test_gen_Europe_London_92: 0.00 s: . TestTimeTZ#test_gen_Europe_London_93: 0.00 s: . TestTimeTZ#test_gen_Europe_London_94: 0.00 s: . TestTimeTZ#test_gen_Europe_London_95: 0.00 s: . TestTimeTZ#test_gen_Europe_London_96: 0.00 s: . TestTimeTZ#test_gen_Europe_London_97: 0.00 s: . TestTimeTZ#test_gen_Europe_London_98: 0.00 s: . TestTimeTZ#test_gen_Europe_London_99: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_100: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_101: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_102: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_103: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_104: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_105: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_44: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_45: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_46: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_47: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_48: 0.00 s: . TestTimeTZ#test_gen_Europe_Moscow_49: 0.00 s: . TestTimeTZ#test_gen_Pacific_Kiritimati_106: 0.03 s: . TestTimeTZ#test_gen_Pacific_Kiritimati_107: 0.01 s: . TestTimeTZ#test_gen_Pacific_Kiritimati_50: 0.00 s: . TestTimeTZ#test_gen_Pacific_Kiritimati_51: 0.00 s: . TestTimeTZ#test_gen_right_America_Los_Angeles_108: 0.02 s: . TestTimeTZ#test_gen_right_America_Los_Angeles_109: 0.00 s: . TestTimeTZ#test_gen_right_America_Los_Angeles_52: 0.00 s: . TestTimeTZ#test_gen_right_America_Los_Angeles_53: 0.00 s: . TestTimeTZ#test_gen_right_Europe_Paris_110: 0.03 s: . TestTimeTZ#test_gen_right_Europe_Paris_111: 0.00 s: . TestTimeTZ#test_gen_right_Europe_Paris_54: 0.00 s: . TestTimeTZ#test_gen_right_Europe_Paris_55: 0.00 s: . TestTimeTZ#test_pacific_kiritimati: 0.00 s: . TestTimeTZ#test_right_america_los_angeles: 0.00 s: . TestTimeTZ#test_right_utc: 0.00 s: . TestTimeout#test_cannot_convert_into_time_interval: 0.00 s: . TestTimeout#test_queue: 0.10 s: . TestTimeout#test_timeout: 0.11 s: . TestTrace#test_trace: 0.00 s: . TestTrace#test_trace_break: 0.00 s: . TestTrace#test_trace_proc_that_raises_exception: 0.00 s: . TestTrace#test_trace_string: 0.00 s: . TestTrace#test_trace_tainted_proc: 0.00 s: . TestTranscode#test_Big5: 0.02 s: . TestTranscode#test_Big5_Hkscs: 0.01 s: . TestTranscode#test_Big5_UAO: 0.00 s: . TestTranscode#test_CP850: 0.00 s: . TestTranscode#test_CP852: 0.00 s: . TestTranscode#test_CP855: 0.00 s: . TestTranscode#test_IBM437: 0.00 s: . TestTranscode#test_IBM775: 0.00 s: . TestTranscode#test_IBM852: 0.00 s: . TestTranscode#test_IBM855: 0.00 s: . TestTranscode#test_IBM857: 0.00 s: . TestTranscode#test_IBM860: 0.00 s: . TestTranscode#test_IBM861: 0.00 s: . TestTranscode#test_IBM862: 0.00 s: . TestTranscode#test_IBM863: 0.00 s: . TestTranscode#test_IBM865: 0.00 s: . TestTranscode#test_IBM866: 0.00 s: . TestTranscode#test_IBM869: 0.00 s: . TestTranscode#test_TIS_620: 0.01 s: . TestTranscode#test_all_bytes: 0.00 s: . TestTranscode#test_arguments: 0.00 s: . TestTranscode#test_ascii_range: 0.00 s: . TestTranscode#test_cp50221: 0.00 s: . TestTranscode#test_encodings: 0.01 s: . TestTranscode#test_errors: 0.22 s: . TestTranscode#test_euc_jp: 0.01 s: . TestTranscode#test_eucjp_ms: 0.00 s: . TestTranscode#test_eucjp_sjis: 0.00 s: . TestTranscode#test_eucjp_sjis_unassigned: 0.00 s: . TestTranscode#test_eucjp_sjis_undef: 0.01 s: . TestTranscode#test_fallback: 0.00 s: . TestTranscode#test_gb18030: 0.06 s: . TestTranscode#test_gb2312: 0.02 s: . TestTranscode#test_gbk: 0.29 s: . TestTranscode#test_invalid_ignore: 0.00 s: . TestTranscode#test_invalid_replace: 0.00 s: . TestTranscode#test_invalid_replace_string: 0.00 s: . TestTranscode#test_iso_2022_jp: 0.01 s: . TestTranscode#test_iso_2022_jp_1: 0.00 s: . TestTranscode#test_koi8_r: 0.00 s: . TestTranscode#test_koi8_u: 0.00 s: . TestTranscode#test_length: 0.03 s: . TestTranscode#test_macCroatian: 0.00 s: . TestTranscode#test_macCyrillic: 0.00 s: . TestTranscode#test_macGreek: 0.00 s: . TestTranscode#test_macIceland: 0.00 s: . TestTranscode#test_macRoman: 0.00 s: . TestTranscode#test_macRomania: 0.00 s: . TestTranscode#test_macTurkish: 0.00 s: . TestTranscode#test_macUkraine: 0.00 s: . TestTranscode#test_noargument: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_transcode.rb:33: warning: setting Encoding.default_internal /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_transcode.rb:37: warning: setting Encoding.default_internal /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_transcode.rb:41: warning: setting Encoding.default_internal 0.00 s: . TestTranscode#test_nothing_changed: 0.00 s: . TestTranscode#test_shift_jis: 0.01 s: . TestTranscode#test_tilde_overline: 0.00 s: . TestTranscode#test_twostep: 0.00 s: . TestTranscode#test_undef_replace: 0.00 s: . TestTranscode#test_undef_replace_string: 0.00 s: . TestTranscode#test_unicode_public_review_issue_121: 0.00 s: . TestTranscode#test_utf8_mac: 0.00 s: . TestTranscode#test_utf_16: 0.01 s: . TestTranscode#test_utf_32: 0.00 s: . TestTranscode#test_windows_1250: 0.00 s: . TestTranscode#test_windows_1251: 0.00 s: . TestTranscode#test_windows_1252: 0.00 s: . TestTranscode#test_windows_1253: 0.01 s: . TestTranscode#test_windows_1254: 0.00 s: . TestTranscode#test_windows_1255: 0.01 s: . TestTranscode#test_windows_1256: 0.00 s: . TestTranscode#test_windows_1257: 0.01 s: . TestTranscode#test_windows_31j: 0.00 s: . TestTranscode#test_windows_874: 0.01 s: . TestTranscode#test_yen_sign: 0.00 s: . TestTupleBag#test_delete: 0.00 s: . TestTupleBag#test_delete_unless_alive: 0.00 s: . TestTupleBag#test_find: 0.00 s: . TestTupleBag#test_find_all: 0.00 s: . TestTupleBag#test_find_all_template: 0.00 s: . TestTupleBag#test_has_expires_eh: 0.00 s: . TestTupleBag#test_push: 0.00 s: . TestUTF16#test_casecmp: 0.00 s: . TestUTF16#test_casecmp2: 0.00 s: . TestUTF16#test_chomp: 0.00 s: . TestUTF16#test_code_to_mbc: 0.00 s: . TestUTF16#test_compatible: 0.00 s: . TestUTF16#test_concat_empty1: 0.00 s: . TestUTF16#test_concat_empty2: 0.00 s: . TestUTF16#test_concat_nonempty: 0.00 s: . TestUTF16#test_count: 0.00 s: . TestUTF16#test_count2: 0.00 s: . TestUTF16#test_empty_regexp: 0.00 s: . TestUTF16#test_encoding_find: 0.00 s: . TestUTF16#test_end_with: 0.00 s: . TestUTF16#test_gsub: 0.00 s: . TestUTF16#test_header: 0.00 s: . TestUTF16#test_hex: 0.00 s: . TestUTF16#test_intern: 0.00 s: . TestUTF16#test_interpolation: 0.00 s: . TestUTF16#test_is_mbc_newline: 0.00 s: . TestUTF16#test_mbc_case_fold: 0.00 s: . TestUTF16#test_oct: 0.00 s: . TestUTF16#test_plus: 0.00 s: . TestUTF16#test_plus_empty1: 0.00 s: . TestUTF16#test_plus_empty2: 0.00 s: . TestUTF16#test_plus_nonempty: 0.00 s: . TestUTF16#test_regexp_escape: 0.00 s: . TestUTF16#test_regexp_match: 0.00 s: . TestUTF16#test_regexp_union: 0.00 s: . TestUTF16#test_slice!: 0.00 s: . TestUTF16#test_split_awk: 0.00 s: . TestUTF16#test_strftime: 0.00 s: . TestUTF16#test_succ: 0.00 s: . TestUTF16#test_surrogate_pair: 0.00 s: . TestUTF16#test_sym_eq: 0.00 s: . TestUTF16#test_utf16be_valid_encoding: 0.00 s: . TestUTF16#test_utf16le_valid_encoding: 0.00 s: . TestUTF32#test_code_to_mbc: 0.00 s: . TestUTF32#test_mbc_case_fold: 0.00 s: . TestUTF32#test_mbc_len: 0.00 s: . TestUTF32#test_mbc_newline: 0.00 s: . TestUTF32#test_mbc_to_code: 0.00 s: . TestUTF32#test_substr: 0.00 s: . TestUndef#test_special_const_undef: 0.00 s: . TestUndef#test_undef: 0.00 s: . TestUnicodeEscape#test_basic: 0.14 s: . TestUnicodeEscape#test_chars: 0.00 s: . TestUnicodeEscape#test_dynamic_regexp: 0.00 s: . TestUnicodeEscape#test_edge_cases: 0.00 s: . TestUnicodeEscape#test_fail: 0.01 s: . TestUnicodeEscape#test_fulton: 0.00 s: . TestUnicodeEscape#test_regexp: 0.01 s: . TestUnicodeEscape#test_syntax_variants: 0.00 s: . TestVariable#test_constant_poped: (eval):1: warning: possibly useless use of :: in void context 0.00 s: . TestVariable#test_global_variable_0: 0.07 s: . TestVariable#test_global_variable_poped: (eval):1: warning: possibly useless use of a variable in void context 0.00 s: . TestVariable#test_local_variables: 0.00 s: . TestVariable#test_local_variables2: 0.00 s: . TestVariable#test_local_variables3: 0.00 s: . TestVariable#test_variable: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_variable.rb:32: warning: class variable @@rule of TestVariable::Olympians is overtaken by TestVariable::Gods 0.06 s: . TestVector#test_add: 0.00 s: . TestVector#test_aref: 0.00 s: . TestVector#test_collect: 0.00 s: . TestVector#test_collect2: 0.00 s: . TestVector#test_covector: 0.00 s: . TestVector#test_each2: 0.00 s: . TestVector#test_equality: 0.00 s: . TestVector#test_hash: 0.00 s: . TestVector#test_hash_equality: 0.00 s: . TestVector#test_identity: 0.00 s: . TestVector#test_inner_product: 0.00 s: . TestVector#test_inspect: 0.00 s: . TestVector#test_map2: 0.00 s: . TestVector#test_mul: 0.00 s: . TestVector#test_r: 0.00 s: . TestVector#test_size: 0.00 s: . TestVector#test_sub: 0.00 s: . TestVector#test_to_s: 0.00 s: . TestWEBrickCGI#test_bad_header: 0.11 s: . TestWEBrickCGI#test_bad_request: 0.45 s: . TestWEBrickCGI#test_bad_uri: 0.11 s: . TestWEBrickCGI#test_cgi: 3.75 s: . TestWEBrickCookie#test_new: 0.00 s: . TestWEBrickCookie#test_parse: 0.00 s: . TestWEBrickCookie#test_parse_set_cookie: 0.00 s: . TestWEBrickCookie#test_parse_set_cookies: 0.00 s: . TestWEBrickCookie#test_time: 0.00 s: . TestWEBrickHTTPAuth#test_basic_auth: 0.12 s: . TestWEBrickHTTPAuth#test_basic_auth2: 0.13 s: . TestWEBrickHTTPAuth#test_basic_auth3: 0.00 s: . TestWEBrickHTTPProxy#test_connect: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.51 s: . TestWEBrickHTTPProxy#test_fake_proxy: 0.00 s: . TestWEBrickHTTPProxy#test_no_proxy: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.13 s: . TestWEBrickHTTPProxy#test_proxy: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded 0.17 s: . TestWEBrickHTTPProxy#test_upstream_proxy: net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:235: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/buffering.rb:145: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/.ext/common/openssl/ssl-internal.rb:164: warning: using default DH parameters. net/http: warning: Content-Type did not set; using application/x-www-form-urlencoded /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/webrick/https.rb:25: warning: SSL session is not started yet. 0.63 s: . TestWEBrickHTTPRequest#test_bad_messages: 0.03 s: . TestWEBrickHTTPRequest#test_chunked: 0.01 s: . TestWEBrickHTTPRequest#test_continue_not_sent: 0.00 s: . TestWEBrickHTTPRequest#test_continue_sent: 0.00 s: . TestWEBrickHTTPRequest#test_forwarded: 0.00 s: . TestWEBrickHTTPRequest#test_parse_09: 0.00 s: . TestWEBrickHTTPRequest#test_parse_10: 0.00 s: . TestWEBrickHTTPRequest#test_parse_11: 0.00 s: . TestWEBrickHTTPRequest#test_parse_get_params: 0.00 s: . TestWEBrickHTTPRequest#test_parse_header2: 0.00 s: . TestWEBrickHTTPRequest#test_parse_headers: 0.00 s: . TestWEBrickHTTPRequest#test_parse_headers3: 0.01 s: . TestWEBrickHTTPRequest#test_parse_post_params: 0.00 s: . TestWEBrickHTTPRequest#test_request_uri_too_large: 0.01 s: . TestWEBrickHTTPServer#test_callbacks: 0.16 s: . TestWEBrickHTTPServer#test_lookup_server: 0.01 s: . TestWEBrickHTTPServer#test_mount: 0.00 s: . TestWEBrickHTTPUtils#test_escape: 0.00 s: . TestWEBrickHTTPUtils#test_escape_form: 0.00 s: . TestWEBrickHTTPUtils#test_escape_path: 0.00 s: . TestWEBrickHTTPUtils#test_normilize_path: 0.01 s: . TestWEBrickHTTPUtils#test_split_header_value: 0.00 s: . TestWEBrickHTTPUtils#test_unescape: 0.00 s: . TestWEBrickHTTPUtils#test_unescape_form: 0.00 s: . TestWEBrickHTTPVersion#test_compar: 0.00 s: . TestWEBrickHTTPVersion#test_major: 0.00 s: . TestWEBrickHTTPVersion#test_minor: 0.00 s: . TestWEBrickHTTPVersion#test_to_s: 0.00 s: . TestWEBrickServer#test_callbacks: 0.11 s: . TestWEBrickServer#test_daemon: 0.18 s: . TestWEBrickServer#test_server: 0.22 s: . TestWEBrickUtils#test_webrick_timeout: 6.04 s: . TestWhileuntil#test_until: 0.00 s: . TestWhileuntil#test_while: 0.00 s: . TestWindows1251#test_windows_1251: 0.02 s: . TestXmlDeclaration#test_xml_declaration_has_document_as_parent: 0.01 s: . TestXmlDeclaration#test_xml_declaration_has_sibling: 0.01 s: . TestXmlDeclaration#test_xml_declaration_is_first_child: 0.01 s: . TestZlib#test_adler32: 0.00 s: . TestZlib#test_adler32_combine: 0.00 s: . TestZlib#test_crc32: 0.00 s: . TestZlib#test_crc32_combine: 0.00 s: . TestZlib#test_crc_table: 0.00 s: . TestZlib#test_version: 0.00 s: . TestZlibDeflate#test_addstr: 0.00 s: . TestZlibDeflate#test_adler: 0.00 s: . TestZlibDeflate#test_avail: 0.00 s: . TestZlibDeflate#test_close: 0.00 s: . TestZlibDeflate#test_closed_p: 0.00 s: . TestZlibDeflate#test_data_type: 0.00 s: . TestZlibDeflate#test_deflate: 0.00 s: . TestZlibDeflate#test_dup: 0.00 s: . TestZlibDeflate#test_finished_p: 0.00 s: . TestZlibDeflate#test_flush: 0.00 s: . TestZlibDeflate#test_initialize: 0.00 s: . TestZlibDeflate#test_params: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:134: warning: deflateParams() returned Z_BUF_ERROR /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:137: warning: deflateParams() returned Z_BUF_ERROR 0.00 s: . TestZlibDeflate#test_reset: 0.00 s: . TestZlibDeflate#test_set_dictionary: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:158: warning: attempt to close unfinished zstream; reset forced. 0.00 s: . TestZlibDeflate#test_total: 0.01 s: . TestZlibGzipFile#test_closed_p: 0.00 s: . TestZlibGzipFile#test_comment: 0.00 s: . TestZlibGzipFile#test_crc: 0.00 s: . TestZlibGzipFile#test_level: 0.00 s: . TestZlibGzipFile#test_lineno: 0.00 s: . TestZlibGzipFile#test_mtime: 0.00 s: . TestZlibGzipFile#test_orig_name: 0.00 s: . TestZlibGzipFile#test_os_code: 0.00 s: . TestZlibGzipFile#test_path: 0.00 s: . TestZlibGzipFile#test_pos: 0.00 s: . TestZlibGzipFile#test_sync: 0.00 s: . TestZlibGzipFile#test_to_io: 0.00 s: . TestZlibGzipReader#test_each: 0.00 s: . TestZlibGzipReader#test_each_byte: 0.00 s: . TestZlibGzipReader#test_getbyte: 0.00 s: . TestZlibGzipReader#test_getc: 0.00 s: . TestZlibGzipReader#test_gets: 0.00 s: . TestZlibGzipReader#test_gets2: 0.00 s: . TestZlibGzipReader#test_open: 0.01 s: . TestZlibGzipReader#test_read: 0.00 s: . TestZlibGzipReader#test_read0: 0.00 s: . TestZlibGzipReader#test_readchar: 0.00 s: . TestZlibGzipReader#test_reader_wrap: 0.00 s: . TestZlibGzipReader#test_readlines: 0.00 s: . TestZlibGzipReader#test_readpartial: 0.00 s: . TestZlibGzipReader#test_rewind: 0.00 s: . TestZlibGzipReader#test_ungetc: 0.00 s: . TestZlibGzipReader#test_ungetc_paragraph: 0.00 s: . TestZlibGzipReader#test_unused: 0.00 s: . TestZlibGzipWriter#test_invalid_new: 0.00 s: . TestZlibGzipWriter#test_open: 0.00 s: . TestZlibGzipWriter#test_putc: 0.00 s: . TestZlibGzipWriter#test_write: 0.00 s: . TestZlibGzipWriter#test_writer_wrap: 0.00 s: . TestZlibInflate#test_inflate: 0.00 s: . TestZlibInflate#test_initialize: 0.00 s: . TestZlibInflate#test_set_dictionary: 0.00 s: . TestZlibInflate#test_sync: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:202: warning: deflateParams() returned Z_BUF_ERROR /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/zlib/test_zlib.rb:205: warning: deflateParams() returned Z_BUF_ERROR 0.00 s: . Test_AddSuffix#test_style_0: 0.00 s: . Test_AddSuffix#test_style_1: 0.00 s: . Test_AddSuffix#test_style_2: 0.00 s: . Test_AddSuffix#test_style_3: 0.00 s: . Test_BUG_3571#test_block_call_id: 0.07 s: . Test_BUG_3662#test_funcall_notimplement: 0.00 s: . Test_DateTime#test_get_values: 0.00 s: . Test_DateTime#test_new: 0.00 s: . Test_DateTime#test_new_exception: 0.01 s: . Test_DateTime#test_set_exception: 0.01 s: . Test_DateTime#test_set_values: 0.00 s: . Test_DateTime#test_to_a: 0.00 s: . Test_DateTime#test_to_date1: 0.00 s: . Test_DateTime#test_to_date2: 0.00 s: . Test_DateTime#test_to_time1: 0.00 s: . Test_DateTime#test_to_time2: 0.00 s: . Test_Features#test_nil_create: 0.02 s: . Test_Features#test_nil_parse: 0.10 s: . Test_Marshal#test1_dump_call: 0.00 s: . Test_Marshal#test1_dump_response: 0.00 s: . Test_Marshal#test2_dump_load_call: 0.01 s: . Test_Marshal#test2_dump_load_response: 0.01 s: . Test_Marshal#test_no_params_tag: 0.00 s: . Test_Marshal#test_parser_values: 0.12 s: . Test_REXMLStreamParser#test_cdata: 0.03 s: . Test_REXMLStreamParser#test_dateTime: 0.01 s: . Test_REXMLStreamParser#test_fault: 0.02 s: . Test_REXMLStreamParser#test_parseMethodCall: 0.02 s: . Test_REXMLStreamParser#test_parseMethodResponse1: 0.13 s: . Test_REXMLStreamParser#test_parseMethodResponse2: 0.02 s: . Test_REXMLStreamParser#test_parseMethodResponse3: 0.01 s: . Test_StrSetLen#test_non_shared: 0.00 s: . Test_StrSetLen#test_shared: 0.00 s: . Test_Webrick#test_client_server: 1.02 s: . Tester#test_0xD_in_preface: 0.02 s: . Tester#test_accents: 0.08 s: . Tester#test_add_namespace: 0.00 s: . Tester#test_attlist_decl: 0.02 s: . Tester#test_attlist_write: 0.01 s: . Tester#test_attribute: 0.01 s: . Tester#test_attributes_each: 0.01 s: . Tester#test_bad_content: 0.01 s: . Tester#test_bad_markup: 0.08 s: . Tester#test_big_documentation: 0.10 s: . Tester#test_cdata: 0.00 s: . Tester#test_child: 0.00 s: . Tester#test_comment: 0.01 s: . Tester#test_deep_clone: 0.02 s: . Tester#test_delete_namespace: 0.00 s: . Tester#test_doctype: 0.05 s: . Tester#test_document: 0.03 s: . Tester#test_each_element_with_attribute: 0.01 s: . Tester#test_each_element_with_text: 0.01 s: . Tester#test_element: 0.00 s: . Tester#test_element_access: 0.02 s: . Tester#test_element_decl: 0.00 s: . Tester#test_element_parse_stream: 0.00 s: . Tester#test_empty_doc: 0.00 s: . Tester#test_entities: 0.00 s: . Tester#test_exception: 0.00 s: . Tester#test_hyphens_in_doctype: 0.01 s: . Tester#test_ignore_whitespace: 0.01 s: . Tester#test_instruction: 0.01 s: . Tester#test_iso_8859_1_output_function: 0.01 s: . Tester#test_line: 0.00 s: . Tester#test_more_namespaces: 0.01 s: . Tester#test_namespace: 0.02 s: . Tester#test_namespace_attributes: 0.01 s: . Tester#test_no_format: 0.01 s: . Tester#test_null_element_name: 0.00 s: . Tester#test_oses_with_bad_EOLs: 0.01 s: . Tester#test_parent: 0.02 s: . Tester#test_processing_instruction: 0.01 s: . Tester#test_repeated_writes: 0.08 s: . Tester#test_replace_text: 0.00 s: . Tester#test_replace_with: 0.00 s: . Tester#test_source: 0.01 s: . Tester#test_stream: 0.05 s: . Tester#test_substitution: 0.00 s: . Tester#test_text: 0.03 s: . Tester#test_text_raw: 0.01 s: . Tester#test_ticket_102: 0.01 s: . Tester#test_ticket_105: 0.00 s: . Tester#test_ticket_121: 0.24 s: . Tester#test_ticket_135: 0.01 s: . Tester#test_ticket_138: 0.04 s: . Tester#test_ticket_14: 0.01 s: . Tester#test_ticket_21: 0.01 s: . Tester#test_ticket_48_part_II: 0.02 s: . Tester#test_ticket_51: 0.01 s: . Tester#test_ticket_52: 0.01 s: . Tester#test_ticket_53: 0.02 s: . Tester#test_ticket_58: 0.00 s: . Tester#test_ticket_63: 0.05 s: . Tester#test_ticket_75: 0.03 s: . Tester#test_ticket_76: 0.01 s: . Tester#test_ticket_85: 0.02 s: . Tester#test_ticket_88: 0.05 s: . Tester#test_ticket_91: 0.01 s: . Tester#test_ticket_95: 0.01 s: . Tester#test_to_xpath: 0.01 s: . Tester#test_transitive: /var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/lib/rexml/formatters/transitive.rb:40: warning: assigned but unused variable - skip 0.01 s: . Tester#test_tutorial: 0.16 s: . Tester#test_whitespace: 0.03 s: . Tester#test_whitespace_before_root: 0.01 s: . Tester#test_write_cdata: 0.01 s: . Tester#test_write_doctype: 0.00 s: . Tester#test_xmldecl: 0.00 s: . Ticket80#test_xpathNamespacedChildWildcard: 0.01 s: . Ticket80#test_xpathNamespacedChildWildcardWorkaround: 0.01 s: . URI::TestCommon#test_decode_www_form: 0.02 s: . URI::TestCommon#test_decode_www_form_component: 0.00 s: . URI::TestCommon#test_encode_www_form: 0.00 s: . URI::TestCommon#test_encode_www_form_component: 0.00 s: . URI::TestCommon#test_extract: 0.00 s: . URI::TestCommon#test_kernel_uri: 0.00 s: . URI::TestCommon#test_regexp: 0.01 s: . URI::TestFTP#test_assemble: 0.00 s: . URI::TestFTP#test_parse: 0.00 s: . URI::TestFTP#test_paths: 0.00 s: . URI::TestFTP#test_select: 0.00 s: . URI::TestGeneric#test_join: 0.01 s: . URI::TestGeneric#test_merge: 0.01 s: . URI::TestGeneric#test_parse: 0.00 s: . URI::TestGeneric#test_rfc3986_examples: 0.02 s: . URI::TestGeneric#test_route: 0.00 s: . URI::TestGeneric#test_set_component: 0.01 s: . URI::TestHTTP#test_equal: 0.00 s: . URI::TestHTTP#test_normalize: 0.00 s: . URI::TestHTTP#test_parse: 0.00 s: . URI::TestHTTP#test_request_uri: 0.00 s: . URI::TestHTTP#test_select: 0.00 s: . URI::TestLDAP#test_parse: 0.00 s: . URI::TestLDAP#test_select: 0.00 s: . URI::TestMailTo#test_build: 0.01 s: . URI::TestMailTo#test_select: 0.00 s: . URI::TestParser#test_compare: 0.01 s: . URI::TestParser#test_parse: 0.01 s: . WEBrick::TestFileHandler#test_directory_traversal: 0.13 s: . WEBrick::TestFileHandler#test_filehandler: 0.20 s: . WEBrick::TestFileHandler#test_make_partial_content: 0.01 s: . WEBrick::TestFileHandler#test_non_disclosure_name: 0.13 s: . WEBrick::TestFileHandler#test_script_disclosure: 0.43 s: . WEBrick::TestFileHandler#test_short_filename: 0.15 s: . WEBrick::TestFileHandler#test_unwise_in_path: 0.00 s: . XPathAxesTester#test_preceding_sibling_axis: 0.02 s: . XPathPredicateTester#test_get_no_siblings_terminal_nodes: 0.03 s: . XPathPredicateTester#test_predicates_multi: 0.02 s: . XPathPredicateTester#test_predicates_parent: 0.01 s: . XPathPredicateTester#test_predicates_single: 0.02 s: . XPathTester#test_a_star_star_one: 0.03 s: . XPathTester#test_abbreviated_attribute: 0.02 s: . XPathTester#test_abbreviated_simple_child: 0.00 s: . XPathTester#test_abbreviated_step: 0.01 s: . XPathTester#test_and: 0.01 s: . XPathTester#test_auto_string_value: 0.02 s: . XPathTester#test_axe_ancestor: 0.01 s: . XPathTester#test_axe_attribute: 0.01 s: . XPathTester#test_axe_child: 0.00 s: . XPathTester#test_axe_descendant: 0.00 s: . XPathTester#test_axe_parent: 0.00 s: . XPathTester#test_axe_self: 0.00 s: . XPathTester#test_axe_sibling: 0.01 s: . XPathTester#test_child: 0.00 s: . XPathTester#test_comparisons: 0.02 s: . XPathTester#test_complex: 0.02 s: . XPathTester#test_contains: 0.01 s: . XPathTester#test_descendant: 0.03 s: . XPathTester#test_descendant_or_self_ordering: 0.01 s: . XPathTester#test_filtering: 0.00 s: . XPathTester#test_following: 0.02 s: . XPathTester#test_functions: 0.01 s: . XPathTester#test_grouping: 0.01 s: . XPathTester#test_lang: 0.01 s: . XPathTester#test_local_name: 0.01 s: . XPathTester#test_math: 0.02 s: . XPathTester#test_more: 5.36 s: . XPathTester#test_name: 0.02 s: . XPathTester#test_namespaces_0: 0.01 s: . XPathTester#test_namespaces_1: 0.01 s: . XPathTester#test_namespaces_2: 0.01 s: . XPathTester#test_node_type: 0.00 s: . XPathTester#test_numbers: 0.01 s: . XPathTester#test_or_and: 0.01 s: . XPathTester#test_ordering: 0.01 s: . XPathTester#test_preceding: 0.03 s: . XPathTester#test_predicates: 0.04 s: . XPathTester#test_root: 0.00 s: . XPathTester#test_root_child: 0.00 s: . XPathTester#test_root_children: 0.00 s: . XPathTester#test_spaces: 0.02 s: . XPathTester#test_starts_with: 0.01 s: . XPathTester#test_string_length: 0.01 s: . XPathTester#test_substring: 0.02 s: . XPathTester#test_substring_before: 0.01 s: . XPathTester#test_sum: 0.01 s: . XPathTester#test_text_nodes: 0.00 s: . XPathTester#test_ticket_39: 0.01 s: . XPathTester#test_ticket_42: 0.00 s: . XPathTester#test_ticket_43: 0.09 s: . XPathTester#test_ticket_56: 0.06 s: . XPathTester#test_ticket_57: 0.01 s: . XPathTester#test_ticket_59: 0.01 s: . XPathTester#test_ticket_61_contains: 0.43 s: . XPathTester#test_ticket_61_text: 0.44 s: . XPathTester#test_ticket_70: 0.01 s: . XPathTester#test_ticket_71: 0.01 s: . XPathTester#test_ticket_78: 0.01 s: . XPathTester#test_ticket_79: 0.01 s: . XPathTester#test_tobis_preceding: 0.01 s: . XPathTester#test_toms_text_node: 0.01 s: . XPathTester#test_translate: 0.04 s: . XPathTester#test_union: 0.01 s: . XPathTester#test_union2: 0.01 s: . XPathTester#test_xpath_namespace: 0.00 s: . XPathTesterDd#test_Dd_preceding_sibling_all: 0.01 s: . XPathTesterDd#test_Dd_preceding_sibling_children: 0.01 s: . XpathTestCase#test_ancestors: 0.00 s: . XpathTestCase#test_comment_in_xpath_query: 0.00 s: . XpathTestCase#test_parentage: 0.00 s: . XpathTestCase#test_text_as_element: 0.00 s: . XpathTestCase#test_text_in_xpath_query: 0.00 s: . Finished in 755.473843 seconds. 1) Skipped: test_attr_inherited_visibility(TestModule) [/var/lib/chkbuild/tmp/build/ruby-trunk-o3/20100921T202002/ruby/test/ruby/test_module.rb:932]: [ruby-core:30638] 8653 tests, 1858864 assertions, 0 failures, 0 errors, 1 skips Test run options: --seed 42962 --verbose == end # 2010-09-21T20:55:54+09:00 elapsed 2151.363222s = 35m 51.363222s