Revision Built: None
Recent Changes:
Files:
scheme/ikarus.writer.ss file MODIFIED
scheme/last-revision file MODIFIED
scheme/tests/reader.ss file MODIFIED
At: Fri 16 Oct 2009 18:39:14
Changed By: Abdulaziz Ghuloum <aghu...@gmail.com>
Comments: fixed bug in writing strings containing #\x85; and #\x2028;.
Build log of 'compile.stdio' follows:
[1] cd . && /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run automake-1.11 --foreign
[2] /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing: line 52: automake-1.11: command not found
[3] WARNING: `automake-1.11' is missing on your system. You should only need it if
[4] you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
[5] You might want to install the `Automake' and `Perl' packages.
[6] Grab them from any GNU archive site.
[7] CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run autoconf
[8] /bin/bash ./config.status --recheck
[9] running CONFIG_SHELL=/bin/bash /bin/bash ./configure --enable-libffi --no-create --no-recursion
[10] checking build system type... x86_64-unknown-linux-gnu
[11] checking host system type... x86_64-unknown-linux-gnu
[12] checking target system type... x86_64-unknown-linux-gnu
[13] checking for a BSD-compatible install... /usr/bin/install -c
[14] checking whether build environment is sane... yes
[15] checking for a thread-safe mkdir -p... /bin/mkdir -p
[16] checking for gawk... no
[17] checking for mawk... mawk
[18] checking whether make sets $(MAKE)... yes
[19] checking for style of include used by make... GNU
[20] checking for gcc... gcc
[21] checking for C compiler default output file name... a.out
[22] checking whether the C compiler works... yes
[23] checking whether we are cross compiling... no
[24] checking for suffix of executables...
[25] checking for suffix of object files... o
[26] checking whether we are using the GNU C compiler... yes
[27] checking whether gcc accepts -g... yes
[28] checking for gcc option to accept ISO C89... none needed
[29] checking dependency style of gcc... gcc3
[30] checking dependency style of gcc... gcc3
[31] checking for gcc... (cached) gcc
[32] checking whether we are using the GNU C compiler... (cached) yes
[33] checking whether gcc accepts -g... (cached) yes
[34] checking for gcc option to accept ISO C89... (cached) none needed
[35] checking dependency style of gcc... (cached) gcc3
[36] checking whether gcc and cc understand -c and -o together... yes
[37] checking how to run the C preprocessor... gcc -E
[38] checking for grep that handles long lines and -e... /bin/grep
[39] checking for egrep... /bin/grep -E
[40] checking for ANSI C header files... yes
[41] checking for sys/types.h... yes
[42] checking for sys/stat.h... yes
[43] checking for stdlib.h... yes
[44] checking for string.h... yes
[45] checking for memory.h... yes
[46] checking for strings.h... yes
[47] checking for inttypes.h... yes
[48] checking for stdint.h... yes
[49] checking for unistd.h... yes
[50] checking size of void *... 8
[51] checking for special C compiler options needed for large files... no
[52] checking for _FILE_OFFSET_BITS value needed for large files... no
[53] checking for library containing dlsym... -ldl
[54] checking for library containing cos... -lm
[55] checking for library containing nanosleep... none required
[56] checking for library containing socket... none required
[57] checking for ANSI C header files... (cached) yes
[58] checking for sys/wait.h that is POSIX.1 compatible... yes
[59] checking assert.h usability... yes
[60] checking assert.h presence... yes
[61] checking for assert.h... yes
[62] checking dlfcn.h usability... yes
[63] checking dlfcn.h presence... yes
[64] checking for dlfcn.h... yes
[65] checking errno.h usability... yes
[66] checking errno.h presence... yes
[67] checking for errno.h... yes
[68] checking fcntl.h usability... yes
[69] checking fcntl.h presence... yes
[70] checking for fcntl.h... yes
[71] checking signal.h usability... yes
[72] checking signal.h presence... yes
[73] checking for signal.h... yes
[74] checking for stdint.h... (cached) yes
[75] checking for stdlib.h... (cached) yes
[76] checking for string.h... (cached) yes
[77] checking for strings.h... (cached) yes
[78] checking sys/mman.h usability... yes
[79] checking sys/mman.h presence... yes
[80] checking for sys/mman.h... yes
[81] checking sys/resource.h usability... yes
[82] checking sys/resource.h presence... yes
[83] checking for sys/resource.h... yes
[84] checking for sys/stat.h... (cached) yes
[85] checking sys/time.h usability... yes
[86] checking sys/time.h presence... yes
[87] checking for sys/time.h... yes
[88] checking for sys/types.h... (cached) yes
[89] checking for sys/wait.h... (cached) yes
[90] checking time.h usability... yes
[91] checking time.h presence... yes
[92] checking for time.h... yes
[93] checking for unistd.h... (cached) yes
[94] checking for main in -lpthread... yes
[95] checking gmp.h usability... yes
[96] checking gmp.h presence... yes
[97] checking for gmp.h... yes
[98] checking for main in -lgmp... yes
[99] checking ffi.h usability... yes
[100] checking ffi.h presence... yes
[101] checking for ffi.h... yes
[102] checking for ffi_call in -lffi... yes
[103] checking for struct stat.st_mtimespec... no
[104] checking for struct stat.st_mtim... yes
[105] checking for struct stat.st_ctimespec... no
[106] checking for struct stat.st_ctim... yes
[107] checking for an ANSI C-conforming const... yes
[108] checking for inline... inline
[109] checking for C/C++ restrict keyword... __restrict
[110] checking for size_t... yes
[111] checking whether time.h and sys/time.h may both be included... yes
[112] checking whether struct tm is in sys/time.h or time.h... time.h
[113] checking for pid_t... yes
[114] checking vfork.h usability... no
[115] checking vfork.h presence... no
[116] checking for vfork.h... no
[117] checking for fork... yes
[118] checking for vfork... yes
[119] checking for working fork... yes
[120] checking for working vfork... (cached) yes
[121] checking for stdlib.h... (cached) yes
[122] checking for GNU libc compatible malloc... yes
[123] checking for working memcmp... yes
[124] checking for stdlib.h... (cached) yes
[125] checking for unistd.h... (cached) yes
[126] checking for getpagesize... yes
[127] checking for working mmap... yes
[128] checking whether lstat dereferences a symlink specified with a trailing slash... yes
[129] checking whether stat accepts an empty string... no
[130] checking for strftime... yes
[131] checking for working strtod... yes
[132] checking for sigaltstack... yes
[133] checking for bzero... yes
[134] checking for gettimeofday... yes
[135] checking for memmove... yes
[136] checking for memset... yes
[137] checking for munmap... yes
[138] checking for setenv... yes
[139] checking for sqrt... yes
[140] checking for strerror... yes
[141] checking for getaddrinfo... yes
[142] configure: creating ./config.status
[143] /bin/bash ./config.status
[144] config.status: creating Makefile
[145] config.status: creating src/Makefile
[146] config.status: creating scheme/Makefile
[147] config.status: creating doc/Makefile
[148] config.status: creating lib/Makefile
[149] config.status: creating benchmarks/Makefile
[150] config.status: creating config.h
[151] config.status: config.h is unchanged
[152] config.status: executing depfiles commands
[153] { test ! -d "ikarus-0.0.4-rc1" || { find "ikarus-0.0.4-rc1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ikarus-0.0.4-rc1"; }; }
[154] test -d "ikarus-0.0.4-rc1" || mkdir "ikarus-0.0.4-rc1"
[155] (cd src && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/src \
[156] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[157] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/src'
[158] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/src'
[159] (cd scheme && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/scheme \
[160] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[161] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/scheme'
[162] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/scheme'
[163] (cd doc && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/doc \
[164] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[165] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/doc'
[166] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/doc'
[167] (cd lib && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/lib \
[168] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[169] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/lib'
[170] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/lib'
[171] (cd benchmarks && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/benchmarks \
[172] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[173] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/benchmarks'
[174] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/benchmarks'
[175] test -n "" \
[176] || find "ikarus-0.0.4-rc1" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
[177] ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
[178] ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
[179] ! -type d ! -perm -444 -exec /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/install-sh -c -m a+r {} {} \; \
[180] || chmod -R a+r "ikarus-0.0.4-rc1"
[181] tardir=ikarus-0.0.4-rc1 && /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >ikarus-0.0.4-rc1.tar.gz
[182] { test ! -d "ikarus-0.0.4-rc1" || { find "ikarus-0.0.4-rc1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ikarus-0.0.4-rc1"; }; }
[183] case 'ikarus-0.0.4-rc1.tar.gz' in \
[184] *.tar.gz*) \
[185] GZIP=--best gunzip -c ikarus-0.0.4-rc1.tar.gz | /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run tar xf - ;;\
[186] *.tar.bz2*) \
[187] bunzip2 -c ikarus-0.0.4-rc1.tar.bz2 | /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run tar xf - ;;\
[188] *.tar.lzma*) \
[189] unlzma -c ikarus-0.0.4-rc1.tar.lzma | /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run tar xf - ;;\
[190] *.tar.xz*) \
[191] xz -dc ikarus-0.0.4-rc1.tar.xz | /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run tar xf - ;;\
[192] *.tar.Z*) \
[193] uncompress -c ikarus-0.0.4-rc1.tar.Z | /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run tar xf - ;;\
[194] *.shar.gz*) \
[195] GZIP=--best gunzip -c ikarus-0.0.4-rc1.shar.gz | unshar ;;\
[196] *.zip*) \
[197] unzip ikarus-0.0.4-rc1.zip ;;\
[198] esac
[199] chmod -R a-w ikarus-0.0.4-rc1; chmod a+w ikarus-0.0.4-rc1
[200] mkdir ikarus-0.0.4-rc1/_build
[201] mkdir ikarus-0.0.4-rc1/_inst
[202] chmod a-w ikarus-0.0.4-rc1
[203] test -d ikarus-0.0.4-rc1/_build || exit 0; \
[204] dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd ikarus-0.0.4-rc1/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
[205] && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
[206] && am__cwd=`pwd` \
[207] && CDPATH="${ZSH_VERSION+.}:" && cd ikarus-0.0.4-rc1/_build \
[208] && ../configure --srcdir=.. --prefix="$dc_install_base" \
[209] \
[210] && make \
[211] && make dvi \
[212] && make check \
[213] && make install \
[214] && make installcheck \
[215] && make uninstall \
[216] && make distuninstallcheck_dir="$dc_install_base" \
[217] distuninstallcheck \
[218] && chmod -R a-w "$dc_install_base" \
[219] && ({ \
[220] (cd ../.. && umask 077 && mkdir "$dc_destdir") \
[221] && make DESTDIR="$dc_destdir" install \
[222] && make DESTDIR="$dc_destdir" uninstall \
[223] && make DESTDIR="$dc_destdir" \
[224] distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
[225] } || { rm -rf "$dc_destdir"; exit 1; }) \
[226] && rm -rf "$dc_destdir" \
[227] && make dist \
[228] && rm -rf ikarus-0.0.4-rc1.tar.gz \
[229] && make distcleancheck \
[230] && cd "$am__cwd" \
[231] || exit 1
[232] checking build system type... x86_64-unknown-linux-gnu
[233] checking host system type... x86_64-unknown-linux-gnu
[234] checking target system type... x86_64-unknown-linux-gnu
[235] checking for a BSD-compatible install... /usr/bin/install -c
[236] checking whether build environment is sane... yes
[237] checking for a thread-safe mkdir -p... /bin/mkdir -p
[238] checking for gawk... no
[239] checking for mawk... mawk
[240] checking whether make sets $(MAKE)... yes
[241] checking for style of include used by make... GNU
[242] checking for gcc... gcc
[243] checking for C compiler default output file name... a.out
[244] checking whether the C compiler works... yes
[245] checking whether we are cross compiling... no
[246] checking for suffix of executables...
[247] checking for suffix of object files... o
[248] checking whether we are using the GNU C compiler... yes
[249] checking whether gcc accepts -g... yes
[250] checking for gcc option to accept ISO C89... none needed
[251] checking dependency style of gcc... gcc3
[252] checking dependency style of gcc... gcc3
[253] checking for gcc... (cached) gcc
[254] checking whether we are using the GNU C compiler... (cached) yes
[255] checking whether gcc accepts -g... (cached) yes
[256] checking for gcc option to accept ISO C89... (cached) none needed
[257] checking dependency style of gcc... (cached) gcc3
[258] checking whether gcc and cc understand -c and -o together... yes
[259] checking how to run the C preprocessor... gcc -E
[260] checking for grep that handles long lines and -e... /bin/grep
[261] checking for egrep... /bin/grep -E
[262] checking for ANSI C header files... yes
[263] checking for sys/types.h... yes
[264] checking for sys/stat.h... yes
[265] checking for stdlib.h... yes
[266] checking for string.h... yes
[267] checking for memory.h... yes
[268] checking for strings.h... yes
[269] checking for inttypes.h... yes
[270] checking for stdint.h... yes
[271] checking for unistd.h... yes
[272] checking size of void *... 8
[273] checking for special C compiler options needed for large files... no
[274] checking for _FILE_OFFSET_BITS value needed for large files... no
[275] checking for library containing dlsym... -ldl
[276] checking for library containing cos... -lm
[277] checking for library containing nanosleep... none required
[278] checking for library containing socket... none required
[279] checking for ANSI C header files... (cached) yes
[280] checking for sys/wait.h that is POSIX.1 compatible... yes
[281] checking assert.h usability... yes
[282] checking assert.h presence... yes
[283] checking for assert.h... yes
[284] checking dlfcn.h usability... yes
[285] checking dlfcn.h presence... yes
[286] checking for dlfcn.h... yes
[287] checking errno.h usability... yes
[288] checking errno.h presence... yes
[289] checking for errno.h... yes
[290] checking fcntl.h usability... yes
[291] checking fcntl.h presence... yes
[292] checking for fcntl.h... yes
[293] checking signal.h usability... yes
[294] checking signal.h presence... yes
[295] checking for signal.h... yes
[296] checking for stdint.h... (cached) yes
[297] checking for stdlib.h... (cached) yes
[298] checking for string.h... (cached) yes
[299] checking for strings.h... (cached) yes
[300] checking sys/mman.h usability... yes
[301] checking sys/mman.h presence... yes
[302] checking for sys/mman.h... yes
[303] checking sys/resource.h usability... yes
[304] checking sys/resource.h presence... yes
[305] checking for sys/resource.h... yes
[306] checking for sys/stat.h... (cached) yes
[307] checking sys/time.h usability... yes
[308] checking sys/time.h presence... yes
[309] checking for sys/time.h... yes
[310] checking for sys/types.h... (cached) yes
[311] checking for sys/wait.h... (cached) yes
[312] checking time.h usability... yes
[313] checking time.h presence... yes
[314] checking for time.h... yes
[315] checking for unistd.h... (cached) yes
[316] checking for main in -lpthread... yes
[317] checking gmp.h usability... yes
[318] checking gmp.h presence... yes
[319] checking for gmp.h... yes
[320] checking for main in -lgmp... yes
[321] checking ffi.h usability... yes
[322] checking ffi.h presence... yes
[323] checking for ffi.h... yes
[324] checking for ffi_call in -lffi... yes
[325] checking for struct stat.st_mtimespec... no
[326] checking for struct stat.st_mtim... yes
[327] checking for struct stat.st_ctimespec... no
[328] checking for struct stat.st_ctim... yes
[329] checking for an ANSI C-conforming const... yes
[330] checking for inline... inline
[331] checking for C/C++ restrict keyword... __restrict
[332] checking for size_t... yes
[333] checking whether time.h and sys/time.h may both be included... yes
[334] checking whether struct tm is in sys/time.h or time.h... time.h
[335] checking for pid_t... yes
[336] checking vfork.h usability... no
[337] checking vfork.h presence... no
[338] checking for vfork.h... no
[339] checking for fork... yes
[340] checking for vfork... yes
[341] checking for working fork... yes
[342] checking for working vfork... (cached) yes
[343] checking for stdlib.h... (cached) yes
[344] checking for GNU libc compatible malloc... yes
[345] checking for working memcmp... yes
[346] checking for stdlib.h... (cached) yes
[347] checking for unistd.h... (cached) yes
[348] checking for getpagesize... yes
[349] checking for working mmap... yes
[350] checking whether lstat dereferences a symlink specified with a trailing slash... yes
[351] checking whether stat accepts an empty string... no
[352] checking for strftime... yes
[353] checking for working strtod... yes
[354] checking for sigaltstack... yes
[355] checking for bzero... yes
[356] checking for gettimeofday... yes
[357] checking for memmove... yes
[358] checking for memset... yes
[359] checking for munmap... yes
[360] checking for setenv... yes
[361] checking for sqrt... yes
[362] checking for strerror... yes
[363] checking for getaddrinfo... yes
[364] configure: creating ./config.status
[365] config.status: creating Makefile
[366] config.status: creating src/Makefile
[367] config.status: creating scheme/Makefile
[368] config.status: creating doc/Makefile
[369] config.status: creating lib/Makefile
[370] config.status: creating benchmarks/Makefile
[371] config.status: creating config.h
[372] config.status: executing depfiles commands
[373] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[374] make all-recursive
[375] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[376] Making all in src
[377] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[378] echo '#define BOOTFILE "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus.boot"' >bootfileloc.h
[379] echo '#define EXEFILE "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin/ikarus"' >>bootfileloc.h
[380] make all-am
[381] make[4]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[382] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-collect.o -MD -MP -MF .deps/ikarus-collect.Tpo -c -o ikarus-collect.o ../../src/ikarus-collect.c
[383] mv -f .deps/ikarus-collect.Tpo .deps/ikarus-collect.Po
[384] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-exec.o -MD -MP -MF .deps/ikarus-exec.Tpo -c -o ikarus-exec.o ../../src/ikarus-exec.c
[385] mv -f .deps/ikarus-exec.Tpo .deps/ikarus-exec.Po
[386] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-fasl.o -MD -MP -MF .deps/ikarus-fasl.Tpo -c -o ikarus-fasl.o ../../src/ikarus-fasl.c
[387] mv -f .deps/ikarus-fasl.Tpo .deps/ikarus-fasl.Po
[388] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-flonums.o -MD -MP -MF .deps/ikarus-flonums.Tpo -c -o ikarus-flonums.o ../../src/ikarus-flonums.c
[389] mv -f .deps/ikarus-flonums.Tpo .deps/ikarus-flonums.Po
[390] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-main.o -MD -MP -MF .deps/ikarus-main.Tpo -c -o ikarus-main.o ../../src/ikarus-main.c
[391] mv -f .deps/ikarus-main.Tpo .deps/ikarus-main.Po
[392] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-numerics.o -MD -MP -MF .deps/ikarus-numerics.Tpo -c -o ikarus-numerics.o ../../src/ikarus-numerics.c
[393] mv -f .deps/ikarus-numerics.Tpo .deps/ikarus-numerics.Po
[394] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-print.o -MD -MP -MF .deps/ikarus-print.Tpo -c -o ikarus-print.o ../../src/ikarus-print.c
[395] mv -f .deps/ikarus-print.Tpo .deps/ikarus-print.Po
[396] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-runtime.o -MD -MP -MF .deps/ikarus-runtime.Tpo -c -o ikarus-runtime.o ../../src/ikarus-runtime.c
[397] mv -f .deps/ikarus-runtime.Tpo .deps/ikarus-runtime.Po
[398] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-symbol-table.o -MD -MP -MF .deps/ikarus-symbol-table.Tpo -c -o ikarus-symbol-table.o ../../src/ikarus-symbol-table.c
[399] mv -f .deps/ikarus-symbol-table.Tpo .deps/ikarus-symbol-table.Po
[400] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-verify-integrity.o -MD -MP -MF .deps/ikarus-verify-integrity.Tpo -c -o ikarus-verify-integrity.o ../../src/ikarus-verify-integrity.c
[401] mv -f .deps/ikarus-verify-integrity.Tpo .deps/ikarus-verify-integrity.Po
[402] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-weak-pairs.o -MD -MP -MF .deps/ikarus-weak-pairs.Tpo -c -o ikarus-weak-pairs.o ../../src/ikarus-weak-pairs.c
[403] mv -f .deps/ikarus-weak-pairs.Tpo .deps/ikarus-weak-pairs.Po
[404] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-winmmap.o -MD -MP -MF .deps/ikarus-winmmap.Tpo -c -o ikarus-winmmap.o ../../src/ikarus-winmmap.c
[405] mv -f .deps/ikarus-winmmap.Tpo .deps/ikarus-winmmap.Po
[406] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -MT ikarus-enter.o -MD -MP -MF .deps/ikarus-enter.Tpo -c -o ikarus-enter.o ../../src/ikarus-enter.S
[407] mv -f .deps/ikarus-enter.Tpo .deps/ikarus-enter.Po
[408] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -MT cpu_has_sse2.o -MD -MP -MF .deps/cpu_has_sse2.Tpo -c -o cpu_has_sse2.o ../../src/cpu_has_sse2.S
[409] mv -f .deps/cpu_has_sse2.Tpo .deps/cpu_has_sse2.Po
[410] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-io.o -MD -MP -MF .deps/ikarus-io.Tpo -c -o ikarus-io.o ../../src/ikarus-io.c
[411] mv -f .deps/ikarus-io.Tpo .deps/ikarus-io.Po
[412] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-process.o -MD -MP -MF .deps/ikarus-process.Tpo -c -o ikarus-process.o ../../src/ikarus-process.c
[413] mv -f .deps/ikarus-process.Tpo .deps/ikarus-process.Po
[414] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-getaddrinfo.o -MD -MP -MF .deps/ikarus-getaddrinfo.Tpo -c -o ikarus-getaddrinfo.o ../../src/ikarus-getaddrinfo.c
[415] mv -f .deps/ikarus-getaddrinfo.Tpo .deps/ikarus-getaddrinfo.Po
[416] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-errno.o -MD -MP -MF .deps/ikarus-errno.Tpo -c -o ikarus-errno.o ../../src/ikarus-errno.c
[417] mv -f .deps/ikarus-errno.Tpo .deps/ikarus-errno.Po
[418] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-pointers.o -MD -MP -MF .deps/ikarus-pointers.Tpo -c -o ikarus-pointers.o ../../src/ikarus-pointers.c
[419] mv -f .deps/ikarus-pointers.Tpo .deps/ikarus-pointers.Po
[420] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus-ffi.o -MD -MP -MF .deps/ikarus-ffi.Tpo -c -o ikarus-ffi.o ../../src/ikarus-ffi.c
[421] mv -f .deps/ikarus-ffi.Tpo .deps/ikarus-ffi.Po
[422] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT ikarus.o -MD -MP -MF .deps/ikarus.Tpo -c -o ikarus.o ../../src/ikarus.c
[423] mv -f .deps/ikarus.Tpo .deps/ikarus.Po
[424] gcc -g -O2 -DNDEBUG -O3 -Wall -rdynamic -o ikarus ikarus-collect.o ikarus-exec.o ikarus-fasl.o ikarus-flonums.o ikarus-main.o ikarus-numerics.o ikarus-print.o ikarus-runtime.o ikarus-symbol-table.o ikarus-verify-integrity.o ikarus-weak-pairs.o ikarus-winmmap.o ikarus-enter.o cpu_has_sse2.o ikarus-io.o ikarus-process.o ikarus-getaddrinfo.o ikarus-errno.o ikarus-pointers.o ikarus-ffi.o ikarus.o -lgmp -lpthread -lm -ldl -lffi
[425] gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -DNDEBUG -O3 -Wall -MT scheme-script.o -MD -MP -MF .deps/scheme-script.Tpo -c -o scheme-script.o ../../src/scheme-script.c
[426] mv -f .deps/scheme-script.Tpo .deps/scheme-script.Po
[427] gcc -g -O2 -DNDEBUG -O3 -Wall -rdynamic -o scheme-script ikarus-collect.o ikarus-exec.o ikarus-fasl.o ikarus-flonums.o ikarus-main.o ikarus-numerics.o ikarus-print.o ikarus-runtime.o ikarus-symbol-table.o ikarus-verify-integrity.o ikarus-weak-pairs.o ikarus-winmmap.o ikarus-enter.o cpu_has_sse2.o ikarus-io.o ikarus-process.o ikarus-getaddrinfo.o ikarus-errno.o ikarus-pointers.o ikarus-ffi.o scheme-script.o -lgmp -lpthread -lm -ldl -lffi
[428] make[4]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[429] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[430] Making all in scheme
[431] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[432] echo '(define ikarus-version "0.0.4-rc1")' >ikarus.config.ss
[433] echo '(define ikarus-revision "1861")' >>ikarus.config.ss
[434] echo '(define ikarus-lib-dir "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus")' >>ikarus.config.ss
[435] echo '(define target "x86_64-unknown-linux-gnu")' >>ikarus.config.ss
[436] echo '(define wordsize 8)' >>ikarus.config.ss
[437] IKARUS_SRC_DIR=../../scheme \
[438] IKARUS_BUILD_DIR=. \
[439] IKARUS_FASL_DIRECTORY='' \
[440] IKARUS_LIBRARY_PATH=.:../../scheme:../../scheme/../lib \
[441] ../src/ikarus -b ../../scheme/ikarus.boot.8.prebuilt \
[442] --r6rs-script ../../scheme/makefile.ss
[443] Expanding ............................................................
[444] running stats for macro expansion:
[445] 64 collections
[446] 4312 ms elapsed cpu time, including 621 ms collecting
[447] 4559 ms elapsed real time, including 656 ms collecting
[448] 532436960 bytes allocated
[449] Compiling ................................................................................
[450] running stats for code generation and serialization:
[451] 149 collections
[452] 11604 ms elapsed cpu time, including 2512 ms collecting
[453] 12216 ms elapsed real time, including 2672 ms collecting
[454] 1257700672 bytes allocated
[455] running stats for the entire bootstrap process:
[456] 213 collections
[457] 15920 ms elapsed cpu time, including 3133 ms collecting
[458] 16777 ms elapsed real time, including 3327 ms collecting
[459] 1790198464 bytes allocated
[460] Happy Happy Joy Joy
[461] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[462] Making all in doc
[463] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[464] make[3]: Nothing to be done for `all'.
[465] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[466] Making all in lib
[467] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[468] make[3]: Nothing to be done for `all'.
[469] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[470] Making all in benchmarks
[471] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[472] make[3]: Nothing to be done for `all'.
[473] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[474] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[475] make[3]: Nothing to be done for `all-am'.
[476] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[477] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[478] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[479] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[480] Making dvi in src
[481] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[482] make[2]: Nothing to be done for `dvi'.
[483] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[484] Making dvi in scheme
[485] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[486] make[2]: Nothing to be done for `dvi'.
[487] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[488] Making dvi in doc
[489] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[490] make[2]: Nothing to be done for `dvi'.
[491] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[492] Making dvi in lib
[493] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[494] make[2]: Nothing to be done for `dvi'.
[495] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[496] Making dvi in benchmarks
[497] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[498] make[2]: Nothing to be done for `dvi'.
[499] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[500] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[501] make[2]: Nothing to be done for `dvi-am'.
[502] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[503] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[504] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[505] Making check in src
[506] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[507] make check-am
[508] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[509] make[3]: Nothing to be done for `check-am'.
[510] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[511] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[512] Making check in scheme
[513] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[514] IKARUS_SRC_DIR=../../scheme \
[515] IKARUS_LIBRARY_PATH=../../scheme \
[516] ../src/ikarus -b ikarus.boot --r6rs-script ../../scheme/run-tests.ss
[517] [testing lists] ...[21: test-lists] Happy Happy Joy Joy
[518] OK
[519] [testing strings] ...[6: test-strings] Happy Happy Joy Joy
[520] OK
[521] [testing bytevectors] ...[87: test-bytevectors] Happy Happy Joy Joy
[522] OK
[523] [testing hashtables] ...[2: test-hashtables] Happy Happy Joy Joy
[524] OK
[525] [testing fixnums] ...(fxdiv-and-mod 17 3) = 5 2
[526] (fxdiv-and-mod 17 -3) = -5 2
[527] (fxdiv-and-mod -17 3) = -6 1
[528] (fxdiv-and-mod -17 -3) = 6 1
[529] (fxdiv-and-mod 16 3) = 5 1
[530] (fxdiv-and-mod 16 -3) = -5 1
[531] (fxdiv-and-mod -16 3) = -6 2
[532] (fxdiv-and-mod -16 -3) = 6 2
[533] (fxdiv-and-mod 15 3) = 5 0
[534] (fxdiv-and-mod 15 -3) = -5 0
[535] (fxdiv-and-mod -15 3) = -5 0
[536] (fxdiv-and-mod -15 -3) = 5 0
[537] (fxdiv-and-mod 10 4) = 2 2
[538] (fxdiv-and-mod 10 -4) = -2 2
[539] (fxdiv-and-mod -10 4) = -3 2
[540] (fxdiv-and-mod -10 -4) = 3 2
[541] (fxdiv0-and-mod0 17 3) = 6 -1
[542] (fxdiv0-and-mod0 17 -3) = -6 -1
[543] (fxdiv0-and-mod0 -17 3) = -6 1
[544] (fxdiv0-and-mod0 -17 -3) = 6 1
[545] (fxdiv0-and-mod0 16 3) = 5 1
[546] (fxdiv0-and-mod0 16 -3) = -5 1
[547] (fxdiv0-and-mod0 -16 3) = -5 -1
[548] (fxdiv0-and-mod0 -16 -3) = 5 -1
[549] (fxdiv0-and-mod0 15 3) = 5 0
[550] (fxdiv0-and-mod0 15 -3) = -5 0
[551] (fxdiv0-and-mod0 -15 3) = -5 0
[552] (fxdiv0-and-mod0 -15 -3) = 5 0
[553] (fxdiv0-and-mod0 10 4) = 3 -2
[554] (fxdiv0-and-mod0 10 -4) = -3 -2
[555] (fxdiv0-and-mod0 -10 4) = -2 -2
[556] (fxdiv0-and-mod0 -10 -4) = 2 -2
[557] (fxdiv0-and-mod0 -1152921504606846976 1) = -1152921504606846976 0
[558] (fxdiv0-and-mod0 1152921504606846975 1) = 1152921504606846975 0
[559] (fxdiv0-and-mod0 1152921504606846975 -1) = -1152921504606846975 0
[560] (fxdiv0-and-mod0 -1152921504606846976 2) = -576460752303423488 0
[561] (fxdiv0-and-mod0 -1152921504606846976 -2) = 576460752303423488 0
[562] (fxdiv0-and-mod0 1152921504606846975 2) = 576460752303423488 -1
[563] (fxdiv0-and-mod0 1152921504606846975 -2) = -576460752303423488 -1
[564] (fxdiv0-and-mod0 0 -1152921504606846976) = 0 0
[565] (fxdiv0-and-mod0 0 1152921504606846975) = 0 0
[566] (fxdiv0-and-mod0 1 -1152921504606846976) = 0 1
[567] (fxdiv0-and-mod0 1 1152921504606846975) = 0 1
[568] (fxdiv0-and-mod0 -1 -1152921504606846976) = 0 -1
[569] (fxdiv0-and-mod0 -1 1152921504606846975) = 0 -1
[570] (fxdiv0-and-mod0 2 -1152921504606846976) = 0 2
[571] (fxdiv0-and-mod0 2 1152921504606846975) = 0 2
[572] (fxdiv0-and-mod0 -2 -1152921504606846976) = 0 -2
[573] (fxdiv0-and-mod0 -2 1152921504606846975) = 0 -2
[574] (fxdiv0-and-mod0 -1152921504606846976 -1152921504606846976) = 1 0
[575] (fxdiv0-and-mod0 1152921504606846975 -1152921504606846976) = -1 -1
[576] (fxdiv0-and-mod0 -1152921504606846976 1152921504606846975) = -1 -1
[577] (fxdiv0-and-mod0 1152921504606846975 1152921504606846975) = 1 0
[578] bitwise-bit-count -1152921504606846976
[579] bitwise-bit-count -1081145385545629696
[580] bitwise-bit-count -1009369266484412416
[581] bitwise-bit-count -937593147423195136
[582] bitwise-bit-count -865817028361977856
[583] bitwise-bit-count -794040909300760576
[584] bitwise-bit-count -722264790239543296
[585] bitwise-bit-count -650488671178326016
[586] bitwise-bit-count -578712552117108736
[587] bitwise-bit-count -506936433055891456
[588] bitwise-bit-count -435160313994674176
[589] bitwise-bit-count -363384194933456896
[590] bitwise-bit-count -291608075872239616
[591] bitwise-bit-count -219831956811022336
[592] bitwise-bit-count -148055837749805056
[593] bitwise-bit-count -76279718688587776
[594] bitwise-bit-count -4503599627370496
[595] bitwise-bit-count 67272519433846784
[596] bitwise-bit-count 139048638495064064
[597] bitwise-bit-count 210824757556281344
[598] bitwise-bit-count 282600876617498624
[599] bitwise-bit-count 354376995678715904
[600] bitwise-bit-count 426153114739933184
[601] bitwise-bit-count 497929233801150464
[602] bitwise-bit-count 569705352862367744
[603] bitwise-bit-count 641481471923585024
[604] bitwise-bit-count 713257590984802304
[605] bitwise-bit-count 785033710046019584
[606] bitwise-bit-count 856809829107236864
[607] bitwise-bit-count 928585948168454144
[608] bitwise-bit-count 1000362067229671424
[609] bitwise-bit-count 1072138186290888704
[610] bitwise-bit-count 1143914305352105984
[611] [1331: test-fxcarry] OK
[612] [testing bignums] ...[62: test-bignums] Happy Happy Joy Joy
[613] bitwise-bit-count -1152921504606846976
[614] bitwise-bit-count -1081145385545629696
[615] bitwise-bit-count -1009369266484412416
[616] bitwise-bit-count -937593147423195136
[617] bitwise-bit-count -865817028361977856
[618] bitwise-bit-count -794040909300760576
[619] bitwise-bit-count -722264790239543296
[620] bitwise-bit-count -650488671178326016
[621] bitwise-bit-count -578712552117108736
[622] bitwise-bit-count -506936433055891456
[623] bitwise-bit-count -435160313994674176
[624] bitwise-bit-count -363384194933456896
[625] bitwise-bit-count -291608075872239616
[626] bitwise-bit-count -219831956811022336
[627] bitwise-bit-count -148055837749805056
[628] bitwise-bit-count -76279718688587776
[629] bitwise-bit-count -4503599627370496
[630] bitwise-bit-count 67272519433846784
[631] bitwise-bit-count 139048638495064064
[632] bitwise-bit-count 210824757556281344
[633] bitwise-bit-count 282600876617498624
[634] bitwise-bit-count 354376995678715904
[635] bitwise-bit-count 426153114739933184
[636] bitwise-bit-count 497929233801150464
[637] bitwise-bit-count 569705352862367744
[638] bitwise-bit-count 641481471923585024
[639] bitwise-bit-count 713257590984802304
[640] bitwise-bit-count 785033710046019584
[641] bitwise-bit-count 856809829107236864
[642] bitwise-bit-count 928585948168454144
[643] bitwise-bit-count 1000362067229671424
[644] bitwise-bit-count 1072138186290888704
[645] bitwise-bit-count 1143914305352105984
[646] OK
[647] [testing numerics] ... OK
[648] [testing bitwise] ... OK
[649] [testing enums] ... OK
[650] [testing pointers] ...testing memory access (587 combination for type char)
[651] testing memory access (4371 combination for type short)
[652] testing memory access (33827 combination for type int)
[653] testing memory access (266307 combination for type long)
[654] testing memory access (266307 combination for type long-long)
[655] testing memory access (587 combination for type uchar)
[656] testing memory access (4371 combination for type ushort)
[657] testing memory access (33827 combination for type uint)
[658] testing memory access (266307 combination for type ulong)
[659] testing memory access (266307 combination for type ulong-long)
[660] OK
[661] [testing sorting] ...Testing 1 permutations of ()
[662] Testing 1 permutations of (1)
[663] Testing 2 permutations of (1 2)
[664] Testing 6 permutations of (1 2 3)
[665] Testing 24 permutations of (1 2 3 4)
[666] Testing 120 permutations of (1 2 3 4 5)
[667] Testing 720 permutations of (1 2 3 4 5 6)
[668] Testing vector-sort for all 1 permutations of #()
[669] Testing vector-sort for all 1 permutations of #(1)
[670] Testing vector-sort for all 2 permutations of #(1 2)
[671] Testing vector-sort for all 6 permutations of #(1 2 3)
[672] Testing vector-sort for all 24 permutations of #(1 2 3 4)
[673] Testing vector-sort for all 120 permutations of #(1 2 3 4 5)
[674] Testing vector-sort for all 720 permutations of #(1 2 3 4 5 6)
[675] Testing vector-sort for all 5040 permutations of #(1 2 3 4 5 6 7)
[676] Testing vector-sort for all 40320 permutations of #(1 2 3 4 5 6 7 8)
[677] Testing list-sort for all 1 permutations of ()
[678] Testing list-sort for all 1 permutations of (1)
[679] Testing list-sort for all 2 permutations of (1 2)
[680] Testing list-sort for all 6 permutations of (1 2 3)
[681] Testing list-sort for all 24 permutations of (1 2 3 4)
[682] Testing list-sort for all 120 permutations of (1 2 3 4 5)
[683] Testing list-sort for all 720 permutations of (1 2 3 4 5 6)
[684] Testing list-sort for all 5040 permutations of (1 2 3 4 5 6 7)
[685] Testing list-sort for all 40320 permutations of (1 2 3 4 5 6 7 8)
[686] OK
[687] [testing io] ...going to read 5 bytes: 5
[688] result: #vu8(1 2 3 4 5 255 255 255 255 255)
[689] going to read 1 byte: 1
[690] result: #vu8(1 2 3 4 5 6 255 255 255 255)
[691] running "reading 256 bytes in ascending order" ... ok
[692] running "reading 256 bytes in ascending order 2 at a time" ... ok
[693] running "peeking 256 bytes in ascending order" ... ok
[694] running "custom-binary-port port-eof?" ... ok
[695] running "reading 256 bytes from bytevector-input-port" ... ok
[696] running "peeking 256 bytes from bytevector-input-port" ... ok
[697] running "bytevector-binary-port port-eof?" ... ok
[698] running "reading 256 latin1 chars from bytevector-input-port" ... ok
[699] running "peeking 256 bytes from latin1 transcoded port" ... ok
[700] running "latin1 transcoded port port-eof?" ... ok
[701] running "reading 128 utf8 chars from bytevector-input-port" ... ok
[702] running "peeking 128 chars from utf8 port" ... ok
[703] running "utf8 transcoded port port-eof?" ... ok
[704] running "utf8 range 1" ... ok
[705] running "utf8 range 2" ... ok
[706] running "utf8 range 3" ... ok
[707] running "utf8 range 4" ... ok
[708] running "utf16 range 1" ... ok
[709] running "utf16 range 2" ... ok
[710] running "utf8 peek range 1" ... ok
[711] running "utf8 peek range 2" ... ok
[712] running "utf8 peek range 3" ... ok
[713] running "utf8 peek range 4" ... ok
[714] running "utf16 peek range 1" ... ok
[715] running "utf16 peek range 2" ... ok
[716] running "utf8 range 1 string" ... ok
[717] running "utf8 range 2 string" ... ok
[718] running "utf8 range 3 string" ... ok
[719] running "utf8 range 4 string" ... ok
[720] running "utf8 peek range 2 string" ... ok
[721] running "utf8 peek range 3 string" ... ok
[722] running "utf8 peek range 4 string" ... ok
[723] HELLO THERE
[724] HELLO THERE
[725] HELLO THERE
[726] testing partial reads for utf8 codec ... ok
[727] testing partial reads for utf16 codec ... ok
[728] [4: test-input-ports] Happy Happy Joy Joy
[729] OK
[730] [testing fasl] ...test-fasl 12
[731] test-fasl -12
[732] test-fasl 1152921504606846975
[733] test-fasl -1152921504606846976
[734] test-fasl 0
[735] test-fasl #t
[736] test-fasl #f
[737] test-fasl ()
[738] test-fasl "Hello"
[739] test-fasl "He\x0xce;\x0xbb;\x0xce;\x0xbb;o"
[740] test-fasl hello
[741] test-fasl (Hello There)
[742] test-fasl 3498798327498723894789237489324
[743] test-fasl -3498798327498723894789237489324
[744] test-fasl 1194739461874936194861947/11749369937446189741187
[745] test-fasl -1194739461874936194861947/11749369937446189741187
[746] test-fasl 1.274873847344e11
[747] test-fasl 12+13i
[748] test-fasl 12.0+13.0i
[749] test-fasl "a"
[750] test-fasl "\x0xce;\x0xbb;"
[751] test-fasl #0=(#0# . #0#)
[752] test-fasl #0=((x . #0#) (y . z))
[753] test-fasl #<hashtable>
[754] test-fasl #<hashtable>
[755] test-fasl (#\x3000)
[756] OK
[757] [testing reader] ...[12: test-char-syntax] Happy Happy Joy Joy
[758] [56: test-reader] Happy Happy Joy Joy
[759] OK
[760] [testing case-folding] ...test case-fold "A" "a"
[761] test case-fold "B" "b"
[762] test case-fold "C" "c"
[763] test case-fold "D" "d"
[764] test case-fold "E" "e"
[765] test case-fold "F" "f"
[766] test case-fold "G" "g"
[767] test case-fold "H" "h"
[768] test case-fold "I" "i"
[769] test case-fold "J" "j"
[770] test case-fold "K" "k"
[771] test case-fold "L" "l"
[772] test case-fold "M" "m"
[773] test case-fold "N" "n"
[774] test case-fold "O" "o"
[775] test case-fold "P" "p"
[776] test case-fold "Q" "q"
[777] test case-fold "R" "r"
[778] test case-fold "S" "s"
[779] test case-fold "T" "t"
[780] test case-fold "U" "u"
[781] test case-fold "V" "v"
[782] test case-fold "W" "w"
[783] test case-fold "X" "x"
[784] test case-fold "Y" "y"
[785] test case-fold "Z" "z"
[786] test case-fold "\x0xc2;\x0xb5;" "\x0xce;\x0xbc;"
[787] test case-fold "\x0xc3;\x0x80;" "\x0xc3;\x0xa0;"
[788] test case-fold "\x0xc3;\x0x81;" "\x0xc3;\x0xa1;"
[789] test case-fold "\x0xc3;\x0x82;" "\x0xc3;\x0xa2;"
[790] test case-fold "\x0xc3;\x0x83;" "\x0xc3;\x0xa3;"
[791] test case-fold "\x0xc3;\x0x84;" "\x0xc3;\x0xa4;"
[792] test case-fold "\x0xc3;\x0x85;" "\x0xc3;\x0xa5;"
[793] test case-fold "\x0xc3;\x0x86;" "\x0xc3;\x0xa6;"
[794] test case-fold "\x0xc3;\x0x87;" "\x0xc3;\x0xa7;"
[795] test case-fold "\x0xc3;\x0x88;" "\x0xc3;\x0xa8;"
[796] test case-fold "\x0xc3;\x0x89;" "\x0xc3;\x0xa9;"
[797] test case-fold "\x0xc3;\x0x8a;" "\x0xc3;\x0xaa;"
[798] test case-fold "\x0xc3;\x0x8b;" "\x0xc3;\x0xab;"
[799] test case-fold "\x0xc3;\x0x8c;" "\x0xc3;\x0xac;"
[800] test case-fold "\x0xc3;\x0x8d;" "\x0xc3;\x0xad;"
[801] test case-fold "\x0xc3;\x0x8e;" "\x0xc3;\x0xae;"
[802] test case-fold "\x0xc3;\x0x8f;" "\x0xc3;\x0xaf;"
[803] test case-fold "\x0xc3;\x0x90;" "\x0xc3;\x0xb0;"
[804] test case-fold "\x0xc3;\x0x91;" "\x0xc3;\x0xb1;"
[805] test case-fold "\x0xc3;\x0x92;" "\x0xc3;\x0xb2;"
[806] test case-fold "\x0xc3;\x0x93;" "\x0xc3;\x0xb3;"
[807] test case-fold "\x0xc3;\x0x94;" "\x0xc3;\x0xb4;"
[808] test case-fold "\x0xc3;\x0x95;" "\x0xc3;\x0xb5;"
[809] test case-fold "\x0xc3;\x0x96;" "\x0xc3;\x0xb6;"
[810] test case-fold "\x0xc3;\x0x98;" "\x0xc3;\x0xb8;"
[811] test case-fold "\x0xc3;\x0x99;" "\x0xc3;\x0xb9;"
[812] test case-fold "\x0xc3;\x0x9a;" "\x0xc3;\x0xba;"
[813] test case-fold "\x0xc3;\x0x9b;" "\x0xc3;\x0xbb;"
[814] test case-fold "\x0xc3;\x0x9c;" "\x0xc3;\x0xbc;"
[815] test case-fold "\x0xc3;\x0x9d;" "\x0xc3;\x0xbd;"
[816] test case-fold "\x0xc3;\x0x9e;" "\x0xc3;\x0xbe;"
[817] test case-fold "\x0xc3;\x0x9f;" "ss"
[818] test case-fold "\x0xc4;\x0x80;" "\x0xc4;\x0x81;"
[819] test case-fold "\x0xc4;\x0x82;" "\x0xc4;\x0x83;"
[820] test case-fold "\x0xc4;\x0x84;" "\x0xc4;\x0x85;"
[821] test case-fold "\x0xc4;\x0x86;" "\x0xc4;\x0x87;"
[822] test case-fold "\x0xc4;\x0x88;" "\x0xc4;\x0x89;"
[823] test case-fold "\x0xc4;\x0x8a;" "\x0xc4;\x0x8b;"
[824] test case-fold "\x0xc4;\x0x8c;" "\x0xc4;\x0x8d;"
[825] test case-fold "\x0xc4;\x0x8e;" "\x0xc4;\x0x8f;"
[826] test case-fold "\x0xc4;\x0x90;" "\x0xc4;\x0x91;"
[827] test case-fold "\x0xc4;\x0x92;" "\x0xc4;\x0x93;"
[828] test case-fold "\x0xc4;\x0x94;" "\x0xc4;\x0x95;"
[829] test case-fold "\x0xc4;\x0x96;" "\x0xc4;\x0x97;"
[830] test case-fold "\x0xc4;\x0x98;" "\x0xc4;\x0x99;"
[831] test case-fold "\x0xc4;\x0x9a;" "\x0xc4;\x0x9b;"
[832] test case-fold "\x0xc4;\x0x9c;" "\x0xc4;\x0x9d;"
[833] test case-fold "\x0xc4;\x0x9e;" "\x0xc4;\x0x9f;"
[834] test case-fold "\x0xc4;\x0xa0;" "\x0xc4;\x0xa1;"
[835] test case-fold "\x0xc4;\x0xa2;" "\x0xc4;\x0xa3;"
[836] test case-fold "\x0xc4;\x0xa4;" "\x0xc4;\x0xa5;"
[837] test case-fold "\x0xc4;\x0xa6;" "\x0xc4;\x0xa7;"
[838] test case-fold "\x0xc4;\x0xa8;" "\x0xc4;\x0xa9;"
[839] test case-fold "\x0xc4;\x0xaa;" "\x0xc4;\x0xab;"
[840] test case-fold "\x0xc4;\x0xac;" "\x0xc4;\x0xad;"
[841] test case-fold "\x0xc4;\x0xae;" "\x0xc4;\x0xaf;"
[842] test case-fold "\x0xc4;\x0xb0;" "i\x0xcc;\x0x87;"
[843] test case-fold "\x0xc4;\x0xb2;" "\x0xc4;\x0xb3;"
[844] test case-fold "\x0xc4;\x0xb4;" "\x0xc4;\x0xb5;"
[845] test case-fold "\x0xc4;\x0xb6;" "\x0xc4;\x0xb7;"
[846] test case-fold "\x0xc4;\x0xb9;" "\x0xc4;\x0xba;"
[847] test case-fold "\x0xc4;\x0xbb;" "\x0xc4;\x0xbc;"
[848] test case-fold "\x0xc4;\x0xbd;" "\x0xc4;\x0xbe;"
[849] test case-fold "\x0xc4;\x0xbf;" "\x0xc5;\x0x80;"
[850] test case-fold "\x0xc5;\x0x81;" "\x0xc5;\x0x82;"
[851] test case-fold "\x0xc5;\x0x83;" "\x0xc5;\x0x84;"
[852] test case-fold "\x0xc5;\x0x85;" "\x0xc5;\x0x86;"
[853] test case-fold "\x0xc5;\x0x87;" "\x0xc5;\x0x88;"
[854] test case-fold "\x0xc5;\x0x89;" "\x0xca;\x0xbc;n"
[855] test case-fold "\x0xc5;\x0x8a;" "\x0xc5;\x0x8b;"
[856] test case-fold "\x0xc5;\x0x8c;" "\x0xc5;\x0x8d;"
[857] test case-fold "\x0xc5;\x0x8e;" "\x0xc5;\x0x8f;"
[858] test case-fold "\x0xc5;\x0x90;" "\x0xc5;\x0x91;"
[859] test case-fold "\x0xc5;\x0x92;" "\x0xc5;\x0x93;"
[860] test case-fold "\x0xc5;\x0x94;" "\x0xc5;\x0x95;"
[861] test case-fold "\x0xc5;\x0x96;" "\x0xc5;\x0x97;"
[862] test case-fold "\x0xc5;\x0x98;" "\x0xc5;\x0x99;"
[863] test case-fold "\x0xc5;\x0x9a;" "\x0xc5;\x0x9b;"
[864] test case-fold "\x0xc5;\x0x9c;" "\x0xc5;\x0x9d;"
[865] test case-fold "\x0xc5;\x0x9e;" "\x0xc5;\x0x9f;"
[866] test case-fold "\x0xc5;\x0xa0;" "\x0xc5;\x0xa1;"
[867] test case-fold "\x0xc5;\x0xa2;" "\x0xc5;\x0xa3;"
[868] test case-fold "\x0xc5;\x0xa4;" "\x0xc5;\x0xa5;"
[869] test case-fold "\x0xc5;\x0xa6;" "\x0xc5;\x0xa7;"
[870] test case-fold "\x0xc5;\x0xa8;" "\x0xc5;\x0xa9;"
[871] test case-fold "\x0xc5;\x0xaa;" "\x0xc5;\x0xab;"
[872] test case-fold "\x0xc5;\x0xac;" "\x0xc5;\x0xad;"
[873] test case-fold "\x0xc5;\x0xae;" "\x0xc5;\x0xaf;"
[874] test case-fold "\x0xc5;\x0xb0;" "\x0xc5;\x0xb1;"
[875] test case-fold "\x0xc5;\x0xb2;" "\x0xc5;\x0xb3;"
[876] test case-fold "\x0xc5;\x0xb4;" "\x0xc5;\x0xb5;"
[877] test case-fold "\x0xc5;\x0xb6;" "\x0xc5;\x0xb7;"
[878] test case-fold "\x0xc5;\x0xb8;" "\x0xc3;\x0xbf;"
[879] test case-fold "\x0xc5;\x0xb9;" "\x0xc5;\x0xba;"
[880] test case-fold "\x0xc5;\x0xbb;" "\x0xc5;\x0xbc;"
[881] test case-fold "\x0xc5;\x0xbd;" "\x0xc5;\x0xbe;"
[882] test case-fold "\x0xc5;\x0xbf;" "s"
[883] test case-fold "\x0xc6;\x0x81;" "\x0xc9;\x0x93;"
[884] test case-fold "\x0xc6;\x0x82;" "\x0xc6;\x0x83;"
[885] test case-fold "\x0xc6;\x0x84;" "\x0xc6;\x0x85;"
[886] test case-fold "\x0xc6;\x0x86;" "\x0xc9;\x0x94;"
[887] test case-fold "\x0xc6;\x0x87;" "\x0xc6;\x0x88;"
[888] test case-fold "\x0xc6;\x0x89;" "\x0xc9;\x0x96;"
[889] test case-fold "\x0xc6;\x0x8a;" "\x0xc9;\x0x97;"
[890] test case-fold "\x0xc6;\x0x8b;" "\x0xc6;\x0x8c;"
[891] test case-fold "\x0xc6;\x0x8e;" "\x0xc7;\x0x9d;"
[892] test case-fold "\x0xc6;\x0x8f;" "\x0xc9;\x0x99;"
[893] test case-fold "\x0xc6;\x0x90;" "\x0xc9;\x0x9b;"
[894] test case-fold "\x0xc6;\x0x91;" "\x0xc6;\x0x92;"
[895] test case-fold "\x0xc6;\x0x93;" "\x0xc9;\x0xa0;"
[896] test case-fold "\x0xc6;\x0x94;" "\x0xc9;\x0xa3;"
[897] test case-fold "\x0xc6;\x0x96;" "\x0xc9;\x0xa9;"
[898] test case-fold "\x0xc6;\x0x97;" "\x0xc9;\x0xa8;"
[899] test case-fold "\x0xc6;\x0x98;" "\x0xc6;\x0x99;"
[900] test case-fold "\x0xc6;\x0x9c;" "\x0xc9;\x0xaf;"
[901] test case-fold "\x0xc6;\x0x9d;" "\x0xc9;\x0xb2;"
[902] test case-fold "\x0xc6;\x0x9f;" "\x0xc9;\x0xb5;"
[903] test case-fold "\x0xc6;\x0xa0;" "\x0xc6;\x0xa1;"
[904] test case-fold "\x0xc6;\x0xa2;" "\x0xc6;\x0xa3;"
[905] test case-fold "\x0xc6;\x0xa4;" "\x0xc6;\x0xa5;"
[906] test case-fold "\x0xc6;\x0xa6;" "\x0xca;\x0x80;"
[907] test case-fold "\x0xc6;\x0xa7;" "\x0xc6;\x0xa8;"
[908] test case-fold "\x0xc6;\x0xa9;" "\x0xca;\x0x83;"
[909] test case-fold "\x0xc6;\x0xac;" "\x0xc6;\x0xad;"
[910] test case-fold "\x0xc6;\x0xae;" "\x0xca;\x0x88;"
[911] test case-fold "\x0xc6;\x0xaf;" "\x0xc6;\x0xb0;"
[912] test case-fold "\x0xc6;\x0xb1;" "\x0xca;\x0x8a;"
[913] test case-fold "\x0xc6;\x0xb2;" "\x0xca;\x0x8b;"
[914] test case-fold "\x0xc6;\x0xb3;" "\x0xc6;\x0xb4;"
[915] test case-fold "\x0xc6;\x0xb5;" "\x0xc6;\x0xb6;"
[916] test case-fold "\x0xc6;\x0xb7;" "\x0xca;\x0x92;"
[917] test case-fold "\x0xc6;\x0xb8;" "\x0xc6;\x0xb9;"
[918] test case-fold "\x0xc6;\x0xbc;" "\x0xc6;\x0xbd;"
[919] test case-fold "\x0xc7;\x0x84;" "\x0xc7;\x0x86;"
[920] test case-fold "\x0xc7;\x0x85;" "\x0xc7;\x0x86;"
[921] test case-fold "\x0xc7;\x0x87;" "\x0xc7;\x0x89;"
[922] test case-fold "\x0xc7;\x0x88;" "\x0xc7;\x0x89;"
[923] test case-fold "\x0xc7;\x0x8a;" "\x0xc7;\x0x8c;"
[924] test case-fold "\x0xc7;\x0x8b;" "\x0xc7;\x0x8c;"
[925] test case-fold "\x0xc7;\x0x8d;" "\x0xc7;\x0x8e;"
[926] test case-fold "\x0xc7;\x0x8f;" "\x0xc7;\x0x90;"
[927] test case-fold "\x0xc7;\x0x91;" "\x0xc7;\x0x92;"
[928] test case-fold "\x0xc7;\x0x93;" "\x0xc7;\x0x94;"
[929] test case-fold "\x0xc7;\x0x95;" "\x0xc7;\x0x96;"
[930] test case-fold "\x0xc7;\x0x97;" "\x0xc7;\x0x98;"
[931] test case-fold "\x0xc7;\x0x99;" "\x0xc7;\x0x9a;"
[932] test case-fold "\x0xc7;\x0x9b;" "\x0xc7;\x0x9c;"
[933] test case-fold "\x0xc7;\x0x9e;" "\x0xc7;\x0x9f;"
[934] test case-fold "\x0xc7;\x0xa0;" "\x0xc7;\x0xa1;"
[935] test case-fold "\x0xc7;\x0xa2;" "\x0xc7;\x0xa3;"
[936] test case-fold "\x0xc7;\x0xa4;" "\x0xc7;\x0xa5;"
[937] test case-fold "\x0xc7;\x0xa6;" "\x0xc7;\x0xa7;"
[938] test case-fold "\x0xc7;\x0xa8;" "\x0xc7;\x0xa9;"
[939] test case-fold "\x0xc7;\x0xaa;" "\x0xc7;\x0xab;"
[940] test case-fold "\x0xc7;\x0xac;" "\x0xc7;\x0xad;"
[941] test case-fold "\x0xc7;\x0xae;" "\x0xc7;\x0xaf;"
[942] test case-fold "\x0xc7;\x0xb0;" "j\x0xcc;\x0x8c;"
[943] test case-fold "\x0xc7;\x0xb1;" "\x0xc7;\x0xb3;"
[944] test case-fold "\x0xc7;\x0xb2;" "\x0xc7;\x0xb3;"
[945] test case-fold "\x0xc7;\x0xb4;" "\x0xc7;\x0xb5;"
[946] test case-fold "\x0xc7;\x0xb6;" "\x0xc6;\x0x95;"
[947] test case-fold "\x0xc7;\x0xb7;" "\x0xc6;\x0xbf;"
[948] test case-fold "\x0xc7;\x0xb8;" "\x0xc7;\x0xb9;"
[949] test case-fold "\x0xc7;\x0xba;" "\x0xc7;\x0xbb;"
[950] test case-fold "\x0xc7;\x0xbc;" "\x0xc7;\x0xbd;"
[951] test case-fold "\x0xc7;\x0xbe;" "\x0xc7;\x0xbf;"
[952] test case-fold "\x0xc8;\x0x80;" "\x0xc8;\x0x81;"
[953] test case-fold "\x0xc8;\x0x82;" "\x0xc8;\x0x83;"
[954] test case-fold "\x0xc8;\x0x84;" "\x0xc8;\x0x85;"
[955] test case-fold "\x0xc8;\x0x86;" "\x0xc8;\x0x87;"
[956] test case-fold "\x0xc8;\x0x88;" "\x0xc8;\x0x89;"
[957] test case-fold "\x0xc8;\x0x8a;" "\x0xc8;\x0x8b;"
[958] test case-fold "\x0xc8;\x0x8c;" "\x0xc8;\x0x8d;"
[959] test case-fold "\x0xc8;\x0x8e;" "\x0xc8;\x0x8f;"
[960] test case-fold "\x0xc8;\x0x90;" "\x0xc8;\x0x91;"
[961] test case-fold "\x0xc8;\x0x92;" "\x0xc8;\x0x93;"
[962] test case-fold "\x0xc8;\x0x94;" "\x0xc8;\x0x95;"
[963] test case-fold "\x0xc8;\x0x96;" "\x0xc8;\x0x97;"
[964] test case-fold "\x0xc8;\x0x98;" "\x0xc8;\x0x99;"
[965] test case-fold "\x0xc8;\x0x9a;" "\x0xc8;\x0x9b;"
[966] test case-fold "\x0xc8;\x0x9c;" "\x0xc8;\x0x9d;"
[967] test case-fold "\x0xc8;\x0x9e;" "\x0xc8;\x0x9f;"
[968] test case-fold "\x0xc8;\x0xa0;" "\x0xc6;\x0x9e;"
[969] test case-fold "\x0xc8;\x0xa2;" "\x0xc8;\x0xa3;"
[970] test case-fold "\x0xc8;\x0xa4;" "\x0xc8;\x0xa5;"
[971] test case-fold "\x0xc8;\x0xa6;" "\x0xc8;\x0xa7;"
[972] test case-fold "\x0xc8;\x0xa8;" "\x0xc8;\x0xa9;"
[973] test case-fold "\x0xc8;\x0xaa;" "\x0xc8;\x0xab;"
[974] test case-fold "\x0xc8;\x0xac;" "\x0xc8;\x0xad;"
[975] test case-fold "\x0xc8;\x0xae;" "\x0xc8;\x0xaf;"
[976] test case-fold "\x0xc8;\x0xb0;" "\x0xc8;\x0xb1;"
[977] test case-fold "\x0xc8;\x0xb2;" "\x0xc8;\x0xb3;"
[978] test case-fold "\x0xc8;\x0xba;" "\x0xe2;\x0xb1;\x0xa5;"
[979] test case-fold "\x0xc8;\x0xbb;" "\x0xc8;\x0xbc;"
[980] test case-fold "\x0xc8;\x0xbd;" "\x0xc6;\x0x9a;"
[981] test case-fold "\x0xc8;\x0xbe;" "\x0xe2;\x0xb1;\x0xa6;"
[982] test case-fold "\x0xc9;\x0x81;" "\x0xc9;\x0x82;"
[983] test case-fold "\x0xc9;\x0x83;" "\x0xc6;\x0x80;"
[984] test case-fold "\x0xc9;\x0x84;" "\x0xca;\x0x89;"
[985] test case-fold "\x0xc9;\x0x85;" "\x0xca;\x0x8c;"
[986] test case-fold "\x0xc9;\x0x86;" "\x0xc9;\x0x87;"
[987] test case-fold "\x0xc9;\x0x88;" "\x0xc9;\x0x89;"
[988] test case-fold "\x0xc9;\x0x8a;" "\x0xc9;\x0x8b;"
[989] test case-fold "\x0xc9;\x0x8c;" "\x0xc9;\x0x8d;"
[990] test case-fold "\x0xc9;\x0x8e;" "\x0xc9;\x0x8f;"
[991] test case-fold "\x0xcd;\x0x85;" "\x0xce;\x0xb9;"
[992] test case-fold "\x0xce;\x0x86;" "\x0xce;\x0xac;"
[993] test case-fold "\x0xce;\x0x88;" "\x0xce;\x0xad;"
[994] test case-fold "\x0xce;\x0x89;" "\x0xce;\x0xae;"
[995] test case-fold "\x0xce;\x0x8a;" "\x0xce;\x0xaf;"
[996] test case-fold "\x0xce;\x0x8c;" "\x0xcf;\x0x8c;"
[997] test case-fold "\x0xce;\x0x8e;" "\x0xcf;\x0x8d;"
[998] test case-fold "\x0xce;\x0x8f;" "\x0xcf;\x0x8e;"
[999] test case-fold "\x0xce;\x0x90;" "\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcc;\x0x81;"
[1000] test case-fold "\x0xce;\x0x91;" "\x0xce;\x0xb1;"
[1001] test case-fold "\x0xce;\x0x92;" "\x0xce;\x0xb2;"
[1002] test case-fold "\x0xce;\x0x93;" "\x0xce;\x0xb3;"
[1003] test case-fold "\x0xce;\x0x94;" "\x0xce;\x0xb4;"
[1004] test case-fold "\x0xce;\x0x95;" "\x0xce;\x0xb5;"
[1005] test case-fold "\x0xce;\x0x96;" "\x0xce;\x0xb6;"
[1006] test case-fold "\x0xce;\x0x97;" "\x0xce;\x0xb7;"
[1007] test case-fold "\x0xce;\x0x98;" "\x0xce;\x0xb8;"
[1008] test case-fold "\x0xce;\x0x99;" "\x0xce;\x0xb9;"
[1009] test case-fold "\x0xce;\x0x9a;" "\x0xce;\x0xba;"
[1010] test case-fold "\x0xce;\x0x9b;" "\x0xce;\x0xbb;"
[1011] test case-fold "\x0xce;\x0x9c;" "\x0xce;\x0xbc;"
[1012] test case-fold "\x0xce;\x0x9d;" "\x0xce;\x0xbd;"
[1013] test case-fold "\x0xce;\x0x9e;" "\x0xce;\x0xbe;"
[1014] test case-fold "\x0xce;\x0x9f;" "\x0xce;\x0xbf;"
[1015] test case-fold "\x0xce;\x0xa0;" "\x0xcf;\x0x80;"
[1016] test case-fold "\x0xce;\x0xa1;" "\x0xcf;\x0x81;"
[1017] test case-fold "\x0xce;\x0xa3;" "\x0xcf;\x0x83;"
[1018] test case-fold "\x0xce;\x0xa4;" "\x0xcf;\x0x84;"
[1019] test case-fold "\x0xce;\x0xa5;" "\x0xcf;\x0x85;"
[1020] test case-fold "\x0xce;\x0xa6;" "\x0xcf;\x0x86;"
[1021] test case-fold "\x0xce;\x0xa7;" "\x0xcf;\x0x87;"
[1022] test case-fold "\x0xce;\x0xa8;" "\x0xcf;\x0x88;"
[1023] test case-fold "\x0xce;\x0xa9;" "\x0xcf;\x0x89;"
[1024] test case-fold "\x0xce;\x0xaa;" "\x0xcf;\x0x8a;"
[1025] test case-fold "\x0xce;\x0xab;" "\x0xcf;\x0x8b;"
[1026] test case-fold "\x0xce;\x0xb0;" "\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcc;\x0x81;"
[1027] test case-fold "\x0xcf;\x0x82;" "\x0xcf;\x0x83;"
[1028] test case-fold "\x0xcf;\x0x90;" "\x0xce;\x0xb2;"
[1029] test case-fold "\x0xcf;\x0x91;" "\x0xce;\x0xb8;"
[1030] test case-fold "\x0xcf;\x0x95;" "\x0xcf;\x0x86;"
[1031] test case-fold "\x0xcf;\x0x96;" "\x0xcf;\x0x80;"
[1032] test case-fold "\x0xcf;\x0x98;" "\x0xcf;\x0x99;"
[1033] test case-fold "\x0xcf;\x0x9a;" "\x0xcf;\x0x9b;"
[1034] test case-fold "\x0xcf;\x0x9c;" "\x0xcf;\x0x9d;"
[1035] test case-fold "\x0xcf;\x0x9e;" "\x0xcf;\x0x9f;"
[1036] test case-fold "\x0xcf;\x0xa0;" "\x0xcf;\x0xa1;"
[1037] test case-fold "\x0xcf;\x0xa2;" "\x0xcf;\x0xa3;"
[1038] test case-fold "\x0xcf;\x0xa4;" "\x0xcf;\x0xa5;"
[1039] test case-fold "\x0xcf;\x0xa6;" "\x0xcf;\x0xa7;"
[1040] test case-fold "\x0xcf;\x0xa8;" "\x0xcf;\x0xa9;"
[1041] test case-fold "\x0xcf;\x0xaa;" "\x0xcf;\x0xab;"
[1042] test case-fold "\x0xcf;\x0xac;" "\x0xcf;\x0xad;"
[1043] test case-fold "\x0xcf;\x0xae;" "\x0xcf;\x0xaf;"
[1044] test case-fold "\x0xcf;\x0xb0;" "\x0xce;\x0xba;"
[1045] test case-fold "\x0xcf;\x0xb1;" "\x0xcf;\x0x81;"
[1046] test case-fold "\x0xcf;\x0xb4;" "\x0xce;\x0xb8;"
[1047] test case-fold "\x0xcf;\x0xb5;" "\x0xce;\x0xb5;"
[1048] test case-fold "\x0xcf;\x0xb7;" "\x0xcf;\x0xb8;"
[1049] test case-fold "\x0xcf;\x0xb9;" "\x0xcf;\x0xb2;"
[1050] test case-fold "\x0xcf;\x0xba;" "\x0xcf;\x0xbb;"
[1051] test case-fold "\x0xcf;\x0xbd;" "\x0xcd;\x0xbb;"
[1052] test case-fold "\x0xcf;\x0xbe;" "\x0xcd;\x0xbc;"
[1053] test case-fold "\x0xcf;\x0xbf;" "\x0xcd;\x0xbd;"
[1054] test case-fold "\x0xd0;\x0x80;" "\x0xd1;\x0x90;"
[1055] test case-fold "\x0xd0;\x0x81;" "\x0xd1;\x0x91;"
[1056] test case-fold "\x0xd0;\x0x82;" "\x0xd1;\x0x92;"
[1057] test case-fold "\x0xd0;\x0x83;" "\x0xd1;\x0x93;"
[1058] test case-fold "\x0xd0;\x0x84;" "\x0xd1;\x0x94;"
[1059] test case-fold "\x0xd0;\x0x85;" "\x0xd1;\x0x95;"
[1060] test case-fold "\x0xd0;\x0x86;" "\x0xd1;\x0x96;"
[1061] test case-fold "\x0xd0;\x0x87;" "\x0xd1;\x0x97;"
[1062] test case-fold "\x0xd0;\x0x88;" "\x0xd1;\x0x98;"
[1063] test case-fold "\x0xd0;\x0x89;" "\x0xd1;\x0x99;"
[1064] test case-fold "\x0xd0;\x0x8a;" "\x0xd1;\x0x9a;"
[1065] test case-fold "\x0xd0;\x0x8b;" "\x0xd1;\x0x9b;"
[1066] test case-fold "\x0xd0;\x0x8c;" "\x0xd1;\x0x9c;"
[1067] test case-fold "\x0xd0;\x0x8d;" "\x0xd1;\x0x9d;"
[1068] test case-fold "\x0xd0;\x0x8e;" "\x0xd1;\x0x9e;"
[1069] test case-fold "\x0xd0;\x0x8f;" "\x0xd1;\x0x9f;"
[1070] test case-fold "\x0xd0;\x0x90;" "\x0xd0;\x0xb0;"
[1071] test case-fold "\x0xd0;\x0x91;" "\x0xd0;\x0xb1;"
[1072] test case-fold "\x0xd0;\x0x92;" "\x0xd0;\x0xb2;"
[1073] test case-fold "\x0xd0;\x0x93;" "\x0xd0;\x0xb3;"
[1074] test case-fold "\x0xd0;\x0x94;" "\x0xd0;\x0xb4;"
[1075] test case-fold "\x0xd0;\x0x95;" "\x0xd0;\x0xb5;"
[1076] test case-fold "\x0xd0;\x0x96;" "\x0xd0;\x0xb6;"
[1077] test case-fold "\x0xd0;\x0x97;" "\x0xd0;\x0xb7;"
[1078] test case-fold "\x0xd0;\x0x98;" "\x0xd0;\x0xb8;"
[1079] test case-fold "\x0xd0;\x0x99;" "\x0xd0;\x0xb9;"
[1080] test case-fold "\x0xd0;\x0x9a;" "\x0xd0;\x0xba;"
[1081] test case-fold "\x0xd0;\x0x9b;" "\x0xd0;\x0xbb;"
[1082] test case-fold "\x0xd0;\x0x9c;" "\x0xd0;\x0xbc;"
[1083] test case-fold "\x0xd0;\x0x9d;" "\x0xd0;\x0xbd;"
[1084] test case-fold "\x0xd0;\x0x9e;" "\x0xd0;\x0xbe;"
[1085] test case-fold "\x0xd0;\x0x9f;" "\x0xd0;\x0xbf;"
[1086] test case-fold "\x0xd0;\x0xa0;" "\x0xd1;\x0x80;"
[1087] test case-fold "\x0xd0;\x0xa1;" "\x0xd1;\x0x81;"
[1088] test case-fold "\x0xd0;\x0xa2;" "\x0xd1;\x0x82;"
[1089] test case-fold "\x0xd0;\x0xa3;" "\x0xd1;\x0x83;"
[1090] test case-fold "\x0xd0;\x0xa4;" "\x0xd1;\x0x84;"
[1091] test case-fold "\x0xd0;\x0xa5;" "\x0xd1;\x0x85;"
[1092] test case-fold "\x0xd0;\x0xa6;" "\x0xd1;\x0x86;"
[1093] test case-fold "\x0xd0;\x0xa7;" "\x0xd1;\x0x87;"
[1094] test case-fold "\x0xd0;\x0xa8;" "\x0xd1;\x0x88;"
[1095] test case-fold "\x0xd0;\x0xa9;" "\x0xd1;\x0x89;"
[1096] test case-fold "\x0xd0;\x0xaa;" "\x0xd1;\x0x8a;"
[1097] test case-fold "\x0xd0;\x0xab;" "\x0xd1;\x0x8b;"
[1098] test case-fold "\x0xd0;\x0xac;" "\x0xd1;\x0x8c;"
[1099] test case-fold "\x0xd0;\x0xad;" "\x0xd1;\x0x8d;"
[1100] test case-fold "\x0xd0;\x0xae;" "\x0xd1;\x0x8e;"
[1101] test case-fold "\x0xd0;\x0xaf;" "\x0xd1;\x0x8f;"
[1102] test case-fold "\x0xd1;\x0xa0;" "\x0xd1;\x0xa1;"
[1103] test case-fold "\x0xd1;\x0xa2;" "\x0xd1;\x0xa3;"
[1104] test case-fold "\x0xd1;\x0xa4;" "\x0xd1;\x0xa5;"
[1105] test case-fold "\x0xd1;\x0xa6;" "\x0xd1;\x0xa7;"
[1106] test case-fold "\x0xd1;\x0xa8;" "\x0xd1;\x0xa9;"
[1107] test case-fold "\x0xd1;\x0xaa;" "\x0xd1;\x0xab;"
[1108] test case-fold "\x0xd1;\x0xac;" "\x0xd1;\x0xad;"
[1109] test case-fold "\x0xd1;\x0xae;" "\x0xd1;\x0xaf;"
[1110] test case-fold "\x0xd1;\x0xb0;" "\x0xd1;\x0xb1;"
[1111] test case-fold "\x0xd1;\x0xb2;" "\x0xd1;\x0xb3;"
[1112] test case-fold "\x0xd1;\x0xb4;" "\x0xd1;\x0xb5;"
[1113] test case-fold "\x0xd1;\x0xb6;" "\x0xd1;\x0xb7;"
[1114] test case-fold "\x0xd1;\x0xb8;" "\x0xd1;\x0xb9;"
[1115] test case-fold "\x0xd1;\x0xba;" "\x0xd1;\x0xbb;"
[1116] test case-fold "\x0xd1;\x0xbc;" "\x0xd1;\x0xbd;"
[1117] test case-fold "\x0xd1;\x0xbe;" "\x0xd1;\x0xbf;"
[1118] test case-fold "\x0xd2;\x0x80;" "\x0xd2;\x0x81;"
[1119] test case-fold "\x0xd2;\x0x8a;" "\x0xd2;\x0x8b;"
[1120] test case-fold "\x0xd2;\x0x8c;" "\x0xd2;\x0x8d;"
[1121] test case-fold "\x0xd2;\x0x8e;" "\x0xd2;\x0x8f;"
[1122] test case-fold "\x0xd2;\x0x90;" "\x0xd2;\x0x91;"
[1123] test case-fold "\x0xd2;\x0x92;" "\x0xd2;\x0x93;"
[1124] test case-fold "\x0xd2;\x0x94;" "\x0xd2;\x0x95;"
[1125] test case-fold "\x0xd2;\x0x96;" "\x0xd2;\x0x97;"
[1126] test case-fold "\x0xd2;\x0x98;" "\x0xd2;\x0x99;"
[1127] test case-fold "\x0xd2;\x0x9a;" "\x0xd2;\x0x9b;"
[1128] test case-fold "\x0xd2;\x0x9c;" "\x0xd2;\x0x9d;"
[1129] test case-fold "\x0xd2;\x0x9e;" "\x0xd2;\x0x9f;"
[1130] test case-fold "\x0xd2;\x0xa0;" "\x0xd2;\x0xa1;"
[1131] test case-fold "\x0xd2;\x0xa2;" "\x0xd2;\x0xa3;"
[1132] test case-fold "\x0xd2;\x0xa4;" "\x0xd2;\x0xa5;"
[1133] test case-fold "\x0xd2;\x0xa6;" "\x0xd2;\x0xa7;"
[1134] test case-fold "\x0xd2;\x0xa8;" "\x0xd2;\x0xa9;"
[1135] test case-fold "\x0xd2;\x0xaa;" "\x0xd2;\x0xab;"
[1136] test case-fold "\x0xd2;\x0xac;" "\x0xd2;\x0xad;"
[1137] test case-fold "\x0xd2;\x0xae;" "\x0xd2;\x0xaf;"
[1138] test case-fold "\x0xd2;\x0xb0;" "\x0xd2;\x0xb1;"
[1139] test case-fold "\x0xd2;\x0xb2;" "\x0xd2;\x0xb3;"
[1140] test case-fold "\x0xd2;\x0xb4;" "\x0xd2;\x0xb5;"
[1141] test case-fold "\x0xd2;\x0xb6;" "\x0xd2;\x0xb7;"
[1142] test case-fold "\x0xd2;\x0xb8;" "\x0xd2;\x0xb9;"
[1143] test case-fold "\x0xd2;\x0xba;" "\x0xd2;\x0xbb;"
[1144] test case-fold "\x0xd2;\x0xbc;" "\x0xd2;\x0xbd;"
[1145] test case-fold "\x0xd2;\x0xbe;" "\x0xd2;\x0xbf;"
[1146] test case-fold "\x0xd3;\x0x80;" "\x0xd3;\x0x8f;"
[1147] test case-fold "\x0xd3;\x0x81;" "\x0xd3;\x0x82;"
[1148] test case-fold "\x0xd3;\x0x83;" "\x0xd3;\x0x84;"
[1149] test case-fold "\x0xd3;\x0x85;" "\x0xd3;\x0x86;"
[1150] test case-fold "\x0xd3;\x0x87;" "\x0xd3;\x0x88;"
[1151] test case-fold "\x0xd3;\x0x89;" "\x0xd3;\x0x8a;"
[1152] test case-fold "\x0xd3;\x0x8b;" "\x0xd3;\x0x8c;"
[1153] test case-fold "\x0xd3;\x0x8d;" "\x0xd3;\x0x8e;"
[1154] test case-fold "\x0xd3;\x0x90;" "\x0xd3;\x0x91;"
[1155] test case-fold "\x0xd3;\x0x92;" "\x0xd3;\x0x93;"
[1156] test case-fold "\x0xd3;\x0x94;" "\x0xd3;\x0x95;"
[1157] test case-fold "\x0xd3;\x0x96;" "\x0xd3;\x0x97;"
[1158] test case-fold "\x0xd3;\x0x98;" "\x0xd3;\x0x99;"
[1159] test case-fold "\x0xd3;\x0x9a;" "\x0xd3;\x0x9b;"
[1160] test case-fold "\x0xd3;\x0x9c;" "\x0xd3;\x0x9d;"
[1161] test case-fold "\x0xd3;\x0x9e;" "\x0xd3;\x0x9f;"
[1162] test case-fold "\x0xd3;\x0xa0;" "\x0xd3;\x0xa1;"
[1163] test case-fold "\x0xd3;\x0xa2;" "\x0xd3;\x0xa3;"
[1164] test case-fold "\x0xd3;\x0xa4;" "\x0xd3;\x0xa5;"
[1165] test case-fold "\x0xd3;\x0xa6;" "\x0xd3;\x0xa7;"
[1166] test case-fold "\x0xd3;\x0xa8;" "\x0xd3;\x0xa9;"
[1167] test case-fold "\x0xd3;\x0xaa;" "\x0xd3;\x0xab;"
[1168] test case-fold "\x0xd3;\x0xac;" "\x0xd3;\x0xad;"
[1169] test case-fold "\x0xd3;\x0xae;" "\x0xd3;\x0xaf;"
[1170] test case-fold "\x0xd3;\x0xb0;" "\x0xd3;\x0xb1;"
[1171] test case-fold "\x0xd3;\x0xb2;" "\x0xd3;\x0xb3;"
[1172] test case-fold "\x0xd3;\x0xb4;" "\x0xd3;\x0xb5;"
[1173] test case-fold "\x0xd3;\x0xb6;" "\x0xd3;\x0xb7;"
[1174] test case-fold "\x0xd3;\x0xb8;" "\x0xd3;\x0xb9;"
[1175] test case-fold "\x0xd3;\x0xba;" "\x0xd3;\x0xbb;"
[1176] test case-fold "\x0xd3;\x0xbc;" "\x0xd3;\x0xbd;"
[1177] test case-fold "\x0xd3;\x0xbe;" "\x0xd3;\x0xbf;"
[1178] test case-fold "\x0xd4;\x0x80;" "\x0xd4;\x0x81;"
[1179] test case-fold "\x0xd4;\x0x82;" "\x0xd4;\x0x83;"
[1180] test case-fold "\x0xd4;\x0x84;" "\x0xd4;\x0x85;"
[1181] test case-fold "\x0xd4;\x0x86;" "\x0xd4;\x0x87;"
[1182] test case-fold "\x0xd4;\x0x88;" "\x0xd4;\x0x89;"
[1183] test case-fold "\x0xd4;\x0x8a;" "\x0xd4;\x0x8b;"
[1184] test case-fold "\x0xd4;\x0x8c;" "\x0xd4;\x0x8d;"
[1185] test case-fold "\x0xd4;\x0x8e;" "\x0xd4;\x0x8f;"
[1186] test case-fold "\x0xd4;\x0x90;" "\x0xd4;\x0x91;"
[1187] test case-fold "\x0xd4;\x0x92;" "\x0xd4;\x0x93;"
[1188] test case-fold "\x0xd4;\x0xb1;" "\x0xd5;\x0xa1;"
[1189] test case-fold "\x0xd4;\x0xb2;" "\x0xd5;\x0xa2;"
[1190] test case-fold "\x0xd4;\x0xb3;" "\x0xd5;\x0xa3;"
[1191] test case-fold "\x0xd4;\x0xb4;" "\x0xd5;\x0xa4;"
[1192] test case-fold "\x0xd4;\x0xb5;" "\x0xd5;\x0xa5;"
[1193] test case-fold "\x0xd4;\x0xb6;" "\x0xd5;\x0xa6;"
[1194] test case-fold "\x0xd4;\x0xb7;" "\x0xd5;\x0xa7;"
[1195] test case-fold "\x0xd4;\x0xb8;" "\x0xd5;\x0xa8;"
[1196] test case-fold "\x0xd4;\x0xb9;" "\x0xd5;\x0xa9;"
[1197] test case-fold "\x0xd4;\x0xba;" "\x0xd5;\x0xaa;"
[1198] test case-fold "\x0xd4;\x0xbb;" "\x0xd5;\x0xab;"
[1199] test case-fold "\x0xd4;\x0xbc;" "\x0xd5;\x0xac;"
[1200] test case-fold "\x0xd4;\x0xbd;" "\x0xd5;\x0xad;"
[1201] test case-fold "\x0xd4;\x0xbe;" "\x0xd5;\x0xae;"
[1202] test case-fold "\x0xd4;\x0xbf;" "\x0xd5;\x0xaf;"
[1203] test case-fold "\x0xd5;\x0x80;" "\x0xd5;\x0xb0;"
[1204] test case-fold "\x0xd5;\x0x81;" "\x0xd5;\x0xb1;"
[1205] test case-fold "\x0xd5;\x0x82;" "\x0xd5;\x0xb2;"
[1206] test case-fold "\x0xd5;\x0x83;" "\x0xd5;\x0xb3;"
[1207] test case-fold "\x0xd5;\x0x84;" "\x0xd5;\x0xb4;"
[1208] test case-fold "\x0xd5;\x0x85;" "\x0xd5;\x0xb5;"
[1209] test case-fold "\x0xd5;\x0x86;" "\x0xd5;\x0xb6;"
[1210] test case-fold "\x0xd5;\x0x87;" "\x0xd5;\x0xb7;"
[1211] test case-fold "\x0xd5;\x0x88;" "\x0xd5;\x0xb8;"
[1212] test case-fold "\x0xd5;\x0x89;" "\x0xd5;\x0xb9;"
[1213] test case-fold "\x0xd5;\x0x8a;" "\x0xd5;\x0xba;"
[1214] test case-fold "\x0xd5;\x0x8b;" "\x0xd5;\x0xbb;"
[1215] test case-fold "\x0xd5;\x0x8c;" "\x0xd5;\x0xbc;"
[1216] test case-fold "\x0xd5;\x0x8d;" "\x0xd5;\x0xbd;"
[1217] test case-fold "\x0xd5;\x0x8e;" "\x0xd5;\x0xbe;"
[1218] test case-fold "\x0xd5;\x0x8f;" "\x0xd5;\x0xbf;"
[1219] test case-fold "\x0xd5;\x0x90;" "\x0xd6;\x0x80;"
[1220] test case-fold "\x0xd5;\x0x91;" "\x0xd6;\x0x81;"
[1221] test case-fold "\x0xd5;\x0x92;" "\x0xd6;\x0x82;"
[1222] test case-fold "\x0xd5;\x0x93;" "\x0xd6;\x0x83;"
[1223] test case-fold "\x0xd5;\x0x94;" "\x0xd6;\x0x84;"
[1224] test case-fold "\x0xd5;\x0x95;" "\x0xd6;\x0x85;"
[1225] test case-fold "\x0xd5;\x0x96;" "\x0xd6;\x0x86;"
[1226] test case-fold "\x0xd6;\x0x87;" "\x0xd5;\x0xa5;\x0xd6;\x0x82;"
[1227] test case-fold "\x0xe1;\x0x82;\x0xa0;" "\x0xe2;\x0xb4;\x0x80;"
[1228] test case-fold "\x0xe1;\x0x82;\x0xa1;" "\x0xe2;\x0xb4;\x0x81;"
[1229] test case-fold "\x0xe1;\x0x82;\x0xa2;" "\x0xe2;\x0xb4;\x0x82;"
[1230] test case-fold "\x0xe1;\x0x82;\x0xa3;" "\x0xe2;\x0xb4;\x0x83;"
[1231] test case-fold "\x0xe1;\x0x82;\x0xa4;" "\x0xe2;\x0xb4;\x0x84;"
[1232] test case-fold "\x0xe1;\x0x82;\x0xa5;" "\x0xe2;\x0xb4;\x0x85;"
[1233] test case-fold "\x0xe1;\x0x82;\x0xa6;" "\x0xe2;\x0xb4;\x0x86;"
[1234] test case-fold "\x0xe1;\x0x82;\x0xa7;" "\x0xe2;\x0xb4;\x0x87;"
[1235] test case-fold "\x0xe1;\x0x82;\x0xa8;" "\x0xe2;\x0xb4;\x0x88;"
[1236] test case-fold "\x0xe1;\x0x82;\x0xa9;" "\x0xe2;\x0xb4;\x0x89;"
[1237] test case-fold "\x0xe1;\x0x82;\x0xaa;" "\x0xe2;\x0xb4;\x0x8a;"
[1238] test case-fold "\x0xe1;\x0x82;\x0xab;" "\x0xe2;\x0xb4;\x0x8b;"
[1239] test case-fold "\x0xe1;\x0x82;\x0xac;" "\x0xe2;\x0xb4;\x0x8c;"
[1240] test case-fold "\x0xe1;\x0x82;\x0xad;" "\x0xe2;\x0xb4;\x0x8d;"
[1241] test case-fold "\x0xe1;\x0x82;\x0xae;" "\x0xe2;\x0xb4;\x0x8e;"
[1242] test case-fold "\x0xe1;\x0x82;\x0xaf;" "\x0xe2;\x0xb4;\x0x8f;"
[1243] test case-fold "\x0xe1;\x0x82;\x0xb0;" "\x0xe2;\x0xb4;\x0x90;"
[1244] test case-fold "\x0xe1;\x0x82;\x0xb1;" "\x0xe2;\x0xb4;\x0x91;"
[1245] test case-fold "\x0xe1;\x0x82;\x0xb2;" "\x0xe2;\x0xb4;\x0x92;"
[1246] test case-fold "\x0xe1;\x0x82;\x0xb3;" "\x0xe2;\x0xb4;\x0x93;"
[1247] test case-fold "\x0xe1;\x0x82;\x0xb4;" "\x0xe2;\x0xb4;\x0x94;"
[1248] test case-fold "\x0xe1;\x0x82;\x0xb5;" "\x0xe2;\x0xb4;\x0x95;"
[1249] test case-fold "\x0xe1;\x0x82;\x0xb6;" "\x0xe2;\x0xb4;\x0x96;"
[1250] test case-fold "\x0xe1;\x0x82;\x0xb7;" "\x0xe2;\x0xb4;\x0x97;"
[1251] test case-fold "\x0xe1;\x0x82;\x0xb8;" "\x0xe2;\x0xb4;\x0x98;"
[1252] test case-fold "\x0xe1;\x0x82;\x0xb9;" "\x0xe2;\x0xb4;\x0x99;"
[1253] test case-fold "\x0xe1;\x0x82;\x0xba;" "\x0xe2;\x0xb4;\x0x9a;"
[1254] test case-fold "\x0xe1;\x0x82;\x0xbb;" "\x0xe2;\x0xb4;\x0x9b;"
[1255] test case-fold "\x0xe1;\x0x82;\x0xbc;" "\x0xe2;\x0xb4;\x0x9c;"
[1256] test case-fold "\x0xe1;\x0x82;\x0xbd;" "\x0xe2;\x0xb4;\x0x9d;"
[1257] test case-fold "\x0xe1;\x0x82;\x0xbe;" "\x0xe2;\x0xb4;\x0x9e;"
[1258] test case-fold "\x0xe1;\x0x82;\x0xbf;" "\x0xe2;\x0xb4;\x0x9f;"
[1259] test case-fold "\x0xe1;\x0x83;\x0x80;" "\x0xe2;\x0xb4;\x0xa0;"
[1260] test case-fold "\x0xe1;\x0x83;\x0x81;" "\x0xe2;\x0xb4;\x0xa1;"
[1261] test case-fold "\x0xe1;\x0x83;\x0x82;" "\x0xe2;\x0xb4;\x0xa2;"
[1262] test case-fold "\x0xe1;\x0x83;\x0x83;" "\x0xe2;\x0xb4;\x0xa3;"
[1263] test case-fold "\x0xe1;\x0x83;\x0x84;" "\x0xe2;\x0xb4;\x0xa4;"
[1264] test case-fold "\x0xe1;\x0x83;\x0x85;" "\x0xe2;\x0xb4;\x0xa5;"
[1265] test case-fold "\x0xe1;\x0xb8;\x0x80;" "\x0xe1;\x0xb8;\x0x81;"
[1266] test case-fold "\x0xe1;\x0xb8;\x0x82;" "\x0xe1;\x0xb8;\x0x83;"
[1267] test case-fold "\x0xe1;\x0xb8;\x0x84;" "\x0xe1;\x0xb8;\x0x85;"
[1268] test case-fold "\x0xe1;\x0xb8;\x0x86;" "\x0xe1;\x0xb8;\x0x87;"
[1269] test case-fold "\x0xe1;\x0xb8;\x0x88;" "\x0xe1;\x0xb8;\x0x89;"
[1270] test case-fold "\x0xe1;\x0xb8;\x0x8a;" "\x0xe1;\x0xb8;\x0x8b;"
[1271] test case-fold "\x0xe1;\x0xb8;\x0x8c;" "\x0xe1;\x0xb8;\x0x8d;"
[1272] test case-fold "\x0xe1;\x0xb8;\x0x8e;" "\x0xe1;\x0xb8;\x0x8f;"
[1273] test case-fold "\x0xe1;\x0xb8;\x0x90;" "\x0xe1;\x0xb8;\x0x91;"
[1274] test case-fold "\x0xe1;\x0xb8;\x0x92;" "\x0xe1;\x0xb8;\x0x93;"
[1275] test case-fold "\x0xe1;\x0xb8;\x0x94;" "\x0xe1;\x0xb8;\x0x95;"
[1276] test case-fold "\x0xe1;\x0xb8;\x0x96;" "\x0xe1;\x0xb8;\x0x97;"
[1277] test case-fold "\x0xe1;\x0xb8;\x0x98;" "\x0xe1;\x0xb8;\x0x99;"
[1278] test case-fold "\x0xe1;\x0xb8;\x0x9a;" "\x0xe1;\x0xb8;\x0x9b;"
[1279] test case-fold "\x0xe1;\x0xb8;\x0x9c;" "\x0xe1;\x0xb8;\x0x9d;"
[1280] test case-fold "\x0xe1;\x0xb8;\x0x9e;" "\x0xe1;\x0xb8;\x0x9f;"
[1281] test case-fold "\x0xe1;\x0xb8;\x0xa0;" "\x0xe1;\x0xb8;\x0xa1;"
[1282] test case-fold "\x0xe1;\x0xb8;\x0xa2;" "\x0xe1;\x0xb8;\x0xa3;"
[1283] test case-fold "\x0xe1;\x0xb8;\x0xa4;" "\x0xe1;\x0xb8;\x0xa5;"
[1284] test case-fold "\x0xe1;\x0xb8;\x0xa6;" "\x0xe1;\x0xb8;\x0xa7;"
[1285] test case-fold "\x0xe1;\x0xb8;\x0xa8;" "\x0xe1;\x0xb8;\x0xa9;"
[1286] test case-fold "\x0xe1;\x0xb8;\x0xaa;" "\x0xe1;\x0xb8;\x0xab;"
[1287] test case-fold "\x0xe1;\x0xb8;\x0xac;" "\x0xe1;\x0xb8;\x0xad;"
[1288] test case-fold "\x0xe1;\x0xb8;\x0xae;" "\x0xe1;\x0xb8;\x0xaf;"
[1289] test case-fold "\x0xe1;\x0xb8;\x0xb0;" "\x0xe1;\x0xb8;\x0xb1;"
[1290] test case-fold "\x0xe1;\x0xb8;\x0xb2;" "\x0xe1;\x0xb8;\x0xb3;"
[1291] test case-fold "\x0xe1;\x0xb8;\x0xb4;" "\x0xe1;\x0xb8;\x0xb5;"
[1292] test case-fold "\x0xe1;\x0xb8;\x0xb6;" "\x0xe1;\x0xb8;\x0xb7;"
[1293] test case-fold "\x0xe1;\x0xb8;\x0xb8;" "\x0xe1;\x0xb8;\x0xb9;"
[1294] test case-fold "\x0xe1;\x0xb8;\x0xba;" "\x0xe1;\x0xb8;\x0xbb;"
[1295] test case-fold "\x0xe1;\x0xb8;\x0xbc;" "\x0xe1;\x0xb8;\x0xbd;"
[1296] test case-fold "\x0xe1;\x0xb8;\x0xbe;" "\x0xe1;\x0xb8;\x0xbf;"
[1297] test case-fold "\x0xe1;\x0xb9;\x0x80;" "\x0xe1;\x0xb9;\x0x81;"
[1298] test case-fold "\x0xe1;\x0xb9;\x0x82;" "\x0xe1;\x0xb9;\x0x83;"
[1299] test case-fold "\x0xe1;\x0xb9;\x0x84;" "\x0xe1;\x0xb9;\x0x85;"
[1300] test case-fold "\x0xe1;\x0xb9;\x0x86;" "\x0xe1;\x0xb9;\x0x87;"
[1301] test case-fold "\x0xe1;\x0xb9;\x0x88;" "\x0xe1;\x0xb9;\x0x89;"
[1302] test case-fold "\x0xe1;\x0xb9;\x0x8a;" "\x0xe1;\x0xb9;\x0x8b;"
[1303] test case-fold "\x0xe1;\x0xb9;\x0x8c;" "\x0xe1;\x0xb9;\x0x8d;"
[1304] test case-fold "\x0xe1;\x0xb9;\x0x8e;" "\x0xe1;\x0xb9;\x0x8f;"
[1305] test case-fold "\x0xe1;\x0xb9;\x0x90;" "\x0xe1;\x0xb9;\x0x91;"
[1306] test case-fold "\x0xe1;\x0xb9;\x0x92;" "\x0xe1;\x0xb9;\x0x93;"
[1307] test case-fold "\x0xe1;\x0xb9;\x0x94;" "\x0xe1;\x0xb9;\x0x95;"
[1308] test case-fold "\x0xe1;\x0xb9;\x0x96;" "\x0xe1;\x0xb9;\x0x97;"
[1309] test case-fold "\x0xe1;\x0xb9;\x0x98;" "\x0xe1;\x0xb9;\x0x99;"
[1310] test case-fold "\x0xe1;\x0xb9;\x0x9a;" "\x0xe1;\x0xb9;\x0x9b;"
[1311] test case-fold "\x0xe1;\x0xb9;\x0x9c;" "\x0xe1;\x0xb9;\x0x9d;"
[1312] test case-fold "\x0xe1;\x0xb9;\x0x9e;" "\x0xe1;\x0xb9;\x0x9f;"
[1313] test case-fold "\x0xe1;\x0xb9;\x0xa0;" "\x0xe1;\x0xb9;\x0xa1;"
[1314] test case-fold "\x0xe1;\x0xb9;\x0xa2;" "\x0xe1;\x0xb9;\x0xa3;"
[1315] test case-fold "\x0xe1;\x0xb9;\x0xa4;" "\x0xe1;\x0xb9;\x0xa5;"
[1316] test case-fold "\x0xe1;\x0xb9;\x0xa6;" "\x0xe1;\x0xb9;\x0xa7;"
[1317] test case-fold "\x0xe1;\x0xb9;\x0xa8;" "\x0xe1;\x0xb9;\x0xa9;"
[1318] test case-fold "\x0xe1;\x0xb9;\x0xaa;" "\x0xe1;\x0xb9;\x0xab;"
[1319] test case-fold "\x0xe1;\x0xb9;\x0xac;" "\x0xe1;\x0xb9;\x0xad;"
[1320] test case-fold "\x0xe1;\x0xb9;\x0xae;" "\x0xe1;\x0xb9;\x0xaf;"
[1321] test case-fold "\x0xe1;\x0xb9;\x0xb0;" "\x0xe1;\x0xb9;\x0xb1;"
[1322] test case-fold "\x0xe1;\x0xb9;\x0xb2;" "\x0xe1;\x0xb9;\x0xb3;"
[1323] test case-fold "\x0xe1;\x0xb9;\x0xb4;" "\x0xe1;\x0xb9;\x0xb5;"
[1324] test case-fold "\x0xe1;\x0xb9;\x0xb6;" "\x0xe1;\x0xb9;\x0xb7;"
[1325] test case-fold "\x0xe1;\x0xb9;\x0xb8;" "\x0xe1;\x0xb9;\x0xb9;"
[1326] test case-fold "\x0xe1;\x0xb9;\x0xba;" "\x0xe1;\x0xb9;\x0xbb;"
[1327] test case-fold "\x0xe1;\x0xb9;\x0xbc;" "\x0xe1;\x0xb9;\x0xbd;"
[1328] test case-fold "\x0xe1;\x0xb9;\x0xbe;" "\x0xe1;\x0xb9;\x0xbf;"
[1329] test case-fold "\x0xe1;\x0xba;\x0x80;" "\x0xe1;\x0xba;\x0x81;"
[1330] test case-fold "\x0xe1;\x0xba;\x0x82;" "\x0xe1;\x0xba;\x0x83;"
[1331] test case-fold "\x0xe1;\x0xba;\x0x84;" "\x0xe1;\x0xba;\x0x85;"
[1332] test case-fold "\x0xe1;\x0xba;\x0x86;" "\x0xe1;\x0xba;\x0x87;"
[1333] test case-fold "\x0xe1;\x0xba;\x0x88;" "\x0xe1;\x0xba;\x0x89;"
[1334] test case-fold "\x0xe1;\x0xba;\x0x8a;" "\x0xe1;\x0xba;\x0x8b;"
[1335] test case-fold "\x0xe1;\x0xba;\x0x8c;" "\x0xe1;\x0xba;\x0x8d;"
[1336] test case-fold "\x0xe1;\x0xba;\x0x8e;" "\x0xe1;\x0xba;\x0x8f;"
[1337] test case-fold "\x0xe1;\x0xba;\x0x90;" "\x0xe1;\x0xba;\x0x91;"
[1338] test case-fold "\x0xe1;\x0xba;\x0x92;" "\x0xe1;\x0xba;\x0x93;"
[1339] test case-fold "\x0xe1;\x0xba;\x0x94;" "\x0xe1;\x0xba;\x0x95;"
[1340] test case-fold "\x0xe1;\x0xba;\x0x96;" "h\x0xcc;\x0xb1;"
[1341] test case-fold "\x0xe1;\x0xba;\x0x97;" "t\x0xcc;\x0x88;"
[1342] test case-fold "\x0xe1;\x0xba;\x0x98;" "w\x0xcc;\x0x8a;"
[1343] test case-fold "\x0xe1;\x0xba;\x0x99;" "y\x0xcc;\x0x8a;"
[1344] test case-fold "\x0xe1;\x0xba;\x0x9a;" "a\x0xca;\x0xbe;"
[1345] test case-fold "\x0xe1;\x0xba;\x0x9b;" "\x0xe1;\x0xb9;\x0xa1;"
[1346] test case-fold "\x0xe1;\x0xba;\x0xa0;" "\x0xe1;\x0xba;\x0xa1;"
[1347] test case-fold "\x0xe1;\x0xba;\x0xa2;" "\x0xe1;\x0xba;\x0xa3;"
[1348] test case-fold "\x0xe1;\x0xba;\x0xa4;" "\x0xe1;\x0xba;\x0xa5;"
[1349] test case-fold "\x0xe1;\x0xba;\x0xa6;" "\x0xe1;\x0xba;\x0xa7;"
[1350] test case-fold "\x0xe1;\x0xba;\x0xa8;" "\x0xe1;\x0xba;\x0xa9;"
[1351] test case-fold "\x0xe1;\x0xba;\x0xaa;" "\x0xe1;\x0xba;\x0xab;"
[1352] test case-fold "\x0xe1;\x0xba;\x0xac;" "\x0xe1;\x0xba;\x0xad;"
[1353] test case-fold "\x0xe1;\x0xba;\x0xae;" "\x0xe1;\x0xba;\x0xaf;"
[1354] test case-fold "\x0xe1;\x0xba;\x0xb0;" "\x0xe1;\x0xba;\x0xb1;"
[1355] test case-fold "\x0xe1;\x0xba;\x0xb2;" "\x0xe1;\x0xba;\x0xb3;"
[1356] test case-fold "\x0xe1;\x0xba;\x0xb4;" "\x0xe1;\x0xba;\x0xb5;"
[1357] test case-fold "\x0xe1;\x0xba;\x0xb6;" "\x0xe1;\x0xba;\x0xb7;"
[1358] test case-fold "\x0xe1;\x0xba;\x0xb8;" "\x0xe1;\x0xba;\x0xb9;"
[1359] test case-fold "\x0xe1;\x0xba;\x0xba;" "\x0xe1;\x0xba;\x0xbb;"
[1360] test case-fold "\x0xe1;\x0xba;\x0xbc;" "\x0xe1;\x0xba;\x0xbd;"
[1361] test case-fold "\x0xe1;\x0xba;\x0xbe;" "\x0xe1;\x0xba;\x0xbf;"
[1362] test case-fold "\x0xe1;\x0xbb;\x0x80;" "\x0xe1;\x0xbb;\x0x81;"
[1363] test case-fold "\x0xe1;\x0xbb;\x0x82;" "\x0xe1;\x0xbb;\x0x83;"
[1364] test case-fold "\x0xe1;\x0xbb;\x0x84;" "\x0xe1;\x0xbb;\x0x85;"
[1365] test case-fold "\x0xe1;\x0xbb;\x0x86;" "\x0xe1;\x0xbb;\x0x87;"
[1366] test case-fold "\x0xe1;\x0xbb;\x0x88;" "\x0xe1;\x0xbb;\x0x89;"
[1367] test case-fold "\x0xe1;\x0xbb;\x0x8a;" "\x0xe1;\x0xbb;\x0x8b;"
[1368] test case-fold "\x0xe1;\x0xbb;\x0x8c;" "\x0xe1;\x0xbb;\x0x8d;"
[1369] test case-fold "\x0xe1;\x0xbb;\x0x8e;" "\x0xe1;\x0xbb;\x0x8f;"
[1370] test case-fold "\x0xe1;\x0xbb;\x0x90;" "\x0xe1;\x0xbb;\x0x91;"
[1371] test case-fold "\x0xe1;\x0xbb;\x0x92;" "\x0xe1;\x0xbb;\x0x93;"
[1372] test case-fold "\x0xe1;\x0xbb;\x0x94;" "\x0xe1;\x0xbb;\x0x95;"
[1373] test case-fold "\x0xe1;\x0xbb;\x0x96;" "\x0xe1;\x0xbb;\x0x97;"
[1374] test case-fold "\x0xe1;\x0xbb;\x0x98;" "\x0xe1;\x0xbb;\x0x99;"
[1375] test case-fold "\x0xe1;\x0xbb;\x0x9a;" "\x0xe1;\x0xbb;\x0x9b;"
[1376] test case-fold "\x0xe1;\x0xbb;\x0x9c;" "\x0xe1;\x0xbb;\x0x9d;"
[1377] test case-fold "\x0xe1;\x0xbb;\x0x9e;" "\x0xe1;\x0xbb;\x0x9f;"
[1378] test case-fold "\x0xe1;\x0xbb;\x0xa0;" "\x0xe1;\x0xbb;\x0xa1;"
[1379] test case-fold "\x0xe1;\x0xbb;\x0xa2;" "\x0xe1;\x0xbb;\x0xa3;"
[1380] test case-fold "\x0xe1;\x0xbb;\x0xa4;" "\x0xe1;\x0xbb;\x0xa5;"
[1381] test case-fold "\x0xe1;\x0xbb;\x0xa6;" "\x0xe1;\x0xbb;\x0xa7;"
[1382] test case-fold "\x0xe1;\x0xbb;\x0xa8;" "\x0xe1;\x0xbb;\x0xa9;"
[1383] test case-fold "\x0xe1;\x0xbb;\x0xaa;" "\x0xe1;\x0xbb;\x0xab;"
[1384] test case-fold "\x0xe1;\x0xbb;\x0xac;" "\x0xe1;\x0xbb;\x0xad;"
[1385] test case-fold "\x0xe1;\x0xbb;\x0xae;" "\x0xe1;\x0xbb;\x0xaf;"
[1386] test case-fold "\x0xe1;\x0xbb;\x0xb0;" "\x0xe1;\x0xbb;\x0xb1;"
[1387] test case-fold "\x0xe1;\x0xbb;\x0xb2;" "\x0xe1;\x0xbb;\x0xb3;"
[1388] test case-fold "\x0xe1;\x0xbb;\x0xb4;" "\x0xe1;\x0xbb;\x0xb5;"
[1389] test case-fold "\x0xe1;\x0xbb;\x0xb6;" "\x0xe1;\x0xbb;\x0xb7;"
[1390] test case-fold "\x0xe1;\x0xbb;\x0xb8;" "\x0xe1;\x0xbb;\x0xb9;"
[1391] test case-fold "\x0xe1;\x0xbc;\x0x88;" "\x0xe1;\x0xbc;\x0x80;"
[1392] test case-fold "\x0xe1;\x0xbc;\x0x89;" "\x0xe1;\x0xbc;\x0x81;"
[1393] test case-fold "\x0xe1;\x0xbc;\x0x8a;" "\x0xe1;\x0xbc;\x0x82;"
[1394] test case-fold "\x0xe1;\x0xbc;\x0x8b;" "\x0xe1;\x0xbc;\x0x83;"
[1395] test case-fold "\x0xe1;\x0xbc;\x0x8c;" "\x0xe1;\x0xbc;\x0x84;"
[1396] test case-fold "\x0xe1;\x0xbc;\x0x8d;" "\x0xe1;\x0xbc;\x0x85;"
[1397] test case-fold "\x0xe1;\x0xbc;\x0x8e;" "\x0xe1;\x0xbc;\x0x86;"
[1398] test case-fold "\x0xe1;\x0xbc;\x0x8f;" "\x0xe1;\x0xbc;\x0x87;"
[1399] test case-fold "\x0xe1;\x0xbc;\x0x98;" "\x0xe1;\x0xbc;\x0x90;"
[1400] test case-fold "\x0xe1;\x0xbc;\x0x99;" "\x0xe1;\x0xbc;\x0x91;"
[1401] test case-fold "\x0xe1;\x0xbc;\x0x9a;" "\x0xe1;\x0xbc;\x0x92;"
[1402] test case-fold "\x0xe1;\x0xbc;\x0x9b;" "\x0xe1;\x0xbc;\x0x93;"
[1403] test case-fold "\x0xe1;\x0xbc;\x0x9c;" "\x0xe1;\x0xbc;\x0x94;"
[1404] test case-fold "\x0xe1;\x0xbc;\x0x9d;" "\x0xe1;\x0xbc;\x0x95;"
[1405] test case-fold "\x0xe1;\x0xbc;\x0xa8;" "\x0xe1;\x0xbc;\x0xa0;"
[1406] test case-fold "\x0xe1;\x0xbc;\x0xa9;" "\x0xe1;\x0xbc;\x0xa1;"
[1407] test case-fold "\x0xe1;\x0xbc;\x0xaa;" "\x0xe1;\x0xbc;\x0xa2;"
[1408] test case-fold "\x0xe1;\x0xbc;\x0xab;" "\x0xe1;\x0xbc;\x0xa3;"
[1409] test case-fold "\x0xe1;\x0xbc;\x0xac;" "\x0xe1;\x0xbc;\x0xa4;"
[1410] test case-fold "\x0xe1;\x0xbc;\x0xad;" "\x0xe1;\x0xbc;\x0xa5;"
[1411] test case-fold "\x0xe1;\x0xbc;\x0xae;" "\x0xe1;\x0xbc;\x0xa6;"
[1412] test case-fold "\x0xe1;\x0xbc;\x0xaf;" "\x0xe1;\x0xbc;\x0xa7;"
[1413] test case-fold "\x0xe1;\x0xbc;\x0xb8;" "\x0xe1;\x0xbc;\x0xb0;"
[1414] test case-fold "\x0xe1;\x0xbc;\x0xb9;" "\x0xe1;\x0xbc;\x0xb1;"
[1415] test case-fold "\x0xe1;\x0xbc;\x0xba;" "\x0xe1;\x0xbc;\x0xb2;"
[1416] test case-fold "\x0xe1;\x0xbc;\x0xbb;" "\x0xe1;\x0xbc;\x0xb3;"
[1417] test case-fold "\x0xe1;\x0xbc;\x0xbc;" "\x0xe1;\x0xbc;\x0xb4;"
[1418] test case-fold "\x0xe1;\x0xbc;\x0xbd;" "\x0xe1;\x0xbc;\x0xb5;"
[1419] test case-fold "\x0xe1;\x0xbc;\x0xbe;" "\x0xe1;\x0xbc;\x0xb6;"
[1420] test case-fold "\x0xe1;\x0xbc;\x0xbf;" "\x0xe1;\x0xbc;\x0xb7;"
[1421] test case-fold "\x0xe1;\x0xbd;\x0x88;" "\x0xe1;\x0xbd;\x0x80;"
[1422] test case-fold "\x0xe1;\x0xbd;\x0x89;" "\x0xe1;\x0xbd;\x0x81;"
[1423] test case-fold "\x0xe1;\x0xbd;\x0x8a;" "\x0xe1;\x0xbd;\x0x82;"
[1424] test case-fold "\x0xe1;\x0xbd;\x0x8b;" "\x0xe1;\x0xbd;\x0x83;"
[1425] test case-fold "\x0xe1;\x0xbd;\x0x8c;" "\x0xe1;\x0xbd;\x0x84;"
[1426] test case-fold "\x0xe1;\x0xbd;\x0x8d;" "\x0xe1;\x0xbd;\x0x85;"
[1427] test case-fold "\x0xe1;\x0xbd;\x0x90;" "\x0xcf;\x0x85;\x0xcc;\x0x93;"
[1428] test case-fold "\x0xe1;\x0xbd;\x0x92;" "\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcc;\x0x80;"
[1429] test case-fold "\x0xe1;\x0xbd;\x0x94;" "\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcc;\x0x81;"
[1430] test case-fold "\x0xe1;\x0xbd;\x0x96;" "\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcd;\x0x82;"
[1431] test case-fold "\x0xe1;\x0xbd;\x0x99;" "\x0xe1;\x0xbd;\x0x91;"
[1432] test case-fold "\x0xe1;\x0xbd;\x0x9b;" "\x0xe1;\x0xbd;\x0x93;"
[1433] test case-fold "\x0xe1;\x0xbd;\x0x9d;" "\x0xe1;\x0xbd;\x0x95;"
[1434] test case-fold "\x0xe1;\x0xbd;\x0x9f;" "\x0xe1;\x0xbd;\x0x97;"
[1435] test case-fold "\x0xe1;\x0xbd;\x0xa8;" "\x0xe1;\x0xbd;\x0xa0;"
[1436] test case-fold "\x0xe1;\x0xbd;\x0xa9;" "\x0xe1;\x0xbd;\x0xa1;"
[1437] test case-fold "\x0xe1;\x0xbd;\x0xaa;" "\x0xe1;\x0xbd;\x0xa2;"
[1438] test case-fold "\x0xe1;\x0xbd;\x0xab;" "\x0xe1;\x0xbd;\x0xa3;"
[1439] test case-fold "\x0xe1;\x0xbd;\x0xac;" "\x0xe1;\x0xbd;\x0xa4;"
[1440] test case-fold "\x0xe1;\x0xbd;\x0xad;" "\x0xe1;\x0xbd;\x0xa5;"
[1441] test case-fold "\x0xe1;\x0xbd;\x0xae;" "\x0xe1;\x0xbd;\x0xa6;"
[1442] test case-fold "\x0xe1;\x0xbd;\x0xaf;" "\x0xe1;\x0xbd;\x0xa7;"
[1443] test case-fold "\x0xe1;\x0xbe;\x0x80;" "\x0xe1;\x0xbc;\x0x80;\x0xce;\x0xb9;"
[1444] test case-fold "\x0xe1;\x0xbe;\x0x81;" "\x0xe1;\x0xbc;\x0x81;\x0xce;\x0xb9;"
[1445] test case-fold "\x0xe1;\x0xbe;\x0x82;" "\x0xe1;\x0xbc;\x0x82;\x0xce;\x0xb9;"
[1446] test case-fold "\x0xe1;\x0xbe;\x0x83;" "\x0xe1;\x0xbc;\x0x83;\x0xce;\x0xb9;"
[1447] test case-fold "\x0xe1;\x0xbe;\x0x84;" "\x0xe1;\x0xbc;\x0x84;\x0xce;\x0xb9;"
[1448] test case-fold "\x0xe1;\x0xbe;\x0x85;" "\x0xe1;\x0xbc;\x0x85;\x0xce;\x0xb9;"
[1449] test case-fold "\x0xe1;\x0xbe;\x0x86;" "\x0xe1;\x0xbc;\x0x86;\x0xce;\x0xb9;"
[1450] test case-fold "\x0xe1;\x0xbe;\x0x87;" "\x0xe1;\x0xbc;\x0x87;\x0xce;\x0xb9;"
[1451] test case-fold "\x0xe1;\x0xbe;\x0x88;" "\x0xe1;\x0xbc;\x0x80;\x0xce;\x0xb9;"
[1452] test case-fold "\x0xe1;\x0xbe;\x0x89;" "\x0xe1;\x0xbc;\x0x81;\x0xce;\x0xb9;"
[1453] test case-fold "\x0xe1;\x0xbe;\x0x8a;" "\x0xe1;\x0xbc;\x0x82;\x0xce;\x0xb9;"
[1454] test case-fold "\x0xe1;\x0xbe;\x0x8b;" "\x0xe1;\x0xbc;\x0x83;\x0xce;\x0xb9;"
[1455] test case-fold "\x0xe1;\x0xbe;\x0x8c;" "\x0xe1;\x0xbc;\x0x84;\x0xce;\x0xb9;"
[1456] test case-fold "\x0xe1;\x0xbe;\x0x8d;" "\x0xe1;\x0xbc;\x0x85;\x0xce;\x0xb9;"
[1457] test case-fold "\x0xe1;\x0xbe;\x0x8e;" "\x0xe1;\x0xbc;\x0x86;\x0xce;\x0xb9;"
[1458] test case-fold "\x0xe1;\x0xbe;\x0x8f;" "\x0xe1;\x0xbc;\x0x87;\x0xce;\x0xb9;"
[1459] test case-fold "\x0xe1;\x0xbe;\x0x90;" "\x0xe1;\x0xbc;\x0xa0;\x0xce;\x0xb9;"
[1460] test case-fold "\x0xe1;\x0xbe;\x0x91;" "\x0xe1;\x0xbc;\x0xa1;\x0xce;\x0xb9;"
[1461] test case-fold "\x0xe1;\x0xbe;\x0x92;" "\x0xe1;\x0xbc;\x0xa2;\x0xce;\x0xb9;"
[1462] test case-fold "\x0xe1;\x0xbe;\x0x93;" "\x0xe1;\x0xbc;\x0xa3;\x0xce;\x0xb9;"
[1463] test case-fold "\x0xe1;\x0xbe;\x0x94;" "\x0xe1;\x0xbc;\x0xa4;\x0xce;\x0xb9;"
[1464] test case-fold "\x0xe1;\x0xbe;\x0x95;" "\x0xe1;\x0xbc;\x0xa5;\x0xce;\x0xb9;"
[1465] test case-fold "\x0xe1;\x0xbe;\x0x96;" "\x0xe1;\x0xbc;\x0xa6;\x0xce;\x0xb9;"
[1466] test case-fold "\x0xe1;\x0xbe;\x0x97;" "\x0xe1;\x0xbc;\x0xa7;\x0xce;\x0xb9;"
[1467] test case-fold "\x0xe1;\x0xbe;\x0x98;" "\x0xe1;\x0xbc;\x0xa0;\x0xce;\x0xb9;"
[1468] test case-fold "\x0xe1;\x0xbe;\x0x99;" "\x0xe1;\x0xbc;\x0xa1;\x0xce;\x0xb9;"
[1469] test case-fold "\x0xe1;\x0xbe;\x0x9a;" "\x0xe1;\x0xbc;\x0xa2;\x0xce;\x0xb9;"
[1470] test case-fold "\x0xe1;\x0xbe;\x0x9b;" "\x0xe1;\x0xbc;\x0xa3;\x0xce;\x0xb9;"
[1471] test case-fold "\x0xe1;\x0xbe;\x0x9c;" "\x0xe1;\x0xbc;\x0xa4;\x0xce;\x0xb9;"
[1472] test case-fold "\x0xe1;\x0xbe;\x0x9d;" "\x0xe1;\x0xbc;\x0xa5;\x0xce;\x0xb9;"
[1473] test case-fold "\x0xe1;\x0xbe;\x0x9e;" "\x0xe1;\x0xbc;\x0xa6;\x0xce;\x0xb9;"
[1474] test case-fold "\x0xe1;\x0xbe;\x0x9f;" "\x0xe1;\x0xbc;\x0xa7;\x0xce;\x0xb9;"
[1475] test case-fold "\x0xe1;\x0xbe;\x0xa0;" "\x0xe1;\x0xbd;\x0xa0;\x0xce;\x0xb9;"
[1476] test case-fold "\x0xe1;\x0xbe;\x0xa1;" "\x0xe1;\x0xbd;\x0xa1;\x0xce;\x0xb9;"
[1477] test case-fold "\x0xe1;\x0xbe;\x0xa2;" "\x0xe1;\x0xbd;\x0xa2;\x0xce;\x0xb9;"
[1478] test case-fold "\x0xe1;\x0xbe;\x0xa3;" "\x0xe1;\x0xbd;\x0xa3;\x0xce;\x0xb9;"
[1479] test case-fold "\x0xe1;\x0xbe;\x0xa4;" "\x0xe1;\x0xbd;\x0xa4;\x0xce;\x0xb9;"
[1480] test case-fold "\x0xe1;\x0xbe;\x0xa5;" "\x0xe1;\x0xbd;\x0xa5;\x0xce;\x0xb9;"
[1481] test case-fold "\x0xe1;\x0xbe;\x0xa6;" "\x0xe1;\x0xbd;\x0xa6;\x0xce;\x0xb9;"
[1482] test case-fold "\x0xe1;\x0xbe;\x0xa7;" "\x0xe1;\x0xbd;\x0xa7;\x0xce;\x0xb9;"
[1483] test case-fold "\x0xe1;\x0xbe;\x0xa8;" "\x0xe1;\x0xbd;\x0xa0;\x0xce;\x0xb9;"
[1484] test case-fold "\x0xe1;\x0xbe;\x0xa9;" "\x0xe1;\x0xbd;\x0xa1;\x0xce;\x0xb9;"
[1485] test case-fold "\x0xe1;\x0xbe;\x0xaa;" "\x0xe1;\x0xbd;\x0xa2;\x0xce;\x0xb9;"
[1486] test case-fold "\x0xe1;\x0xbe;\x0xab;" "\x0xe1;\x0xbd;\x0xa3;\x0xce;\x0xb9;"
[1487] test case-fold "\x0xe1;\x0xbe;\x0xac;" "\x0xe1;\x0xbd;\x0xa4;\x0xce;\x0xb9;"
[1488] test case-fold "\x0xe1;\x0xbe;\x0xad;" "\x0xe1;\x0xbd;\x0xa5;\x0xce;\x0xb9;"
[1489] test case-fold "\x0xe1;\x0xbe;\x0xae;" "\x0xe1;\x0xbd;\x0xa6;\x0xce;\x0xb9;"
[1490] test case-fold "\x0xe1;\x0xbe;\x0xaf;" "\x0xe1;\x0xbd;\x0xa7;\x0xce;\x0xb9;"
[1491] test case-fold "\x0xe1;\x0xbe;\x0xb2;" "\x0xe1;\x0xbd;\x0xb0;\x0xce;\x0xb9;"
[1492] test case-fold "\x0xe1;\x0xbe;\x0xb3;" "\x0xce;\x0xb1;\x0xce;\x0xb9;"
[1493] test case-fold "\x0xe1;\x0xbe;\x0xb4;" "\x0xce;\x0xac;\x0xce;\x0xb9;"
[1494] test case-fold "\x0xe1;\x0xbe;\x0xb6;" "\x0xce;\x0xb1;\x0xcd;\x0x82;"
[1495] test case-fold "\x0xe1;\x0xbe;\x0xb7;" "\x0xce;\x0xb1;\x0xcd;\x0x82;\x0xce;\x0xb9;"
[1496] test case-fold "\x0xe1;\x0xbe;\x0xb8;" "\x0xe1;\x0xbe;\x0xb0;"
[1497] test case-fold "\x0xe1;\x0xbe;\x0xb9;" "\x0xe1;\x0xbe;\x0xb1;"
[1498] test case-fold "\x0xe1;\x0xbe;\x0xba;" "\x0xe1;\x0xbd;\x0xb0;"
[1499] test case-fold "\x0xe1;\x0xbe;\x0xbb;" "\x0xe1;\x0xbd;\x0xb1;"
[1500] test case-fold "\x0xe1;\x0xbe;\x0xbc;" "\x0xce;\x0xb1;\x0xce;\x0xb9;"
[1501] test case-fold "\x0xe1;\x0xbe;\x0xbe;" "\x0xce;\x0xb9;"
[1502] test case-fold "\x0xe1;\x0xbf;\x0x82;" "\x0xe1;\x0xbd;\x0xb4;\x0xce;\x0xb9;"
[1503] test case-fold "\x0xe1;\x0xbf;\x0x83;" "\x0xce;\x0xb7;\x0xce;\x0xb9;"
[1504] test case-fold "\x0xe1;\x0xbf;\x0x84;" "\x0xce;\x0xae;\x0xce;\x0xb9;"
[1505] test case-fold "\x0xe1;\x0xbf;\x0x86;" "\x0xce;\x0xb7;\x0xcd;\x0x82;"
[1506] test case-fold "\x0xe1;\x0xbf;\x0x87;" "\x0xce;\x0xb7;\x0xcd;\x0x82;\x0xce;\x0xb9;"
[1507] test case-fold "\x0xe1;\x0xbf;\x0x88;" "\x0xe1;\x0xbd;\x0xb2;"
[1508] test case-fold "\x0xe1;\x0xbf;\x0x89;" "\x0xe1;\x0xbd;\x0xb3;"
[1509] test case-fold "\x0xe1;\x0xbf;\x0x8a;" "\x0xe1;\x0xbd;\x0xb4;"
[1510] test case-fold "\x0xe1;\x0xbf;\x0x8b;" "\x0xe1;\x0xbd;\x0xb5;"
[1511] test case-fold "\x0xe1;\x0xbf;\x0x8c;" "\x0xce;\x0xb7;\x0xce;\x0xb9;"
[1512] test case-fold "\x0xe1;\x0xbf;\x0x92;" "\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcc;\x0x80;"
[1513] test case-fold "\x0xe1;\x0xbf;\x0x93;" "\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcc;\x0x81;"
[1514] test case-fold "\x0xe1;\x0xbf;\x0x96;" "\x0xce;\x0xb9;\x0xcd;\x0x82;"
[1515] test case-fold "\x0xe1;\x0xbf;\x0x97;" "\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcd;\x0x82;"
[1516] test case-fold "\x0xe1;\x0xbf;\x0x98;" "\x0xe1;\x0xbf;\x0x90;"
[1517] test case-fold "\x0xe1;\x0xbf;\x0x99;" "\x0xe1;\x0xbf;\x0x91;"
[1518] test case-fold "\x0xe1;\x0xbf;\x0x9a;" "\x0xe1;\x0xbd;\x0xb6;"
[1519] test case-fold "\x0xe1;\x0xbf;\x0x9b;" "\x0xe1;\x0xbd;\x0xb7;"
[1520] test case-fold "\x0xe1;\x0xbf;\x0xa2;" "\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcc;\x0x80;"
[1521] test case-fold "\x0xe1;\x0xbf;\x0xa3;" "\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcc;\x0x81;"
[1522] test case-fold "\x0xe1;\x0xbf;\x0xa4;" "\x0xcf;\x0x81;\x0xcc;\x0x93;"
[1523] test case-fold "\x0xe1;\x0xbf;\x0xa6;" "\x0xcf;\x0x85;\x0xcd;\x0x82;"
[1524] test case-fold "\x0xe1;\x0xbf;\x0xa7;" "\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcd;\x0x82;"
[1525] test case-fold "\x0xe1;\x0xbf;\x0xa8;" "\x0xe1;\x0xbf;\x0xa0;"
[1526] test case-fold "\x0xe1;\x0xbf;\x0xa9;" "\x0xe1;\x0xbf;\x0xa1;"
[1527] test case-fold "\x0xe1;\x0xbf;\x0xaa;" "\x0xe1;\x0xbd;\x0xba;"
[1528] test case-fold "\x0xe1;\x0xbf;\x0xab;" "\x0xe1;\x0xbd;\x0xbb;"
[1529] test case-fold "\x0xe1;\x0xbf;\x0xac;" "\x0xe1;\x0xbf;\x0xa5;"
[1530] test case-fold "\x0xe1;\x0xbf;\x0xb2;" "\x0xe1;\x0xbd;\x0xbc;\x0xce;\x0xb9;"
[1531] test case-fold "\x0xe1;\x0xbf;\x0xb3;" "\x0xcf;\x0x89;\x0xce;\x0xb9;"
[1532] test case-fold "\x0xe1;\x0xbf;\x0xb4;" "\x0xcf;\x0x8e;\x0xce;\x0xb9;"
[1533] test case-fold "\x0xe1;\x0xbf;\x0xb6;" "\x0xcf;\x0x89;\x0xcd;\x0x82;"
[1534] test case-fold "\x0xe1;\x0xbf;\x0xb7;" "\x0xcf;\x0x89;\x0xcd;\x0x82;\x0xce;\x0xb9;"
[1535] test case-fold "\x0xe1;\x0xbf;\x0xb8;" "\x0xe1;\x0xbd;\x0xb8;"
[1536] test case-fold "\x0xe1;\x0xbf;\x0xb9;" "\x0xe1;\x0xbd;\x0xb9;"
[1537] test case-fold "\x0xe1;\x0xbf;\x0xba;" "\x0xe1;\x0xbd;\x0xbc;"
[1538] test case-fold "\x0xe1;\x0xbf;\x0xbb;" "\x0xe1;\x0xbd;\x0xbd;"
[1539] test case-fold "\x0xe1;\x0xbf;\x0xbc;" "\x0xcf;\x0x89;\x0xce;\x0xb9;"
[1540] test case-fold "\x0xe2;\x0x84;\x0xa6;" "\x0xcf;\x0x89;"
[1541] test case-fold "\x0xe2;\x0x84;\x0xaa;" "k"
[1542] test case-fold "\x0xe2;\x0x84;\x0xab;" "\x0xc3;\x0xa5;"
[1543] test case-fold "\x0xe2;\x0x84;\x0xb2;" "\x0xe2;\x0x85;\x0x8e;"
[1544] test case-fold "\x0xe2;\x0x85;\x0xa0;" "\x0xe2;\x0x85;\x0xb0;"
[1545] test case-fold "\x0xe2;\x0x85;\x0xa1;" "\x0xe2;\x0x85;\x0xb1;"
[1546] test case-fold "\x0xe2;\x0x85;\x0xa2;" "\x0xe2;\x0x85;\x0xb2;"
[1547] test case-fold "\x0xe2;\x0x85;\x0xa3;" "\x0xe2;\x0x85;\x0xb3;"
[1548] test case-fold "\x0xe2;\x0x85;\x0xa4;" "\x0xe2;\x0x85;\x0xb4;"
[1549] test case-fold "\x0xe2;\x0x85;\x0xa5;" "\x0xe2;\x0x85;\x0xb5;"
[1550] test case-fold "\x0xe2;\x0x85;\x0xa6;" "\x0xe2;\x0x85;\x0xb6;"
[1551] test case-fold "\x0xe2;\x0x85;\x0xa7;" "\x0xe2;\x0x85;\x0xb7;"
[1552] test case-fold "\x0xe2;\x0x85;\x0xa8;" "\x0xe2;\x0x85;\x0xb8;"
[1553] test case-fold "\x0xe2;\x0x85;\x0xa9;" "\x0xe2;\x0x85;\x0xb9;"
[1554] test case-fold "\x0xe2;\x0x85;\x0xaa;" "\x0xe2;\x0x85;\x0xba;"
[1555] test case-fold "\x0xe2;\x0x85;\x0xab;" "\x0xe2;\x0x85;\x0xbb;"
[1556] test case-fold "\x0xe2;\x0x85;\x0xac;" "\x0xe2;\x0x85;\x0xbc;"
[1557] test case-fold "\x0xe2;\x0x85;\x0xad;" "\x0xe2;\x0x85;\x0xbd;"
[1558] test case-fold "\x0xe2;\x0x85;\x0xae;" "\x0xe2;\x0x85;\x0xbe;"
[1559] test case-fold "\x0xe2;\x0x85;\x0xaf;" "\x0xe2;\x0x85;\x0xbf;"
[1560] test case-fold "\x0xe2;\x0x86;\x0x83;" "\x0xe2;\x0x86;\x0x84;"
[1561] test case-fold "\x0xe2;\x0x92;\x0xb6;" "\x0xe2;\x0x93;\x0x90;"
[1562] test case-fold "\x0xe2;\x0x92;\x0xb7;" "\x0xe2;\x0x93;\x0x91;"
[1563] test case-fold "\x0xe2;\x0x92;\x0xb8;" "\x0xe2;\x0x93;\x0x92;"
[1564] test case-fold "\x0xe2;\x0x92;\x0xb9;" "\x0xe2;\x0x93;\x0x93;"
[1565] test case-fold "\x0xe2;\x0x92;\x0xba;" "\x0xe2;\x0x93;\x0x94;"
[1566] test case-fold "\x0xe2;\x0x92;\x0xbb;" "\x0xe2;\x0x93;\x0x95;"
[1567] test case-fold "\x0xe2;\x0x92;\x0xbc;" "\x0xe2;\x0x93;\x0x96;"
[1568] test case-fold "\x0xe2;\x0x92;\x0xbd;" "\x0xe2;\x0x93;\x0x97;"
[1569] test case-fold "\x0xe2;\x0x92;\x0xbe;" "\x0xe2;\x0x93;\x0x98;"
[1570] test case-fold "\x0xe2;\x0x92;\x0xbf;" "\x0xe2;\x0x93;\x0x99;"
[1571] test case-fold "\x0xe2;\x0x93;\x0x80;" "\x0xe2;\x0x93;\x0x9a;"
[1572] test case-fold "\x0xe2;\x0x93;\x0x81;" "\x0xe2;\x0x93;\x0x9b;"
[1573] test case-fold "\x0xe2;\x0x93;\x0x82;" "\x0xe2;\x0x93;\x0x9c;"
[1574] test case-fold "\x0xe2;\x0x93;\x0x83;" "\x0xe2;\x0x93;\x0x9d;"
[1575] test case-fold "\x0xe2;\x0x93;\x0x84;" "\x0xe2;\x0x93;\x0x9e;"
[1576] test case-fold "\x0xe2;\x0x93;\x0x85;" "\x0xe2;\x0x93;\x0x9f;"
[1577] test case-fold "\x0xe2;\x0x93;\x0x86;" "\x0xe2;\x0x93;\x0xa0;"
[1578] test case-fold "\x0xe2;\x0x93;\x0x87;" "\x0xe2;\x0x93;\x0xa1;"
[1579] test case-fold "\x0xe2;\x0x93;\x0x88;" "\x0xe2;\x0x93;\x0xa2;"
[1580] test case-fold "\x0xe2;\x0x93;\x0x89;" "\x0xe2;\x0x93;\x0xa3;"
[1581] test case-fold "\x0xe2;\x0x93;\x0x8a;" "\x0xe2;\x0x93;\x0xa4;"
[1582] test case-fold "\x0xe2;\x0x93;\x0x8b;" "\x0xe2;\x0x93;\x0xa5;"
[1583] test case-fold "\x0xe2;\x0x93;\x0x8c;" "\x0xe2;\x0x93;\x0xa6;"
[1584] test case-fold "\x0xe2;\x0x93;\x0x8d;" "\x0xe2;\x0x93;\x0xa7;"
[1585] test case-fold "\x0xe2;\x0x93;\x0x8e;" "\x0xe2;\x0x93;\x0xa8;"
[1586] test case-fold "\x0xe2;\x0x93;\x0x8f;" "\x0xe2;\x0x93;\x0xa9;"
[1587] test case-fold "\x0xe2;\x0xb0;\x0x80;" "\x0xe2;\x0xb0;\x0xb0;"
[1588] test case-fold "\x0xe2;\x0xb0;\x0x81;" "\x0xe2;\x0xb0;\x0xb1;"
[1589] test case-fold "\x0xe2;\x0xb0;\x0x82;" "\x0xe2;\x0xb0;\x0xb2;"
[1590] test case-fold "\x0xe2;\x0xb0;\x0x83;" "\x0xe2;\x0xb0;\x0xb3;"
[1591] test case-fold "\x0xe2;\x0xb0;\x0x84;" "\x0xe2;\x0xb0;\x0xb4;"
[1592] test case-fold "\x0xe2;\x0xb0;\x0x85;" "\x0xe2;\x0xb0;\x0xb5;"
[1593] test case-fold "\x0xe2;\x0xb0;\x0x86;" "\x0xe2;\x0xb0;\x0xb6;"
[1594] test case-fold "\x0xe2;\x0xb0;\x0x87;" "\x0xe2;\x0xb0;\x0xb7;"
[1595] test case-fold "\x0xe2;\x0xb0;\x0x88;" "\x0xe2;\x0xb0;\x0xb8;"
[1596] test case-fold "\x0xe2;\x0xb0;\x0x89;" "\x0xe2;\x0xb0;\x0xb9;"
[1597] test case-fold "\x0xe2;\x0xb0;\x0x8a;" "\x0xe2;\x0xb0;\x0xba;"
[1598] test case-fold "\x0xe2;\x0xb0;\x0x8b;" "\x0xe2;\x0xb0;\x0xbb;"
[1599] test case-fold "\x0xe2;\x0xb0;\x0x8c;" "\x0xe2;\x0xb0;\x0xbc;"
[1600] test case-fold "\x0xe2;\x0xb0;\x0x8d;" "\x0xe2;\x0xb0;\x0xbd;"
[1601] test case-fold "\x0xe2;\x0xb0;\x0x8e;" "\x0xe2;\x0xb0;\x0xbe;"
[1602] test case-fold "\x0xe2;\x0xb0;\x0x8f;" "\x0xe2;\x0xb0;\x0xbf;"
[1603] test case-fold "\x0xe2;\x0xb0;\x0x90;" "\x0xe2;\x0xb1;\x0x80;"
[1604] test case-fold "\x0xe2;\x0xb0;\x0x91;" "\x0xe2;\x0xb1;\x0x81;"
[1605] test case-fold "\x0xe2;\x0xb0;\x0x92;" "\x0xe2;\x0xb1;\x0x82;"
[1606] test case-fold "\x0xe2;\x0xb0;\x0x93;" "\x0xe2;\x0xb1;\x0x83;"
[1607] test case-fold "\x0xe2;\x0xb0;\x0x94;" "\x0xe2;\x0xb1;\x0x84;"
[1608] test case-fold "\x0xe2;\x0xb0;\x0x95;" "\x0xe2;\x0xb1;\x0x85;"
[1609] test case-fold "\x0xe2;\x0xb0;\x0x96;" "\x0xe2;\x0xb1;\x0x86;"
[1610] test case-fold "\x0xe2;\x0xb0;\x0x97;" "\x0xe2;\x0xb1;\x0x87;"
[1611] test case-fold "\x0xe2;\x0xb0;\x0x98;" "\x0xe2;\x0xb1;\x0x88;"
[1612] test case-fold "\x0xe2;\x0xb0;\x0x99;" "\x0xe2;\x0xb1;\x0x89;"
[1613] test case-fold "\x0xe2;\x0xb0;\x0x9a;" "\x0xe2;\x0xb1;\x0x8a;"
[1614] test case-fold "\x0xe2;\x0xb0;\x0x9b;" "\x0xe2;\x0xb1;\x0x8b;"
[1615] test case-fold "\x0xe2;\x0xb0;\x0x9c;" "\x0xe2;\x0xb1;\x0x8c;"
[1616] test case-fold "\x0xe2;\x0xb0;\x0x9d;" "\x0xe2;\x0xb1;\x0x8d;"
[1617] test case-fold "\x0xe2;\x0xb0;\x0x9e;" "\x0xe2;\x0xb1;\x0x8e;"
[1618] test case-fold "\x0xe2;\x0xb0;\x0x9f;" "\x0xe2;\x0xb1;\x0x8f;"
[1619] test case-fold "\x0xe2;\x0xb0;\x0xa0;" "\x0xe2;\x0xb1;\x0x90;"
[1620] test case-fold "\x0xe2;\x0xb0;\x0xa1;" "\x0xe2;\x0xb1;\x0x91;"
[1621] test case-fold "\x0xe2;\x0xb0;\x0xa2;" "\x0xe2;\x0xb1;\x0x92;"
[1622] test case-fold "\x0xe2;\x0xb0;\x0xa3;" "\x0xe2;\x0xb1;\x0x93;"
[1623] test case-fold "\x0xe2;\x0xb0;\x0xa4;" "\x0xe2;\x0xb1;\x0x94;"
[1624] test case-fold "\x0xe2;\x0xb0;\x0xa5;" "\x0xe2;\x0xb1;\x0x95;"
[1625] test case-fold "\x0xe2;\x0xb0;\x0xa6;" "\x0xe2;\x0xb1;\x0x96;"
[1626] test case-fold "\x0xe2;\x0xb0;\x0xa7;" "\x0xe2;\x0xb1;\x0x97;"
[1627] test case-fold "\x0xe2;\x0xb0;\x0xa8;" "\x0xe2;\x0xb1;\x0x98;"
[1628] test case-fold "\x0xe2;\x0xb0;\x0xa9;" "\x0xe2;\x0xb1;\x0x99;"
[1629] test case-fold "\x0xe2;\x0xb0;\x0xaa;" "\x0xe2;\x0xb1;\x0x9a;"
[1630] test case-fold "\x0xe2;\x0xb0;\x0xab;" "\x0xe2;\x0xb1;\x0x9b;"
[1631] test case-fold "\x0xe2;\x0xb0;\x0xac;" "\x0xe2;\x0xb1;\x0x9c;"
[1632] test case-fold "\x0xe2;\x0xb0;\x0xad;" "\x0xe2;\x0xb1;\x0x9d;"
[1633] test case-fold "\x0xe2;\x0xb0;\x0xae;" "\x0xe2;\x0xb1;\x0x9e;"
[1634] test case-fold "\x0xe2;\x0xb1;\x0xa0;" "\x0xe2;\x0xb1;\x0xa1;"
[1635] test case-fold "\x0xe2;\x0xb1;\x0xa2;" "\x0xc9;\x0xab;"
[1636] test case-fold "\x0xe2;\x0xb1;\x0xa3;" "\x0xe1;\x0xb5;\x0xbd;"
[1637] test case-fold "\x0xe2;\x0xb1;\x0xa4;" "\x0xc9;\x0xbd;"
[1638] test case-fold "\x0xe2;\x0xb1;\x0xa7;" "\x0xe2;\x0xb1;\x0xa8;"
[1639] test case-fold "\x0xe2;\x0xb1;\x0xa9;" "\x0xe2;\x0xb1;\x0xaa;"
[1640] test case-fold "\x0xe2;\x0xb1;\x0xab;" "\x0xe2;\x0xb1;\x0xac;"
[1641] test case-fold "\x0xe2;\x0xb1;\x0xb5;" "\x0xe2;\x0xb1;\x0xb6;"
[1642] test case-fold "\x0xe2;\x0xb2;\x0x80;" "\x0xe2;\x0xb2;\x0x81;"
[1643] test case-fold "\x0xe2;\x0xb2;\x0x82;" "\x0xe2;\x0xb2;\x0x83;"
[1644] test case-fold "\x0xe2;\x0xb2;\x0x84;" "\x0xe2;\x0xb2;\x0x85;"
[1645] test case-fold "\x0xe2;\x0xb2;\x0x86;" "\x0xe2;\x0xb2;\x0x87;"
[1646] test case-fold "\x0xe2;\x0xb2;\x0x88;" "\x0xe2;\x0xb2;\x0x89;"
[1647] test case-fold "\x0xe2;\x0xb2;\x0x8a;" "\x0xe2;\x0xb2;\x0x8b;"
[1648] test case-fold "\x0xe2;\x0xb2;\x0x8c;" "\x0xe2;\x0xb2;\x0x8d;"
[1649] test case-fold "\x0xe2;\x0xb2;\x0x8e;" "\x0xe2;\x0xb2;\x0x8f;"
[1650] test case-fold "\x0xe2;\x0xb2;\x0x90;" "\x0xe2;\x0xb2;\x0x91;"
[1651] test case-fold "\x0xe2;\x0xb2;\x0x92;" "\x0xe2;\x0xb2;\x0x93;"
[1652] test case-fold "\x0xe2;\x0xb2;\x0x94;" "\x0xe2;\x0xb2;\x0x95;"
[1653] test case-fold "\x0xe2;\x0xb2;\x0x96;" "\x0xe2;\x0xb2;\x0x97;"
[1654] test case-fold "\x0xe2;\x0xb2;\x0x98;" "\x0xe2;\x0xb2;\x0x99;"
[1655] test case-fold "\x0xe2;\x0xb2;\x0x9a;" "\x0xe2;\x0xb2;\x0x9b;"
[1656] test case-fold "\x0xe2;\x0xb2;\x0x9c;" "\x0xe2;\x0xb2;\x0x9d;"
[1657] test case-fold "\x0xe2;\x0xb2;\x0x9e;" "\x0xe2;\x0xb2;\x0x9f;"
[1658] test case-fold "\x0xe2;\x0xb2;\x0xa0;" "\x0xe2;\x0xb2;\x0xa1;"
[1659] test case-fold "\x0xe2;\x0xb2;\x0xa2;" "\x0xe2;\x0xb2;\x0xa3;"
[1660] test case-fold "\x0xe2;\x0xb2;\x0xa4;" "\x0xe2;\x0xb2;\x0xa5;"
[1661] test case-fold "\x0xe2;\x0xb2;\x0xa6;" "\x0xe2;\x0xb2;\x0xa7;"
[1662] test case-fold "\x0xe2;\x0xb2;\x0xa8;" "\x0xe2;\x0xb2;\x0xa9;"
[1663] test case-fold "\x0xe2;\x0xb2;\x0xaa;" "\x0xe2;\x0xb2;\x0xab;"
[1664] test case-fold "\x0xe2;\x0xb2;\x0xac;" "\x0xe2;\x0xb2;\x0xad;"
[1665] test case-fold "\x0xe2;\x0xb2;\x0xae;" "\x0xe2;\x0xb2;\x0xaf;"
[1666] test case-fold "\x0xe2;\x0xb2;\x0xb0;" "\x0xe2;\x0xb2;\x0xb1;"
[1667] test case-fold "\x0xe2;\x0xb2;\x0xb2;" "\x0xe2;\x0xb2;\x0xb3;"
[1668] test case-fold "\x0xe2;\x0xb2;\x0xb4;" "\x0xe2;\x0xb2;\x0xb5;"
[1669] test case-fold "\x0xe2;\x0xb2;\x0xb6;" "\x0xe2;\x0xb2;\x0xb7;"
[1670] test case-fold "\x0xe2;\x0xb2;\x0xb8;" "\x0xe2;\x0xb2;\x0xb9;"
[1671] test case-fold "\x0xe2;\x0xb2;\x0xba;" "\x0xe2;\x0xb2;\x0xbb;"
[1672] test case-fold "\x0xe2;\x0xb2;\x0xbc;" "\x0xe2;\x0xb2;\x0xbd;"
[1673] test case-fold "\x0xe2;\x0xb2;\x0xbe;" "\x0xe2;\x0xb2;\x0xbf;"
[1674] test case-fold "\x0xe2;\x0xb3;\x0x80;" "\x0xe2;\x0xb3;\x0x81;"
[1675] test case-fold "\x0xe2;\x0xb3;\x0x82;" "\x0xe2;\x0xb3;\x0x83;"
[1676] test case-fold "\x0xe2;\x0xb3;\x0x84;" "\x0xe2;\x0xb3;\x0x85;"
[1677] test case-fold "\x0xe2;\x0xb3;\x0x86;" "\x0xe2;\x0xb3;\x0x87;"
[1678] test case-fold "\x0xe2;\x0xb3;\x0x88;" "\x0xe2;\x0xb3;\x0x89;"
[1679] test case-fold "\x0xe2;\x0xb3;\x0x8a;" "\x0xe2;\x0xb3;\x0x8b;"
[1680] test case-fold "\x0xe2;\x0xb3;\x0x8c;" "\x0xe2;\x0xb3;\x0x8d;"
[1681] test case-fold "\x0xe2;\x0xb3;\x0x8e;" "\x0xe2;\x0xb3;\x0x8f;"
[1682] test case-fold "\x0xe2;\x0xb3;\x0x90;" "\x0xe2;\x0xb3;\x0x91;"
[1683] test case-fold "\x0xe2;\x0xb3;\x0x92;" "\x0xe2;\x0xb3;\x0x93;"
[1684] test case-fold "\x0xe2;\x0xb3;\x0x94;" "\x0xe2;\x0xb3;\x0x95;"
[1685] test case-fold "\x0xe2;\x0xb3;\x0x96;" "\x0xe2;\x0xb3;\x0x97;"
[1686] test case-fold "\x0xe2;\x0xb3;\x0x98;" "\x0xe2;\x0xb3;\x0x99;"
[1687] test case-fold "\x0xe2;\x0xb3;\x0x9a;" "\x0xe2;\x0xb3;\x0x9b;"
[1688] test case-fold "\x0xe2;\x0xb3;\x0x9c;" "\x0xe2;\x0xb3;\x0x9d;"
[1689] test case-fold "\x0xe2;\x0xb3;\x0x9e;" "\x0xe2;\x0xb3;\x0x9f;"
[1690] test case-fold "\x0xe2;\x0xb3;\x0xa0;" "\x0xe2;\x0xb3;\x0xa1;"
[1691] test case-fold "\x0xe2;\x0xb3;\x0xa2;" "\x0xe2;\x0xb3;\x0xa3;"
[1692] test case-fold "\x0xef;\x0xac;\x0x80;" "ff"
[1693] test case-fold "\x0xef;\x0xac;\x0x81;" "fi"
[1694] test case-fold "\x0xef;\x0xac;\x0x82;" "fl"
[1695] test case-fold "\x0xef;\x0xac;\x0x83;" "ffi"
[1696] test case-fold "\x0xef;\x0xac;\x0x84;" "ffl"
[1697] test case-fold "\x0xef;\x0xac;\x0x85;" "st"
[1698] test case-fold "\x0xef;\x0xac;\x0x86;" "st"
[1699] test case-fold "\x0xef;\x0xac;\x0x93;" "\x0xd5;\x0xb4;\x0xd5;\x0xb6;"
[1700] test case-fold "\x0xef;\x0xac;\x0x94;" "\x0xd5;\x0xb4;\x0xd5;\x0xa5;"
[1701] test case-fold "\x0xef;\x0xac;\x0x95;" "\x0xd5;\x0xb4;\x0xd5;\x0xab;"
[1702] test case-fold "\x0xef;\x0xac;\x0x96;" "\x0xd5;\x0xbe;\x0xd5;\x0xb6;"
[1703] test case-fold "\x0xef;\x0xac;\x0x97;" "\x0xd5;\x0xb4;\x0xd5;\x0xad;"
[1704] test case-fold "\x0xef;\x0xbc;\x0xa1;" "\x0xef;\x0xbd;\x0x81;"
[1705] test case-fold "\x0xef;\x0xbc;\x0xa2;" "\x0xef;\x0xbd;\x0x82;"
[1706] test case-fold "\x0xef;\x0xbc;\x0xa3;" "\x0xef;\x0xbd;\x0x83;"
[1707] test case-fold "\x0xef;\x0xbc;\x0xa4;" "\x0xef;\x0xbd;\x0x84;"
[1708] test case-fold "\x0xef;\x0xbc;\x0xa5;" "\x0xef;\x0xbd;\x0x85;"
[1709] test case-fold "\x0xef;\x0xbc;\x0xa6;" "\x0xef;\x0xbd;\x0x86;"
[1710] test case-fold "\x0xef;\x0xbc;\x0xa7;" "\x0xef;\x0xbd;\x0x87;"
[1711] test case-fold "\x0xef;\x0xbc;\x0xa8;" "\x0xef;\x0xbd;\x0x88;"
[1712] test case-fold "\x0xef;\x0xbc;\x0xa9;" "\x0xef;\x0xbd;\x0x89;"
[1713] test case-fold "\x0xef;\x0xbc;\x0xaa;" "\x0xef;\x0xbd;\x0x8a;"
[1714] test case-fold "\x0xef;\x0xbc;\x0xab;" "\x0xef;\x0xbd;\x0x8b;"
[1715] test case-fold "\x0xef;\x0xbc;\x0xac;" "\x0xef;\x0xbd;\x0x8c;"
[1716] test case-fold "\x0xef;\x0xbc;\x0xad;" "\x0xef;\x0xbd;\x0x8d;"
[1717] test case-fold "\x0xef;\x0xbc;\x0xae;" "\x0xef;\x0xbd;\x0x8e;"
[1718] test case-fold "\x0xef;\x0xbc;\x0xaf;" "\x0xef;\x0xbd;\x0x8f;"
[1719] test case-fold "\x0xef;\x0xbc;\x0xb0;" "\x0xef;\x0xbd;\x0x90;"
[1720] test case-fold "\x0xef;\x0xbc;\x0xb1;" "\x0xef;\x0xbd;\x0x91;"
[1721] test case-fold "\x0xef;\x0xbc;\x0xb2;" "\x0xef;\x0xbd;\x0x92;"
[1722] test case-fold "\x0xef;\x0xbc;\x0xb3;" "\x0xef;\x0xbd;\x0x93;"
[1723] test case-fold "\x0xef;\x0xbc;\x0xb4;" "\x0xef;\x0xbd;\x0x94;"
[1724] test case-fold "\x0xef;\x0xbc;\x0xb5;" "\x0xef;\x0xbd;\x0x95;"
[1725] test case-fold "\x0xef;\x0xbc;\x0xb6;" "\x0xef;\x0xbd;\x0x96;"
[1726] test case-fold "\x0xef;\x0xbc;\x0xb7;" "\x0xef;\x0xbd;\x0x97;"
[1727] test case-fold "\x0xef;\x0xbc;\x0xb8;" "\x0xef;\x0xbd;\x0x98;"
[1728] test case-fold "\x0xef;\x0xbc;\x0xb9;" "\x0xef;\x0xbd;\x0x99;"
[1729] test case-fold "\x0xef;\x0xbc;\x0xba;" "\x0xef;\x0xbd;\x0x9a;"
[1730] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x80;" "\x0xf0;\x0x90;\x0x90;\x0xa8;"
[1731] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x81;" "\x0xf0;\x0x90;\x0x90;\x0xa9;"
[1732] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x82;" "\x0xf0;\x0x90;\x0x90;\x0xaa;"
[1733] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x83;" "\x0xf0;\x0x90;\x0x90;\x0xab;"
[1734] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x84;" "\x0xf0;\x0x90;\x0x90;\x0xac;"
[1735] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x85;" "\x0xf0;\x0x90;\x0x90;\x0xad;"
[1736] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x86;" "\x0xf0;\x0x90;\x0x90;\x0xae;"
[1737] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x87;" "\x0xf0;\x0x90;\x0x90;\x0xaf;"
[1738] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x88;" "\x0xf0;\x0x90;\x0x90;\x0xb0;"
[1739] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x89;" "\x0xf0;\x0x90;\x0x90;\x0xb1;"
[1740] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x8a;" "\x0xf0;\x0x90;\x0x90;\x0xb2;"
[1741] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x8b;" "\x0xf0;\x0x90;\x0x90;\x0xb3;"
[1742] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x8c;" "\x0xf0;\x0x90;\x0x90;\x0xb4;"
[1743] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x8d;" "\x0xf0;\x0x90;\x0x90;\x0xb5;"
[1744] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x8e;" "\x0xf0;\x0x90;\x0x90;\x0xb6;"
[1745] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x8f;" "\x0xf0;\x0x90;\x0x90;\x0xb7;"
[1746] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x90;" "\x0xf0;\x0x90;\x0x90;\x0xb8;"
[1747] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x91;" "\x0xf0;\x0x90;\x0x90;\x0xb9;"
[1748] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x92;" "\x0xf0;\x0x90;\x0x90;\x0xba;"
[1749] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x93;" "\x0xf0;\x0x90;\x0x90;\x0xbb;"
[1750] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x94;" "\x0xf0;\x0x90;\x0x90;\x0xbc;"
[1751] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x95;" "\x0xf0;\x0x90;\x0x90;\x0xbd;"
[1752] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x96;" "\x0xf0;\x0x90;\x0x90;\x0xbe;"
[1753] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x97;" "\x0xf0;\x0x90;\x0x90;\x0xbf;"
[1754] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x98;" "\x0xf0;\x0x90;\x0x91;\x0x80;"
[1755] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x99;" "\x0xf0;\x0x90;\x0x91;\x0x81;"
[1756] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x9a;" "\x0xf0;\x0x90;\x0x91;\x0x82;"
[1757] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x9b;" "\x0xf0;\x0x90;\x0x91;\x0x83;"
[1758] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x9c;" "\x0xf0;\x0x90;\x0x91;\x0x84;"
[1759] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x9d;" "\x0xf0;\x0x90;\x0x91;\x0x85;"
[1760] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x9e;" "\x0xf0;\x0x90;\x0x91;\x0x86;"
[1761] test case-fold "\x0xf0;\x0x90;\x0x90;\x0x9f;" "\x0xf0;\x0x90;\x0x91;\x0x87;"
[1762] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa0;" "\x0xf0;\x0x90;\x0x91;\x0x88;"
[1763] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa1;" "\x0xf0;\x0x90;\x0x91;\x0x89;"
[1764] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa2;" "\x0xf0;\x0x90;\x0x91;\x0x8a;"
[1765] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa3;" "\x0xf0;\x0x90;\x0x91;\x0x8b;"
[1766] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa4;" "\x0xf0;\x0x90;\x0x91;\x0x8c;"
[1767] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa5;" "\x0xf0;\x0x90;\x0x91;\x0x8d;"
[1768] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa6;" "\x0xf0;\x0x90;\x0x91;\x0x8e;"
[1769] test case-fold "\x0xf0;\x0x90;\x0x90;\x0xa7;" "\x0xf0;\x0x90;\x0x91;\x0x8f;"
[1770] test case-fold "ABCDEFGHIJKLMNOPQRSTUVWXYZ\x0xc2;\x0xb5;\x0xc3;\x0x80;\x0xc3;\x0x81;\x0xc3;\x0x82;\x0xc3;\x0x83;\x0xc3;\x0x84;\x0xc3;\x0x85;\x0xc3;\x0x86;\x0xc3;\x0x87;\x0xc3;\x0x88;\x0xc3;\x0x89;\x0xc3;\x0x8a;\x0xc3;\x0x8b;\x0xc3;\x0x8c;\x0xc3;\x0x8d;\x0xc3;\x0x8e;\x0xc3;\x0x8f;\x0xc3;\x0x90;\x0xc3;\x0x91;\x0xc3;\x0x92;\x0xc3;\x0x93;\x0xc3;\x0x94;\x0xc3;\x0x95;\x0xc3;\x0x96;\x0xc3;\x0x98;\x0xc3;\x0x99;\x0xc3;\x0x9a;\x0xc3;\x0x9b;\x0xc3;\x0x9c;\x0xc3;\x0x9d;\x0xc3;\x0x9e;\x0xc3;\x0x9f;\x0xc4;\x0x80;\x0xc4;\x0x82;\x0xc4;\x0x84;\x0xc4;\x0x86;\x0xc4;\x0x88;\x0xc4;\x0x8a;\x0xc4;\x0x8c;\x0xc4;\x0x8e;\x0xc4;\x0x90;\x0xc4;\x0x92;\x0xc4;\x0x94;\x0xc4;\x0x96;\x0xc4;\x0x98;\x0xc4;\x0x9a;\x0xc4;\x0x9c;\x0xc4;\x0x9e;\x0xc4;\x0xa0;\x0xc4;\x0xa2;\x0xc4;\x0xa4;\x0xc4;\x0xa6;\x0xc4;\x0xa8;\x0xc4;\x0xaa;\x0xc4;\x0xac;\x0xc4;\x0xae;\x0xc4;\x0xb0;\x0xc4;\x0xb2;\x0xc4;\x0xb4;\x0xc4;\x0xb6;\x0xc4;\x0xb9;\x0xc4;\x0xbb;\x0xc4;\x0xbd;\x0xc4;\x0xbf;\x0xc5;\x0x81;\x0xc5;\x0x83;\x0xc5;\x0x85;\x0
xc5;\x0x87;\x0xc5;\x0x89;\x0xc5;\x0x8a;\x0xc5;\x0x8c;\x0xc5;\x0x8e;\x0xc5;\x0x90;\x0xc5;\x0x92;\x0xc5;\x0x94;\x0xc5;\x0x96;\x0xc5;\x0x98;\x0xc5;\x0x9a;\x0xc5;\x0x9c;\x0xc5;\x0x9e;\x0xc5;\x0xa0;\x0xc5;\x0xa2;\x0xc5;\x0xa4;\x0xc5;\x0xa6;\x0xc5;\x0xa8;\x0xc5;\x0xaa;\x0xc5;\x0xac;\x0xc5;\x0xae;\x0xc5;\x0xb0;\x0xc5;\x0xb2;\x0xc5;\x0xb4;\x0xc5;\x0xb6;\x0xc5;\x0xb8;\x0xc5;\x0xb9;\x0xc5;\x0xbb;\x0xc5;\x0xbd;\x0xc5;\x0xbf;\x0xc6;\x0x81;\x0xc6;\x0x82;\x0xc6;\x0x84;\x0xc6;\x0x86;\x0xc6;\x0x87;\x0xc6;\x0x89;\x0xc6;\x0x8a;\x0xc6;\x0x8b;\x0xc6;\x0x8e;\x0xc6;\x0x8f;\x0xc6;\x0x90;\x0xc6;\x0x91;\x0xc6;\x0x93;\x0xc6;\x0x94;\x0xc6;\x0x96;\x0xc6;\x0x97;\x0xc6;\x0x98;\x0xc6;\x0x9c;\x0xc6;\x0x9d;\x0xc6;\x0x9f;\x0xc6;\x0xa0;\x0xc6;\x0xa2;\x0xc6;\x0xa4;\x0xc6;\x0xa6;\x0xc6;\x0xa7;\x0xc6;\x0xa9;\x0xc6;\x0xac;\x0xc6;\x0xae;\x0xc6;\x0xaf;\x0xc6;\x0xb1;\x0xc6;\x0xb2;\x0xc6;\x0xb3;\x0xc6;\x0xb5;\x0xc6;\x0xb7;\x0xc6;\x0xb8;\x0xc6;\x0xbc;\x0xc7;\x0x84;\x0xc7;\x0x85;\x0xc7;\x0x87;\x0xc7;\x0x88;\x0xc7;\x0x8
a;\x0xc7;\x0x8b;\x0xc7;\x0x8d;\x0xc7;\x0x8f;\x0xc7;\x0x91;\x0xc7;\x0x93;\x0xc7;\x0x95;\x0xc7;\x0x97;\x0xc7;\x0x99;\x0xc7;\x0x9b;\x0xc7;\x0x9e;\x0xc7;\x0xa0;\x0xc7;\x0xa2;\x0xc7;\x0xa4;\x0xc7;\x0xa6;\x0xc7;\x0xa8;\x0xc7;\x0xaa;\x0xc7;\x0xac;\x0xc7;\x0xae;\x0xc7;\x0xb0;\x0xc7;\x0xb1;\x0xc7;\x0xb2;\x0xc7;\x0xb4;\x0xc7;\x0xb6;\x0xc7;\x0xb7;\x0xc7;\x0xb8;\x0xc7;\x0xba;\x0xc7;\x0xbc;\x0xc7;\x0xbe;\x0xc8;\x0x80;\x0xc8;\x0x82;\x0xc8;\x0x84;\x0xc8;\x0x86;\x0xc8;\x0x88;\x0xc8;\x0x8a;\x0xc8;\x0x8c;\x0xc8;\x0x8e;\x0xc8;\x0x90;\x0xc8;\x0x92;\x0xc8;\x0x94;\x0xc8;\x0x96;\x0xc8;\x0x98;\x0xc8;\x0x9a;\x0xc8;\x0x9c;\x0xc8;\x0x9e;\x0xc8;\x0xa0;\x0xc8;\x0xa2;\x0xc8;\x0xa4;\x0xc8;\x0xa6;\x0xc8;\x0xa8;\x0xc8;\x0xaa;\x0xc8;\x0xac;\x0xc8;\x0xae;\x0xc8;\x0xb0;\x0xc8;\x0xb2;\x0xc8;\x0xba;\x0xc8;\x0xbb;\x0xc8;\x0xbd;\x0xc8;\x0xbe;\x0xc9;\x0x81;\x0xc9;\x0x83;\x0xc9;\x0x84;\x0xc9;\x0x85;\x0xc9;\x0x86;\x0xc9;\x0x88;\x0xc9;\x0x8a;\x0xc9;\x0x8c;\x0xc9;\x0x8e;\x0xcd;\x0x85;\x0xce;\x0x86;\x0xce;\x0x88;\x0xce;
\x0x89;\x0xce;\x0x8a;\x0xce;\x0x8c;\x0xce;\x0x8e;\x0xce;\x0x8f;\x0xce;\x0x90;\x0xce;\x0x91;\x0xce;\x0x92;\x0xce;\x0x93;\x0xce;\x0x94;\x0xce;\x0x95;\x0xce;\x0x96;\x0xce;\x0x97;\x0xce;\x0x98;\x0xce;\x0x99;\x0xce;\x0x9a;\x0xce;\x0x9b;\x0xce;\x0x9c;\x0xce;\x0x9d;\x0xce;\x0x9e;\x0xce;\x0x9f;\x0xce;\x0xa0;\x0xce;\x0xa1;\x0xce;\x0xa3;\x0xce;\x0xa4;\x0xce;\x0xa5;\x0xce;\x0xa6;\x0xce;\x0xa7;\x0xce;\x0xa8;\x0xce;\x0xa9;\x0xce;\x0xaa;\x0xce;\x0xab;\x0xce;\x0xb0;\x0xcf;\x0x82;\x0xcf;\x0x90;\x0xcf;\x0x91;\x0xcf;\x0x95;\x0xcf;\x0x96;\x0xcf;\x0x98;\x0xcf;\x0x9a;\x0xcf;\x0x9c;\x0xcf;\x0x9e;\x0xcf;\x0xa0;\x0xcf;\x0xa2;\x0xcf;\x0xa4;\x0xcf;\x0xa6;\x0xcf;\x0xa8;\x0xcf;\x0xaa;\x0xcf;\x0xac;\x0xcf;\x0xae;\x0xcf;\x0xb0;\x0xcf;\x0xb1;\x0xcf;\x0xb4;\x0xcf;\x0xb5;\x0xcf;\x0xb7;\x0xcf;\x0xb9;\x0xcf;\x0xba;\x0xcf;\x0xbd;\x0xcf;\x0xbe;\x0xcf;\x0xbf;\x0xd0;\x0x80;\x0xd0;\x0x81;\x0xd0;\x0x82;\x0xd0;\x0x83;\x0xd0;\x0x84;\x0xd0;\x0x85;\x0xd0;\x0x86;\x0xd0;\x0x87;\x0xd0;\x0x88;\x0xd0;\x0x89;\x0xd0;\x0x8a;\x
0xd0;\x0x8b;\x0xd0;\x0x8c;\x0xd0;\x0x8d;\x0xd0;\x0x8e;\x0xd0;\x0x8f;\x0xd0;\x0x90;\x0xd0;\x0x91;\x0xd0;\x0x92;\x0xd0;\x0x93;\x0xd0;\x0x94;\x0xd0;\x0x95;\x0xd0;\x0x96;\x0xd0;\x0x97;\x0xd0;\x0x98;\x0xd0;\x0x99;\x0xd0;\x0x9a;\x0xd0;\x0x9b;\x0xd0;\x0x9c;\x0xd0;\x0x9d;\x0xd0;\x0x9e;\x0xd0;\x0x9f;\x0xd0;\x0xa0;\x0xd0;\x0xa1;\x0xd0;\x0xa2;\x0xd0;\x0xa3;\x0xd0;\x0xa4;\x0xd0;\x0xa5;\x0xd0;\x0xa6;\x0xd0;\x0xa7;\x0xd0;\x0xa8;\x0xd0;\x0xa9;\x0xd0;\x0xaa;\x0xd0;\x0xab;\x0xd0;\x0xac;\x0xd0;\x0xad;\x0xd0;\x0xae;\x0xd0;\x0xaf;\x0xd1;\x0xa0;\x0xd1;\x0xa2;\x0xd1;\x0xa4;\x0xd1;\x0xa6;\x0xd1;\x0xa8;\x0xd1;\x0xaa;\x0xd1;\x0xac;\x0xd1;\x0xae;\x0xd1;\x0xb0;\x0xd1;\x0xb2;\x0xd1;\x0xb4;\x0xd1;\x0xb6;\x0xd1;\x0xb8;\x0xd1;\x0xba;\x0xd1;\x0xbc;\x0xd1;\x0xbe;\x0xd2;\x0x80;\x0xd2;\x0x8a;\x0xd2;\x0x8c;\x0xd2;\x0x8e;\x0xd2;\x0x90;\x0xd2;\x0x92;\x0xd2;\x0x94;\x0xd2;\x0x96;\x0xd2;\x0x98;\x0xd2;\x0x9a;\x0xd2;\x0x9c;\x0xd2;\x0x9e;\x0xd2;\x0xa0;\x0xd2;\x0xa2;\x0xd2;\x0xa4;\x0xd2;\x0xa6;\x0xd2;\x0xa8;\x0xd2;\x0x
aa;\x0xd2;\x0xac;\x0xd2;\x0xae;\x0xd2;\x0xb0;\x0xd2;\x0xb2;\x0xd2;\x0xb4;\x0xd2;\x0xb6;\x0xd2;\x0xb8;\x0xd2;\x0xba;\x0xd2;\x0xbc;\x0xd2;\x0xbe;\x0xd3;\x0x80;\x0xd3;\x0x81;\x0xd3;\x0x83;\x0xd3;\x0x85;\x0xd3;\x0x87;\x0xd3;\x0x89;\x0xd3;\x0x8b;\x0xd3;\x0x8d;\x0xd3;\x0x90;\x0xd3;\x0x92;\x0xd3;\x0x94;\x0xd3;\x0x96;\x0xd3;\x0x98;\x0xd3;\x0x9a;\x0xd3;\x0x9c;\x0xd3;\x0x9e;\x0xd3;\x0xa0;\x0xd3;\x0xa2;\x0xd3;\x0xa4;\x0xd3;\x0xa6;\x0xd3;\x0xa8;\x0xd3;\x0xaa;\x0xd3;\x0xac;\x0xd3;\x0xae;\x0xd3;\x0xb0;\x0xd3;\x0xb2;\x0xd3;\x0xb4;\x0xd3;\x0xb6;\x0xd3;\x0xb8;\x0xd3;\x0xba;\x0xd3;\x0xbc;\x0xd3;\x0xbe;\x0xd4;\x0x80;\x0xd4;\x0x82;\x0xd4;\x0x84;\x0xd4;\x0x86;\x0xd4;\x0x88;\x0xd4;\x0x8a;\x0xd4;\x0x8c;\x0xd4;\x0x8e;\x0xd4;\x0x90;\x0xd4;\x0x92;\x0xd4;\x0xb1;\x0xd4;\x0xb2;\x0xd4;\x0xb3;\x0xd4;\x0xb4;\x0xd4;\x0xb5;\x0xd4;\x0xb6;\x0xd4;\x0xb7;\x0xd4;\x0xb8;\x0xd4;\x0xb9;\x0xd4;\x0xba;\x0xd4;\x0xbb;\x0xd4;\x0xbc;\x0xd4;\x0xbd;\x0xd4;\x0xbe;\x0xd4;\x0xbf;\x0xd5;\x0x80;\x0xd5;\x0x81;\x0xd5;\x0x82;\x0xd5
;\x0x83;\x0xd5;\x0x84;\x0xd5;\x0x85;\x0xd5;\x0x86;\x0xd5;\x0x87;\x0xd5;\x0x88;\x0xd5;\x0x89;\x0xd5;\x0x8a;\x0xd5;\x0x8b;\x0xd5;\x0x8c;\x0xd5;\x0x8d;\x0xd5;\x0x8e;\x0xd5;\x0x8f;\x0xd5;\x0x90;\x0xd5;\x0x91;\x0xd5;\x0x92;\x0xd5;\x0x93;\x0xd5;\x0x94;\x0xd5;\x0x95;\x0xd5;\x0x96;\x0xd6;\x0x87;\x0xe1;\x0x82;\x0xa0;\x0xe1;\x0x82;\x0xa1;\x0xe1;\x0x82;\x0xa2;\x0xe1;\x0x82;\x0xa3;\x0xe1;\x0x82;\x0xa4;\x0xe1;\x0x82;\x0xa5;\x0xe1;\x0x82;\x0xa6;\x0xe1;\x0x82;\x0xa7;\x0xe1;\x0x82;\x0xa8;\x0xe1;\x0x82;\x0xa9;\x0xe1;\x0x82;\x0xaa;\x0xe1;\x0x82;\x0xab;\x0xe1;\x0x82;\x0xac;\x0xe1;\x0x82;\x0xad;\x0xe1;\x0x82;\x0xae;\x0xe1;\x0x82;\x0xaf;\x0xe1;\x0x82;\x0xb0;\x0xe1;\x0x82;\x0xb1;\x0xe1;\x0x82;\x0xb2;\x0xe1;\x0x82;\x0xb3;\x0xe1;\x0x82;\x0xb4;\x0xe1;\x0x82;\x0xb5;\x0xe1;\x0x82;\x0xb6;\x0xe1;\x0x82;\x0xb7;\x0xe1;\x0x82;\x0xb8;\x0xe1;\x0x82;\x0xb9;\x0xe1;\x0x82;\x0xba;\x0xe1;\x0x82;\x0xbb;\x0xe1;\x0x82;\x0xbc;\x0xe1;\x0x82;\x0xbd;\x0xe1;\x0x82;\x0xbe;\x0xe1;\x0x82;\x0xbf;\x0xe1;\x0x83;\x0x80;\x0xe1;\
x0x83;\x0x81;\x0xe1;\x0x83;\x0x82;\x0xe1;\x0x83;\x0x83;\x0xe1;\x0x83;\x0x84;\x0xe1;\x0x83;\x0x85;\x0xe1;\x0xb8;\x0x80;\x0xe1;\x0xb8;\x0x82;\x0xe1;\x0xb8;\x0x84;\x0xe1;\x0xb8;\x0x86;\x0xe1;\x0xb8;\x0x88;\x0xe1;\x0xb8;\x0x8a;\x0xe1;\x0xb8;\x0x8c;\x0xe1;\x0xb8;\x0x8e;\x0xe1;\x0xb8;\x0x90;\x0xe1;\x0xb8;\x0x92;\x0xe1;\x0xb8;\x0x94;\x0xe1;\x0xb8;\x0x96;\x0xe1;\x0xb8;\x0x98;\x0xe1;\x0xb8;\x0x9a;\x0xe1;\x0xb8;\x0x9c;\x0xe1;\x0xb8;\x0x9e;\x0xe1;\x0xb8;\x0xa0;\x0xe1;\x0xb8;\x0xa2;\x0xe1;\x0xb8;\x0xa4;\x0xe1;\x0xb8;\x0xa6;\x0xe1;\x0xb8;\x0xa8;\x0xe1;\x0xb8;\x0xaa;\x0xe1;\x0xb8;\x0xac;\x0xe1;\x0xb8;\x0xae;\x0xe1;\x0xb8;\x0xb0;\x0xe1;\x0xb8;\x0xb2;\x0xe1;\x0xb8;\x0xb4;\x0xe1;\x0xb8;\x0xb6;\x0xe1;\x0xb8;\x0xb8;\x0xe1;\x0xb8;\x0xba;\x0xe1;\x0xb8;\x0xbc;\x0xe1;\x0xb8;\x0xbe;\x0xe1;\x0xb9;\x0x80;\x0xe1;\x0xb9;\x0x82;\x0xe1;\x0xb9;\x0x84;\x0xe1;\x0xb9;\x0x86;\x0xe1;\x0xb9;\x0x88;\x0xe1;\x0xb9;\x0x8a;\x0xe1;\x0xb9;\x0x8c;\x0xe1;\x0xb9;\x0x8e;\x0xe1;\x0xb9;\x0x90;\x0xe1;\x0xb9;\x0x92;\x0xe1;\x0
xb9;\x0x94;\x0xe1;\x0xb9;\x0x96;\x0xe1;\x0xb9;\x0x98;\x0xe1;\x0xb9;\x0x9a;\x0xe1;\x0xb9;\x0x9c;\x0xe1;\x0xb9;\x0x9e;\x0xe1;\x0xb9;\x0xa0;\x0xe1;\x0xb9;\x0xa2;\x0xe1;\x0xb9;\x0xa4;\x0xe1;\x0xb9;\x0xa6;\x0xe1;\x0xb9;\x0xa8;\x0xe1;\x0xb9;\x0xaa;\x0xe1;\x0xb9;\x0xac;\x0xe1;\x0xb9;\x0xae;\x0xe1;\x0xb9;\x0xb0;\x0xe1;\x0xb9;\x0xb2;\x0xe1;\x0xb9;\x0xb4;\x0xe1;\x0xb9;\x0xb6;\x0xe1;\x0xb9;\x0xb8;\x0xe1;\x0xb9;\x0xba;\x0xe1;\x0xb9;\x0xbc;\x0xe1;\x0xb9;\x0xbe;\x0xe1;\x0xba;\x0x80;\x0xe1;\x0xba;\x0x82;\x0xe1;\x0xba;\x0x84;\x0xe1;\x0xba;\x0x86;\x0xe1;\x0xba;\x0x88;\x0xe1;\x0xba;\x0x8a;\x0xe1;\x0xba;\x0x8c;\x0xe1;\x0xba;\x0x8e;\x0xe1;\x0xba;\x0x90;\x0xe1;\x0xba;\x0x92;\x0xe1;\x0xba;\x0x94;\x0xe1;\x0xba;\x0x96;\x0xe1;\x0xba;\x0x97;\x0xe1;\x0xba;\x0x98;\x0xe1;\x0xba;\x0x99;\x0xe1;\x0xba;\x0x9a;\x0xe1;\x0xba;\x0x9b;\x0xe1;\x0xba;\x0xa0;\x0xe1;\x0xba;\x0xa2;\x0xe1;\x0xba;\x0xa4;\x0xe1;\x0xba;\x0xa6;\x0xe1;\x0xba;\x0xa8;\x0xe1;\x0xba;\x0xaa;\x0xe1;\x0xba;\x0xac;\x0xe1;\x0xba;\x0xae;\x0xe1;\x0xb
a;\x0xb0;\x0xe1;\x0xba;\x0xb2;\x0xe1;\x0xba;\x0xb4;\x0xe1;\x0xba;\x0xb6;\x0xe1;\x0xba;\x0xb8;\x0xe1;\x0xba;\x0xba;\x0xe1;\x0xba;\x0xbc;\x0xe1;\x0xba;\x0xbe;\x0xe1;\x0xbb;\x0x80;\x0xe1;\x0xbb;\x0x82;\x0xe1;\x0xbb;\x0x84;\x0xe1;\x0xbb;\x0x86;\x0xe1;\x0xbb;\x0x88;\x0xe1;\x0xbb;\x0x8a;\x0xe1;\x0xbb;\x0x8c;\x0xe1;\x0xbb;\x0x8e;\x0xe1;\x0xbb;\x0x90;\x0xe1;\x0xbb;\x0x92;\x0xe1;\x0xbb;\x0x94;\x0xe1;\x0xbb;\x0x96;\x0xe1;\x0xbb;\x0x98;\x0xe1;\x0xbb;\x0x9a;\x0xe1;\x0xbb;\x0x9c;\x0xe1;\x0xbb;\x0x9e;\x0xe1;\x0xbb;\x0xa0;\x0xe1;\x0xbb;\x0xa2;\x0xe1;\x0xbb;\x0xa4;\x0xe1;\x0xbb;\x0xa6;\x0xe1;\x0xbb;\x0xa8;\x0xe1;\x0xbb;\x0xaa;\x0xe1;\x0xbb;\x0xac;\x0xe1;\x0xbb;\x0xae;\x0xe1;\x0xbb;\x0xb0;\x0xe1;\x0xbb;\x0xb2;\x0xe1;\x0xbb;\x0xb4;\x0xe1;\x0xbb;\x0xb6;\x0xe1;\x0xbb;\x0xb8;\x0xe1;\x0xbc;\x0x88;\x0xe1;\x0xbc;\x0x89;\x0xe1;\x0xbc;\x0x8a;\x0xe1;\x0xbc;\x0x8b;\x0xe1;\x0xbc;\x0x8c;\x0xe1;\x0xbc;\x0x8d;\x0xe1;\x0xbc;\x0x8e;\x0xe1;\x0xbc;\x0x8f;\x0xe1;\x0xbc;\x0x98;\x0xe1;\x0xbc;\x0x99;\x0xe1;\x0xbc;
\x0x9a;\x0xe1;\x0xbc;\x0x9b;\x0xe1;\x0xbc;\x0x9c;\x0xe1;\x0xbc;\x0x9d;\x0xe1;\x0xbc;\x0xa8;\x0xe1;\x0xbc;\x0xa9;\x0xe1;\x0xbc;\x0xaa;\x0xe1;\x0xbc;\x0xab;\x0xe1;\x0xbc;\x0xac;\x0xe1;\x0xbc;\x0xad;\x0xe1;\x0xbc;\x0xae;\x0xe1;\x0xbc;\x0xaf;\x0xe1;\x0xbc;\x0xb8;\x0xe1;\x0xbc;\x0xb9;\x0xe1;\x0xbc;\x0xba;\x0xe1;\x0xbc;\x0xbb;\x0xe1;\x0xbc;\x0xbc;\x0xe1;\x0xbc;\x0xbd;\x0xe1;\x0xbc;\x0xbe;\x0xe1;\x0xbc;\x0xbf;\x0xe1;\x0xbd;\x0x88;\x0xe1;\x0xbd;\x0x89;\x0xe1;\x0xbd;\x0x8a;\x0xe1;\x0xbd;\x0x8b;\x0xe1;\x0xbd;\x0x8c;\x0xe1;\x0xbd;\x0x8d;\x0xe1;\x0xbd;\x0x90;\x0xe1;\x0xbd;\x0x92;\x0xe1;\x0xbd;\x0x94;\x0xe1;\x0xbd;\x0x96;\x0xe1;\x0xbd;\x0x99;\x0xe1;\x0xbd;\x0x9b;\x0xe1;\x0xbd;\x0x9d;\x0xe1;\x0xbd;\x0x9f;\x0xe1;\x0xbd;\x0xa8;\x0xe1;\x0xbd;\x0xa9;\x0xe1;\x0xbd;\x0xaa;\x0xe1;\x0xbd;\x0xab;\x0xe1;\x0xbd;\x0xac;\x0xe1;\x0xbd;\x0xad;\x0xe1;\x0xbd;\x0xae;\x0xe1;\x0xbd;\x0xaf;\x0xe1;\x0xbe;\x0x80;\x0xe1;\x0xbe;\x0x81;\x0xe1;\x0xbe;\x0x82;\x0xe1;\x0xbe;\x0x83;\x0xe1;\x0xbe;\x0x84;\x0xe1;\x0xbe;\x
0x85;\x0xe1;\x0xbe;\x0x86;\x0xe1;\x0xbe;\x0x87;\x0xe1;\x0xbe;\x0x88;\x0xe1;\x0xbe;\x0x89;\x0xe1;\x0xbe;\x0x8a;\x0xe1;\x0xbe;\x0x8b;\x0xe1;\x0xbe;\x0x8c;\x0xe1;\x0xbe;\x0x8d;\x0xe1;\x0xbe;\x0x8e;\x0xe1;\x0xbe;\x0x8f;\x0xe1;\x0xbe;\x0x90;\x0xe1;\x0xbe;\x0x91;\x0xe1;\x0xbe;\x0x92;\x0xe1;\x0xbe;\x0x93;\x0xe1;\x0xbe;\x0x94;\x0xe1;\x0xbe;\x0x95;\x0xe1;\x0xbe;\x0x96;\x0xe1;\x0xbe;\x0x97;\x0xe1;\x0xbe;\x0x98;\x0xe1;\x0xbe;\x0x99;\x0xe1;\x0xbe;\x0x9a;\x0xe1;\x0xbe;\x0x9b;\x0xe1;\x0xbe;\x0x9c;\x0xe1;\x0xbe;\x0x9d;\x0xe1;\x0xbe;\x0x9e;\x0xe1;\x0xbe;\x0x9f;\x0xe1;\x0xbe;\x0xa0;\x0xe1;\x0xbe;\x0xa1;\x0xe1;\x0xbe;\x0xa2;\x0xe1;\x0xbe;\x0xa3;\x0xe1;\x0xbe;\x0xa4;\x0xe1;\x0xbe;\x0xa5;\x0xe1;\x0xbe;\x0xa6;\x0xe1;\x0xbe;\x0xa7;\x0xe1;\x0xbe;\x0xa8;\x0xe1;\x0xbe;\x0xa9;\x0xe1;\x0xbe;\x0xaa;\x0xe1;\x0xbe;\x0xab;\x0xe1;\x0xbe;\x0xac;\x0xe1;\x0xbe;\x0xad;\x0xe1;\x0xbe;\x0xae;\x0xe1;\x0xbe;\x0xaf;\x0xe1;\x0xbe;\x0xb2;\x0xe1;\x0xbe;\x0xb3;\x0xe1;\x0xbe;\x0xb4;\x0xe1;\x0xbe;\x0xb6;\x0xe1;\x0xbe;\x0x
b7;\x0xe1;\x0xbe;\x0xb8;\x0xe1;\x0xbe;\x0xb9;\x0xe1;\x0xbe;\x0xba;\x0xe1;\x0xbe;\x0xbb;\x0xe1;\x0xbe;\x0xbc;\x0xe1;\x0xbe;\x0xbe;\x0xe1;\x0xbf;\x0x82;\x0xe1;\x0xbf;\x0x83;\x0xe1;\x0xbf;\x0x84;\x0xe1;\x0xbf;\x0x86;\x0xe1;\x0xbf;\x0x87;\x0xe1;\x0xbf;\x0x88;\x0xe1;\x0xbf;\x0x89;\x0xe1;\x0xbf;\x0x8a;\x0xe1;\x0xbf;\x0x8b;\x0xe1;\x0xbf;\x0x8c;\x0xe1;\x0xbf;\x0x92;\x0xe1;\x0xbf;\x0x93;\x0xe1;\x0xbf;\x0x96;\x0xe1;\x0xbf;\x0x97;\x0xe1;\x0xbf;\x0x98;\x0xe1;\x0xbf;\x0x99;\x0xe1;\x0xbf;\x0x9a;\x0xe1;\x0xbf;\x0x9b;\x0xe1;\x0xbf;\x0xa2;\x0xe1;\x0xbf;\x0xa3;\x0xe1;\x0xbf;\x0xa4;\x0xe1;\x0xbf;\x0xa6;\x0xe1;\x0xbf;\x0xa7;\x0xe1;\x0xbf;\x0xa8;\x0xe1;\x0xbf;\x0xa9;\x0xe1;\x0xbf;\x0xaa;\x0xe1;\x0xbf;\x0xab;\x0xe1;\x0xbf;\x0xac;\x0xe1;\x0xbf;\x0xb2;\x0xe1;\x0xbf;\x0xb3;\x0xe1;\x0xbf;\x0xb4;\x0xe1;\x0xbf;\x0xb6;\x0xe1;\x0xbf;\x0xb7;\x0xe1;\x0xbf;\x0xb8;\x0xe1;\x0xbf;\x0xb9;\x0xe1;\x0xbf;\x0xba;\x0xe1;\x0xbf;\x0xbb;\x0xe1;\x0xbf;\x0xbc;\x0xe2;\x0x84;\x0xa6;\x0xe2;\x0x84;\x0xaa;\x0xe2;\x0x84;\x0xab
;\x0xe2;\x0x84;\x0xb2;\x0xe2;\x0x85;\x0xa0;\x0xe2;\x0x85;\x0xa1;\x0xe2;\x0x85;\x0xa2;\x0xe2;\x0x85;\x0xa3;\x0xe2;\x0x85;\x0xa4;\x0xe2;\x0x85;\x0xa5;\x0xe2;\x0x85;\x0xa6;\x0xe2;\x0x85;\x0xa7;\x0xe2;\x0x85;\x0xa8;\x0xe2;\x0x85;\x0xa9;\x0xe2;\x0x85;\x0xaa;\x0xe2;\x0x85;\x0xab;\x0xe2;\x0x85;\x0xac;\x0xe2;\x0x85;\x0xad;\x0xe2;\x0x85;\x0xae;\x0xe2;\x0x85;\x0xaf;\x0xe2;\x0x86;\x0x83;\x0xe2;\x0x92;\x0xb6;\x0xe2;\x0x92;\x0xb7;\x0xe2;\x0x92;\x0xb8;\x0xe2;\x0x92;\x0xb9;\x0xe2;\x0x92;\x0xba;\x0xe2;\x0x92;\x0xbb;\x0xe2;\x0x92;\x0xbc;\x0xe2;\x0x92;\x0xbd;\x0xe2;\x0x92;\x0xbe;\x0xe2;\x0x92;\x0xbf;\x0xe2;\x0x93;\x0x80;\x0xe2;\x0x93;\x0x81;\x0xe2;\x0x93;\x0x82;\x0xe2;\x0x93;\x0x83;\x0xe2;\x0x93;\x0x84;\x0xe2;\x0x93;\x0x85;\x0xe2;\x0x93;\x0x86;\x0xe2;\x0x93;\x0x87;\x0xe2;\x0x93;\x0x88;\x0xe2;\x0x93;\x0x89;\x0xe2;\x0x93;\x0x8a;\x0xe2;\x0x93;\x0x8b;\x0xe2;\x0x93;\x0x8c;\x0xe2;\x0x93;\x0x8d;\x0xe2;\x0x93;\x0x8e;\x0xe2;\x0x93;\x0x8f;\x0xe2;\x0xb0;\x0x80;\x0xe2;\x0xb0;\x0x81;\x0xe2;\x0xb0;\x0x82;\
x0xe2;\x0xb0;\x0x83;\x0xe2;\x0xb0;\x0x84;\x0xe2;\x0xb0;\x0x85;\x0xe2;\x0xb0;\x0x86;\x0xe2;\x0xb0;\x0x87;\x0xe2;\x0xb0;\x0x88;\x0xe2;\x0xb0;\x0x89;\x0xe2;\x0xb0;\x0x8a;\x0xe2;\x0xb0;\x0x8b;\x0xe2;\x0xb0;\x0x8c;\x0xe2;\x0xb0;\x0x8d;\x0xe2;\x0xb0;\x0x8e;\x0xe2;\x0xb0;\x0x8f;\x0xe2;\x0xb0;\x0x90;\x0xe2;\x0xb0;\x0x91;\x0xe2;\x0xb0;\x0x92;\x0xe2;\x0xb0;\x0x93;\x0xe2;\x0xb0;\x0x94;\x0xe2;\x0xb0;\x0x95;\x0xe2;\x0xb0;\x0x96;\x0xe2;\x0xb0;\x0x97;\x0xe2;\x0xb0;\x0x98;\x0xe2;\x0xb0;\x0x99;\x0xe2;\x0xb0;\x0x9a;\x0xe2;\x0xb0;\x0x9b;\x0xe2;\x0xb0;\x0x9c;\x0xe2;\x0xb0;\x0x9d;\x0xe2;\x0xb0;\x0x9e;\x0xe2;\x0xb0;\x0x9f;\x0xe2;\x0xb0;\x0xa0;\x0xe2;\x0xb0;\x0xa1;\x0xe2;\x0xb0;\x0xa2;\x0xe2;\x0xb0;\x0xa3;\x0xe2;\x0xb0;\x0xa4;\x0xe2;\x0xb0;\x0xa5;\x0xe2;\x0xb0;\x0xa6;\x0xe2;\x0xb0;\x0xa7;\x0xe2;\x0xb0;\x0xa8;\x0xe2;\x0xb0;\x0xa9;\x0xe2;\x0xb0;\x0xaa;\x0xe2;\x0xb0;\x0xab;\x0xe2;\x0xb0;\x0xac;\x0xe2;\x0xb0;\x0xad;\x0xe2;\x0xb0;\x0xae;\x0xe2;\x0xb1;\x0xa0;\x0xe2;\x0xb1;\x0xa2;\x0xe2;\x0xb1;\x0xa3;\x0
xe2;\x0xb1;\x0xa4;\x0xe2;\x0xb1;\x0xa7;\x0xe2;\x0xb1;\x0xa9;\x0xe2;\x0xb1;\x0xab;\x0xe2;\x0xb1;\x0xb5;\x0xe2;\x0xb2;\x0x80;\x0xe2;\x0xb2;\x0x82;\x0xe2;\x0xb2;\x0x84;\x0xe2;\x0xb2;\x0x86;\x0xe2;\x0xb2;\x0x88;\x0xe2;\x0xb2;\x0x8a;\x0xe2;\x0xb2;\x0x8c;\x0xe2;\x0xb2;\x0x8e;\x0xe2;\x0xb2;\x0x90;\x0xe2;\x0xb2;\x0x92;\x0xe2;\x0xb2;\x0x94;\x0xe2;\x0xb2;\x0x96;\x0xe2;\x0xb2;\x0x98;\x0xe2;\x0xb2;\x0x9a;\x0xe2;\x0xb2;\x0x9c;\x0xe2;\x0xb2;\x0x9e;\x0xe2;\x0xb2;\x0xa0;\x0xe2;\x0xb2;\x0xa2;\x0xe2;\x0xb2;\x0xa4;\x0xe2;\x0xb2;\x0xa6;\x0xe2;\x0xb2;\x0xa8;\x0xe2;\x0xb2;\x0xaa;\x0xe2;\x0xb2;\x0xac;\x0xe2;\x0xb2;\x0xae;\x0xe2;\x0xb2;\x0xb0;\x0xe2;\x0xb2;\x0xb2;\x0xe2;\x0xb2;\x0xb4;\x0xe2;\x0xb2;\x0xb6;\x0xe2;\x0xb2;\x0xb8;\x0xe2;\x0xb2;\x0xba;\x0xe2;\x0xb2;\x0xbc;\x0xe2;\x0xb2;\x0xbe;\x0xe2;\x0xb3;\x0x80;\x0xe2;\x0xb3;\x0x82;\x0xe2;\x0xb3;\x0x84;\x0xe2;\x0xb3;\x0x86;\x0xe2;\x0xb3;\x0x88;\x0xe2;\x0xb3;\x0x8a;\x0xe2;\x0xb3;\x0x8c;\x0xe2;\x0xb3;\x0x8e;\x0xe2;\x0xb3;\x0x90;\x0xe2;\x0xb3;\x0x92;\x0xe
2;\x0xb3;\x0x94;\x0xe2;\x0xb3;\x0x96;\x0xe2;\x0xb3;\x0x98;\x0xe2;\x0xb3;\x0x9a;\x0xe2;\x0xb3;\x0x9c;\x0xe2;\x0xb3;\x0x9e;\x0xe2;\x0xb3;\x0xa0;\x0xe2;\x0xb3;\x0xa2;\x0xef;\x0xac;\x0x80;\x0xef;\x0xac;\x0x81;\x0xef;\x0xac;\x0x82;\x0xef;\x0xac;\x0x83;\x0xef;\x0xac;\x0x84;\x0xef;\x0xac;\x0x85;\x0xef;\x0xac;\x0x86;\x0xef;\x0xac;\x0x93;\x0xef;\x0xac;\x0x94;\x0xef;\x0xac;\x0x95;\x0xef;\x0xac;\x0x96;\x0xef;\x0xac;\x0x97;\x0xef;\x0xbc;\x0xa1;\x0xef;\x0xbc;\x0xa2;\x0xef;\x0xbc;\x0xa3;\x0xef;\x0xbc;\x0xa4;\x0xef;\x0xbc;\x0xa5;\x0xef;\x0xbc;\x0xa6;\x0xef;\x0xbc;\x0xa7;\x0xef;\x0xbc;\x0xa8;\x0xef;\x0xbc;\x0xa9;\x0xef;\x0xbc;\x0xaa;\x0xef;\x0xbc;\x0xab;\x0xef;\x0xbc;\x0xac;\x0xef;\x0xbc;\x0xad;\x0xef;\x0xbc;\x0xae;\x0xef;\x0xbc;\x0xaf;\x0xef;\x0xbc;\x0xb0;\x0xef;\x0xbc;\x0xb1;\x0xef;\x0xbc;\x0xb2;\x0xef;\x0xbc;\x0xb3;\x0xef;\x0xbc;\x0xb4;\x0xef;\x0xbc;\x0xb5;\x0xef;\x0xbc;\x0xb6;\x0xef;\x0xbc;\x0xb7;\x0xef;\x0xbc;\x0xb8;\x0xef;\x0xbc;\x0xb9;\x0xef;\x0xbc;\x0xba;\x0xf0;\x0x90;\x0x90;\x0x80;
\x0xf0;\x0x90;\x0x90;\x0x81;\x0xf0;\x0x90;\x0x90;\x0x82;\x0xf0;\x0x90;\x0x90;\x0x83;\x0xf0;\x0x90;\x0x90;\x0x84;\x0xf0;\x0x90;\x0x90;\x0x85;\x0xf0;\x0x90;\x0x90;\x0x86;\x0xf0;\x0x90;\x0x90;\x0x87;\x0xf0;\x0x90;\x0x90;\x0x88;\x0xf0;\x0x90;\x0x90;\x0x89;\x0xf0;\x0x90;\x0x90;\x0x8a;\x0xf0;\x0x90;\x0x90;\x0x8b;\x0xf0;\x0x90;\x0x90;\x0x8c;\x0xf0;\x0x90;\x0x90;\x0x8d;\x0xf0;\x0x90;\x0x90;\x0x8e;\x0xf0;\x0x90;\x0x90;\x0x8f;\x0xf0;\x0x90;\x0x90;\x0x90;\x0xf0;\x0x90;\x0x90;\x0x91;\x0xf0;\x0x90;\x0x90;\x0x92;\x0xf0;\x0x90;\x0x90;\x0x93;\x0xf0;\x0x90;\x0x90;\x0x94;\x0xf0;\x0x90;\x0x90;\x0x95;\x0xf0;\x0x90;\x0x90;\x0x96;\x0xf0;\x0x90;\x0x90;\x0x97;\x0xf0;\x0x90;\x0x90;\x0x98;\x0xf0;\x0x90;\x0x90;\x0x99;\x0xf0;\x0x90;\x0x90;\x0x9a;\x0xf0;\x0x90;\x0x90;\x0x9b;\x0xf0;\x0x90;\x0x90;\x0x9c;\x0xf0;\x0x90;\x0x90;\x0x9d;\x0xf0;\x0x90;\x0x90;\x0x9e;\x0xf0;\x0x90;\x0x90;\x0x9f;\x0xf0;\x0x90;\x0x90;\x0xa0;\x0xf0;\x0x90;\x0x90;\x0xa1;\x0xf0;\x0x90;\x0x90;\x0xa2;\x0xf0;\x0x90;\x0x90;\x0xa3;\x0xf0;\x
0x90;\x0x90;\x0xa4;\x0xf0;\x0x90;\x0x90;\x0xa5;\x0xf0;\x0x90;\x0x90;\x0xa6;\x0xf0;\x0x90;\x0x90;\x0xa7;" "abcdefghijklmnopqrstuvwxyz\x0xce;\x0xbc;\x0xc3;\x0xa0;\x0xc3;\x0xa1;\x0xc3;\x0xa2;\x0xc3;\x0xa3;\x0xc3;\x0xa4;\x0xc3;\x0xa5;\x0xc3;\x0xa6;\x0xc3;\x0xa7;\x0xc3;\x0xa8;\x0xc3;\x0xa9;\x0xc3;\x0xaa;\x0xc3;\x0xab;\x0xc3;\x0xac;\x0xc3;\x0xad;\x0xc3;\x0xae;\x0xc3;\x0xaf;\x0xc3;\x0xb0;\x0xc3;\x0xb1;\x0xc3;\x0xb2;\x0xc3;\x0xb3;\x0xc3;\x0xb4;\x0xc3;\x0xb5;\x0xc3;\x0xb6;\x0xc3;\x0xb8;\x0xc3;\x0xb9;\x0xc3;\x0xba;\x0xc3;\x0xbb;\x0xc3;\x0xbc;\x0xc3;\x0xbd;\x0xc3;\x0xbe;ss\x0xc4;\x0x81;\x0xc4;\x0x83;\x0xc4;\x0x85;\x0xc4;\x0x87;\x0xc4;\x0x89;\x0xc4;\x0x8b;\x0xc4;\x0x8d;\x0xc4;\x0x8f;\x0xc4;\x0x91;\x0xc4;\x0x93;\x0xc4;\x0x95;\x0xc4;\x0x97;\x0xc4;\x0x99;\x0xc4;\x0x9b;\x0xc4;\x0x9d;\x0xc4;\x0x9f;\x0xc4;\x0xa1;\x0xc4;\x0xa3;\x0xc4;\x0xa5;\x0xc4;\x0xa7;\x0xc4;\x0xa9;\x0xc4;\x0xab;\x0xc4;\x0xad;\x0xc4;\x0xaf;i\x0xcc;\x0x87;\x0xc4;\x0xb3;\x0xc4;\x0xb5;\x0xc4;\x0xb7;\x0xc4;\x0xba;\x0xc4;\x0xbc;
\x0xc4;\x0xbe;\x0xc5;\x0x80;\x0xc5;\x0x82;\x0xc5;\x0x84;\x0xc5;\x0x86;\x0xc5;\x0x88;\x0xca;\x0xbc;n\x0xc5;\x0x8b;\x0xc5;\x0x8d;\x0xc5;\x0x8f;\x0xc5;\x0x91;\x0xc5;\x0x93;\x0xc5;\x0x95;\x0xc5;\x0x97;\x0xc5;\x0x99;\x0xc5;\x0x9b;\x0xc5;\x0x9d;\x0xc5;\x0x9f;\x0xc5;\x0xa1;\x0xc5;\x0xa3;\x0xc5;\x0xa5;\x0xc5;\x0xa7;\x0xc5;\x0xa9;\x0xc5;\x0xab;\x0xc5;\x0xad;\x0xc5;\x0xaf;\x0xc5;\x0xb1;\x0xc5;\x0xb3;\x0xc5;\x0xb5;\x0xc5;\x0xb7;\x0xc3;\x0xbf;\x0xc5;\x0xba;\x0xc5;\x0xbc;\x0xc5;\x0xbe;s\x0xc9;\x0x93;\x0xc6;\x0x83;\x0xc6;\x0x85;\x0xc9;\x0x94;\x0xc6;\x0x88;\x0xc9;\x0x96;\x0xc9;\x0x97;\x0xc6;\x0x8c;\x0xc7;\x0x9d;\x0xc9;\x0x99;\x0xc9;\x0x9b;\x0xc6;\x0x92;\x0xc9;\x0xa0;\x0xc9;\x0xa3;\x0xc9;\x0xa9;\x0xc9;\x0xa8;\x0xc6;\x0x99;\x0xc9;\x0xaf;\x0xc9;\x0xb2;\x0xc9;\x0xb5;\x0xc6;\x0xa1;\x0xc6;\x0xa3;\x0xc6;\x0xa5;\x0xca;\x0x80;\x0xc6;\x0xa8;\x0xca;\x0x83;\x0xc6;\x0xad;\x0xca;\x0x88;\x0xc6;\x0xb0;\x0xca;\x0x8a;\x0xca;\x0x8b;\x0xc6;\x0xb4;\x0xc6;\x0xb6;\x0xca;\x0x92;\x0xc6;\x0xb9;\x0xc6;\x0xbd;\x0xc7;
\x0x86;\x0xc7;\x0x86;\x0xc7;\x0x89;\x0xc7;\x0x89;\x0xc7;\x0x8c;\x0xc7;\x0x8c;\x0xc7;\x0x8e;\x0xc7;\x0x90;\x0xc7;\x0x92;\x0xc7;\x0x94;\x0xc7;\x0x96;\x0xc7;\x0x98;\x0xc7;\x0x9a;\x0xc7;\x0x9c;\x0xc7;\x0x9f;\x0xc7;\x0xa1;\x0xc7;\x0xa3;\x0xc7;\x0xa5;\x0xc7;\x0xa7;\x0xc7;\x0xa9;\x0xc7;\x0xab;\x0xc7;\x0xad;\x0xc7;\x0xaf;j\x0xcc;\x0x8c;\x0xc7;\x0xb3;\x0xc7;\x0xb3;\x0xc7;\x0xb5;\x0xc6;\x0x95;\x0xc6;\x0xbf;\x0xc7;\x0xb9;\x0xc7;\x0xbb;\x0xc7;\x0xbd;\x0xc7;\x0xbf;\x0xc8;\x0x81;\x0xc8;\x0x83;\x0xc8;\x0x85;\x0xc8;\x0x87;\x0xc8;\x0x89;\x0xc8;\x0x8b;\x0xc8;\x0x8d;\x0xc8;\x0x8f;\x0xc8;\x0x91;\x0xc8;\x0x93;\x0xc8;\x0x95;\x0xc8;\x0x97;\x0xc8;\x0x99;\x0xc8;\x0x9b;\x0xc8;\x0x9d;\x0xc8;\x0x9f;\x0xc6;\x0x9e;\x0xc8;\x0xa3;\x0xc8;\x0xa5;\x0xc8;\x0xa7;\x0xc8;\x0xa9;\x0xc8;\x0xab;\x0xc8;\x0xad;\x0xc8;\x0xaf;\x0xc8;\x0xb1;\x0xc8;\x0xb3;\x0xe2;\x0xb1;\x0xa5;\x0xc8;\x0xbc;\x0xc6;\x0x9a;\x0xe2;\x0xb1;\x0xa6;\x0xc9;\x0x82;\x0xc6;\x0x80;\x0xca;\x0x89;\x0xca;\x0x8c;\x0xc9;\x0x87;\x0xc9;\x0x89;\x0xc9;\x0x8b;\
x0xc9;\x0x8d;\x0xc9;\x0x8f;\x0xce;\x0xb9;\x0xce;\x0xac;\x0xce;\x0xad;\x0xce;\x0xae;\x0xce;\x0xaf;\x0xcf;\x0x8c;\x0xcf;\x0x8d;\x0xcf;\x0x8e;\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcc;\x0x81;\x0xce;\x0xb1;\x0xce;\x0xb2;\x0xce;\x0xb3;\x0xce;\x0xb4;\x0xce;\x0xb5;\x0xce;\x0xb6;\x0xce;\x0xb7;\x0xce;\x0xb8;\x0xce;\x0xb9;\x0xce;\x0xba;\x0xce;\x0xbb;\x0xce;\x0xbc;\x0xce;\x0xbd;\x0xce;\x0xbe;\x0xce;\x0xbf;\x0xcf;\x0x80;\x0xcf;\x0x81;\x0xcf;\x0x83;\x0xcf;\x0x84;\x0xcf;\x0x85;\x0xcf;\x0x86;\x0xcf;\x0x87;\x0xcf;\x0x88;\x0xcf;\x0x89;\x0xcf;\x0x8a;\x0xcf;\x0x8b;\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcc;\x0x81;\x0xcf;\x0x83;\x0xce;\x0xb2;\x0xce;\x0xb8;\x0xcf;\x0x86;\x0xcf;\x0x80;\x0xcf;\x0x99;\x0xcf;\x0x9b;\x0xcf;\x0x9d;\x0xcf;\x0x9f;\x0xcf;\x0xa1;\x0xcf;\x0xa3;\x0xcf;\x0xa5;\x0xcf;\x0xa7;\x0xcf;\x0xa9;\x0xcf;\x0xab;\x0xcf;\x0xad;\x0xcf;\x0xaf;\x0xce;\x0xba;\x0xcf;\x0x81;\x0xce;\x0xb8;\x0xce;\x0xb5;\x0xcf;\x0xb8;\x0xcf;\x0xb2;\x0xcf;\x0xbb;\x0xcd;\x0xbb;\x0xcd;\x0xbc;\x0xcd;\x0xbd;\x0xd1;\x0x90;\x0xd1;\x0
x91;\x0xd1;\x0x92;\x0xd1;\x0x93;\x0xd1;\x0x94;\x0xd1;\x0x95;\x0xd1;\x0x96;\x0xd1;\x0x97;\x0xd1;\x0x98;\x0xd1;\x0x99;\x0xd1;\x0x9a;\x0xd1;\x0x9b;\x0xd1;\x0x9c;\x0xd1;\x0x9d;\x0xd1;\x0x9e;\x0xd1;\x0x9f;\x0xd0;\x0xb0;\x0xd0;\x0xb1;\x0xd0;\x0xb2;\x0xd0;\x0xb3;\x0xd0;\x0xb4;\x0xd0;\x0xb5;\x0xd0;\x0xb6;\x0xd0;\x0xb7;\x0xd0;\x0xb8;\x0xd0;\x0xb9;\x0xd0;\x0xba;\x0xd0;\x0xbb;\x0xd0;\x0xbc;\x0xd0;\x0xbd;\x0xd0;\x0xbe;\x0xd0;\x0xbf;\x0xd1;\x0x80;\x0xd1;\x0x81;\x0xd1;\x0x82;\x0xd1;\x0x83;\x0xd1;\x0x84;\x0xd1;\x0x85;\x0xd1;\x0x86;\x0xd1;\x0x87;\x0xd1;\x0x88;\x0xd1;\x0x89;\x0xd1;\x0x8a;\x0xd1;\x0x8b;\x0xd1;\x0x8c;\x0xd1;\x0x8d;\x0xd1;\x0x8e;\x0xd1;\x0x8f;\x0xd1;\x0xa1;\x0xd1;\x0xa3;\x0xd1;\x0xa5;\x0xd1;\x0xa7;\x0xd1;\x0xa9;\x0xd1;\x0xab;\x0xd1;\x0xad;\x0xd1;\x0xaf;\x0xd1;\x0xb1;\x0xd1;\x0xb3;\x0xd1;\x0xb5;\x0xd1;\x0xb7;\x0xd1;\x0xb9;\x0xd1;\x0xbb;\x0xd1;\x0xbd;\x0xd1;\x0xbf;\x0xd2;\x0x81;\x0xd2;\x0x8b;\x0xd2;\x0x8d;\x0xd2;\x0x8f;\x0xd2;\x0x91;\x0xd2;\x0x93;\x0xd2;\x0x95;\x0xd2;\x0x97;\x0xd
2;\x0x99;\x0xd2;\x0x9b;\x0xd2;\x0x9d;\x0xd2;\x0x9f;\x0xd2;\x0xa1;\x0xd2;\x0xa3;\x0xd2;\x0xa5;\x0xd2;\x0xa7;\x0xd2;\x0xa9;\x0xd2;\x0xab;\x0xd2;\x0xad;\x0xd2;\x0xaf;\x0xd2;\x0xb1;\x0xd2;\x0xb3;\x0xd2;\x0xb5;\x0xd2;\x0xb7;\x0xd2;\x0xb9;\x0xd2;\x0xbb;\x0xd2;\x0xbd;\x0xd2;\x0xbf;\x0xd3;\x0x8f;\x0xd3;\x0x82;\x0xd3;\x0x84;\x0xd3;\x0x86;\x0xd3;\x0x88;\x0xd3;\x0x8a;\x0xd3;\x0x8c;\x0xd3;\x0x8e;\x0xd3;\x0x91;\x0xd3;\x0x93;\x0xd3;\x0x95;\x0xd3;\x0x97;\x0xd3;\x0x99;\x0xd3;\x0x9b;\x0xd3;\x0x9d;\x0xd3;\x0x9f;\x0xd3;\x0xa1;\x0xd3;\x0xa3;\x0xd3;\x0xa5;\x0xd3;\x0xa7;\x0xd3;\x0xa9;\x0xd3;\x0xab;\x0xd3;\x0xad;\x0xd3;\x0xaf;\x0xd3;\x0xb1;\x0xd3;\x0xb3;\x0xd3;\x0xb5;\x0xd3;\x0xb7;\x0xd3;\x0xb9;\x0xd3;\x0xbb;\x0xd3;\x0xbd;\x0xd3;\x0xbf;\x0xd4;\x0x81;\x0xd4;\x0x83;\x0xd4;\x0x85;\x0xd4;\x0x87;\x0xd4;\x0x89;\x0xd4;\x0x8b;\x0xd4;\x0x8d;\x0xd4;\x0x8f;\x0xd4;\x0x91;\x0xd4;\x0x93;\x0xd5;\x0xa1;\x0xd5;\x0xa2;\x0xd5;\x0xa3;\x0xd5;\x0xa4;\x0xd5;\x0xa5;\x0xd5;\x0xa6;\x0xd5;\x0xa7;\x0xd5;\x0xa8;\x0xd5;\x0xa9;
\x0xd5;\x0xaa;\x0xd5;\x0xab;\x0xd5;\x0xac;\x0xd5;\x0xad;\x0xd5;\x0xae;\x0xd5;\x0xaf;\x0xd5;\x0xb0;\x0xd5;\x0xb1;\x0xd5;\x0xb2;\x0xd5;\x0xb3;\x0xd5;\x0xb4;\x0xd5;\x0xb5;\x0xd5;\x0xb6;\x0xd5;\x0xb7;\x0xd5;\x0xb8;\x0xd5;\x0xb9;\x0xd5;\x0xba;\x0xd5;\x0xbb;\x0xd5;\x0xbc;\x0xd5;\x0xbd;\x0xd5;\x0xbe;\x0xd5;\x0xbf;\x0xd6;\x0x80;\x0xd6;\x0x81;\x0xd6;\x0x82;\x0xd6;\x0x83;\x0xd6;\x0x84;\x0xd6;\x0x85;\x0xd6;\x0x86;\x0xd5;\x0xa5;\x0xd6;\x0x82;\x0xe2;\x0xb4;\x0x80;\x0xe2;\x0xb4;\x0x81;\x0xe2;\x0xb4;\x0x82;\x0xe2;\x0xb4;\x0x83;\x0xe2;\x0xb4;\x0x84;\x0xe2;\x0xb4;\x0x85;\x0xe2;\x0xb4;\x0x86;\x0xe2;\x0xb4;\x0x87;\x0xe2;\x0xb4;\x0x88;\x0xe2;\x0xb4;\x0x89;\x0xe2;\x0xb4;\x0x8a;\x0xe2;\x0xb4;\x0x8b;\x0xe2;\x0xb4;\x0x8c;\x0xe2;\x0xb4;\x0x8d;\x0xe2;\x0xb4;\x0x8e;\x0xe2;\x0xb4;\x0x8f;\x0xe2;\x0xb4;\x0x90;\x0xe2;\x0xb4;\x0x91;\x0xe2;\x0xb4;\x0x92;\x0xe2;\x0xb4;\x0x93;\x0xe2;\x0xb4;\x0x94;\x0xe2;\x0xb4;\x0x95;\x0xe2;\x0xb4;\x0x96;\x0xe2;\x0xb4;\x0x97;\x0xe2;\x0xb4;\x0x98;\x0xe2;\x0xb4;\x0x99;\x0xe2;\x
0xb4;\x0x9a;\x0xe2;\x0xb4;\x0x9b;\x0xe2;\x0xb4;\x0x9c;\x0xe2;\x0xb4;\x0x9d;\x0xe2;\x0xb4;\x0x9e;\x0xe2;\x0xb4;\x0x9f;\x0xe2;\x0xb4;\x0xa0;\x0xe2;\x0xb4;\x0xa1;\x0xe2;\x0xb4;\x0xa2;\x0xe2;\x0xb4;\x0xa3;\x0xe2;\x0xb4;\x0xa4;\x0xe2;\x0xb4;\x0xa5;\x0xe1;\x0xb8;\x0x81;\x0xe1;\x0xb8;\x0x83;\x0xe1;\x0xb8;\x0x85;\x0xe1;\x0xb8;\x0x87;\x0xe1;\x0xb8;\x0x89;\x0xe1;\x0xb8;\x0x8b;\x0xe1;\x0xb8;\x0x8d;\x0xe1;\x0xb8;\x0x8f;\x0xe1;\x0xb8;\x0x91;\x0xe1;\x0xb8;\x0x93;\x0xe1;\x0xb8;\x0x95;\x0xe1;\x0xb8;\x0x97;\x0xe1;\x0xb8;\x0x99;\x0xe1;\x0xb8;\x0x9b;\x0xe1;\x0xb8;\x0x9d;\x0xe1;\x0xb8;\x0x9f;\x0xe1;\x0xb8;\x0xa1;\x0xe1;\x0xb8;\x0xa3;\x0xe1;\x0xb8;\x0xa5;\x0xe1;\x0xb8;\x0xa7;\x0xe1;\x0xb8;\x0xa9;\x0xe1;\x0xb8;\x0xab;\x0xe1;\x0xb8;\x0xad;\x0xe1;\x0xb8;\x0xaf;\x0xe1;\x0xb8;\x0xb1;\x0xe1;\x0xb8;\x0xb3;\x0xe1;\x0xb8;\x0xb5;\x0xe1;\x0xb8;\x0xb7;\x0xe1;\x0xb8;\x0xb9;\x0xe1;\x0xb8;\x0xbb;\x0xe1;\x0xb8;\x0xbd;\x0xe1;\x0xb8;\x0xbf;\x0xe1;\x0xb9;\x0x81;\x0xe1;\x0xb9;\x0x83;\x0xe1;\x0xb9;\x0x85;\x0xe1;\x0x
b9;\x0x87;\x0xe1;\x0xb9;\x0x89;\x0xe1;\x0xb9;\x0x8b;\x0xe1;\x0xb9;\x0x8d;\x0xe1;\x0xb9;\x0x8f;\x0xe1;\x0xb9;\x0x91;\x0xe1;\x0xb9;\x0x93;\x0xe1;\x0xb9;\x0x95;\x0xe1;\x0xb9;\x0x97;\x0xe1;\x0xb9;\x0x99;\x0xe1;\x0xb9;\x0x9b;\x0xe1;\x0xb9;\x0x9d;\x0xe1;\x0xb9;\x0x9f;\x0xe1;\x0xb9;\x0xa1;\x0xe1;\x0xb9;\x0xa3;\x0xe1;\x0xb9;\x0xa5;\x0xe1;\x0xb9;\x0xa7;\x0xe1;\x0xb9;\x0xa9;\x0xe1;\x0xb9;\x0xab;\x0xe1;\x0xb9;\x0xad;\x0xe1;\x0xb9;\x0xaf;\x0xe1;\x0xb9;\x0xb1;\x0xe1;\x0xb9;\x0xb3;\x0xe1;\x0xb9;\x0xb5;\x0xe1;\x0xb9;\x0xb7;\x0xe1;\x0xb9;\x0xb9;\x0xe1;\x0xb9;\x0xbb;\x0xe1;\x0xb9;\x0xbd;\x0xe1;\x0xb9;\x0xbf;\x0xe1;\x0xba;\x0x81;\x0xe1;\x0xba;\x0x83;\x0xe1;\x0xba;\x0x85;\x0xe1;\x0xba;\x0x87;\x0xe1;\x0xba;\x0x89;\x0xe1;\x0xba;\x0x8b;\x0xe1;\x0xba;\x0x8d;\x0xe1;\x0xba;\x0x8f;\x0xe1;\x0xba;\x0x91;\x0xe1;\x0xba;\x0x93;\x0xe1;\x0xba;\x0x95;h\x0xcc;\x0xb1;t\x0xcc;\x0x88;w\x0xcc;\x0x8a;y\x0xcc;\x0x8a;a\x0xca;\x0xbe;\x0xe1;\x0xb9;\x0xa1;\x0xe1;\x0xba;\x0xa1;\x0xe1;\x0xba;\x0xa3;\x0xe1;\x0xba;\x0xa5;\
x0xe1;\x0xba;\x0xa7;\x0xe1;\x0xba;\x0xa9;\x0xe1;\x0xba;\x0xab;\x0xe1;\x0xba;\x0xad;\x0xe1;\x0xba;\x0xaf;\x0xe1;\x0xba;\x0xb1;\x0xe1;\x0xba;\x0xb3;\x0xe1;\x0xba;\x0xb5;\x0xe1;\x0xba;\x0xb7;\x0xe1;\x0xba;\x0xb9;\x0xe1;\x0xba;\x0xbb;\x0xe1;\x0xba;\x0xbd;\x0xe1;\x0xba;\x0xbf;\x0xe1;\x0xbb;\x0x81;\x0xe1;\x0xbb;\x0x83;\x0xe1;\x0xbb;\x0x85;\x0xe1;\x0xbb;\x0x87;\x0xe1;\x0xbb;\x0x89;\x0xe1;\x0xbb;\x0x8b;\x0xe1;\x0xbb;\x0x8d;\x0xe1;\x0xbb;\x0x8f;\x0xe1;\x0xbb;\x0x91;\x0xe1;\x0xbb;\x0x93;\x0xe1;\x0xbb;\x0x95;\x0xe1;\x0xbb;\x0x97;\x0xe1;\x0xbb;\x0x99;\x0xe1;\x0xbb;\x0x9b;\x0xe1;\x0xbb;\x0x9d;\x0xe1;\x0xbb;\x0x9f;\x0xe1;\x0xbb;\x0xa1;\x0xe1;\x0xbb;\x0xa3;\x0xe1;\x0xbb;\x0xa5;\x0xe1;\x0xbb;\x0xa7;\x0xe1;\x0xbb;\x0xa9;\x0xe1;\x0xbb;\x0xab;\x0xe1;\x0xbb;\x0xad;\x0xe1;\x0xbb;\x0xaf;\x0xe1;\x0xbb;\x0xb1;\x0xe1;\x0xbb;\x0xb3;\x0xe1;\x0xbb;\x0xb5;\x0xe1;\x0xbb;\x0xb7;\x0xe1;\x0xbb;\x0xb9;\x0xe1;\x0xbc;\x0x80;\x0xe1;\x0xbc;\x0x81;\x0xe1;\x0xbc;\x0x82;\x0xe1;\x0xbc;\x0x83;\x0xe1;\x0xbc;\x0x84;\x0
xe1;\x0xbc;\x0x85;\x0xe1;\x0xbc;\x0x86;\x0xe1;\x0xbc;\x0x87;\x0xe1;\x0xbc;\x0x90;\x0xe1;\x0xbc;\x0x91;\x0xe1;\x0xbc;\x0x92;\x0xe1;\x0xbc;\x0x93;\x0xe1;\x0xbc;\x0x94;\x0xe1;\x0xbc;\x0x95;\x0xe1;\x0xbc;\x0xa0;\x0xe1;\x0xbc;\x0xa1;\x0xe1;\x0xbc;\x0xa2;\x0xe1;\x0xbc;\x0xa3;\x0xe1;\x0xbc;\x0xa4;\x0xe1;\x0xbc;\x0xa5;\x0xe1;\x0xbc;\x0xa6;\x0xe1;\x0xbc;\x0xa7;\x0xe1;\x0xbc;\x0xb0;\x0xe1;\x0xbc;\x0xb1;\x0xe1;\x0xbc;\x0xb2;\x0xe1;\x0xbc;\x0xb3;\x0xe1;\x0xbc;\x0xb4;\x0xe1;\x0xbc;\x0xb5;\x0xe1;\x0xbc;\x0xb6;\x0xe1;\x0xbc;\x0xb7;\x0xe1;\x0xbd;\x0x80;\x0xe1;\x0xbd;\x0x81;\x0xe1;\x0xbd;\x0x82;\x0xe1;\x0xbd;\x0x83;\x0xe1;\x0xbd;\x0x84;\x0xe1;\x0xbd;\x0x85;\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcc;\x0x80;\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcc;\x0x81;\x0xcf;\x0x85;\x0xcc;\x0x93;\x0xcd;\x0x82;\x0xe1;\x0xbd;\x0x91;\x0xe1;\x0xbd;\x0x93;\x0xe1;\x0xbd;\x0x95;\x0xe1;\x0xbd;\x0x97;\x0xe1;\x0xbd;\x0xa0;\x0xe1;\x0xbd;\x0xa1;\x0xe1;\x0xbd;\x0xa2;\x0xe1;\x0xbd;\x0xa3;\x0xe1;\x0xbd;\x0xa
4;\x0xe1;\x0xbd;\x0xa5;\x0xe1;\x0xbd;\x0xa6;\x0xe1;\x0xbd;\x0xa7;\x0xe1;\x0xbc;\x0x80;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x81;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x82;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x83;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x84;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x85;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x86;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x87;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x80;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x81;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x82;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x83;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x84;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x85;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x86;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0x87;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa0;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa1;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa2;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa3;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa4;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa5;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa6;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa7;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa0;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa1;\x0xce;\x0xb9;\x0xe1;\x0xbc;
\x0xa2;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa3;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa4;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa5;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa6;\x0xce;\x0xb9;\x0xe1;\x0xbc;\x0xa7;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa0;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa1;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa2;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa3;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa4;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa5;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa6;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa7;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa0;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa1;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa2;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa3;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa4;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa5;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa6;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xa7;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xb0;\x0xce;\x0xb9;\x0xce;\x0xb1;\x0xce;\x0xb9;\x0xce;\x0xac;\x0xce;\x0xb9;\x0xce;\x0xb1;\x0xcd;\x0x82;\x0xce;\x0xb1;\x0xcd;\x0x82;\x0xce;\x0xb9;\x0xe1;\x0xbe;\x0xb0;\x0xe1;\x0xbe;\x0xb1;\x0xe1;\x0xbd;\x0xb0;\x0xe1;\x
0xbd;\x0xb1;\x0xce;\x0xb1;\x0xce;\x0xb9;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xb4;\x0xce;\x0xb9;\x0xce;\x0xb7;\x0xce;\x0xb9;\x0xce;\x0xae;\x0xce;\x0xb9;\x0xce;\x0xb7;\x0xcd;\x0x82;\x0xce;\x0xb7;\x0xcd;\x0x82;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xb2;\x0xe1;\x0xbd;\x0xb3;\x0xe1;\x0xbd;\x0xb4;\x0xe1;\x0xbd;\x0xb5;\x0xce;\x0xb7;\x0xce;\x0xb9;\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcc;\x0x80;\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcc;\x0x81;\x0xce;\x0xb9;\x0xcd;\x0x82;\x0xce;\x0xb9;\x0xcc;\x0x88;\x0xcd;\x0x82;\x0xe1;\x0xbf;\x0x90;\x0xe1;\x0xbf;\x0x91;\x0xe1;\x0xbd;\x0xb6;\x0xe1;\x0xbd;\x0xb7;\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcc;\x0x80;\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcc;\x0x81;\x0xcf;\x0x81;\x0xcc;\x0x93;\x0xcf;\x0x85;\x0xcd;\x0x82;\x0xcf;\x0x85;\x0xcc;\x0x88;\x0xcd;\x0x82;\x0xe1;\x0xbf;\x0xa0;\x0xe1;\x0xbf;\x0xa1;\x0xe1;\x0xbd;\x0xba;\x0xe1;\x0xbd;\x0xbb;\x0xe1;\x0xbf;\x0xa5;\x0xe1;\x0xbd;\x0xbc;\x0xce;\x0xb9;\x0xcf;\x0x89;\x0xce;\x0xb9;\x0xcf;\x0x8e;\x0xce;\x0xb9;\x0xcf;\x0x89;\x0xcd;\x0x82;\x0xcf;\x0x89;\x0x
cd;\x0x82;\x0xce;\x0xb9;\x0xe1;\x0xbd;\x0xb8;\x0xe1;\x0xbd;\x0xb9;\x0xe1;\x0xbd;\x0xbc;\x0xe1;\x0xbd;\x0xbd;\x0xcf;\x0x89;\x0xce;\x0xb9;\x0xcf;\x0x89;k\x0xc3;\x0xa5;\x0xe2;\x0x85;\x0x8e;\x0xe2;\x0x85;\x0xb0;\x0xe2;\x0x85;\x0xb1;\x0xe2;\x0x85;\x0xb2;\x0xe2;\x0x85;\x0xb3;\x0xe2;\x0x85;\x0xb4;\x0xe2;\x0x85;\x0xb5;\x0xe2;\x0x85;\x0xb6;\x0xe2;\x0x85;\x0xb7;\x0xe2;\x0x85;\x0xb8;\x0xe2;\x0x85;\x0xb9;\x0xe2;\x0x85;\x0xba;\x0xe2;\x0x85;\x0xbb;\x0xe2;\x0x85;\x0xbc;\x0xe2;\x0x85;\x0xbd;\x0xe2;\x0x85;\x0xbe;\x0xe2;\x0x85;\x0xbf;\x0xe2;\x0x86;\x0x84;\x0xe2;\x0x93;\x0x90;\x0xe2;\x0x93;\x0x91;\x0xe2;\x0x93;\x0x92;\x0xe2;\x0x93;\x0x93;\x0xe2;\x0x93;\x0x94;\x0xe2;\x0x93;\x0x95;\x0xe2;\x0x93;\x0x96;\x0xe2;\x0x93;\x0x97;\x0xe2;\x0x93;\x0x98;\x0xe2;\x0x93;\x0x99;\x0xe2;\x0x93;\x0x9a;\x0xe2;\x0x93;\x0x9b;\x0xe2;\x0x93;\x0x9c;\x0xe2;\x0x93;\x0x9d;\x0xe2;\x0x93;\x0x9e;\x0xe2;\x0x93;\x0x9f;\x0xe2;\x0x93;\x0xa0;\x0xe2;\x0x93;\x0xa1;\x0xe2;\x0x93;\x0xa2;\x0xe2;\x0x93;\x0xa3;\x0xe2;\x0x93;\x0xa4;\x0xe
2;\x0x93;\x0xa5;\x0xe2;\x0x93;\x0xa6;\x0xe2;\x0x93;\x0xa7;\x0xe2;\x0x93;\x0xa8;\x0xe2;\x0x93;\x0xa9;\x0xe2;\x0xb0;\x0xb0;\x0xe2;\x0xb0;\x0xb1;\x0xe2;\x0xb0;\x0xb2;\x0xe2;\x0xb0;\x0xb3;\x0xe2;\x0xb0;\x0xb4;\x0xe2;\x0xb0;\x0xb5;\x0xe2;\x0xb0;\x0xb6;\x0xe2;\x0xb0;\x0xb7;\x0xe2;\x0xb0;\x0xb8;\x0xe2;\x0xb0;\x0xb9;\x0xe2;\x0xb0;\x0xba;\x0xe2;\x0xb0;\x0xbb;\x0xe2;\x0xb0;\x0xbc;\x0xe2;\x0xb0;\x0xbd;\x0xe2;\x0xb0;\x0xbe;\x0xe2;\x0xb0;\x0xbf;\x0xe2;\x0xb1;\x0x80;\x0xe2;\x0xb1;\x0x81;\x0xe2;\x0xb1;\x0x82;\x0xe2;\x0xb1;\x0x83;\x0xe2;\x0xb1;\x0x84;\x0xe2;\x0xb1;\x0x85;\x0xe2;\x0xb1;\x0x86;\x0xe2;\x0xb1;\x0x87;\x0xe2;\x0xb1;\x0x88;\x0xe2;\x0xb1;\x0x89;\x0xe2;\x0xb1;\x0x8a;\x0xe2;\x0xb1;\x0x8b;\x0xe2;\x0xb1;\x0x8c;\x0xe2;\x0xb1;\x0x8d;\x0xe2;\x0xb1;\x0x8e;\x0xe2;\x0xb1;\x0x8f;\x0xe2;\x0xb1;\x0x90;\x0xe2;\x0xb1;\x0x91;\x0xe2;\x0xb1;\x0x92;\x0xe2;\x0xb1;\x0x93;\x0xe2;\x0xb1;\x0x94;\x0xe2;\x0xb1;\x0x95;\x0xe2;\x0xb1;\x0x96;\x0xe2;\x0xb1;\x0x97;\x0xe2;\x0xb1;\x0x98;\x0xe2;\x0xb1;\x0x99;\x0xe2;
\x0xb1;\x0x9a;\x0xe2;\x0xb1;\x0x9b;\x0xe2;\x0xb1;\x0x9c;\x0xe2;\x0xb1;\x0x9d;\x0xe2;\x0xb1;\x0x9e;\x0xe2;\x0xb1;\x0xa1;\x0xc9;\x0xab;\x0xe1;\x0xb5;\x0xbd;\x0xc9;\x0xbd;\x0xe2;\x0xb1;\x0xa8;\x0xe2;\x0xb1;\x0xaa;\x0xe2;\x0xb1;\x0xac;\x0xe2;\x0xb1;\x0xb6;\x0xe2;\x0xb2;\x0x81;\x0xe2;\x0xb2;\x0x83;\x0xe2;\x0xb2;\x0x85;\x0xe2;\x0xb2;\x0x87;\x0xe2;\x0xb2;\x0x89;\x0xe2;\x0xb2;\x0x8b;\x0xe2;\x0xb2;\x0x8d;\x0xe2;\x0xb2;\x0x8f;\x0xe2;\x0xb2;\x0x91;\x0xe2;\x0xb2;\x0x93;\x0xe2;\x0xb2;\x0x95;\x0xe2;\x0xb2;\x0x97;\x0xe2;\x0xb2;\x0x99;\x0xe2;\x0xb2;\x0x9b;\x0xe2;\x0xb2;\x0x9d;\x0xe2;\x0xb2;\x0x9f;\x0xe2;\x0xb2;\x0xa1;\x0xe2;\x0xb2;\x0xa3;\x0xe2;\x0xb2;\x0xa5;\x0xe2;\x0xb2;\x0xa7;\x0xe2;\x0xb2;\x0xa9;\x0xe2;\x0xb2;\x0xab;\x0xe2;\x0xb2;\x0xad;\x0xe2;\x0xb2;\x0xaf;\x0xe2;\x0xb2;\x0xb1;\x0xe2;\x0xb2;\x0xb3;\x0xe2;\x0xb2;\x0xb5;\x0xe2;\x0xb2;\x0xb7;\x0xe2;\x0xb2;\x0xb9;\x0xe2;\x0xb2;\x0xbb;\x0xe2;\x0xb2;\x0xbd;\x0xe2;\x0xb2;\x0xbf;\x0xe2;\x0xb3;\x0x81;\x0xe2;\x0xb3;\x0x83;\x0xe2;\x0xb3;\x0x85;\x
0xe2;\x0xb3;\x0x87;\x0xe2;\x0xb3;\x0x89;\x0xe2;\x0xb3;\x0x8b;\x0xe2;\x0xb3;\x0x8d;\x0xe2;\x0xb3;\x0x8f;\x0xe2;\x0xb3;\x0x91;\x0xe2;\x0xb3;\x0x93;\x0xe2;\x0xb3;\x0x95;\x0xe2;\x0xb3;\x0x97;\x0xe2;\x0xb3;\x0x99;\x0xe2;\x0xb3;\x0x9b;\x0xe2;\x0xb3;\x0x9d;\x0xe2;\x0xb3;\x0x9f;\x0xe2;\x0xb3;\x0xa1;\x0xe2;\x0xb3;\x0xa3;fffiflffifflstst\x0xd5;\x0xb4;\x0xd5;\x0xb6;\x0xd5;\x0xb4;\x0xd5;\x0xa5;\x0xd5;\x0xb4;\x0xd5;\x0xab;\x0xd5;\x0xbe;\x0xd5;\x0xb6;\x0xd5;\x0xb4;\x0xd5;\x0xad;\x0xef;\x0xbd;\x0x81;\x0xef;\x0xbd;\x0x82;\x0xef;\x0xbd;\x0x83;\x0xef;\x0xbd;\x0x84;\x0xef;\x0xbd;\x0x85;\x0xef;\x0xbd;\x0x86;\x0xef;\x0xbd;\x0x87;\x0xef;\x0xbd;\x0x88;\x0xef;\x0xbd;\x0x89;\x0xef;\x0xbd;\x0x8a;\x0xef;\x0xbd;\x0x8b;\x0xef;\x0xbd;\x0x8c;\x0xef;\x0xbd;\x0x8d;\x0xef;\x0xbd;\x0x8e;\x0xef;\x0xbd;\x0x8f;\x0xef;\x0xbd;\x0x90;\x0xef;\x0xbd;\x0x91;\x0xef;\x0xbd;\x0x92;\x0xef;\x0xbd;\x0x93;\x0xef;\x0xbd;\x0x94;\x0xef;\x0xbd;\x0x95;\x0xef;\x0xbd;\x0x96;\x0xef;\x0xbd;\x0x97;\x0xef;\x0xbd;\x0x98;\x0xef;\x0xbd;\x
0x99;\x0xef;\x0xbd;\x0x9a;\x0xf0;\x0x90;\x0x90;\x0xa8;\x0xf0;\x0x90;\x0x90;\x0xa9;\x0xf0;\x0x90;\x0x90;\x0xaa;\x0xf0;\x0x90;\x0x90;\x0xab;\x0xf0;\x0x90;\x0x90;\x0xac;\x0xf0;\x0x90;\x0x90;\x0xad;\x0xf0;\x0x90;\x0x90;\x0xae;\x0xf0;\x0x90;\x0x90;\x0xaf;\x0xf0;\x0x90;\x0x90;\x0xb0;\x0xf0;\x0x90;\x0x90;\x0xb1;\x0xf0;\x0x90;\x0x90;\x0xb2;\x0xf0;\x0x90;\x0x90;\x0xb3;\x0xf0;\x0x90;\x0x90;\x0xb4;\x0xf0;\x0x90;\x0x90;\x0xb5;\x0xf0;\x0x90;\x0x90;\x0xb6;\x0xf0;\x0x90;\x0x90;\x0xb7;\x0xf0;\x0x90;\x0x90;\x0xb8;\x0xf0;\x0x90;\x0x90;\x0xb9;\x0xf0;\x0x90;\x0x90;\x0xba;\x0xf0;\x0x90;\x0x90;\x0xbb;\x0xf0;\x0x90;\x0x90;\x0xbc;\x0xf0;\x0x90;\x0x90;\x0xbd;\x0xf0;\x0x90;\x0x90;\x0xbe;\x0xf0;\x0x90;\x0x90;\x0xbf;\x0xf0;\x0x90;\x0x91;\x0x80;\x0xf0;\x0x90;\x0x91;\x0x81;\x0xf0;\x0x90;\x0x91;\x0x82;\x0xf0;\x0x90;\x0x91;\x0x83;\x0xf0;\x0x90;\x0x91;\x0x84;\x0xf0;\x0x90;\x0x91;\x0x85;\x0xf0;\x0x90;\x0x91;\x0x86;\x0xf0;\x0x90;\x0x91;\x0x87;\x0xf0;\x0x90;\x0x91;\x0x88;\x0xf0;\x0x90;\x0x91;\x0x89;\x0xf0;\x0x
90;\x0x91;\x0x8a;\x0xf0;\x0x90;\x0x91;\x0x8b;\x0xf0;\x0x90;\x0x91;\x0x8c;\x0xf0;\x0x90;\x0x91;\x0x8d;\x0xf0;\x0x90;\x0x91;\x0x8e;\x0xf0;\x0x90;\x0x91;\x0x8f;"
[1771] OK
[1772] [testing parse-flonums] ... OK
[1773] [testing string-to-number] ...TESTING 57350 tests
[1774] OK
[1775] [testing bignum-to-flonum] ...[37: test-bignum-to-flonum] Happy Happy Joy Joy
[1776] bits(34872389478) = 36
[1777] bits(34872389478) = 36
[1778] bits(34872389479) = 36
[1779] bits(34872389479) = 36
[1780] bits(3487238948347878) = 52
[1781] bits(3487238948347878) = 52
[1782] bits(3487238948347879) = 52
[1783] bits(3487238948347879) = 52
[1784] bits(5487238948347878) = 53
[1785] bits(5487238948347878) = 53
[1786] bits(5487238948347879) = 53
[1787] bits(5487238948347879) = 53
[1788] bits(543877238948347878) = 59
[1789] x=543877238948347878 fl=5.438772389483479e17
[1790] bits(543877238948347878) = 59
[1791] x=-543877238948347878 fl=-5.438772389483479e17
[1792] bits(543877238948347879) = 59
[1793] x=543877238948347879 fl=5.438772389483479e17
[1794] bits(543877238948347879) = 59
[1795] x=-543877238948347879 fl=-5.438772389483479e17
[1796] bits(5438748878948347878) = 63
[1797] x=5438748878948347878 fl=5.438748878948348e18
[1798] bits(5438748878948347878) = 63
[1799] x=-5438748878948347878 fl=-5.438748878948348e18
[1800] bits(5438748878948347879) = 63
[1801] x=5438748878948347879 fl=5.438748878948348e18
[1802] bits(5438748878948347879) = 63
[1803] x=-5438748878948347879 fl=-5.438748878948348e18
[1804] bits(13874887238948347878) = 64
[1805] x=13874887238948347878 fl=1.3874887238948348e19
[1806] bits(13874887238948347878) = 64
[1807] x=-13874887238948347878 fl=-1.3874887238948348e19
[1808] bits(13874887238948347879) = 64
[1809] x=13874887238948347879 fl=1.3874887238948348e19
[1810] bits(13874887238948347879) = 64
[1811] x=-13874887238948347879 fl=-1.3874887238948348e19
[1812] bits(543874887238948347878) = 69
[1813] x=543874887238948347878 fl=5.4387488723894836e20
[1814] bits(543874887238948347878) = 69
[1815] x=-543874887238948347878 fl=-5.4387488723894836e20
[1816] bits(543874887238948347879) = 69
[1817] x=543874887238948347879 fl=5.4387488723894836e20
[1818] bits(543874887238948347879) = 69
[1819] x=-543874887238948347879 fl=-5.4387488723894836e20
[1820] bits(5433847834874887238948347878) = 93
[1821] x=5433847834874887238948347878 fl=5.433847834874887e27
[1822] bits(5433847834874887238948347878) = 93
[1823] x=-5433847834874887238948347878 fl=-5.433847834874887e27
[1824] bits(5433847834874887238948347879) = 93
[1825] x=5433847834874887238948347879 fl=5.433847834874887e27
[1826] bits(5433847834874887238948347879) = 93
[1827] x=-5433847834874887238948347879 fl=-5.433847834874887e27
[1828] bits(329847892374892374895433847834874887238948347878) = 158
[1829] x=329847892374892374895433847834874887238948347878 fl=3.2984789237489238e47
[1830] bits(329847892374892374895433847834874887238948347878) = 158
[1831] x=-329847892374892374895433847834874887238948347878 fl=-3.2984789237489238e47
[1832] bits(329847892374892374895433847834874887238948347879) = 158
[1833] x=329847892374892374895433847834874887238948347879 fl=3.2984789237489238e47
[1834] bits(329847892374892374895433847834874887238948347879) = 158
[1835] x=-329847892374892374895433847834874887238948347879 fl=-3.2984789237489238e47
[1836] bits(13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899585) = 513
[1837] x=13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899585 fl=1.34078079299426e154
[1838] bits(13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899585) = 513
[1839] x=-13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899585 fl=-1.34078079299426e154
[1840] bits(13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584) = 513
[1841] x=13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584 fl=1.3407807929942597e154
[1842] bits(13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584) = 513
[1843] x=-13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584 fl=-1.3407807929942597e154
[1844] bits(13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899586) = 513
[1845] x=13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899586 fl=1.34078079299426e154
[1846] bits(13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899586) = 513
[1847] x=-13407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899586 fl=-1.34078079299426e154
[1848] bits(1340780792994259858813973235560875797249452437522567973398106813134915148656547489875113635440585039972930371997426831929539813244507897782529778440889958413407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584) = 1027
[1849] x=1340780792994259858813973235560875797249452437522567973398106813134915148656547489875113635440585039972930371997426831929539813244507897782529778440889958413407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584 fl=+inf.0
[1850] bits(1340780792994259858813973235560875797249452437522567973398106813134915148656547489875113635440585039972930371997426831929539813244507897782529778440889958413407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584) = 1027
[1851] x=-1340780792994259858813973235560875797249452437522567973398106813134915148656547489875113635440585039972930371997426831929539813244507897782529778440889958413407807929942598588139732355608757972494524375225679733981068131349151486565474898751136354405850399729303719974268319295398132445078977825297784408899584 fl=-inf.0
[1852] OK
[1853] [testing div-and-mod] ...(div-and-mod 17 3) = 5 2
[1854] (div-and-mod 17 -3) = -5 2
[1855] (div-and-mod -17 3) = -6 1
[1856] (div-and-mod -17 -3) = 6 1
[1857] (div-and-mod 16 3) = 5 1
[1858] (div-and-mod 16 -3) = -5 1
[1859] (div-and-mod -16 3) = -6 2
[1860] (div-and-mod -16 -3) = 6 2
[1861] (div-and-mod 15 3) = 5 0
[1862] (div-and-mod 15 -3) = -5 0
[1863] (div-and-mod -15 3) = -5 0
[1864] (div-and-mod -15 -3) = 5 0
[1865] (div-and-mod 10 4) = 2 2
[1866] (div-and-mod 10 -4) = -2 2
[1867] (div-and-mod -10 4) = -3 2
[1868] (div-and-mod -10 -4) = 3 2
[1869] (div-and-mod 3 5/6) = 3 1/2
[1870] (div-and-mod -3 5/6) = -4 1/3
[1871] (div-and-mod 3 -5/6) = -3 1/2
[1872] (div-and-mod -3 -5/6) = 4 1/3
[1873] (div-and-mod 3 7/11) = 4 5/11
[1874] (div-and-mod -3 7/11) = -5 2/11
[1875] (div-and-mod 3 -7/11) = -4 5/11
[1876] (div-and-mod -3 -7/11) = 5 2/11
[1877] (div-and-mod -1152921504606846976 -1) = 1152921504606846976 0
[1878] (div-and-mod -1152921504606846976 1) = -1152921504606846976 0
[1879] (div-and-mod 1152921504606846975 -1) = -1152921504606846975 0
[1880] (div-and-mod 1152921504606846975 1) = 1152921504606846975 0
[1881] (div0-and-mod0 17 3) = 6 -1
[1882] (div0-and-mod0 17 -3) = -6 -1
[1883] (div0-and-mod0 -17 3) = -6 1
[1884] (div0-and-mod0 -17 -3) = 6 1
[1885] (div0-and-mod0 16 3) = 5 1
[1886] (div0-and-mod0 16 -3) = -5 1
[1887] (div0-and-mod0 -16 3) = -5 -1
[1888] (div0-and-mod0 -16 -3) = 5 -1
[1889] (div0-and-mod0 15 3) = 5 0
[1890] (div0-and-mod0 15 -3) = -5 0
[1891] (div0-and-mod0 -15 3) = -5 0
[1892] (div0-and-mod0 -15 -3) = 5 0
[1893] (div0-and-mod0 10 4) = 3 -2
[1894] (div0-and-mod0 10 -4) = -3 -2
[1895] (div0-and-mod0 -10 4) = -2 -2
[1896] (div0-and-mod0 -10 -4) = 2 -2
[1897] (div0-and-mod0 3 5/6) = 4 -1/3
[1898] (div0-and-mod0 -3 5/6) = -4 1/3
[1899] (div0-and-mod0 3 -5/6) = -4 -1/3
[1900] (div0-and-mod0 -3 -5/6) = 4 1/3
[1901] (div0-and-mod0 3 7/11) = 5 -2/11
[1902] (div0-and-mod0 -3 7/11) = -5 2/11
[1903] (div0-and-mod0 3 -7/11) = -5 -2/11
[1904] (div0-and-mod0 -3 -7/11) = 5 2/11
[1905] (div0-and-mod0 -1152921504606846976 1) = -1152921504606846976 0
[1906] (div0-and-mod0 -1152921504606846976 -1) = 1152921504606846976 0
[1907] (div0-and-mod0 1152921504606846975 1) = 1152921504606846975 0
[1908] (div0-and-mod0 1152921504606846975 -1) = -1152921504606846975 0
[1909] (div0-and-mod0 -1152921504606846976 2) = -576460752303423488 0
[1910] (div0-and-mod0 -1152921504606846976 -2) = 576460752303423488 0
[1911] (div0-and-mod0 1152921504606846975 2) = 576460752303423488 -1
[1912] (div0-and-mod0 1152921504606846975 -2) = -576460752303423488 -1
[1913] (div0-and-mod0 0 -1152921504606846976) = 0 0
[1914] (div0-and-mod0 0 1152921504606846975) = 0 0
[1915] (div0-and-mod0 1 -1152921504606846976) = 0 1
[1916] (div0-and-mod0 1 1152921504606846975) = 0 1
[1917] (div0-and-mod0 -1 -1152921504606846976) = 0 -1
[1918] (div0-and-mod0 -1 1152921504606846975) = 0 -1
[1919] (div0-and-mod0 2 -1152921504606846976) = 0 2
[1920] (div0-and-mod0 2 1152921504606846975) = 0 2
[1921] (div0-and-mod0 -2 -1152921504606846976) = 0 -2
[1922] (div0-and-mod0 -2 1152921504606846975) = 0 -2
[1923] (div0-and-mod0 -1152921504606846976 -1152921504606846976) = 1 0
[1924] (div0-and-mod0 1152921504606846975 -1152921504606846976) = -1 -1
[1925] (div0-and-mod0 -1152921504606846976 1152921504606846975) = -1 -1
[1926] (div0-and-mod0 1152921504606846975 1152921504606846975) = 1 0
[1927] OK
[1928] [testing fldiv-and-mod] ...(fldiv-and-mod 17.0 3.0) = 5.0 2.0
[1929] (fldiv-and-mod 17.0 -3.0) = -5.0 2.0
[1930] (fldiv-and-mod -17.0 3.0) = -6.0 1.0
[1931] (fldiv-and-mod -17.0 -3.0) = 6.0 1.0
[1932] (fldiv-and-mod 16.0 3.0) = 5.0 1.0
[1933] (fldiv-and-mod 16.0 -3.0) = -5.0 1.0
[1934] (fldiv-and-mod -16.0 3.0) = -6.0 2.0
[1935] (fldiv-and-mod -16.0 -3.0) = 6.0 2.0
[1936] (fldiv-and-mod 15.0 3.0) = 5.0 0.0
[1937] (fldiv-and-mod 15.0 -3.0) = -5.0 0.0
[1938] (fldiv-and-mod -15.0 3.0) = -5.0 0.0
[1939] (fldiv-and-mod -15.0 -3.0) = 5.0 0.0
[1940] (fldiv-and-mod 17.0 3.5) = 4.0 3.0
[1941] (fldiv-and-mod 17.0 -3.5) = -4.0 3.0
[1942] (fldiv-and-mod -17.0 3.5) = -5.0 0.5
[1943] (fldiv-and-mod -17.0 -3.5) = 5.0 0.5
[1944] (fldiv-and-mod 16.0 3.5) = 4.0 2.0
[1945] (fldiv-and-mod 16.0 -3.5) = -4.0 2.0
[1946] (fldiv-and-mod -16.0 3.5) = -5.0 1.5
[1947] (fldiv-and-mod -16.0 -3.5) = 5.0 1.5
[1948] (fldiv-and-mod 15.0 3.5) = 4.0 1.0
[1949] (fldiv-and-mod 15.0 -3.5) = -4.0 1.0
[1950] (fldiv-and-mod -15.0 3.5) = -5.0 2.5
[1951] (fldiv-and-mod -15.0 -3.5) = 5.0 2.5
[1952] (fldiv-and-mod 17.0 +nan.0) = +nan.0 +nan.0
[1953] (fldiv-and-mod -17.0 +nan.0) = +nan.0 +nan.0
[1954] (fldiv-and-mod 17.0 +inf.0) = -1.0 +nan.0
[1955] (fldiv-and-mod 17.0 -inf.0) = 1.0 +nan.0
[1956] (fldiv-and-mod -17.0 +inf.0) = -1.0 +nan.0
[1957] (fldiv-and-mod -17.0 -inf.0) = 1.0 +nan.0
[1958] (fldiv0-and-mod0 17.0 3.0) = 6.0 -1.0
[1959] (fldiv0-and-mod0 17.0 -3.0) = -6.0 -1.0
[1960] (fldiv0-and-mod0 -17.0 3.0) = -6.0 1.0
[1961] (fldiv0-and-mod0 -17.0 -3.0) = 6.0 1.0
[1962] (fldiv0-and-mod0 16.0 3.0) = 5.0 1.0
[1963] (fldiv0-and-mod0 16.0 -3.0) = -5.0 1.0
[1964] (fldiv0-and-mod0 -16.0 3.0) = -5.0 -1.0
[1965] (fldiv0-and-mod0 -16.0 -3.0) = 5.0 -1.0
[1966] (fldiv0-and-mod0 15.0 3.0) = 5.0 0.0
[1967] (fldiv0-and-mod0 15.0 -3.0) = -5.0 0.0
[1968] (fldiv0-and-mod0 -15.0 3.0) = -5.0 0.0
[1969] (fldiv0-and-mod0 -15.0 -3.0) = 5.0 0.0
[1970] (fldiv0-and-mod0 17.0 3.5) = 5.0 -0.5
[1971] (fldiv0-and-mod0 17.0 -3.5) = -5.0 -0.5
[1972] (fldiv0-and-mod0 -17.0 3.5) = -5.0 0.5
[1973] (fldiv0-and-mod0 -17.0 -3.5) = 5.0 0.5
[1974] (fldiv0-and-mod0 16.0 3.5) = 5.0 -1.5
[1975] (fldiv0-and-mod0 16.0 -3.5) = -5.0 -1.5
[1976] (fldiv0-and-mod0 -16.0 3.5) = -5.0 1.5
[1977] (fldiv0-and-mod0 -16.0 -3.5) = 5.0 1.5
[1978] (fldiv0-and-mod0 15.0 3.5) = 4.0 1.0
[1979] (fldiv0-and-mod0 15.0 -3.5) = -4.0 1.0
[1980] (fldiv0-and-mod0 -15.0 3.5) = -4.0 -1.0
[1981] (fldiv0-and-mod0 -15.0 -3.5) = 4.0 -1.0
[1982] (fldiv0-and-mod0 1e1 4.0) = 3.0 -2.0
[1983] (fldiv0-and-mod0 1e1 -4.0) = -3.0 -2.0
[1984] (fldiv0-and-mod0 -1e1 4.0) = -2.0 -2.0
[1985] (fldiv0-and-mod0 -1e1 -4.0) = 2.0 -2.0
[1986] (fldiv0-and-mod0 17.0 +nan.0) = +nan.0 +nan.0
[1987] (fldiv0-and-mod0 -17.0 +nan.0) = +nan.0 +nan.0
[1988] (fldiv0-and-mod0 17.0 +inf.0) = 1.0 +nan.0
[1989] (fldiv0-and-mod0 17.0 -inf.0) = -1.0 +nan.0
[1990] (fldiv0-and-mod0 -17.0 +inf.0) = 1.0 +nan.0
[1991] (fldiv0-and-mod0 -17.0 -inf.0) = -1.0 +nan.0
[1992] OK
[1993] [testing unicode] ... OK
[1994] [testing normalization] ... running 17768 tests ... OK
[1995] [testing repl] ... OK
[1996] [testing set-position] ... OK
[1997] [testing guardians] ... [1/100] [2/100] [3/100] [4/100] [5/100] [6/100] [7/100] [8/100] [9/100] [10/100] [11/100] [12/100] [13/100] [14/100] [15/100] [16/100] [17/100] [18/100] [19/100] [20/100] [21/100] [22/100] [23/100] [24/100] [25/100] [26/100] [27/100] [28/100] [29/100] [30/100] [31/100] [32/100] [33/100] [34/100] [35/100] [36/100] [37/100] [38/100] [39/100] [40/100] [41/100] [42/100] [43/100] [44/100] [45/100] [46/100] [47/100] [48/100] [49/100] [50/100] [51/100] [52/100] [53/100] [54/100] [55/100] [56/100] [57/100] [58/100] [59/100] [60/100] [61/100] [62/100] [63/100] [64/100] [65/100] [66/100] [67/100] [68/100] [69/100] [70/100] [71/100] [72/100] [73/100] [74/100] [75/100] [76/100] [77/100] [78/100] [79/100] [80/100] [81/100] [82/100] [83/100] [84/100] [85/100] [86/100] [87/100] [88/100] [89/100] [90/100] [91/100] [92/100] [93/100] [94/100] [95/100] [96/100] [97/100] [98/100] [99/100] OK
[1998] [testing symbol-table] ...
[1999] sym1=hgjtrkmjnlsdgcuyihnwodtjgsnxrydffxyjulsnguurocubbhqjbbbhbxklwpykmqspum
[2000] sym1=hgjtrkmjnlsdgcuyihnwodtjgsnxrydffxyjulsnguurocubbhqjbbbhbxklwpykmqspum
[2001] sym2=ycdkjrgfuvybjzizpvrlrtfpxajbfkllqihediefutflzdqeerjkumsqptndqihvpczvlb
[2002] sym3=hgjtrkmjnlsdgcuyihnwodtjgsnxrydffxyjulsnguurocubbhqjbbbhbxklwpykmqspum
[2003] OK
[2004] [testing scribble] ... [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] OK
[2005] Happy Happy Joy Joy
[2006] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2007] Making check in doc
[2008] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2009] make[2]: Nothing to be done for `check'.
[2010] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2011] Making check in lib
[2012] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2013] make[2]: Nothing to be done for `check'.
[2014] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2015] Making check in benchmarks
[2016] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2017] make[2]: Nothing to be done for `check'.
[2018] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2019] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2020] make[2]: Nothing to be done for `check-am'.
[2021] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2022] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2023] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2024] Making install in src
[2025] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2026] make install-am
[2027] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2028] make[4]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2029] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin"
[2030] /usr/bin/install -c ikarus scheme-script '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin'
[2031] make[4]: Nothing to be done for `install-data-am'.
[2032] make[4]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2033] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2034] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2035] Making install in scheme
[2036] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2037] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2038] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2039] /usr/bin/install -c -m 644 ikarus.boot '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2040] make[3]: Nothing to be done for `install-data-am'.
[2041] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2042] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2043] Making install in doc
[2044] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2045] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2046] make[3]: Nothing to be done for `install-exec-am'.
[2047] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2048] /usr/bin/install -c -m 644 ../../doc/ikarus-scheme-users-guide.pdf '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2049] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2050] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2051] Making install in lib
[2052] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2053] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2054] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2055] /usr/bin/install -c -m 644 ../../lib/match.ss ../../lib/gl.ss ../../lib/glut.ss ../../lib/ypsilon-compat.ikarus.ss ../../lib/ypsilon-compat.ypsilon.ss ../../lib/objc.ss ../../lib/Cocoa.ss '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2056] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa"
[2057] /usr/bin/install -c -m 644 ../../lib/Cocoa/helpers.ss '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa'
[2058] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus"
[2059] /usr/bin/install -c -m 644 ../../lib/ikarus/foreign.ss ../../lib/ikarus/ipc.ss ../../lib/ikarus/include.ss ../../lib/ikarus/flonum-parser.sls ../../lib/ikarus/flonum-formatter.sls '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus'
[2060] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2061] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2062] Making install in benchmarks
[2063] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2064] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2065] make[3]: Nothing to be done for `install-exec-am'.
[2066] make[3]: Nothing to be done for `install-data-am'.
[2067] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2068] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2069] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2070] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2071] make[3]: Nothing to be done for `install-exec-am'.
[2072] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2073] /usr/bin/install -c -m 644 ../README ../COPYING ../GPL-3 ../ACKNOWLEDGMENTS '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2074] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2075] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2076] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2077] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2078] Making installcheck in src
[2079] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2080] make[2]: Nothing to be done for `installcheck'.
[2081] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2082] Making installcheck in scheme
[2083] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2084] make[2]: Nothing to be done for `installcheck'.
[2085] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2086] Making installcheck in doc
[2087] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2088] make[2]: Nothing to be done for `installcheck'.
[2089] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2090] Making installcheck in lib
[2091] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2092] make[2]: Nothing to be done for `installcheck'.
[2093] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2094] Making installcheck in benchmarks
[2095] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2096] make[2]: Nothing to be done for `installcheck'.
[2097] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2098] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2099] make[2]: Nothing to be done for `installcheck-am'.
[2100] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2101] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2102] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2103] Making uninstall in src
[2104] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2105] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin' && rm -f ikarus scheme-script )
[2106] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2107] Making uninstall in scheme
[2108] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2109] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f ikarus.boot )
[2110] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2111] Making uninstall in doc
[2112] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2113] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f ikarus-scheme-users-guide.pdf )
[2114] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2115] Making uninstall in lib
[2116] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2117] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa' && rm -f helpers.ss )
[2118] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus' && rm -f foreign.ss ipc.ss include.ss flonum-parser.sls flonum-formatter.sls )
[2119] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f match.ss gl.ss glut.ss ypsilon-compat.ikarus.ss ypsilon-compat.ypsilon.ss objc.ss Cocoa.ss )
[2120] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2121] Making uninstall in benchmarks
[2122] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2123] make[2]: Nothing to be done for `uninstall'.
[2124] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2125] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2126] ( cd '/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f README COPYING GPL-3 ACKNOWLEDGMENTS )
[2127] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2128] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2129] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2130] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2131] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2132] Making install in src
[2133] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2134] make install-am
[2135] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2136] make[4]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2137] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin"
[2138] /usr/bin/install -c ikarus scheme-script '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin'
[2139] make[4]: Nothing to be done for `install-data-am'.
[2140] make[4]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2141] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2142] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2143] Making install in scheme
[2144] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2145] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2146] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2147] /usr/bin/install -c -m 644 ikarus.boot '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2148] make[3]: Nothing to be done for `install-data-am'.
[2149] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2150] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2151] Making install in doc
[2152] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2153] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2154] make[3]: Nothing to be done for `install-exec-am'.
[2155] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2156] /usr/bin/install -c -m 644 ../../doc/ikarus-scheme-users-guide.pdf '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2157] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2158] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2159] Making install in lib
[2160] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2161] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2162] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2163] /usr/bin/install -c -m 644 ../../lib/match.ss ../../lib/gl.ss ../../lib/glut.ss ../../lib/ypsilon-compat.ikarus.ss ../../lib/ypsilon-compat.ypsilon.ss ../../lib/objc.ss ../../lib/Cocoa.ss '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2164] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa"
[2165] /usr/bin/install -c -m 644 ../../lib/Cocoa/helpers.ss '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa'
[2166] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus"
[2167] /usr/bin/install -c -m 644 ../../lib/ikarus/foreign.ss ../../lib/ikarus/ipc.ss ../../lib/ikarus/include.ss ../../lib/ikarus/flonum-parser.sls ../../lib/ikarus/flonum-formatter.sls '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus'
[2168] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2169] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2170] Making install in benchmarks
[2171] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2172] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2173] make[3]: Nothing to be done for `install-exec-am'.
[2174] make[3]: Nothing to be done for `install-data-am'.
[2175] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2176] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2177] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2178] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2179] make[3]: Nothing to be done for `install-exec-am'.
[2180] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2181] /usr/bin/install -c -m 644 ../README ../COPYING ../GPL-3 ../ACKNOWLEDGMENTS '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2182] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2183] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2184] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2185] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2186] Making uninstall in src
[2187] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2188] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin' && rm -f ikarus scheme-script )
[2189] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2190] Making uninstall in scheme
[2191] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2192] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f ikarus.boot )
[2193] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2194] Making uninstall in doc
[2195] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2196] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f ikarus-scheme-users-guide.pdf )
[2197] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2198] Making uninstall in lib
[2199] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2200] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa' && rm -f helpers.ss )
[2201] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus' && rm -f foreign.ss ipc.ss include.ss flonum-parser.sls flonum-formatter.sls )
[2202] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f match.ss gl.ss glut.ss ypsilon-compat.ikarus.ss ypsilon-compat.ypsilon.ss objc.ss Cocoa.ss )
[2203] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2204] Making uninstall in benchmarks
[2205] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2206] make[2]: Nothing to be done for `uninstall'.
[2207] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2208] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2209] ( cd '/tmp/am-dc-12196//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f README COPYING GPL-3 ACKNOWLEDGMENTS )
[2210] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2211] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2212] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2213] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2214] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2215] { test ! -d "ikarus-0.0.4-rc1" || { find "ikarus-0.0.4-rc1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ikarus-0.0.4-rc1"; }; }
[2216] test -d "ikarus-0.0.4-rc1" || mkdir "ikarus-0.0.4-rc1"
[2217] (cd src && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/src \
[2218] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[2219] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2220] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2221] (cd scheme && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/scheme \
[2222] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[2223] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2224] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2225] (cd doc && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/doc \
[2226] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[2227] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2228] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2229] (cd lib && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/lib \
[2230] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[2231] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2232] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2233] (cd benchmarks && make top_distdir=../ikarus-0.0.4-rc1 distdir=../ikarus-0.0.4-rc1/benchmarks \
[2234] am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
[2235] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2236] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2237] test -n "" \
[2238] || find "ikarus-0.0.4-rc1" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
[2239] ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
[2240] ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
[2241] ! -type d ! -perm -444 -exec /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/install-sh -c -m a+r {} {} \; \
[2242] || chmod -R a+r "ikarus-0.0.4-rc1"
[2243] tardir=ikarus-0.0.4-rc1 && /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >ikarus-0.0.4-rc1.tar.gz
[2244] { test ! -d "ikarus-0.0.4-rc1" || { find "ikarus-0.0.4-rc1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ikarus-0.0.4-rc1"; }; }
[2245] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2246] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2247] Making distclean in benchmarks
[2248] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2249] test -z "" || rm -f
[2250] test . = "../../benchmarks" || test -z "" || rm -f
[2251] rm -f Makefile
[2252] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2253] Making distclean in lib
[2254] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2255] test -z "" || rm -f
[2256] test . = "../../lib" || test -z "" || rm -f
[2257] rm -f Makefile
[2258] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2259] Making distclean in doc
[2260] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2261] test -z "" || rm -f
[2262] test . = "../../doc" || test -z "" || rm -f
[2263] rm -f Makefile
[2264] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2265] Making distclean in scheme
[2266] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2267] test -z "ikarus.boot ikarus.config.ss" || rm -f ikarus.boot ikarus.config.ss
[2268] test -z "" || rm -f
[2269] test . = "../../scheme" || test -z "" || rm -f
[2270] rm -f Makefile
[2271] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2272] Making distclean in src
[2273] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2274] test -z "ikarus scheme-script" || rm -f ikarus scheme-script
[2275] test -z "bootfileloc.h" || rm -f bootfileloc.h
[2276] rm -f *.o
[2277] rm -f *.tab.c
[2278] test -z "" || rm -f
[2279] test . = "../../src" || test -z "" || rm -f
[2280] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[2281] rm -rf ./.deps
[2282] rm -f Makefile
[2283] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2284] Making distclean in .
[2285] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2286] test -z "" || rm -f
[2287] test . = ".." || test -z "" || rm -f
[2288] rm -f config.h stamp-h1
[2289] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[2290] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2291] rm -f config.status config.cache config.log configure.lineno config.status.lineno
[2292] rm -f Makefile
[2293] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2294] { test ! -d "ikarus-0.0.4-rc1" || { find "ikarus-0.0.4-rc1" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ikarus-0.0.4-rc1"; }; }
[2295] ==================================================
[2296] ikarus-0.0.4-rc1 archives ready for distribution:
[2297] ikarus-0.0.4-rc1.tar.gz
[2298] ==================================================
Sincerely, buildbot on behalf of Rotty
Revision Built: None
Recent Changes:
Files:
scheme/last-revision file MODIFIED
scheme/psyntax.expander.ss file MODIFIED
At: Mon 19 Oct 2009 23:00:24
Changed By: Abdulaziz Ghuloum <aghu...@gmail.com>
Comments: fixed bug in expanding macros in internal definitions which were
incorrectly implemented as little modules (with their own little
scope) that export everything. They now use the same scope as the
main definitions.
Build log of 'compile.stdio' follows:
[1] /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing: line 52: automake-1.11: command not found
[2] cd . && /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run automake-1.11 --foreign
[433] echo '(define ikarus-revision "1863")' >>ikarus.config.ss
[434] echo '(define ikarus-lib-dir "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus")' >>ikarus.config.ss
[435] echo '(define target "x86_64-unknown-linux-gnu")' >>ikarus.config.ss
[436] echo '(define wordsize 8)' >>ikarus.config.ss
[437] IKARUS_SRC_DIR=../../scheme \
[438] IKARUS_BUILD_DIR=. \
[439] IKARUS_FASL_DIRECTORY='' \
[440] IKARUS_LIBRARY_PATH=.:../../scheme:../../scheme/../lib \
[441] ../src/ikarus -b ../../scheme/ikarus.boot.8.prebuilt \
[442] --r6rs-script ../../scheme/makefile.ss
[443] Expanding ............................................................
[444] running stats for macro expansion:
[445] 64 collections
[446] 4569 ms elapsed cpu time, including 701 ms collecting
[447] 4941 ms elapsed real time, including 759 ms collecting
[448] 532667312 bytes allocated
[449] Compiling ................................................................................running stats for code generation and serialization:
[450] 149 collections
[451] 12365 ms elapsed cpu time, including 2776 ms collecting
[452] 13648 ms elapsed real time, including 2877 ms collecting
[453] 1259130976 bytes allocated
[454] running stats for the entire bootstrap process:
[455] 213 collections
[456] 16934 ms elapsed cpu time, including 3476 ms collecting
[457] 18590 ms elapsed real time, including 3636 ms collecting
[458] 1791859120 bytes allocated
[459]
[2137] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin"
[2138] /usr/bin/install -c ikarus scheme-script '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin'
[2139] make[4]: Nothing to be done for `install-data-am'.
[2140] make[4]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2141] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2142] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2143] Making install in scheme
[2144] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2145] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2146] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2147] /usr/bin/install -c -m 644 ikarus.boot '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2148] make[3]: Nothing to be done for `install-data-am'.
[2149] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2150] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2151] Making install in doc
[2152] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2153] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2154] make[3]: Nothing to be done for `install-exec-am'.
[2155] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2156] /usr/bin/install -c -m 644 ../../doc/ikarus-scheme-users-guide.pdf '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2157] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2158] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2159] Making install in lib
[2160] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2161] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2162] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2163] /usr/bin/install -c -m 644 ../../lib/match.ss ../../lib/gl.ss ../../lib/glut.ss ../../lib/ypsilon-compat.ikarus.ss ../../lib/ypsilon-compat.ypsilon.ss ../../lib/objc.ss ../../lib/Cocoa.ss '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2164] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa"
[2165] /usr/bin/install -c -m 644 ../../lib/Cocoa/helpers.ss '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa'
[2166] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus"
[2167] /usr/bin/install -c -m 644 ../../lib/ikarus/foreign.ss ../../lib/ikarus/ipc.ss ../../lib/ikarus/include.ss ../../lib/ikarus/flonum-parser.sls ../../lib/ikarus/flonum-formatter.sls '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus'
[2168] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2169] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2170] Making install in benchmarks
[2171] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2172] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2173] make[3]: Nothing to be done for `install-exec-am'.
[2174] make[3]: Nothing to be done for `install-data-am'.
[2175] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2176] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2177] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2178] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2179] make[3]: Nothing to be done for `install-exec-am'.
[2180] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2181] /usr/bin/install -c -m 644 ../README ../COPYING ../GPL-3 ../ACKNOWLEDGMENTS '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2182] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2183] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2184] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2185] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2186] Making uninstall in src
[2187] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2188] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin' && rm -f ikarus scheme-script )
[2189] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2190] Making uninstall in scheme
[2191] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2192] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f ikarus.boot )
[2193] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2194] Making uninstall in doc
[2195] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2196] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f ikarus-scheme-users-guide.pdf )
[2197] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2198] Making uninstall in lib
[2199] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2200] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa' && rm -f helpers.ss )
[2201] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus' && rm -f foreign.ss ipc.ss include.ss flonum-parser.sls flonum-formatter.sls )
[2202] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f match.ss gl.ss glut.ss ypsilon-compat.ikarus.ss ypsilon-compat.ypsilon.ss objc.ss Cocoa.ss )
[2203] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2204] Making uninstall in benchmarks
[2205] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2206] make[2]: Nothing to be done for `uninstall'.
[2207] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2208] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2209] ( cd '/tmp/am-dc-12890//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f README COPYING GPL-3 ACKNOWLEDGMENTS )
Revision Built: None
Recent Changes:
Files:
scheme/last-revision file MODIFIED
scheme/psyntax.expander.ss file MODIFIED
At: Wed 21 Oct 2009 08:00:24
Changed By: Abdulaziz Ghuloum <aghu...@gmail.com>
Comments: fixed bug in quasiquote when the symbols quasiquote, unquote,
unquote-splicing are introduced.
Build log of 'compile.stdio' follows:
[1] cd . && /bin/bash /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing --run automake-1.11 --foreign
[2] /var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/missing: line 52: automake-1.11: command not found
[433] echo '(define ikarus-revision "1864")' >>ikarus.config.ss
[434] echo '(define ikarus-lib-dir "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus")' >>ikarus.config.ss
[435] echo '(define target "x86_64-unknown-linux-gnu")' >>ikarus.config.ss
[436] echo '(define wordsize 8)' >>ikarus.config.ss
[437] IKARUS_SRC_DIR=../../scheme \
[438] IKARUS_BUILD_DIR=. \
[439] IKARUS_FASL_DIRECTORY='' \
[440] IKARUS_LIBRARY_PATH=.:../../scheme:../../scheme/../lib \
[441] ../src/ikarus -b ../../scheme/ikarus.boot.8.prebuilt \
[442] --r6rs-script ../../scheme/makefile.ss
[443] Expanding ............................................................
[444] running stats for macro expansion:
[445] 64 collections
[446] 4597 ms elapsed cpu time, including 681 ms collecting
[447] 5455 ms elapsed real time, including 809 ms collecting
[448] 532667104 bytes allocated
[449] Compiling ...............................................................................running stats for code generation and serialization:
[450] 149 collections
[451] 12361 ms elapsed cpu time, including 2588 ms collecting
[452] 13717 ms elapsed real time, including 2909 ms collecting
[453] 1259107600 bytes allocated
[454] running stats for the entire bootstrap process:
[455] 213 collections
[456] 16958 ms elapsed cpu time, including 3269 ms collecting
[457] 19173 ms elapsed real time, including 3717 ms collecting
[458] 1791835536 bytes allocated
[459] .
[2137] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin"
[2138] /usr/bin/install -c ikarus scheme-script '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin'
[2139] make[4]: Nothing to be done for `install-data-am'.
[2140] make[4]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2141] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2142] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2143] Making install in scheme
[2144] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2145] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2146] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2147] /usr/bin/install -c -m 644 ikarus.boot '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2148] make[3]: Nothing to be done for `install-data-am'.
[2149] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2150] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2151] Making install in doc
[2152] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2153] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2154] make[3]: Nothing to be done for `install-exec-am'.
[2155] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2156] /usr/bin/install -c -m 644 ../../doc/ikarus-scheme-users-guide.pdf '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2157] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2158] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2159] Making install in lib
[2160] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2161] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2162] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus"
[2163] /usr/bin/install -c -m 644 ../../lib/match.ss ../../lib/gl.ss ../../lib/glut.ss ../../lib/ypsilon-compat.ikarus.ss ../../lib/ypsilon-compat.ypsilon.ss ../../lib/objc.ss ../../lib/Cocoa.ss '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus'
[2164] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa"
[2165] /usr/bin/install -c -m 644 ../../lib/Cocoa/helpers.ss '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa'
[2166] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus"
[2167] /usr/bin/install -c -m 644 ../../lib/ikarus/foreign.ss ../../lib/ikarus/ipc.ss ../../lib/ikarus/include.ss ../../lib/ikarus/flonum-parser.sls ../../lib/ikarus/flonum-formatter.sls '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus'
[2168] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2169] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2170] Making install in benchmarks
[2171] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2172] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2173] make[3]: Nothing to be done for `install-exec-am'.
[2174] make[3]: Nothing to be done for `install-data-am'.
[2175] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2176] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2177] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2178] make[3]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2179] make[3]: Nothing to be done for `install-exec-am'.
[2180] test -z "/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus" || /bin/mkdir -p "/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus"
[2181] /usr/bin/install -c -m 644 ../README ../COPYING ../GPL-3 ../ACKNOWLEDGMENTS '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus'
[2182] make[3]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2183] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2184] make[1]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2185] make[1]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2186] Making uninstall in src
[2187] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2188] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/bin' && rm -f ikarus scheme-script )
[2189] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/src'
[2190] Making uninstall in scheme
[2191] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2192] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f ikarus.boot )
[2193] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/scheme'
[2194] Making uninstall in doc
[2195] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2196] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f ikarus-scheme-users-guide.pdf )
[2197] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/doc'
[2198] Making uninstall in lib
[2199] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2200] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/Cocoa' && rm -f helpers.ss )
[2201] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus/ikarus' && rm -f foreign.ss ipc.ss include.ss flonum-parser.sls flonum-formatter.sls )
[2202] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/lib/ikarus' && rm -f match.ss gl.ss glut.ss ypsilon-compat.ikarus.ss ypsilon-compat.ypsilon.ss objc.ss Cocoa.ss )
[2203] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/lib'
[2204] Making uninstall in benchmarks
[2205] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2206] make[2]: Nothing to be done for `uninstall'.
[2207] make[2]: Leaving directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build/benchmarks'
[2208] make[2]: Entering directory `/var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_build'
[2209] ( cd '/tmp/am-dc-16133//var/lib/buildbot/slave/ikarus/squeeze-x86_64/build/ikarus-0.0.4-rc1/_inst/share/doc/ikarus' && rm -f README COPYING GPL-3 ACKNOWLEDGMENTS )