Skip to content

Instantly share code, notes, and snippets.

@towynlin
Created October 25, 2014 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save towynlin/7b241b3fe81bcdd36388 to your computer and use it in GitHub Desktop.
Save towynlin/7b241b3fe81bcdd36388 to your computer and use it in GitHub Desktop.
Rubinius 2.2.10 build error
/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591 ~/code/spark/website
HTTP/1.1 200 OK
Content-Type: binary/octet-stream
Content-Length: 503012
Connection: keep-alive
Date: Thu, 23 Oct 2014 15:35:23 GMT
Last-Modified: Fri, 23 May 2014 08:48:21 GMT
ETag: "5fe00cda18ca5daeb43762b80c38e06e"
Accept-Ranges: bytes
Server: AmazonS3
Age: 28779
X-Cache: Hit from cloudfront
Via: 1.1 60e9fdc90a18054bb6c2f923a605bded.cloudfront.net (CloudFront)
X-Amz-Cf-Id: bU1twlIcPsDIIUdMafynbyLiavDXQozqkMCiwGRZTmM4EsNpgGefPA==
/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/yaml-0.1.6 /var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591 ~/code/spark/website
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-apple-darwin14.0.0
checking host system type... x86_64-apple-darwin14.0.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for doxygen... false
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating yaml-0.1.pc
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating win32/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
Making all in include
make[2]: Nothing to be done for `all'.
Making all in src
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT api.lo -MD -MP -MF .deps/api.Tpo -c -o api.lo api.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c -o reader.lo reader.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c -o scanner.lo scanner.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.c -fno-common -DPIC -o .libs/reader.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -fno-common -DPIC -o .libs/api.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -fno-common -DPIC -o .libs/parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.c -fno-common -DPIC -o .libs/scanner.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT reader.lo -MD -MP -MF .deps/reader.Tpo -c reader.c -o reader.o >/dev/null 2>&1
mv -f .deps/reader.Tpo .deps/reader.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c -o loader.lo loader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.c -fno-common -DPIC -o .libs/loader.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT api.lo -MD -MP -MF .deps/api.Tpo -c api.c -o api.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT loader.lo -MD -MP -MF .deps/loader.Tpo -c loader.c -o loader.o >/dev/null 2>&1
mv -f .deps/loader.Tpo .deps/loader.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c -o writer.lo writer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c writer.c -fno-common -DPIC -o .libs/writer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT writer.lo -MD -MP -MF .deps/writer.Tpo -c writer.c -o writer.o >/dev/null 2>&1
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT emitter.lo -MD -MP -MF .deps/emitter.Tpo -c -o emitter.lo emitter.c
mv -f .deps/api.Tpo .deps/api.Plo
mv -f .deps/writer.Tpo .deps/writer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT dumper.lo -MD -MP -MF .deps/dumper.Tpo -c -o dumper.lo dumper.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT emitter.lo -MD -MP -MF .deps/emitter.Tpo -c emitter.c -fno-common -DPIC -o .libs/emitter.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT dumper.lo -MD -MP -MF .deps/dumper.Tpo -c dumper.c -fno-common -DPIC -o .libs/dumper.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT dumper.lo -MD -MP -MF .deps/dumper.Tpo -c dumper.c -o dumper.o >/dev/null 2>&1
mv -f .deps/dumper.Tpo .deps/dumper.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT scanner.lo -MD -MP -MF .deps/scanner.Tpo -c scanner.c -o scanner.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT emitter.lo -MD -MP -MF .deps/emitter.Tpo -c emitter.c -o emitter.o >/dev/null 2>&1
mv -f .deps/emitter.Tpo .deps/emitter.Plo
mv -f .deps/scanner.Tpo .deps/scanner.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -release 0 -version-info 2:4:0 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o libyaml.la -rpath /Users/zac/.rbenv/versions/rbx-2.2.10/lib api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libyaml-0.2.dylib .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -O2 -install_name /Users/zac/.rbenv/versions/rbx-2.2.10/lib/libyaml-0.2.dylib -compatibility_version 3 -current_version 3.4 -Wl,-single_module
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
libtool: link: (cd ".libs" && rm -f "libyaml.dylib" && ln -s "libyaml-0.2.dylib" "libyaml.dylib")
libtool: link: ar cru .libs/libyaml.a api.o reader.o scanner.o parser.o loader.o writer.o emitter.o dumper.o
libtool: link: ranlib .libs/libyaml.a
libtool: link: ( cd ".libs" && rm -f "libyaml.la" && ln -s "../libyaml.la" "libyaml.la" )
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in tests
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT run-scanner.o -MD -MP -MF .deps/run-scanner.Tpo -c -o run-scanner.o run-scanner.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT run-parser.o -MD -MP -MF .deps/run-parser.Tpo -c -o run-parser.o run-parser.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT run-loader.o -MD -MP -MF .deps/run-loader.Tpo -c -o run-loader.o run-loader.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT run-emitter.o -MD -MP -MF .deps/run-emitter.Tpo -c -o run-emitter.o run-emitter.c
run-emitter.c:208:35: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("#### (length: %d)\n", total_size);
~~ ^~~~~~~~~~
%zu
run-emitter.c:209:54: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("OUTPUT:\n%s#### (length: %d)\n", buffer, size);
~~ ^~~~
%zu
run-emitter.c:322:41: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("PASSED (length: %d)\n", written);
~~ ^~~~~~~
%zu
mv -f .deps/run-parser.Tpo .deps/run-parser.Po
mv -f .deps/run-loader.Tpo .deps/run-loader.Po
mv -f .deps/run-scanner.Tpo .deps/run-scanner.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT run-dumper.o -MD -MP -MF .deps/run-dumper.Tpo -c -o run-dumper.o run-dumper.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT example-reformatter.o -MD -MP -MF .deps/example-reformatter.Tpo -c -o example-reformatter.o example-reformatter.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT example-reformatter-alt.o -MD -MP -MF .deps/example-reformatter-alt.Tpo -c -o example-reformatter-alt.o example-reformatter-alt.c
example-reformatter.c:124:47: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
example-reformatter-alt.c:124:47: parser.problem_value, parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:128:25: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:136:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:136:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:137:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:138:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:142:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:143:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:151:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:151:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:152:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:153:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:157:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter.c:158:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_value, parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:128:25: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:136:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:136:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:137:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:138:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:142:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:143:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:151:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:151:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:152:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:153:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:157:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:158:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:166:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:166:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:167:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:168:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:172:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-reformatter-alt.c:173:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
run-dumper.c:182:35: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("#### (length: %d)\n", total_size);
~~ ^~~~~~~~~~
%zu
run-dumper.c:183:54: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("OUTPUT:\n%s#### (length: %d)\n", buffer, size);
~~ ^~~~
%zu
run-dumper.c:306:41: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
printf("PASSED (length: %d)\n", written);
~~ ^~~~~~~
%zu
3 warnings generated.
mv -f .deps/run-emitter.Tpo .deps/run-emitter.Po
14 warnings generated.
mv -f .deps/example-reformatter.Tpo .deps/example-reformatter.Po
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT example-deconstructor.o -MD -MP -MF .deps/example-deconstructor.Tpo -c -o example-deconstructor.o example-deconstructor.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/Users/zac/.rbenv/versions/rbx-2.2.10/include -g -O2 -MT example-deconstructor-alt.o -MD -MP -MF .deps/example-deconstructor-alt.Tpo -c -o example-deconstructor-alt.o example-deconstructor-alt.c
20 warnings generated.
mv -f .deps/example-reformatter-alt.Tpo .deps/example-reformatter-alt.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o run-scanner run-scanner.o ../src/libyaml.la
example-deconstructor.c:110:23: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:seq", 1,
^~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:144:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:147:21: warning: passing 'char [13]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"STREAM-START", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:160:25: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"encoding", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:163:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(encoding == YAML_UTF8_ENCODING ? "utf-8" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
../include/yaml.h:602:example-deconstructor-alt.c:179:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:182:21: warning: passing 'char [11]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"STREAM-END", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
43: note: passing argument to parameter 'tag' here
example-deconstructor-alt.c:194:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:197:21: warning: passing 'char [15]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"DOCUMENT-START", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:213:25: warning: passing 'char [8]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"version", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:224:25: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"major", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
yaml_char_t *anchor, yaml_char_t *tag, int implicit,
^
example-deconstructor-alt.c:227:72: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_INT_TAG,
^~~~~~~~~~~~
../include/yaml.h:671:29: note: expanded from macro 'YAML_INT_TAG'
#define YAML_INT_TAG "tag:yaml.org,2002:int"
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:228:25: warning: passing 'char [64]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
number, -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:236:25: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"minor", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:239:72: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_INT_TAG,
^~~~~~~~~~~~
../include/yaml.h:671:29: note: expanded from macro 'YAML_INT_TAG'
#define YAML_INT_TAG "tag:yaml.org,2002:int"
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:240:25: warning: passing 'char [64]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
number, -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:256:25: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"tags", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:279:29: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"handle", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:290:29: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"prefix", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:303:21: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"implicit", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:305:68: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_BOOL_TAG,
^~~~~~~~~~~~~
../include/yaml.h:667:29: note: expanded from macro 'YAML_BOOL_TAG'
#define YAML_BOOL_TAG "tag:yaml.org,2002:bool"
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:306:25: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.document_start.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor.c:134:27: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:map", 1,
^~~~~~~~~~~~~~~~~~~~~~~example-deconstructor-alt.c:319:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:322:21: warning: passing 'char [13]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"DOCUMENT-END", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:330:21: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"implicit", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:332:68: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_BOOL_TAG,
^~~~~~~~~~~~~
../include/yaml.h:667:29: note: expanded from macro 'YAML_BOOL_TAG'
#define YAML_BOOL_TAG "tag:yaml.org,2002:bool"
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:333:25: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.document_end.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:346:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:349:21: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"ALIAS", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:357:21: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"anchor", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:373:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:376:21: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"SCALAR", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:386:25: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"anchor", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
../include/yaml.h:634:43: note: passing argument to parameter 'tag' here
example-deconstructor-alt.c:401:25: warning: passing 'char [4]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"tag", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *anchor, yaml_char_t *tag, int implicit,
^
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor.c:149:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:149:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:158:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "STREAM-START", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.hexample-deconstructor-alt.c:414:21: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
: "value", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:158:60: warning: passing 'char [13]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "STREAM-START", -1,
^~~~~~~~~~~~~~
../include/yaml.h:580:22: example-deconstructor-alt.c:429:21: warning: passing 'char [8]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
note: passing argument to parameter 'value' here
"version", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~
yaml_char_t *value, int length,
^
example-deconstructor.c:174:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "encoding", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:174:64: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
../include/yaml.h:897:40: note: passing argument to parameter 'value' here NULL, "tag:yaml.org,2002:str", "encoding", -1,
^~~~~~~~~~
../include/yaml.h:580:22:
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:440:21: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"plain", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:442:68: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_BOOL_TAG,
^~~~~~~~~~~~~
../include/yaml.h:667:29: note: expanded from macro 'YAML_BOOL_TAG'
#define YAML_BOOL_TAG "tag:yaml.org,2002:bool"
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:443:25: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:183:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:184:33: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(encoding == YAML_UTF8_ENCODING ? "utf-8" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:201:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:201:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:210:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "STREAM-END", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:210:60: warning: passing 'char [11]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "STREAM-END", -1,
^~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:223:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
(input_event.data.scalar.plain_implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897 yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:223:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor-alt.c:452:21: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
example-deconstructor.c:232:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "DOCUMENT-START", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:232:60: warning: passing 'char [15]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "DOCUMENT-START", -1,
^~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:249:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "version", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:249:64: warning: passing 'char [8]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "version", -1,
^~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:258:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:map", 1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:634:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag, int implicit,
^
example-deconstructor.c:267:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "major", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:267:64: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "major", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:277:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:int", number, -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:277:64: warning: passing 'char [64]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:int", number, -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:286:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "minor", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:286:64: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "minor", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:296:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:int", number, -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:296:64: warning: passing 'char [64]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:int", number, -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:320:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tags", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:320:64: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tags", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:329:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:seq", 1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:602:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag, int implicit,
^
example-deconstructor.c:342:43: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:map", 1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:634:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag, int implicit,
^
example-deconstructor.c:351:43: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "handle", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:351:68: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"quoted", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: NULL, "tag:yaml.org,2002:str", "handle", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:360:43: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:370:43: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "prefix", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:370:68: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "prefix", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
note: passing argument to parameter 'value' here
example-deconstructor.c:379:43: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:405:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:405:60: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:414:35: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:bool",
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:415:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
yaml_char_t *tag, yaml_char_t *value, int length,
^
(input_event.data.document_start.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
example-deconstructor-alt.c: yaml_char_t *value, int length,
^
example-deconstructor.c:429:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:429:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:438:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "DOCUMENT-END", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:438:60: warning: passing 'char [13]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "DOCUMENT-END", -1,
^~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:447:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:447:60: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:456:35: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:bool",
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:457:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.document_end.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:471:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
454:68: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_BOOL_TAG,
^~~~~~~~~~~~~
../include/yaml.h:667:29: note: expanded from macro 'YAML_BOOL_TAG'
#define YAML_BOOL_TAG "tag:yaml.org,2002:bool"
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:455:25: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.scalar.quoted_implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:470:25: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"style", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:473:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(style == YAML_PLAIN_SCALAR_STYLE ? "plain" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:493:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:496:21: warning: passing 'char [15]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"SEQUENCE-START", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:506:25: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"anchor", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:521:25: warning: passing 'char [4]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"tag", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:534:21: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"implicit", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:536:68: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:471:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:480:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "ALIAS", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:480:60: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "ALIAS", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
value = yaml_document_add_scalar(&output_document, YAML_BOOL_TAG,
^~~~~~~~~~~~~
../include/yaml.h:667:29: note: expanded from macro 'YAML_BOOL_TAG'
#define YAML_BOOL_TAG "tag:yaml.org,2002:bool"
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:537example-deconstructor.c:489:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~~~~~~~~~~~~~~~~
:25: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.sequence_start.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:553:25: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"style", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:556:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
yaml_char_t *anchor, yaml_char_t *tag,
^
(style == YAML_BLOCK_SEQUENCE_STYLE ? "block" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:489:60: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
../include/yaml.hexample-deconstructor.c:498:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
:897:40: note: passing argument to parameter 'value' here
../include/yaml.h: yaml_char_t *tag, yaml_char_t *value, int length,
^
579:43: note: passing argument to parameter 'tag' here
example-deconstructor-alt.c:571:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
yaml_char_t *anchor, yaml_char_t *tag,
^
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor.c:512:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
example-deconstructor-alt.c:574:21: warning: passing 'char [13]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"SEQUENCE-END", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:586:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:589:21: warning: passing 'char [14]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"MAPPING-START", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:599:25: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"anchor", -1, YAML_PLAIN_SCALAR_STYLE); NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
^
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor.c:512:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor-alt.c:614:25: warning: passing 'char [4]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"tag", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:627:21: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"implicit", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:629:68: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
value = yaml_document_add_scalar(&output_document, YAML_BOOL_TAG,
^~~~~~~~~~~~~
../include/yaml.h:667:29: note: expanded from macro 'YAML_BOOL_TAG'
#define YAML_BOOL_TAG "tag:yaml.org,2002:bool"
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:22: note: passing argument to parameter 'tag' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:630:25: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.mapping_start.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:641:58: warning: implicit conversion from enumeration type 'yaml_mapping_style_t' (aka 'enum yaml_mapping_style_e') to different enumeration type 'yaml_sequence_style_t' (aka 'enum yaml_sequence_style_e') [-Wenum-conversion]
= input_event.data.mapping_start.style;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
example-deconstructor-alt.c:646:25: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"style", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:649:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(style == YAML_BLOCK_MAPPING_STYLE ? "block" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor.c:521:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
example-deconstructor-alt.c:664:21: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"type", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:667:21: warning: passing 'char [12]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"MAPPING-END", -1, YAML_PLAIN_SCALAR_STYLE);
^~~~~~~~~~~~~
../include/yaml.h:897:40: note: passing argument to parameter 'value' here
yaml_char_t *tag, yaml_char_t *value, int length,
^
example-deconstructor-alt.c:707:47: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_value, parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:711:25: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:719:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:719:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:720:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:721:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:725:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:726:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:734:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:734:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:735:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:736:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:740:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor-alt.c:741:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL, "tag:yaml.org,2002:str", "SCALAR", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:521:60: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "SCALAR", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:534:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:534:64: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:543:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:558:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tag", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:558:64: warning: passing 'char [4]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tag", -1,
^~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:567:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:580:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "value", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:580:60: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "value", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:589:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:602:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:602:60: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:611:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:map", 1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:634:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag, int implicit,
^
example-deconstructor.c:620:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "plain", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:620:60: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "plain", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:629:35: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:bool",
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:630:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.scalar.plain_implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:640:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "non-plain", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:640:60: warning: passing 'char [10]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "non-plain", -1,
^~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:649:35: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:bool",
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:650:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.scalar.quoted_implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:673:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "style", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:673:64: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "style", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:682:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:683:33: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(style == YAML_PLAIN_SCALAR_STYLE ? "plain" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:704:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:704:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:713:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "SEQUENCE-START", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:713:60: warning: passing 'char [15]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "SEQUENCE-START", -1,
^~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:726:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:726:64: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:735:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:750:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tag", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:750:64: warning: passing 'char [4]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tag", -1,
^~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:759:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:770:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:770:60: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:779:35: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:bool",
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:780:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.sequence_start.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:797:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "style", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:797:64: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "style", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:806:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:807:33: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(style == YAML_BLOCK_SEQUENCE_STYLE ? "block" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:823:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:823:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:832:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "SEQUENCE-END", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:832:60: warning: passing 'char [13]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "SEQUENCE-END", -1,
^~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:845:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:845:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:854:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "MAPPING-START", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:854:60: warning: passing 'char [14]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "MAPPING-START", -1,
^~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:867:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:867:64: warning: passing 'char [7]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "anchor", -1,
^~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:876:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:891:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tag", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:891:64: warning: passing 'char [4]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "tag", -1,
^~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
3 warnings generated.
mv -f .deps/run-dumper.Tpo .deps/run-dumper.Po
yaml_char_t *value, int length,
^
example-deconstructor.c:900:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:911:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:911:60: warning: passing 'char [9]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "implicit", -1,
^~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:920:35: warning: passing 'char [23]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:bool",
^~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:921:29: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(input_event.data.mapping_start.implicit ?
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:938:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "style", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:938:64: warning: passing 'char [6]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "style", -1,
^~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:947:39: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str",
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:948:33: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(style == YAML_BLOCK_MAPPING_STYLE ? "block" :
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:964:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:964:60: warning: passing 'char [5]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "type", -1,
^~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:973:35: warning: passing 'char [22]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "MAPPING-END", -1,
^~~~~~~~~~~~~~~~~~~~~~~
../include/yaml.h:579:43: note: passing argument to parameter 'tag' here
yaml_char_t *anchor, yaml_char_t *tag,
^
example-deconstructor.c:973:60: warning: passing 'char [12]' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
NULL, "tag:yaml.org,2002:str", "MAPPING-END", -1,
^~~~~~~~~~~~~
../include/yaml.h:580:22: note: passing argument to parameter 'value' here
yaml_char_t *value, int length,
^
example-deconstructor.c:1037:47: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_value, parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1041:25: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
parser.problem_offset);
^~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1049:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1049:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1050:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1051:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1055:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1056:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1064:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1064:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.context_mark.line+1, parser.context_mark.column+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1065:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1066:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1070:41: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem, parser.problem_mark.line+1,
^~~~~~~~~~~~~~~~~~~~~~~~~~
example-deconstructor.c:1071:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
parser.problem_mark.column+1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o run-parser run-parser.o ../src/libyaml.la
80 warnings generated.
mv -f .deps/example-deconstructor-alt.Tpo .deps/example-deconstructor-alt.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o run-loader run-loader.o ../src/libyaml.la
libtool: link: gcc -g -O2 -o .libs/run-scanner run-scanner.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
libtool: link: gcc -g -O2 -o .libs/run-parser run-parser.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
144 warnings generated.
mv -f .deps/example-deconstructor.Tpo .deps/example-deconstructor.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o run-emitter run-emitter.o ../src/libyaml.la
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o run-dumper run-dumper.o ../src/libyaml.la
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o example-reformatter example-reformatter.o ../src/libyaml.la
libtool: link: gcc -g -O2 -o .libs/run-loader run-loader.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la
libtool: link: gcc -g -O2 -o .libs/run-dumper run-dumper.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
libtool: link: gcc -g -O2 -o .libs/run-emitter run-emitter.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
libtool: link: gcc -g -O2 -o .libs/example-reformatter example-reformatter.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o example-deconstructor example-deconstructor.o ../src/libyaml.la
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la
libtool: link: gcc -g -O2 -o .libs/example-reformatter-alt example-reformatter-alt.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
libtool: link: gcc -g -O2 -o .libs/example-deconstructor example-deconstructor.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
libtool: link: gcc -g -O2 -o .libs/example-deconstructor-alt example-deconstructor-alt.o -L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ../src/.libs/libyaml.dylib
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
ld: warning: directory not found for option '-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
Making all in win32
make[2]: Nothing to be done for `all'.
Making install in include
make[2]: Nothing to be done for `install-exec-am'.
test -z "/Users/zac/.rbenv/versions/rbx-2.2.10/include" || ../config/install-sh -c -d "/Users/zac/.rbenv/versions/rbx-2.2.10/include"
/usr/bin/install -c -m 644 yaml.h '/Users/zac/.rbenv/versions/rbx-2.2.10/include/.'
Making install in src
test -z "/Users/zac/.rbenv/versions/rbx-2.2.10/lib" || ../config/install-sh -c -d "/Users/zac/.rbenv/versions/rbx-2.2.10/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libyaml.la '/Users/zac/.rbenv/versions/rbx-2.2.10/lib'
libtool: install: /usr/bin/install -c .libs/libyaml-0.2.dylib /Users/zac/.rbenv/versions/rbx-2.2.10/lib/libyaml-0.2.dylib
libtool: install: (cd /Users/zac/.rbenv/versions/rbx-2.2.10/lib && { ln -s -f libyaml-0.2.dylib libyaml.dylib || { rm -f libyaml.dylib && ln -s libyaml-0.2.dylib libyaml.dylib; }; })
libtool: install: /usr/bin/install -c .libs/libyaml.lai /Users/zac/.rbenv/versions/rbx-2.2.10/lib/libyaml.la
libtool: install: /usr/bin/install -c .libs/libyaml.a /Users/zac/.rbenv/versions/rbx-2.2.10/lib/libyaml.a
libtool: install: chmod 644 /Users/zac/.rbenv/versions/rbx-2.2.10/lib/libyaml.a
libtool: install: ranlib /Users/zac/.rbenv/versions/rbx-2.2.10/lib/libyaml.a
make[2]: Nothing to be done for `install-data-am'.
Making install in .
make[2]: Nothing to be done for `install-exec-am'.
test -z "/Users/zac/.rbenv/versions/rbx-2.2.10/lib/pkgconfig" || config/install-sh -c -d "/Users/zac/.rbenv/versions/rbx-2.2.10/lib/pkgconfig"
/usr/bin/install -c -m 644 yaml-0.1.pc '/Users/zac/.rbenv/versions/rbx-2.2.10/lib/pkgconfig'
Making install in tests
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in win32
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591 ~/code/spark/website
~/code/spark/website
/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591 ~/code/spark/website
HTTP/1.1 200 OK
Content-Type: binary/octet-stream
Content-Length: 11408488
Connection: keep-alive
Date: Thu, 23 Oct 2014 20:33:52 GMT
Last-Modified: Wed, 02 Jul 2014 05:24:47 GMT
ETag: "22d8c18d42bf823c77970a4fd4e21b9f"
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: RefreshHit from cloudfront
Via: 1.1 ae4995134d6928775505b63bda4d6505.cloudfront.net (CloudFront)
X-Amz-Cf-Id: 4MfLksg090LSz62oz8VjcXtytLVnighbZRR-ZZHPJJsgR0okrDIxqA==
/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10 /var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591 ~/code/spark/website
Successfully installed bundler-1.3.6
Parsing documentation for bundler-1.3.6
Installing ri documentation for bundler-1.3.6
1 gem installed
Fetching gem metadata from https://rubygems.org/..
Installing rake (10.3.2)
Installing daedalus-core (0.0.3)
Installing redcard (1.1.0)
Installing rubinius-ast (2.1.3)
Installing rubinius-bridge (1.0.8)
Installing rubinius-compiler (2.1.1)
Installing rubinius-toolset (2.2.0)
Installing rubinius-melbourne (2.1.0.0)
Installing rubinius-processor (2.1.2)
Installing rubinius-build_tools (2.0.0)
Using bundler (1.3.6)
Updating files in vendor/cache
Your bundle is complete!
It was installed into ./vendor/bundle
------------------------- WARNING -----------------------
The specified prefix '/Users/zac/.rbenv/versions/rbx-2.2.10' already exists.
Installing Rubinius into an existing directory may
overwrite existing unrelated files or cause conflicts
between different versions of Rubinius files.
---------------------------------------------------------
Checking gcc: found
Checking g++: found
Checking bison: found
Detected old configuration settings, forcing a clean build
Configuring LLVM...
Checking for existing LLVM library tree: not found.
Checking for 'llvm-config': not found
Checking for prebuilt LLVM package...
http://asset.rubini.us/prebuilt/llvm-3.2-x86_64-apple-darwin14.0.0.tar.bz2 not found.
http://asset.rubini.us/prebuilt/llvm-3.2-x86_64-apple-darwin14.tar.bz2 not found.
Unable to download any LLVM prebuilt
Checking for existing LLVM source tree: not found.
Downloading http://llvm.org/releases/3.2/llvm-3.2.src.tar.gz...
Downloading llvm-3.2.tgz...
[ 0% (1175 of 12275252) ]
[ 0% (12759 of 12275252) ]
[ 0% (14207 of 12275252) ]
[ 0% (15655 of 12275252) ]
[ 0% (24343 of 12275252) ]
[ 0% (31583 of 12275252) ]
[ 0% (33031 of 12275252) ]
[ 0% (38823 of 12275252) ]
[ 0% (40271 of 12275252) ]
[ 0% (43167 of 12275252) ]
[ 0% (44615 of 12275252) ]
[ 0% (48959 of 12275252) ]
[ 0% (57647 of 12275252) ]
[ 0% (63439 of 12275252) ]
[ 0% (64887 of 12275252) ]
[ 0% (73575 of 12275252) ]
[ 0% (80815 of 12275252) ]
[ 0% (85159 of 12275252) ]
[ 0% (86607 of 12275252) ]
[ 0% (98191 of 12275252) ]
[ 0% (101087 of 12275252) ]
[ 0% (102535 of 12275252) ]
[ 0% (103983 of 12275252) ]
[ 0% (105431 of 12275252) ]
[ 0% (106879 of 12275252) ]
[ 0% (108327 of 12275252) ]
[ 1% (124711 of 12275252) ]
[ 1% (141095 of 12275252) ]
[ 1% (151767 of 12275252) ]
[ 1% (157559 of 12275252) ]
[ 1% (173487 of 12275252) ]
[ 1% (176383 of 12275252) ]
[ 1% (177831 of 12275252) ]
[ 1% (187967 of 12275252) ]
[ 1% (198103 of 12275252) ]
[ 1% (202447 of 12275252) ]
[ 1% (205343 of 12275252) ]
[ 1% (206791 of 12275252) ]
[ 1% (211135 of 12275252) ]
[ 1% (214031 of 12275252) ]
[ 1% (221271 of 12275252) ]
[ 1% (227063 of 12275252) ]
[ 1% (229959 of 12275252) ]
[ 1% (234303 of 12275252) ]
[ 1% (237199 of 12275252) ]
[ 1% (241543 of 12275252) ]
[ 2% (251679 of 12275252) ]
[ 2% (257471 of 12275252) ]
[ 2% (261815 of 12275252) ]
[ 2% (264711 of 12275252) ]
[ 2% (274847 of 12275252) ]
[ 2% (279191 of 12275252) ]
[ 2% (282087 of 12275252) ]
[ 2% (283535 of 12275252) ]
[ 2% (299919 of 12275252) ]
[ 2% (316303 of 12275252) ]
[ 2% (326975 of 12275252) ]
[ 2% (331319 of 12275252) ]
[ 2% (335663 of 12275252) ]
[ 2% (340007 of 12275252) ]
[ 2% (344351 of 12275252) ]
[ 2% (348695 of 12275252) ]
[ 2% (353039 of 12275252) ]
[ 2% (355935 of 12275252) ]
[ 2% (364623 of 12275252) ]
[ 3% (368967 of 12275252) ]
[ 3% (371863 of 12275252) ]
[ 3% (373311 of 12275252) ]
[ 3% (379103 of 12275252) ]
[ 3% (383447 of 12275252) ]
[ 3% (387791 of 12275252) ]
[ 3% (392135 of 12275252) ]
[ 3% (395031 of 12275252) ]
[ 3% (399375 of 12275252) ]
[ 3% (403719 of 12275252) ]
[ 3% (408063 of 12275252) ]
[ 3% (412407 of 12275252) ]
[ 3% (413855 of 12275252) ]
[ 3% (419647 of 12275252) ]
[ 3% (422543 of 12275252) ]
[ 3% (423991 of 12275252) ]
[ 3% (432679 of 12275252) ]
[ 3% (437023 of 12275252) ]
[ 3% (439919 of 12275252) ]
[ 3% (445711 of 12275252) ]
[ 3% (451503 of 12275252) ]
[ 3% (455847 of 12275252) ]
[ 3% (457295 of 12275252) ]
[ 3% (458743 of 12275252) ]
[ 3% (464535 of 12275252) ]
[ 3% (473223 of 12275252) ]
[ 3% (476119 of 12275252) ]
[ 3% (477567 of 12275252) ]
[ 3% (479015 of 12275252) ]
[ 3% (484807 of 12275252) ]
[ 3% (489151 of 12275252) ]
[ 4% (500735 of 12275252) ]
[ 4% (507975 of 12275252) ]
[ 4% (510871 of 12275252) ]
[ 4% (515215 of 12275252) ]
[ 4% (522455 of 12275252) ]
[ 4% (528247 of 12275252) ]
[ 4% (532591 of 12275252) ]
[ 4% (535487 of 12275252) ]
[ 4% (542727 of 12275252) ]
[ 4% (552863 of 12275252) ]
[ 4% (557207 of 12275252) ]
[ 4% (561551 of 12275252) ]
[ 4% (564447 of 12275252) ]
[ 4% (567343 of 12275252) ]
[ 4% (577479 of 12275252) ]
[ 4% (581823 of 12275252) ]
[ 4% (589063 of 12275252) ]
[ 4% (594855 of 12275252) ]
[ 4% (599199 of 12275252) ]
[ 4% (603543 of 12275252) ]
[ 4% (607887 of 12275252) ]
[ 4% (609335 of 12275252) ]
[ 4% (610783 of 12275252) ]
[ 5% (619471 of 12275252) ]
[ 5% (625263 of 12275252) ]
[ 5% (628159 of 12275252) ]
[ 5% (629607 of 12275252) ]
[ 5% (645991 of 12275252) ]
[ 5% (652775 of 12275252) ]
[ 5% (657119 of 12275252) ]
[ 5% (665807 of 12275252) ]
[ 5% (673047 of 12275252) ]
[ 5% (674495 of 12275252) ]
[ 5% (680287 of 12275252) ]
[ 5% (684631 of 12275252) ]
[ 5% (694767 of 12275252) ]
[ 5% (699111 of 12275252) ]
[ 5% (702007 of 12275252) ]
[ 5% (706351 of 12275252) ]
[ 5% (709247 of 12275252) ]
[ 5% (716487 of 12275252) ]
[ 5% (726623 of 12275252) ]
[ 5% (730967 of 12275252) ]
[ 6% (738207 of 12275252) ]
[ 6% (741103 of 12275252) ]
[ 6% (743999 of 12275252) ]
[ 6% (754135 of 12275252) ]
[ 6% (758479 of 12275252) ]
[ 6% (762823 of 12275252) ]
[ 6% (770063 of 12275252) ]
[ 6% (774407 of 12275252) ]
[ 6% (785991 of 12275252) ]
[ 6% (793231 of 12275252) ]
[ 6% (799023 of 12275252) ]
[ 6% (801919 of 12275252) ]
[ 6% (803367 of 12275252) ]
[ 6% (804815 of 12275252) ]
[ 6% (810607 of 12275252) ]
[ 6% (813503 of 12275252) ]
[ 6% (816399 of 12275252) ]
[ 6% (822191 of 12275252) ]
[ 6% (826535 of 12275252) ]
[ 6% (830879 of 12275252) ]
[ 6% (835223 of 12275252) ]
[ 6% (836671 of 12275252) ]
[ 6% (845359 of 12275252) ]
[ 7% (861743 of 12275252) ]
[ 7% (865631 of 12275252) ]
[ 7% (868352 of 12275252) ]
[ 7% (869800 of 12275252) ]
[ 7% (875592 of 12275252) ]
[ 7% (891976 of 12275252) ]
[ 7% (906000 of 12275252) ]
[ 7% (922384 of 12275252) ]
[ 7% (938768 of 12275252) ]
[ 7% (955152 of 12275252) ]
[ 7% (971536 of 12275252) ]
[ 8% (987920 of 12275252) ]
[ 8% (1004304 of 12275252) ]
[ 8% (1020688 of 12275252) ]
[ 8% (1037072 of 12275252) ]
[ 8% (1053456 of 12275252) ]
[ 8% (1069304 of 12275252) ]
[ 8% (1073648 of 12275252) ]
[ 8% (1076544 of 12275252) ]
[ 8% (1086680 of 12275252) ]
[ 8% (1088128 of 12275252) ]
[ 8% (1091024 of 12275252) ]
[ 8% (1095368 of 12275252) ]
[ 8% (1099712 of 12275252) ]
[ 8% (1104056 of 12275252) ]
[ 9% (1108400 of 12275252) ]
[ 9% (1112744 of 12275252) ]
[ 9% (1117088 of 12275252) ]
[ 9% (1121432 of 12275252) ]
[ 9% (1122880 of 12275252) ]
[ 9% (1130496 of 12275252) ]
[ 9% (1131944 of 12275252) ]
[ 9% (1139184 of 12275252) ]
[ 9% (1144976 of 12275252) ]
[ 9% (1153664 of 12275252) ]
[ 9% (1159456 of 12275252) ]
[ 9% (1165248 of 12275252) ]
[ 9% (1168144 of 12275252) ]
[ 9% (1173936 of 12275252) ]
[ 9% (1175384 of 12275252) ]
[ 9% (1181176 of 12275252) ]
[ 9% (1185520 of 12275252) ]
[ 9% (1186968 of 12275252) ]
[ 9% (1189864 of 12275252) ]
[ 9% (1192760 of 12275252) ]
[ 9% (1195656 of 12275252) ]
[ 9% (1201448 of 12275252) ]
[ 9% (1205792 of 12275252) ]
[ 9% (1210136 of 12275252) ]
[ 9% (1213032 of 12275252) ]
[ 9% (1217376 of 12275252) ]
[ 9% (1220272 of 12275252) ]
[ 9% (1226064 of 12275252) ]
[ 10% (1230408 of 12275252) ]
[ 10% (1233304 of 12275252) ]
[ 10% (1237648 of 12275252) ]
[ 10% (1239096 of 12275252) ]
[ 10% (1240544 of 12275252) ]
[ 10% (1244888 of 12275252) ]
[ 10% (1247784 of 12275252) ]
[ 10% (1253576 of 12275252) ]
[ 10% (1262264 of 12275252) ]
[ 10% (1273848 of 12275252) ]
[ 10% (1276744 of 12275252) ]
[ 10% (1281088 of 12275252) ]
[ 10% (1285432 of 12275252) ]
[ 10% (1291224 of 12275252) ]
[ 10% (1295568 of 12275252) ]
[ 10% (1301360 of 12275252) ]
[ 10% (1302808 of 12275252) ]
[ 10% (1308600 of 12275252) ]
[ 10% (1315840 of 12275252) ]
[ 10% (1321632 of 12275252) ]
[ 10% (1327424 of 12275252) ]
[ 10% (1337560 of 12275252) ]
[ 10% (1341904 of 12275252) ]
[ 10% (1346248 of 12275252) ]
[ 11% (1350592 of 12275252) ]
[ 11% (1352040 of 12275252) ]
[ 11% (1357832 of 12275252) ]
[ 11% (1362176 of 12275252) ]
[ 11% (1366520 of 12275252) ]
[ 11% (1369416 of 12275252) ]
[ 11% (1373760 of 12275252) ]
[ 11% (1381000 of 12275252) ]
[ 11% (1382448 of 12275252) ]
[ 11% (1388240 of 12275252) ]
[ 11% (1396928 of 12275252) ]
[ 11% (1402720 of 12275252) ]
[ 11% (1409960 of 12275252) ]
[ 11% (1417200 of 12275252) ]
[ 11% (1420096 of 12275252) ]
[ 11% (1431680 of 12275252) ]
[ 11% (1436024 of 12275252) ]
[ 11% (1441816 of 12275252) ]
[ 11% (1443264 of 12275252) ]
[ 11% (1447608 of 12275252) ]
[ 11% (1454848 of 12275252) ]
[ 11% (1462088 of 12275252) ]
[ 11% (1466432 of 12275252) ]
[ 12% (1475120 of 12275252) ]
[ 12% (1479464 of 12275252) ]
[ 12% (1485256 of 12275252) ]
[ 12% (1489600 of 12275252) ]
[ 12% (1493944 of 12275252) ]
[ 12% (1499736 of 12275252) ]
[ 12% (1501184 of 12275252) ]
[ 12% (1502632 of 12275252) ]
[ 12% (1509872 of 12275252) ]
[ 12% (1512768 of 12275252) ]
[ 12% (1517112 of 12275252) ]
[ 12% (1520008 of 12275252) ]
[ 12% (1521456 of 12275252) ]
[ 12% (1528696 of 12275252) ]
[ 12% (1545080 of 12275252) ]
[ 12% (1561464 of 12275252) ]
[ 12% (1564896 of 12275252) ]
[ 12% (1566344 of 12275252) ]
[ 12% (1570688 of 12275252) ]
[ 12% (1582272 of 12275252) ]
[ 12% (1585168 of 12275252) ]
[ 12% (1588064 of 12275252) ]
[ 13% (1604448 of 12275252) ]
[ 13% (1606888 of 12275252) ]
[ 13% (1619920 of 12275252) ]
[ 13% (1624264 of 12275252) ]
[ 13% (1625712 of 12275252) ]
[ 13% (1630056 of 12275252) ]
[ 13% (1631504 of 12275252) ]
[ 13% (1645984 of 12275252) ]
[ 13% (1650328 of 12275252) ]
[ 13% (1666712 of 12275252) ]
[ 13% (1683096 of 12275252) ]
[ 13% (1699480 of 12275252) ]
[ 13% (1715864 of 12275252) ]
[ 14% (1732248 of 12275252) ]
[ 14% (1748632 of 12275252) ]
[ 14% (1765016 of 12275252) ]
[ 14% (1781400 of 12275252) ]
[ 14% (1797784 of 12275252) ]
[ 14% (1814168 of 12275252) ]
[ 14% (1830552 of 12275252) ]
[ 15% (1846936 of 12275252) ]
[ 15% (1863320 of 12275252) ]
[ 15% (1879704 of 12275252) ]
[ 15% (1896088 of 12275252) ]
[ 15% (1912472 of 12275252) ]
[ 15% (1928856 of 12275252) ]
[ 15% (1945240 of 12275252) ]
[ 15% (1961624 of 12275252) ]
[ 16% (1978008 of 12275252) ]
[ 16% (1993504 of 12275252) ]
[ 16% (1997848 of 12275252) ]
[ 16% (1999296 of 12275252) ]
[ 16% (2000744 of 12275252) ]
[ 16% (2002192 of 12275252) ]
[ 16% (2018576 of 12275252) ]
[ 16% (2034960 of 12275252) ]
[ 16% (2051344 of 12275252) ]
[ 16% (2067728 of 12275252) ]
[ 16% (2084112 of 12275252) ]
[ 17% (2100496 of 12275252) ]
[ 17% (2116880 of 12275252) ]
[ 17% (2133264 of 12275252) ]
[ 17% (2149648 of 12275252) ]
[ 17% (2166032 of 12275252) ]
[ 17% (2182416 of 12275252) ]
[ 17% (2198800 of 12275252) ]
[ 18% (2215184 of 12275252) ]
[ 18% (2231568 of 12275252) ]
[ 18% (2247952 of 12275252) ]
[ 18% (2264336 of 12275252) ]
[ 18% (2280720 of 12275252) ]
[ 18% (2293240 of 12275252) ]
[ 18% (2294688 of 12275252) ]
[ 18% (2296136 of 12275252) ]
[ 18% (2297584 of 12275252) ]
[ 18% (2299032 of 12275252) ]
[ 18% (2300480 of 12275252) ]
[ 18% (2301928 of 12275252) ]
[ 18% (2314960 of 12275252) ]
[ 18% (2316408 of 12275252) ]
[ 18% (2323648 of 12275252) ]
[ 19% (2339576 of 12275252) ]
[ 19% (2341024 of 12275252) ]
[ 19% (2346816 of 12275252) ]
[ 19% (2348264 of 12275252) ]
[ 19% (2354056 of 12275252) ]
[ 19% (2358400 of 12275252) ]
[ 19% (2359848 of 12275252) ]
[ 19% (2374328 of 12275252) ]
[ 19% (2375776 of 12275252) ]
[ 19% (2384464 of 12275252) ]
[ 19% (2391704 of 12275252) ]
[ 19% (2394600 of 12275252) ]
[ 19% (2397496 of 12275252) ]
[ 19% (2404736 of 12275252) ]
[ 19% (2410528 of 12275252) ]
[ 19% (2413424 of 12275252) ]
[ 19% (2416320 of 12275252) ]
[ 19% (2419216 of 12275252) ]
[ 19% (2425008 of 12275252) ]
[ 19% (2436592 of 12275252) ]
[ 19% (2438040 of 12275252) ]
[ 19% (2439488 of 12275252) ]
[ 19% (2440936 of 12275252) ]
[ 19% (2442384 of 12275252) ]
[ 19% (2443832 of 12275252) ]
[ 19% (2445280 of 12275252) ]
[ 19% (2446728 of 12275252) ]
[ 19% (2448176 of 12275252) ]
[ 19% (2449624 of 12275252) ]
[ 20% (2455416 of 12275252) ]
[ 20% (2459760 of 12275252) ]
[ 20% (2464104 of 12275252) ]
[ 20% (2469896 of 12275252) ]
[ 20% (2477136 of 12275252) ]
[ 20% (2478584 of 12275252) ]
[ 20% (2480032 of 12275252) ]
[ 20% (2482928 of 12275252) ]
[ 20% (2484376 of 12275252) ]
[ 20% (2485824 of 12275252) ]
[ 20% (2487272 of 12275252) ]
[ 20% (2488720 of 12275252) ]
[ 20% (2490168 of 12275252) ]
[ 20% (2491616 of 12275252) ]
[ 20% (2493064 of 12275252) ]
[ 20% (2509448 of 12275252) ]
[ 20% (2516232 of 12275252) ]
[ 20% (2522024 of 12275252) ]
[ 20% (2526368 of 12275252) ]
[ 20% (2527816 of 12275252) ]
[ 20% (2532160 of 12275252) ]
[ 20% (2535056 of 12275252) ]
[ 20% (2536504 of 12275252) ]
[ 20% (2543744 of 12275252) ]
[ 20% (2552432 of 12275252) ]
[ 20% (2561120 of 12275252) ]
[ 20% (2562568 of 12275252) ]
[ 20% (2564016 of 12275252) ]
[ 20% (2565464 of 12275252) ]
[ 20% (2566912 of 12275252) ]
[ 20% (2569808 of 12275252) ]
[ 20% (2571256 of 12275252) ]
[ 20% (2577048 of 12275252) ]
[ 21% (2578496 of 12275252) ]
[ 21% (2579944 of 12275252) ]
[ 21% (2581392 of 12275252) ]
[ 21% (2584288 of 12275252) ]
[ 21% (2585736 of 12275252) ]
[ 21% (2587184 of 12275252) ]
[ 21% (2588632 of 12275252) ]
[ 21% (2590080 of 12275252) ]
[ 21% (2595872 of 12275252) ]
[ 21% (2597320 of 12275252) ]
[ 21% (2604560 of 12275252) ]
[ 21% (2608904 of 12275252) ]
[ 21% (2613248 of 12275252) ]
[ 21% (2619040 of 12275252) ]
[ 21% (2620488 of 12275252) ]
[ 21% (2627728 of 12275252) ]
[ 21% (2633520 of 12275252) ]
[ 21% (2634968 of 12275252) ]
[ 21% (2637864 of 12275252) ]
[ 21% (2639312 of 12275252) ]
[ 21% (2648000 of 12275252) ]
[ 21% (2655240 of 12275252) ]
[ 21% (2658136 of 12275252) ]
[ 21% (2663928 of 12275252) ]
[ 21% (2668272 of 12275252) ]
[ 21% (2676960 of 12275252) ]
[ 21% (2681304 of 12275252) ]
[ 21% (2685648 of 12275252) ]
[ 21% (2689992 of 12275252) ]
[ 22% (2703024 of 12275252) ]
[ 22% (2707368 of 12275252) ]
[ 22% (2717504 of 12275252) ]
[ 22% (2718952 of 12275252) ]
[ 22% (2726192 of 12275252) ]
[ 22% (2727640 of 12275252) ]
[ 22% (2729088 of 12275252) ]
[ 22% (2730536 of 12275252) ]
[ 22% (2731984 of 12275252) ]
[ 22% (2733432 of 12275252) ]
[ 22% (2736328 of 12275252) ]
[ 22% (2737776 of 12275252) ]
[ 22% (2740672 of 12275252) ]
[ 22% (2746464 of 12275252) ]
[ 22% (2749360 of 12275252) ]
[ 22% (2750808 of 12275252) ]
[ 22% (2762392 of 12275252) ]
[ 22% (2769632 of 12275252) ]
[ 22% (2772528 of 12275252) ]
[ 22% (2773976 of 12275252) ]
[ 22% (2776872 of 12275252) ]
[ 22% (2778320 of 12275252) ]
[ 22% (2779768 of 12275252) ]
[ 22% (2781216 of 12275252) ]
[ 22% (2782664 of 12275252) ]
[ 22% (2784112 of 12275252) ]
[ 22% (2785560 of 12275252) ]
[ 22% (2787008 of 12275252) ]
[ 22% (2788456 of 12275252) ]
[ 22% (2789904 of 12275252) ]
[ 22% (2791352 of 12275252) ]
[ 22% (2795696 of 12275252) ]
[ 22% (2797144 of 12275252) ]
[ 22% (2801488 of 12275252) ]
[ 22% (2810176 of 12275252) ]
[ 22% (2811624 of 12275252) ]
[ 22% (2823208 of 12275252) ]
[ 23% (2827552 of 12275252) ]
[ 23% (2831896 of 12275252) ]
[ 23% (2833344 of 12275252) ]
[ 23% (2839136 of 12275252) ]
[ 23% (2843480 of 12275252) ]
[ 23% (2847824 of 12275252) ]
[ 23% (2852168 of 12275252) ]
[ 23% (2853616 of 12275252) ]
[ 23% (2855064 of 12275252) ]
[ 23% (2856512 of 12275252) ]
[ 23% (2862304 of 12275252) ]
[ 23% (2868096 of 12275252) ]
[ 23% (2869544 of 12275252) ]
[ 23% (2876784 of 12275252) ]
[ 23% (2882576 of 12275252) ]
[ 23% (2894160 of 12275252) ]
[ 23% (2898504 of 12275252) ]
[ 23% (2902848 of 12275252) ]
[ 23% (2912984 of 12275252) ]
[ 23% (2927464 of 12275252) ]
[ 23% (2930360 of 12275252) ]
[ 23% (2931808 of 12275252) ]
[ 23% (2933256 of 12275252) ]
[ 23% (2934704 of 12275252) ]
[ 23% (2937600 of 12275252) ]
[ 23% (2943392 of 12275252) ]
[ 24% (2947736 of 12275252) ]
[ 24% (2953528 of 12275252) ]
[ 24% (2957872 of 12275252) ]
[ 24% (2966560 of 12275252) ]
[ 24% (2972352 of 12275252) ]
[ 24% (2988736 of 12275252) ]
[ 24% (3005120 of 12275252) ]
[ 24% (3005656 of 12275252) ]
[ 24% (3014344 of 12275252) ]
[ 24% (3017240 of 12275252) ]
[ 24% (3021584 of 12275252) ]
[ 24% (3023032 of 12275252) ]
[ 24% (3024480 of 12275252) ]
[ 24% (3031720 of 12275252) ]
[ 24% (3037512 of 12275252) ]
[ 24% (3041856 of 12275252) ]
[ 24% (3047648 of 12275252) ]
[ 24% (3054888 of 12275252) ]
[ 24% (3062128 of 12275252) ]
[ 24% (3063576 of 12275252) ]
[ 24% (3065024 of 12275252) ]
[ 24% (3067920 of 12275252) ]
[ 25% (3073712 of 12275252) ]
[ 25% (3080952 of 12275252) ]
[ 25% (3083848 of 12275252) ]
[ 25% (3088192 of 12275252) ]
[ 25% (3095432 of 12275252) ]
[ 25% (3101224 of 12275252) ]
[ 25% (3105568 of 12275252) ]
[ 25% (3112808 of 12275252) ]
[ 25% (3121496 of 12275252) ]
[ 25% (3122944 of 12275252) ]
[ 25% (3128736 of 12275252) ]
[ 25% (3130184 of 12275252) ]
[ 25% (3134528 of 12275252) ]
[ 25% (3143216 of 12275252) ]
[ 25% (3156248 of 12275252) ]
[ 25% (3157696 of 12275252) ]
[ 25% (3164936 of 12275252) ]
[ 25% (3166384 of 12275252) ]
[ 25% (3172176 of 12275252) ]
[ 25% (3179416 of 12275252) ]
[ 25% (3182312 of 12275252) ]
[ 25% (3185208 of 12275252) ]
[ 26% (3193896 of 12275252) ]
[ 26% (3195344 of 12275252) ]
[ 26% (3199688 of 12275252) ]
[ 26% (3206928 of 12275252) ]
[ 26% (3214168 of 12275252) ]
[ 26% (3221408 of 12275252) ]
[ 26% (3224304 of 12275252) ]
[ 26% (3235888 of 12275252) ]
[ 26% (3240232 of 12275252) ]
[ 26% (3244576 of 12275252) ]
[ 26% (3248920 of 12275252) ]
[ 26% (3250368 of 12275252) ]
[ 26% (3259056 of 12275252) ]
[ 26% (3260504 of 12275252) ]
[ 26% (3261952 of 12275252) ]
[ 26% (3272088 of 12275252) ]
[ 26% (3273536 of 12275252) ]
[ 26% (3279328 of 12275252) ]
[ 26% (3280776 of 12275252) ]
[ 26% (3283672 of 12275252) ]
[ 26% (3300056 of 12275252) ]
[ 26% (3311184 of 12275252) ]
[ 27% (3316976 of 12275252) ]
[ 27% (3324216 of 12275252) ]
[ 27% (3325664 of 12275252) ]
[ 27% (3332904 of 12275252) ]
[ 27% (3341592 of 12275252) ]
[ 27% (3345936 of 12275252) ]
[ 27% (3357520 of 12275252) ]
[ 27% (3363312 of 12275252) ]
[ 27% (3367656 of 12275252) ]
[ 27% (3372000 of 12275252) ]
[ 27% (3383584 of 12275252) ]
[ 27% (3387928 of 12275252) ]
[ 27% (3389376 of 12275252) ]
[ 27% (3390824 of 12275252) ]
[ 27% (3392272 of 12275252) ]
[ 27% (3399512 of 12275252) ]
[ 27% (3405304 of 12275252) ]
[ 27% (3408200 of 12275252) ]
[ 27% (3411096 of 12275252) ]
[ 27% (3418336 of 12275252) ]
[ 27% (3427024 of 12275252) ]
[ 27% (3429920 of 12275252) ]
[ 27% (3431368 of 12275252) ]
[ 27% (3432816 of 12275252) ]
[ 28% (3444400 of 12275252) ]
[ 28% (3448744 of 12275252) ]
[ 28% (3451640 of 12275252) ]
[ 28% (3454536 of 12275252) ]
[ 28% (3455984 of 12275252) ]
[ 28% (3457432 of 12275252) ]
[ 28% (3463224 of 12275252) ]
[ 28% (3466120 of 12275252) ]
[ 28% (3469016 of 12275252) ]
[ 28% (3471912 of 12275252) ]
[ 28% (3480600 of 12275252) ]
[ 28% (3489288 of 12275252) ]
[ 28% (3490736 of 12275252) ]
[ 28% (3502320 of 12275252) ]
[ 28% (3506664 of 12275252) ]
[ 28% (3511008 of 12275252) ]
[ 28% (3515352 of 12275252) ]
[ 28% (3519696 of 12275252) ]
[ 28% (3521144 of 12275252) ]
[ 28% (3522592 of 12275252) ]
[ 28% (3535624 of 12275252) ]
[ 28% (3539968 of 12275252) ]
[ 28% (3547208 of 12275252) ]
[ 28% (3551552 of 12275252) ]
[ 29% (3560240 of 12275252) ]
[ 29% (3573272 of 12275252) ]
[ 29% (3584856 of 12275252) ]
[ 29% (3586304 of 12275252) ]
[ 29% (3593544 of 12275252) ]
[ 29% (3599336 of 12275252) ]
[ 29% (3603680 of 12275252) ]
[ 29% (3608024 of 12275252) ]
[ 29% (3612368 of 12275252) ]
[ 29% (3615264 of 12275252) ]
[ 29% (3622504 of 12275252) ]
[ 29% (3626848 of 12275252) ]
[ 29% (3628296 of 12275252) ]
[ 29% (3635536 of 12275252) ]
[ 29% (3641328 of 12275252) ]
[ 29% (3647120 of 12275252) ]
[ 29% (3648568 of 12275252) ]
[ 29% (3650016 of 12275252) ]
[ 29% (3651464 of 12275252) ]
[ 29% (3657256 of 12275252) ]
[ 29% (3664496 of 12275252) ]
[ 29% (3668840 of 12275252) ]
[ 29% (3673184 of 12275252) ]
[ 30% (3684768 of 12275252) ]
[ 30% (3693456 of 12275252) ]
[ 30% (3700696 of 12275252) ]
[ 30% (3706488 of 12275252) ]
[ 30% (3713728 of 12275252) ]
[ 30% (3715176 of 12275252) ]
[ 30% (3716624 of 12275252) ]
[ 30% (3718072 of 12275252) ]
[ 30% (3726760 of 12275252) ]
[ 30% (3731104 of 12275252) ]
[ 30% (3735448 of 12275252) ]
[ 30% (3741240 of 12275252) ]
[ 30% (3742688 of 12275252) ]
[ 30% (3751376 of 12275252) ]
[ 30% (3755720 of 12275252) ]
[ 30% (3761512 of 12275252) ]
[ 30% (3768752 of 12275252) ]
[ 30% (3773096 of 12275252) ]
[ 30% (3777440 of 12275252) ]
[ 30% (3780336 of 12275252) ]
[ 30% (3781784 of 12275252) ]
[ 30% (3783232 of 12275252) ]
[ 30% (3791920 of 12275252) ]
[ 30% (3799160 of 12275252) ]
[ 30% (3802056 of 12275252) ]
[ 31% (3815088 of 12275252) ]
[ 31% (3817984 of 12275252) ]
[ 31% (3823776 of 12275252) ]
[ 31% (3828120 of 12275252) ]
[ 31% (3831016 of 12275252) ]
[ 31% (3832464 of 12275252) ]
[ 31% (3844048 of 12275252) ]
[ 31% (3845496 of 12275252) ]
[ 31% (3846944 of 12275252) ]
[ 31% (3848392 of 12275252) ]
[ 31% (3854184 of 12275252) ]
[ 31% (3862872 of 12275252) ]
[ 31% (3873008 of 12275252) ]
[ 31% (3878800 of 12275252) ]
[ 31% (3880248 of 12275252) ]
[ 31% (3883144 of 12275252) ]
[ 31% (3890384 of 12275252) ]
[ 31% (3891832 of 12275252) ]
[ 31% (3899072 of 12275252) ]
[ 31% (3901968 of 12275252) ]
[ 31% (3909208 of 12275252) ]
[ 31% (3910656 of 12275252) ]
[ 31% (3912104 of 12275252) ]
[ 31% (3913552 of 12275252) ]
[ 32% (3929480 of 12275252) ]
[ 32% (3936720 of 12275252) ]
[ 32% (3951200 of 12275252) ]
[ 32% (3952648 of 12275252) ]
[ 32% (3954096 of 12275252) ]
[ 32% (3955544 of 12275252) ]
[ 32% (3961336 of 12275252) ]
[ 32% (3962784 of 12275252) ]
[ 32% (3964232 of 12275252) ]
[ 32% (3972920 of 12275252) ]
[ 32% (3975816 of 12275252) ]
[ 32% (3977264 of 12275252) ]
[ 32% (3981608 of 12275252) ]
[ 32% (3991744 of 12275252) ]
[ 32% (3996088 of 12275252) ]
[ 32% (3997536 of 12275252) ]
[ 32% (4001880 of 12275252) ]
[ 32% (4006224 of 12275252) ]
[ 32% (4017808 of 12275252) ]
[ 32% (4020704 of 12275252) ]
[ 32% (4029392 of 12275252) ]
[ 32% (4033736 of 12275252) ]
[ 32% (4038080 of 12275252) ]
[ 32% (4040976 of 12275252) ]
[ 32% (4042424 of 12275252) ]
[ 33% (4051112 of 12275252) ]
[ 33% (4055456 of 12275252) ]
[ 33% (4058352 of 12275252) ]
[ 33% (4065592 of 12275252) ]
[ 33% (4068488 of 12275252) ]
[ 33% (4069936 of 12275252) ]
[ 33% (4074280 of 12275252) ]
[ 33% (4078624 of 12275252) ]
[ 33% (4081520 of 12275252) ]
[ 33% (4087312 of 12275252) ]
[ 33% (4094552 of 12275252) ]
[ 33% (4100344 of 12275252) ]
[ 33% (4103240 of 12275252) ]
[ 33% (4106136 of 12275252) ]
[ 33% (4107584 of 12275252) ]
[ 33% (4110480 of 12275252) ]
[ 33% (4113376 of 12275252) ]
[ 33% (4119168 of 12275252) ]
[ 33% (4123512 of 12275252) ]
[ 33% (4129304 of 12275252) ]
[ 33% (4133648 of 12275252) ]
[ 33% (4135096 of 12275252) ]
[ 33% (4137992 of 12275252) ]
[ 33% (4139440 of 12275252) ]
[ 33% (4145232 of 12275252) ]
[ 33% (4146680 of 12275252) ]
[ 33% (4151024 of 12275252) ]
[ 33% (4153920 of 12275252) ]
[ 33% (4155368 of 12275252) ]
[ 33% (4156816 of 12275252) ]
[ 33% (4165504 of 12275252) ]
[ 33% (4166952 of 12275252) ]
[ 33% (4171296 of 12275252) ]
[ 33% (4172744 of 12275252) ]
[ 34% (4177088 of 12275252) ]
[ 34% (4181432 of 12275252) ]
[ 34% (4191568 of 12275252) ]
[ 34% (4201704 of 12275252) ]
[ 34% (4207496 of 12275252) ]
[ 34% (4214736 of 12275252) ]
[ 34% (4219080 of 12275252) ]
[ 34% (4223424 of 12275252) ]
[ 34% (4227768 of 12275252) ]
[ 34% (4230664 of 12275252) ]
[ 34% (4236456 of 12275252) ]
[ 34% (4237904 of 12275252) ]
[ 34% (4239352 of 12275252) ]
[ 34% (4246592 of 12275252) ]
[ 34% (4250936 of 12275252) ]
[ 34% (4252384 of 12275252) ]
[ 34% (4268768 of 12275252) ]
[ 34% (4278448 of 12275252) ]
[ 34% (4279896 of 12275252) ]
[ 34% (4288584 of 12275252) ]
[ 34% (4292928 of 12275252) ]
[ 34% (4295824 of 12275252) ]
[ 35% (4301616 of 12275252) ]
[ 35% (4303064 of 12275252) ]
[ 35% (4305960 of 12275252) ]
[ 35% (4314648 of 12275252) ]
[ 35% (4326232 of 12275252) ]
[ 35% (4330576 of 12275252) ]
[ 35% (4332024 of 12275252) ]
[ 35% (4334920 of 12275252) ]
[ 35% (4345056 of 12275252) ]
[ 35% (4347952 of 12275252) ]
[ 35% (4353744 of 12275252) ]
[ 35% (4359536 of 12275252) ]
[ 35% (4365328 of 12275252) ]
[ 35% (4366776 of 12275252) ]
[ 35% (4368224 of 12275252) ]
[ 35% (4369672 of 12275252) ]
[ 35% (4375464 of 12275252) ]
[ 35% (4379808 of 12275252) ]
[ 35% (4384152 of 12275252) ]
[ 35% (4388496 of 12275252) ]
[ 35% (4397184 of 12275252) ]
[ 35% (4401528 of 12275252) ]
[ 35% (4405872 of 12275252) ]
[ 35% (4410216 of 12275252) ]
[ 35% (4413112 of 12275252) ]
[ 35% (4414560 of 12275252) ]
[ 35% (4416008 of 12275252) ]
[ 35% (4418904 of 12275252) ]
[ 36% (4427592 of 12275252) ]
[ 36% (4431936 of 12275252) ]
[ 36% (4433384 of 12275252) ]
[ 36% (4437728 of 12275252) ]
[ 36% (4444968 of 12275252) ]
[ 36% (4447864 of 12275252) ]
[ 36% (4452208 of 12275252) ]
[ 36% (4455104 of 12275252) ]
[ 36% (4458000 of 12275252) ]
[ 36% (4468136 of 12275252) ]
[ 36% (4475376 of 12275252) ]
[ 36% (4479720 of 12275252) ]
[ 36% (4491304 of 12275252) ]
[ 36% (4497096 of 12275252) ]
[ 36% (4498544 of 12275252) ]
[ 36% (4505784 of 12275252) ]
[ 36% (4507232 of 12275252) ]
[ 36% (4514472 of 12275252) ]
[ 36% (4528952 of 12275252) ]
[ 36% (4531848 of 12275252) ]
[ 36% (4533296 of 12275252) ]
[ 36% (4540536 of 12275252) ]
[ 37% (4546328 of 12275252) ]
[ 37% (4549224 of 12275252) ]
[ 37% (4550672 of 12275252) ]
[ 37% (4552120 of 12275252) ]
[ 37% (4560808 of 12275252) ]
[ 37% (4562256 of 12275252) ]
[ 37% (4563704 of 12275252) ]
[ 37% (4565152 of 12275252) ]
[ 37% (4570944 of 12275252) ]
[ 37% (4573840 of 12275252) ]
[ 37% (4576736 of 12275252) ]
[ 37% (4581080 of 12275252) ]
[ 37% (4594112 of 12275252) ]
[ 37% (4601352 of 12275252) ]
[ 37% (4604248 of 12275252) ]
[ 37% (4610040 of 12275252) ]
[ 37% (4615832 of 12275252) ]
[ 37% (4620176 of 12275252) ]
[ 37% (4624520 of 12275252) ]
[ 37% (4627416 of 12275252) ]
[ 37% (4628864 of 12275252) ]
[ 37% (4631760 of 12275252) ]
[ 37% (4639000 of 12275252) ]
[ 37% (4652032 of 12275252) ]
[ 37% (4659272 of 12275252) ]
[ 37% (4662168 of 12275252) ]
[ 37% (4663616 of 12275252) ]
[ 38% (4666512 of 12275252) ]
[ 38% (4672304 of 12275252) ]
[ 38% (4678096 of 12275252) ]
[ 38% (4679544 of 12275252) ]
[ 38% (4682440 of 12275252) ]
[ 38% (4683888 of 12275252) ]
[ 38% (4692576 of 12275252) ]
[ 38% (4694024 of 12275252) ]
[ 38% (4699816 of 12275252) ]
[ 38% (4707056 of 12275252) ]
[ 38% (4717192 of 12275252) ]
[ 38% (4724432 of 12275252) ]
[ 38% (4727328 of 12275252) ]
[ 38% (4731672 of 12275252) ]
[ 38% (4738912 of 12275252) ]
[ 38% (4740360 of 12275252) ]
[ 38% (4743256 of 12275252) ]
[ 38% (4750496 of 12275252) ]
[ 38% (4757736 of 12275252) ]
[ 38% (4759184 of 12275252) ]
[ 38% (4760632 of 12275252) ]
[ 38% (4773664 of 12275252) ]
[ 38% (4775112 of 12275252) ]
[ 39% (4788144 of 12275252) ]
[ 39% (4792488 of 12275252) ]
[ 39% (4801176 of 12275252) ]
[ 39% (4809864 of 12275252) ]
[ 39% (4814208 of 12275252) ]
[ 39% (4815656 of 12275252) ]
[ 39% (4822896 of 12275252) ]
[ 39% (4824344 of 12275252) ]
[ 39% (4825792 of 12275252) ]
[ 39% (4828688 of 12275252) ]
[ 39% (4835928 of 12275252) ]
[ 39% (4841720 of 12275252) ]
[ 39% (4846064 of 12275252) ]
[ 39% (4857648 of 12275252) ]
[ 39% (4867784 of 12275252) ]
[ 39% (4872128 of 12275252) ]
[ 39% (4876472 of 12275252) ]
[ 39% (4885160 of 12275252) ]
[ 39% (4888056 of 12275252) ]
[ 39% (4889504 of 12275252) ]
[ 39% (4895296 of 12275252) ]
[ 39% (4901088 of 12275252) ]
[ 39% (4902536 of 12275252) ]
[ 39% (4903984 of 12275252) ]
[ 40% (4911224 of 12275252) ]
[ 40% (4914120 of 12275252) ]
[ 40% (4915568 of 12275252) ]
[ 40% (4918464 of 12275252) ]
[ 40% (4925704 of 12275252) ]
[ 40% (4937288 of 12275252) ]
[ 40% (4944528 of 12275252) ]
[ 40% (4953216 of 12275252) ]
[ 40% (4954664 of 12275252) ]
[ 40% (4956112 of 12275252) ]
[ 40% (4963352 of 12275252) ]
[ 40% (4967696 of 12275252) ]
[ 40% (4974936 of 12275252) ]
[ 40% (4982176 of 12275252) ]
[ 40% (4987968 of 12275252) ]
[ 40% (4992312 of 12275252) ]
[ 40% (4999552 of 12275252) ]
[ 40% (5006792 of 12275252) ]
[ 40% (5011136 of 12275252) ]
[ 40% (5012584 of 12275252) ]
[ 40% (5018376 of 12275252) ]
[ 40% (5019824 of 12275252) ]
[ 40% (5021272 of 12275252) ]
[ 40% (5031408 of 12275252) ]
[ 41% (5034304 of 12275252) ]
[ 41% (5040096 of 12275252) ]
[ 41% (5047336 of 12275252) ]
[ 41% (5054576 of 12275252) ]
[ 41% (5058920 of 12275252) ]
[ 41% (5064712 of 12275252) ]
[ 41% (5073400 of 12275252) ]
[ 41% (5082088 of 12275252) ]
[ 41% (5083536 of 12275252) ]
[ 41% (5084984 of 12275252) ]
[ 41% (5086432 of 12275252) ]
[ 41% (5098016 of 12275252) ]
[ 41% (5102360 of 12275252) ]
[ 41% (5105256 of 12275252) ]
[ 41% (5112496 of 12275252) ]
[ 41% (5118288 of 12275252) ]
[ 41% (5121184 of 12275252) ]
[ 41% (5129872 of 12275252) ]
[ 41% (5135664 of 12275252) ]
[ 41% (5141456 of 12275252) ]
[ 41% (5147248 of 12275252) ]
[ 41% (5148696 of 12275252) ]
[ 41% (5150144 of 12275252) ]
[ 41% (5151592 of 12275252) ]
[ 42% (5164624 of 12275252) ]
[ 42% (5167520 of 12275252) ]
[ 42% (5176208 of 12275252) ]
[ 42% (5182000 of 12275252) ]
[ 42% (5184896 of 12275252) ]
[ 42% (5196480 of 12275252) ]
[ 42% (5200824 of 12275252) ]
[ 42% (5202272 of 12275252) ]
[ 42% (5209512 of 12275252) ]
[ 42% (5212408 of 12275252) ]
[ 42% (5213856 of 12275252) ]
[ 42% (5215304 of 12275252) ]
[ 42% (5218200 of 12275252) ]
[ 42% (5225440 of 12275252) ]
[ 42% (5231232 of 12275252) ]
[ 42% (5238472 of 12275252) ]
[ 42% (5244264 of 12275252) ]
[ 42% (5248608 of 12275252) ]
[ 42% (5251504 of 12275252) ]
[ 42% (5257296 of 12275252) ]
[ 42% (5261640 of 12275252) ]
[ 42% (5267432 of 12275252) ]
[ 42% (5268880 of 12275252) ]
[ 42% (5271776 of 12275252) ]
[ 42% (5274672 of 12275252) ]
[ 43% (5279016 of 12275252) ]
[ 43% (5280464 of 12275252) ]
[ 43% (5289152 of 12275252) ]
[ 43% (5293496 of 12275252) ]
[ 43% (5294944 of 12275252) ]
[ 43% (5302184 of 12275252) ]
[ 43% (5307976 of 12275252) ]
[ 43% (5313768 of 12275252) ]
[ 43% (5319560 of 12275252) ]
[ 43% (5334040 of 12275252) ]
[ 43% (5341280 of 12275252) ]
[ 43% (5344176 of 12275252) ]
[ 43% (5345624 of 12275252) ]
[ 43% (5352864 of 12275252) ]
[ 43% (5358656 of 12275252) ]
[ 43% (5368792 of 12275252) ]
[ 43% (5371688 of 12275252) ]
[ 43% (5383272 of 12275252) ]
[ 43% (5387616 of 12275252) ]
[ 43% (5391960 of 12275252) ]
[ 43% (5393408 of 12275252) ]
[ 44% (5402096 of 12275252) ]
[ 44% (5406440 of 12275252) ]
[ 44% (5409336 of 12275252) ]
[ 44% (5410784 of 12275252) ]
[ 44% (5413680 of 12275252) ]
[ 44% (5418024 of 12275252) ]
[ 44% (5419472 of 12275252) ]
[ 44% (5423816 of 12275252) ]
[ 44% (5426712 of 12275252) ]
[ 44% (5438296 of 12275252) ]
[ 44% (5439744 of 12275252) ]
[ 44% (5456128 of 12275252) ]
[ 44% (5464360 of 12275252) ]
[ 44% (5471600 of 12275252) ]
[ 44% (5474496 of 12275252) ]
[ 44% (5475944 of 12275252) ]
[ 44% (5477392 of 12275252) ]
[ 44% (5490424 of 12275252) ]
[ 44% (5491872 of 12275252) ]
[ 44% (5508256 of 12275252) ]
[ 44% (5517936 of 12275252) ]
[ 45% (5525176 of 12275252) ]
[ 45% (5529520 of 12275252) ]
[ 45% (5533864 of 12275252) ]
[ 45% (5538208 of 12275252) ]
[ 45% (5539656 of 12275252) ]
[ 45% (5541104 of 12275252) ]
[ 45% (5548344 of 12275252) ]
[ 45% (5555584 of 12275252) ]
[ 45% (5557032 of 12275252) ]
[ 45% (5567168 of 12275252) ]
[ 45% (5577304 of 12275252) ]
[ 45% (5581648 of 12275252) ]
[ 45% (5587440 of 12275252) ]
[ 45% (5594680 of 12275252) ]
[ 45% (5601920 of 12275252) ]
[ 45% (5604816 of 12275252) ]
[ 45% (5606264 of 12275252) ]
[ 45% (5609160 of 12275252) ]
[ 45% (5614952 of 12275252) ]
[ 45% (5616400 of 12275252) ]
[ 45% (5627984 of 12275252) ]
[ 45% (5641016 of 12275252) ]
[ 45% (5643912 of 12275252) ]
[ 45% (5645360 of 12275252) ]
[ 46% (5648256 of 12275252) ]
[ 46% (5651152 of 12275252) ]
[ 46% (5656944 of 12275252) ]
[ 46% (5661288 of 12275252) ]
[ 46% (5667080 of 12275252) ]
[ 46% (5669976 of 12275252) ]
[ 46% (5671424 of 12275252) ]
[ 46% (5672872 of 12275252) ]
[ 46% (5678664 of 12275252) ]
[ 46% (5685904 of 12275252) ]
[ 46% (5702288 of 12275252) ]
[ 46% (5718672 of 12275252) ]
[ 46% (5727896 of 12275252) ]
[ 46% (5729344 of 12275252) ]
[ 46% (5732240 of 12275252) ]
[ 46% (5735136 of 12275252) ]
[ 46% (5738032 of 12275252) ]
[ 46% (5753960 of 12275252) ]
[ 46% (5768440 of 12275252) ]
[ 47% (5784824 of 12275252) ]
[ 47% (5785816 of 12275252) ]
[ 47% (5794504 of 12275252) ]
[ 47% (5798848 of 12275252) ]
[ 47% (5800296 of 12275252) ]
[ 47% (5801744 of 12275252) ]
[ 47% (5808984 of 12275252) ]
[ 47% (5813328 of 12275252) ]
[ 47% (5829712 of 12275252) ]
[ 47% (5845184 of 12275252) ]
[ 47% (5855320 of 12275252) ]
[ 47% (5865456 of 12275252) ]
[ 47% (5866904 of 12275252) ]
[ 47% (5871248 of 12275252) ]
[ 47% (5875592 of 12275252) ]
[ 47% (5878488 of 12275252) ]
[ 47% (5879936 of 12275252) ]
[ 47% (5888624 of 12275252) ]
[ 47% (5891520 of 12275252) ]
[ 48% (5897312 of 12275252) ]
[ 48% (5911792 of 12275252) ]
[ 48% (5923376 of 12275252) ]
[ 48% (5927720 of 12275252) ]
[ 48% (5929168 of 12275252) ]
[ 48% (5930616 of 12275252) ]
[ 48% (5932064 of 12275252) ]
[ 48% (5933512 of 12275252) ]
[ 48% (5945096 of 12275252) ]
[ 48% (5947992 of 12275252) ]
[ 48% (5959576 of 12275252) ]
[ 48% (5966816 of 12275252) ]
[ 48% (5971160 of 12275252) ]
[ 48% (5974056 of 12275252) ]
[ 48% (5985640 of 12275252) ]
[ 48% (5988536 of 12275252) ]
[ 48% (5994328 of 12275252) ]
[ 48% (5995776 of 12275252) ]
[ 48% (5998672 of 12275252) ]
[ 48% (6011704 of 12275252) ]
[ 48% (6013152 of 12275252) ]
[ 49% (6021840 of 12275252) ]
[ 49% (6038224 of 12275252) ]
[ 49% (6039216 of 12275252) ]
[ 49% (6047904 of 12275252) ]
[ 49% (6060936 of 12275252) ]
[ 49% (6062384 of 12275252) ]
[ 49% (6065280 of 12275252) ]
[ 49% (6068176 of 12275252) ]
[ 49% (6072520 of 12275252) ]
[ 49% (6075416 of 12275252) ]
[ 49% (6088448 of 12275252) ]
[ 49% (6092792 of 12275252) ]
[ 49% (6097136 of 12275252) ]
[ 49% (6100032 of 12275252) ]
[ 49% (6107272 of 12275252) ]
[ 49% (6110168 of 12275252) ]
[ 49% (6115960 of 12275252) ]
[ 49% (6120304 of 12275252) ]
[ 49% (6126096 of 12275252) ]
[ 49% (6127544 of 12275252) ]
[ 49% (6133336 of 12275252) ]
[ 50% (6139128 of 12275252) ]
[ 50% (6142024 of 12275252) ]
[ 50% (6143472 of 12275252) ]
[ 50% (6150712 of 12275252) ]
[ 50% (6156504 of 12275252) ]
[ 50% (6160848 of 12275252) ]
[ 50% (6163744 of 12275252) ]
[ 50% (6169536 of 12275252) ]
[ 50% (6178224 of 12275252) ]
[ 50% (6181120 of 12275252) ]
[ 50% (6186912 of 12275252) ]
[ 50% (6191256 of 12275252) ]
[ 50% (6192704 of 12275252) ]
[ 50% (6205736 of 12275252) ]
[ 50% (6211528 of 12275252) ]
[ 50% (6212976 of 12275252) ]
[ 50% (6215872 of 12275252) ]
[ 50% (6218768 of 12275252) ]
[ 50% (6223112 of 12275252) ]
[ 50% (6227456 of 12275252) ]
[ 50% (6233248 of 12275252) ]
[ 50% (6249176 of 12275252) ]
[ 50% (6252072 of 12275252) ]
[ 50% (6256416 of 12275252) ]
[ 50% (6257864 of 12275252) ]
[ 51% (6265104 of 12275252) ]
[ 51% (6270896 of 12275252) ]
[ 51% (6272344 of 12275252) ]
[ 51% (6273792 of 12275252) ]
[ 51% (6281032 of 12275252) ]
[ 51% (6286824 of 12275252) ]
[ 51% (6289720 of 12275252) ]
[ 51% (6296960 of 12275252) ]
[ 51% (6302752 of 12275252) ]
[ 51% (6307096 of 12275252) ]
[ 51% (6311440 of 12275252) ]
[ 51% (6315784 of 12275252) ]
[ 51% (6318680 of 12275252) ]
[ 51% (6321576 of 12275252) ]
[ 51% (6324472 of 12275252) ]
[ 51% (6337504 of 12275252) ]
[ 51% (6340400 of 12275252) ]
[ 51% (6356784 of 12275252) ]
[ 51% (6373168 of 12275252) ]
[ 52% (6386736 of 12275252) ]
[ 52% (6388184 of 12275252) ]
[ 52% (6389632 of 12275252) ]
[ 52% (6395424 of 12275252) ]
[ 52% (6404112 of 12275252) ]
[ 52% (6408456 of 12275252) ]
[ 52% (6414248 of 12275252) ]
[ 52% (6417144 of 12275252) ]
[ 52% (6421488 of 12275252) ]
[ 52% (6427280 of 12275252) ]
[ 52% (6430176 of 12275252) ]
[ 52% (6434520 of 12275252) ]
[ 52% (6441760 of 12275252) ]
[ 52% (6446104 of 12275252) ]
[ 52% (6451896 of 12275252) ]
[ 52% (6453344 of 12275252) ]
[ 52% (6457688 of 12275252) ]
[ 52% (6470720 of 12275252) ]
[ 52% (6473616 of 12275252) ]
[ 52% (6486648 of 12275252) ]
[ 52% (6492440 of 12275252) ]
[ 52% (6496784 of 12275252) ]
[ 52% (6501128 of 12275252) ]
[ 52% (6505472 of 12275252) ]
[ 53% (6508368 of 12275252) ]
[ 53% (6509816 of 12275252) ]
[ 53% (6511264 of 12275252) ]
[ 53% (6517056 of 12275252) ]
[ 53% (6518504 of 12275252) ]
[ 53% (6525744 of 12275252) ]
[ 53% (6531536 of 12275252) ]
[ 53% (6541672 of 12275252) ]
[ 53% (6553256 of 12275252) ]
[ 53% (6556152 of 12275252) ]
[ 53% (6566288 of 12275252) ]
[ 53% (6572080 of 12275252) ]
[ 53% (6574976 of 12275252) ]
[ 53% (6580768 of 12275252) ]
[ 53% (6582216 of 12275252) ]
[ 53% (6583664 of 12275252) ]
[ 53% (6590904 of 12275252) ]
[ 53% (6595248 of 12275252) ]
[ 53% (6596696 of 12275252) ]
[ 53% (6598144 of 12275252) ]
[ 53% (6599592 of 12275252) ]
[ 53% (6602488 of 12275252) ]
[ 53% (6608280 of 12275252) ]
[ 53% (6614072 of 12275252) ]
[ 53% (6616968 of 12275252) ]
[ 54% (6633352 of 12275252) ]
[ 54% (6637240 of 12275252) ]
[ 54% (6644480 of 12275252) ]
[ 54% (6645928 of 12275252) ]
[ 54% (6647376 of 12275252) ]
[ 54% (6648824 of 12275252) ]
[ 54% (6654616 of 12275252) ]
[ 54% (6661856 of 12275252) ]
[ 54% (6667648 of 12275252) ]
[ 54% (6673440 of 12275252) ]
[ 54% (6685024 of 12275252) ]
[ 54% (6689368 of 12275252) ]
[ 54% (6693712 of 12275252) ]
[ 54% (6698056 of 12275252) ]
[ 54% (6700952 of 12275252) ]
[ 54% (6706744 of 12275252) ]
[ 54% (6709640 of 12275252) ]
[ 54% (6712536 of 12275252) ]
[ 54% (6713984 of 12275252) ]
[ 54% (6719776 of 12275252) ]
[ 54% (6725568 of 12275252) ]
[ 54% (6728464 of 12275252) ]
[ 54% (6729912 of 12275252) ]
[ 54% (6737152 of 12275252) ]
[ 54% (6741496 of 12275252) ]
[ 54% (6745840 of 12275252) ]
[ 54% (6750184 of 12275252) ]
[ 55% (6754528 of 12275252) ]
[ 55% (6758872 of 12275252) ]
[ 55% (6764664 of 12275252) ]
[ 55% (6767560 of 12275252) ]
[ 55% (6776248 of 12275252) ]
[ 55% (6777696 of 12275252) ]
[ 55% (6779144 of 12275252) ]
[ 55% (6787832 of 12275252) ]
[ 55% (6790728 of 12275252) ]
[ 55% (6799416 of 12275252) ]
[ 55% (6806656 of 12275252) ]
[ 55% (6813896 of 12275252) ]
[ 55% (6821136 of 12275252) ]
[ 55% (6831272 of 12275252) ]
[ 55% (6838512 of 12275252) ]
[ 55% (6842856 of 12275252) ]
[ 55% (6844304 of 12275252) ]
[ 55% (6845752 of 12275252) ]
[ 55% (6851544 of 12275252) ]
[ 55% (6855888 of 12275252) ]
[ 55% (6863128 of 12275252) ]
[ 55% (6870368 of 12275252) ]
[ 56% (6876160 of 12275252) ]
[ 56% (6883400 of 12275252) ]
[ 56% (6892088 of 12275252) ]
[ 56% (6897880 of 12275252) ]
[ 56% (6908016 of 12275252) ]
[ 56% (6909464 of 12275252) ]
[ 56% (6910912 of 12275252) ]
[ 56% (6918152 of 12275252) ]
[ 56% (6919600 of 12275252) ]
[ 56% (6923944 of 12275252) ]
[ 56% (6926840 of 12275252) ]
[ 56% (6928288 of 12275252) ]
[ 56% (6929736 of 12275252) ]
[ 56% (6931184 of 12275252) ]
[ 56% (6932632 of 12275252) ]
[ 56% (6939872 of 12275252) ]
[ 56% (6942768 of 12275252) ]
[ 56% (6947112 of 12275252) ]
[ 56% (6951456 of 12275252) ]
[ 56% (6955800 of 12275252) ]
[ 56% (6964488 of 12275252) ]
[ 56% (6971728 of 12275252) ]
[ 56% (6973176 of 12275252) ]
[ 56% (6974624 of 12275252) ]
[ 56% (6976072 of 12275252) ]
[ 56% (6983312 of 12275252) ]
[ 56% (6984760 of 12275252) ]
[ 56% (6990552 of 12275252) ]
[ 57% (7006936 of 12275252) ]
[ 57% (7023320 of 12275252) ]
[ 57% (7038336 of 12275252) ]
[ 57% (7039784 of 12275252) ]
[ 57% (7041232 of 12275252) ]
[ 57% (7042680 of 12275252) ]
[ 57% (7047024 of 12275252) ]
[ 57% (7051368 of 12275252) ]
[ 57% (7055712 of 12275252) ]
[ 57% (7058608 of 12275252) ]
[ 57% (7065848 of 12275252) ]
[ 57% (7068744 of 12275252) ]
[ 57% (7073088 of 12275252) ]
[ 57% (7078880 of 12275252) ]
[ 57% (7081776 of 12275252) ]
[ 57% (7087568 of 12275252) ]
[ 57% (7089016 of 12275252) ]
[ 57% (7091912 of 12275252) ]
[ 57% (7096256 of 12275252) ]
[ 57% (7103496 of 12275252) ]
[ 57% (7104944 of 12275252) ]
[ 57% (7112184 of 12275252) ]
[ 57% (7116528 of 12275252) ]
[ 58% (7128112 of 12275252) ]
[ 58% (7129560 of 12275252) ]
[ 58% (7135352 of 12275252) ]
[ 58% (7139696 of 12275252) ]
[ 58% (7149832 of 12275252) ]
[ 58% (7152728 of 12275252) ]
[ 58% (7159968 of 12275252) ]
[ 58% (7168656 of 12275252) ]
[ 58% (7170104 of 12275252) ]
[ 58% (7181688 of 12275252) ]
[ 58% (7186032 of 12275252) ]
[ 58% (7187480 of 12275252) ]
[ 58% (7193272 of 12275252) ]
[ 58% (7200512 of 12275252) ]
[ 58% (7204856 of 12275252) ]
[ 58% (7214992 of 12275252) ]
[ 58% (7216440 of 12275252) ]
[ 58% (7219336 of 12275252) ]
[ 58% (7222232 of 12275252) ]
[ 58% (7228024 of 12275252) ]
[ 58% (7230920 of 12275252) ]
[ 58% (7232368 of 12275252) ]
[ 58% (7233816 of 12275252) ]
[ 58% (7235264 of 12275252) ]
[ 59% (7246848 of 12275252) ]
[ 59% (7258432 of 12275252) ]
[ 59% (7262776 of 12275252) ]
[ 59% (7264224 of 12275252) ]
[ 59% (7270016 of 12275252) ]
[ 59% (7278704 of 12275252) ]
[ 59% (7283048 of 12275252) ]
[ 59% (7285944 of 12275252) ]
[ 59% (7287392 of 12275252) ]
[ 59% (7296080 of 12275252) ]
[ 59% (7298976 of 12275252) ]
[ 59% (7300424 of 12275252) ]
[ 59% (7310560 of 12275252) ]
[ 59% (7317800 of 12275252) ]
[ 59% (7323592 of 12275252) ]
[ 59% (7327936 of 12275252) ]
[ 59% (7332280 of 12275252) ]
[ 59% (7335176 of 12275252) ]
[ 59% (7342416 of 12275252) ]
[ 59% (7354000 of 12275252) ]
[ 59% (7358344 of 12275252) ]
[ 59% (7362688 of 12275252) ]
[ 59% (7364136 of 12275252) ]
[ 60% (7365584 of 12275252) ]
[ 60% (7367032 of 12275252) ]
[ 60% (7369928 of 12275252) ]
[ 60% (7381512 of 12275252) ]
[ 60% (7385856 of 12275252) ]
[ 60% (7387304 of 12275252) ]
[ 60% (7388752 of 12275252) ]
[ 60% (7390200 of 12275252) ]
[ 60% (7394544 of 12275252) ]
[ 60% (7395992 of 12275252) ]
[ 60% (7398888 of 12275252) ]
[ 60% (7400336 of 12275252) ]
[ 60% (7401784 of 12275252) ]
[ 60% (7406128 of 12275252) ]
[ 60% (7409024 of 12275252) ]
[ 60% (7425408 of 12275252) ]
[ 60% (7429296 of 12275252) ]
[ 60% (7430744 of 12275252) ]
[ 60% (7432192 of 12275252) ]
[ 60% (7442328 of 12275252) ]
[ 60% (7446672 of 12275252) ]
[ 60% (7449568 of 12275252) ]
[ 60% (7456808 of 12275252) ]
[ 60% (7458256 of 12275252) ]
[ 60% (7459704 of 12275252) ]
[ 60% (7464048 of 12275252) ]
[ 60% (7468392 of 12275252) ]
[ 60% (7472736 of 12275252) ]
[ 60% (7478528 of 12275252) ]
[ 60% (7487216 of 12275252) ]
[ 61% (7490112 of 12275252) ]
[ 61% (7494456 of 12275252) ]
[ 61% (7495904 of 12275252) ]
[ 61% (7497352 of 12275252) ]
[ 61% (7504592 of 12275252) ]
[ 61% (7510384 of 12275252) ]
[ 61% (7519072 of 12275252) ]
[ 61% (7523416 of 12275252) ]
[ 61% (7527760 of 12275252) ]
[ 61% (7532104 of 12275252) ]
[ 61% (7539344 of 12275252) ]
[ 61% (7546584 of 12275252) ]
[ 61% (7549480 of 12275252) ]
[ 61% (7558168 of 12275252) ]
[ 61% (7559616 of 12275252) ]
[ 61% (7561064 of 12275252) ]
[ 61% (7577448 of 12275252) ]
[ 61% (7585680 of 12275252) ]
[ 61% (7587128 of 12275252) ]
[ 61% (7588576 of 12275252) ]
[ 61% (7598712 of 12275252) ]
[ 61% (7603056 of 12275252) ]
[ 61% (7607400 of 12275252) ]
[ 62% (7618984 of 12275252) ]
[ 62% (7621880 of 12275252) ]
[ 62% (7624776 of 12275252) ]
[ 62% (7626224 of 12275252) ]
[ 62% (7627672 of 12275252) ]
[ 62% (7629120 of 12275252) ]
[ 62% (7632016 of 12275252) ]
[ 62% (7633464 of 12275252) ]
[ 62% (7634912 of 12275252) ]
[ 62% (7642152 of 12275252) ]
[ 62% (7658536 of 12275252) ]
[ 62% (7674920 of 12275252) ]
[ 62% (7689936 of 12275252) ]
[ 62% (7691384 of 12275252) ]
[ 62% (7692832 of 12275252) ]
[ 62% (7701520 of 12275252) ]
[ 62% (7705864 of 12275252) ]
[ 62% (7718896 of 12275252) ]
[ 62% (7729032 of 12275252) ]
[ 62% (7733376 of 12275252) ]
[ 63% (7737720 of 12275252) ]
[ 63% (7740616 of 12275252) ]
[ 63% (7747856 of 12275252) ]
[ 63% (7749304 of 12275252) ]
[ 63% (7752200 of 12275252) ]
[ 63% (7755096 of 12275252) ]
[ 63% (7756544 of 12275252) ]
[ 63% (7760888 of 12275252) ]
[ 63% (7762336 of 12275252) ]
[ 63% (7768128 of 12275252) ]
[ 63% (7769576 of 12275252) ]
[ 63% (7776816 of 12275252) ]
[ 63% (7779712 of 12275252) ]
[ 63% (7781160 of 12275252) ]
[ 63% (7782608 of 12275252) ]
[ 63% (7788400 of 12275252) ]
[ 63% (7791296 of 12275252) ]
[ 63% (7795640 of 12275252) ]
[ 63% (7798536 of 12275252) ]
[ 63% (7801432 of 12275252) ]
[ 63% (7808672 of 12275252) ]
[ 63% (7814464 of 12275252) ]
[ 63% (7815912 of 12275252) ]
[ 63% (7820256 of 12275252) ]
[ 63% (7821704 of 12275252) ]
[ 63% (7823152 of 12275252) ]
[ 63% (7830392 of 12275252) ]
[ 63% (7834736 of 12275252) ]
[ 63% (7836184 of 12275252) ]
[ 63% (7841976 of 12275252) ]
[ 63% (7849216 of 12275252) ]
[ 63% (7853560 of 12275252) ]
[ 64% (7859352 of 12275252) ]
[ 64% (7863696 of 12275252) ]
[ 64% (7870936 of 12275252) ]
[ 64% (7873832 of 12275252) ]
[ 64% (7879624 of 12275252) ]
[ 64% (7882520 of 12275252) ]
[ 64% (7885416 of 12275252) ]
[ 64% (7886864 of 12275252) ]
[ 64% (7888312 of 12275252) ]
[ 64% (7889760 of 12275252) ]
[ 64% (7897000 of 12275252) ]
[ 64% (7898448 of 12275252) ]
[ 64% (7901344 of 12275252) ]
[ 64% (7902792 of 12275252) ]
[ 64% (7910032 of 12275252) ]
[ 64% (7915824 of 12275252) ]
[ 64% (7918720 of 12275252) ]
[ 64% (7923064 of 12275252) ]
[ 64% (7925960 of 12275252) ]
[ 64% (7930304 of 12275252) ]
[ 64% (7937544 of 12275252) ]
[ 64% (7941888 of 12275252) ]
[ 64% (7944784 of 12275252) ]
[ 64% (7950576 of 12275252) ]
[ 64% (7952024 of 12275252) ]
[ 64% (7953472 of 12275252) ]
[ 64% (7960712 of 12275252) ]
[ 64% (7966504 of 12275252) ]
[ 64% (7969400 of 12275252) ]
[ 64% (7976640 of 12275252) ]
[ 65% (7980984 of 12275252) ]
[ 65% (7985328 of 12275252) ]
[ 65% (7988224 of 12275252) ]
[ 65% (7989672 of 12275252) ]
[ 65% (7996912 of 12275252) ]
[ 65% (8001256 of 12275252) ]
[ 65% (8005600 of 12275252) ]
[ 65% (8012840 of 12275252) ]
[ 65% (8015736 of 12275252) ]
[ 65% (8017184 of 12275252) ]
[ 65% (8021528 of 12275252) ]
[ 65% (8028768 of 12275252) ]
[ 65% (8030216 of 12275252) ]
[ 65% (8036008 of 12275252) ]
[ 65% (8040352 of 12275252) ]
[ 65% (8041800 of 12275252) ]
[ 65% (8047592 of 12275252) ]
[ 65% (8053384 of 12275252) ]
[ 65% (8057728 of 12275252) ]
[ 65% (8064968 of 12275252) ]
[ 65% (8080896 of 12275252) ]
[ 65% (8082344 of 12275252) ]
[ 65% (8083792 of 12275252) ]
[ 65% (8089584 of 12275252) ]
[ 65% (8095376 of 12275252) ]
[ 65% (8098272 of 12275252) ]
[ 66% (8102616 of 12275252) ]
[ 66% (8108408 of 12275252) ]
[ 66% (8114200 of 12275252) ]
[ 66% (8117096 of 12275252) ]
[ 66% (8118544 of 12275252) ]
[ 66% (8121440 of 12275252) ]
[ 66% (8127232 of 12275252) ]
[ 66% (8134472 of 12275252) ]
[ 66% (8140264 of 12275252) ]
[ 66% (8144608 of 12275252) ]
[ 66% (8146056 of 12275252) ]
[ 66% (8147504 of 12275252) ]
[ 66% (8150400 of 12275252) ]
[ 66% (8157640 of 12275252) ]
[ 66% (8160536 of 12275252) ]
[ 66% (8167776 of 12275252) ]
[ 66% (8172120 of 12275252) ]
[ 66% (8177912 of 12275252) ]
[ 66% (8180808 of 12275252) ]
[ 66% (8188048 of 12275252) ]
[ 66% (8192392 of 12275252) ]
[ 66% (8196736 of 12275252) ]
[ 66% (8202528 of 12275252) ]
[ 66% (8205424 of 12275252) ]
[ 66% (8208320 of 12275252) ]
[ 66% (8211216 of 12275252) ]
[ 66% (8212664 of 12275252) ]
[ 66% (8219904 of 12275252) ]
[ 66% (8221352 of 12275252) ]
[ 67% (8228592 of 12275252) ]
[ 67% (8238728 of 12275252) ]
[ 67% (8240176 of 12275252) ]
[ 67% (8247416 of 12275252) ]
[ 67% (8253208 of 12275252) ]
[ 67% (8257552 of 12275252) ]
[ 67% (8263344 of 12275252) ]
[ 67% (8267688 of 12275252) ]
[ 67% (8270584 of 12275252) ]
[ 67% (8274928 of 12275252) ]
[ 67% (8276376 of 12275252) ]
[ 67% (8277824 of 12275252) ]
[ 67% (8285064 of 12275252) ]
[ 67% (8287960 of 12275252) ]
[ 67% (8295200 of 12275252) ]
[ 67% (8299544 of 12275252) ]
[ 67% (8303888 of 12275252) ]
[ 67% (8306784 of 12275252) ]
[ 67% (8309680 of 12275252) ]
[ 67% (8326064 of 12275252) ]
[ 67% (8329952 of 12275252) ]
[ 67% (8335744 of 12275252) ]
[ 67% (8337192 of 12275252) ]
[ 67% (8338640 of 12275252) ]
[ 67% (8340088 of 12275252) ]
[ 67% (8341536 of 12275252) ]
[ 67% (8342984 of 12275252) ]
[ 67% (8344432 of 12275252) ]
[ 68% (8348776 of 12275252) ]
[ 68% (8351672 of 12275252) ]
[ 68% (8354568 of 12275252) ]
[ 68% (8361808 of 12275252) ]
[ 68% (8366152 of 12275252) ]
[ 68% (8369048 of 12275252) ]
[ 68% (8373392 of 12275252) ]
[ 68% (8374840 of 12275252) ]
[ 68% (8380632 of 12275252) ]
[ 68% (8384976 of 12275252) ]
[ 68% (8389320 of 12275252) ]
[ 68% (8392216 of 12275252) ]
[ 68% (8406696 of 12275252) ]
[ 68% (8408144 of 12275252) ]
[ 68% (8413936 of 12275252) ]
[ 68% (8419728 of 12275252) ]
[ 68% (8422624 of 12275252) ]
[ 68% (8429864 of 12275252) ]
[ 68% (8435656 of 12275252) ]
[ 68% (8437104 of 12275252) ]
[ 68% (8438552 of 12275252) ]
[ 68% (8445792 of 12275252) ]
[ 68% (8450136 of 12275252) ]
[ 68% (8453032 of 12275252) ]
[ 68% (8454480 of 12275252) ]
[ 68% (8457376 of 12275252) ]
[ 68% (8464616 of 12275252) ]
[ 68% (8468960 of 12275252) ]
[ 69% (8471856 of 12275252) ]
[ 69% (8487784 of 12275252) ]
[ 69% (8504168 of 12275252) ]
[ 69% (8513848 of 12275252) ]
[ 69% (8521088 of 12275252) ]
[ 69% (8523984 of 12275252) ]
[ 69% (8529776 of 12275252) ]
[ 69% (8532672 of 12275252) ]
[ 69% (8535568 of 12275252) ]
[ 69% (8537016 of 12275252) ]
[ 69% (8538464 of 12275252) ]
[ 69% (8539912 of 12275252) ]
[ 69% (8544256 of 12275252) ]
[ 69% (8557288 of 12275252) ]
[ 69% (8563080 of 12275252) ]
[ 69% (8567424 of 12275252) ]
[ 69% (8573216 of 12275252) ]
[ 69% (8576112 of 12275252) ]
[ 69% (8583352 of 12275252) ]
[ 69% (8587696 of 12275252) ]
[ 70% (8602176 of 12275252) ]
[ 70% (8603624 of 12275252) ]
[ 70% (8610864 of 12275252) ]
[ 70% (8613760 of 12275252) ]
[ 70% (8615208 of 12275252) ]
[ 70% (8622448 of 12275252) ]
[ 70% (8626792 of 12275252) ]
[ 70% (8628240 of 12275252) ]
[ 70% (8631136 of 12275252) ]
[ 70% (8634032 of 12275252) ]
[ 70% (8639824 of 12275252) ]
[ 70% (8647064 of 12275252) ]
[ 70% (8648512 of 12275252) ]
[ 70% (8658648 of 12275252) ]
[ 70% (8660096 of 12275252) ]
[ 70% (8662992 of 12275252) ]
[ 70% (8665888 of 12275252) ]
[ 70% (8667336 of 12275252) ]
[ 70% (8668784 of 12275252) ]
[ 70% (8671680 of 12275252) ]
[ 70% (8676024 of 12275252) ]
[ 70% (8681816 of 12275252) ]
[ 70% (8687608 of 12275252) ]
[ 70% (8690504 of 12275252) ]
[ 70% (8697744 of 12275252) ]
[ 70% (8703536 of 12275252) ]
[ 70% (8706432 of 12275252) ]
[ 70% (8710776 of 12275252) ]
[ 71% (8716568 of 12275252) ]
[ 71% (8732496 of 12275252) ]
[ 71% (8748880 of 12275252) ]
[ 71% (8765264 of 12275252) ]
[ 71% (8770144 of 12275252) ]
[ 71% (8774488 of 12275252) ]
[ 71% (8775936 of 12275252) ]
[ 71% (8777384 of 12275252) ]
[ 71% (8783176 of 12275252) ]
[ 71% (8788968 of 12275252) ]
[ 71% (8794760 of 12275252) ]
[ 71% (8797656 of 12275252) ]
[ 71% (8799104 of 12275252) ]
[ 71% (8803448 of 12275252) ]
[ 71% (8809240 of 12275252) ]
[ 71% (8815032 of 12275252) ]
[ 71% (8817928 of 12275252) ]
[ 71% (8823720 of 12275252) ]
[ 71% (8829512 of 12275252) ]
[ 71% (8833856 of 12275252) ]
[ 72% (8839648 of 12275252) ]
[ 72% (8843992 of 12275252) ]
[ 72% (8846888 of 12275252) ]
[ 72% (8851232 of 12275252) ]
[ 72% (8857024 of 12275252) ]
[ 72% (8862816 of 12275252) ]
[ 72% (8864264 of 12275252) ]
[ 72% (8865712 of 12275252) ]
[ 72% (8871504 of 12275252) ]
[ 72% (8887888 of 12275252) ]
[ 72% (8904272 of 12275252) ]
[ 72% (8920656 of 12275252) ]
[ 72% (8927976 of 12275252) ]
[ 72% (8929424 of 12275252) ]
[ 72% (8945808 of 12275252) ]
[ 72% (8949696 of 12275252) ]
[ 73% (8965624 of 12275252) ]
[ 73% (8971416 of 12275252) ]
[ 73% (8977208 of 12275252) ]
[ 73% (8983000 of 12275252) ]
[ 73% (8988792 of 12275252) ]
[ 73% (8993136 of 12275252) ]
[ 73% (8994584 of 12275252) ]
[ 73% (9009064 of 12275252) ]
[ 73% (9024992 of 12275252) ]
[ 73% (9030784 of 12275252) ]
[ 73% (9036576 of 12275252) ]
[ 73% (9039472 of 12275252) ]
[ 73% (9045264 of 12275252) ]
[ 73% (9049608 of 12275252) ]
[ 73% (9052504 of 12275252) ]
[ 73% (9058296 of 12275252) ]
[ 73% (9074680 of 12275252) ]
[ 74% (9091064 of 12275252) ]
[ 74% (9107448 of 12275252) ]
[ 74% (9123456 of 12275252) ]
[ 74% (9124904 of 12275252) ]
[ 74% (9129248 of 12275252) ]
[ 74% (9130696 of 12275252) ]
[ 74% (9136488 of 12275252) ]
[ 74% (9140832 of 12275252) ]
[ 74% (9146624 of 12275252) ]
[ 74% (9149520 of 12275252) ]
[ 74% (9153864 of 12275252) ]
[ 74% (9158208 of 12275252) ]
[ 74% (9159656 of 12275252) ]
[ 74% (9171240 of 12275252) ]
[ 74% (9177032 of 12275252) ]
[ 74% (9179928 of 12275252) ]
[ 74% (9184272 of 12275252) ]
[ 74% (9188616 of 12275252) ]
[ 74% (9190064 of 12275252) ]
[ 74% (9194408 of 12275252) ]
[ 74% (9201648 of 12275252) ]
[ 75% (9207440 of 12275252) ]
[ 75% (9211784 of 12275252) ]
[ 75% (9213232 of 12275252) ]
[ 75% (9221920 of 12275252) ]
[ 75% (9229160 of 12275252) ]
[ 75% (9233504 of 12275252) ]
[ 75% (9236400 of 12275252) ]
[ 75% (9242192 of 12275252) ]
[ 75% (9245088 of 12275252) ]
[ 75% (9252328 of 12275252) ]
[ 75% (9253776 of 12275252) ]
[ 75% (9255224 of 12275252) ]
[ 75% (9271608 of 12275252) ]
[ 75% (9287992 of 12275252) ]
[ 75% (9304376 of 12275252) ]
[ 75% (9318936 of 12275252) ]
[ 75% (9320384 of 12275252) ]
[ 76% (9336768 of 12275252) ]
[ 76% (9353152 of 12275252) ]
[ 76% (9369536 of 12275252) ]
[ 76% (9384096 of 12275252) ]
[ 76% (9385544 of 12275252) ]
[ 76% (9386992 of 12275252) ]
[ 76% (9403376 of 12275252) ]
[ 76% (9405816 of 12275252) ]
[ 76% (9420296 of 12275252) ]
[ 76% (9428984 of 12275252) ]
[ 76% (9433328 of 12275252) ]
[ 76% (9444912 of 12275252) ]
[ 76% (9449256 of 12275252) ]
[ 76% (9450704 of 12275252) ]
[ 77% (9452152 of 12275252) ]
[ 77% (9457944 of 12275252) ]
[ 77% (9470976 of 12275252) ]
[ 77% (9476768 of 12275252) ]
[ 77% (9484008 of 12275252) ]
[ 77% (9486904 of 12275252) ]
[ 77% (9489800 of 12275252) ]
[ 77% (9491248 of 12275252) ]
[ 77% (9492696 of 12275252) ]
[ 77% (9499936 of 12275252) ]
[ 77% (9505728 of 12275252) ]
[ 77% (9511520 of 12275252) ]
[ 77% (9514416 of 12275252) ]
[ 77% (9515864 of 12275252) ]
[ 77% (9518760 of 12275252) ]
[ 77% (9526000 of 12275252) ]
[ 77% (9527448 of 12275252) ]
[ 77% (9533240 of 12275252) ]
[ 77% (9540480 of 12275252) ]
[ 77% (9547720 of 12275252) ]
[ 77% (9560752 of 12275252) ]
[ 77% (9565096 of 12275252) ]
[ 77% (9567992 of 12275252) ]
[ 77% (9573784 of 12275252) ]
[ 78% (9576680 of 12275252) ]
[ 78% (9579576 of 12275252) ]
[ 78% (9581024 of 12275252) ]
[ 78% (9585368 of 12275252) ]
[ 78% (9589712 of 12275252) ]
[ 78% (9591160 of 12275252) ]
[ 78% (9602744 of 12275252) ]
[ 78% (9611432 of 12275252) ]
[ 78% (9618672 of 12275252) ]
[ 78% (9625912 of 12275252) ]
[ 78% (9633152 of 12275252) ]
[ 78% (9643288 of 12275252) ]
[ 78% (9644736 of 12275252) ]
[ 78% (9646184 of 12275252) ]
[ 78% (9656320 of 12275252) ]
[ 78% (9663560 of 12275252) ]
[ 78% (9665008 of 12275252) ]
[ 78% (9678040 of 12275252) ]
[ 78% (9689624 of 12275252) ]
[ 79% (9698312 of 12275252) ]
[ 79% (9709896 of 12275252) ]
[ 79% (9711344 of 12275252) ]
[ 79% (9722928 of 12275252) ]
[ 79% (9725824 of 12275252) ]
[ 79% (9733064 of 12275252) ]
[ 79% (9737408 of 12275252) ]
[ 79% (9741752 of 12275252) ]
[ 79% (9746096 of 12275252) ]
[ 79% (9750440 of 12275252) ]
[ 79% (9751888 of 12275252) ]
[ 79% (9764920 of 12275252) ]
[ 79% (9770712 of 12275252) ]
[ 79% (9772160 of 12275252) ]
[ 79% (9775056 of 12275252) ]
[ 79% (9776504 of 12275252) ]
[ 79% (9782296 of 12275252) ]
[ 79% (9783744 of 12275252) ]
[ 79% (9792432 of 12275252) ]
[ 79% (9804016 of 12275252) ]
[ 79% (9805464 of 12275252) ]
[ 79% (9817048 of 12275252) ]
[ 80% (9821392 of 12275252) ]
[ 80% (9825736 of 12275252) ]
[ 80% (9827184 of 12275252) ]
[ 80% (9832976 of 12275252) ]
[ 80% (9840216 of 12275252) ]
[ 80% (9841664 of 12275252) ]
[ 80% (9847456 of 12275252) ]
[ 80% (9848904 of 12275252) ]
[ 80% (9854696 of 12275252) ]
[ 80% (9857592 of 12275252) ]
[ 80% (9864832 of 12275252) ]
[ 80% (9867728 of 12275252) ]
[ 80% (9872072 of 12275252) ]
[ 80% (9877864 of 12275252) ]
[ 80% (9879312 of 12275252) ]
[ 80% (9880760 of 12275252) ]
[ 80% (9882208 of 12275252) ]
[ 80% (9886552 of 12275252) ]
[ 80% (9890896 of 12275252) ]
[ 80% (9895240 of 12275252) ]
[ 80% (9903928 of 12275252) ]
[ 80% (9905376 of 12275252) ]
[ 80% (9906824 of 12275252) ]
[ 80% (9908272 of 12275252) ]
[ 80% (9919856 of 12275252) ]
[ 80% (9924200 of 12275252) ]
[ 80% (9927096 of 12275252) ]
[ 81% (9943480 of 12275252) ]
[ 81% (9959864 of 12275252) ]
[ 81% (9970536 of 12275252) ]
[ 81% (9971984 of 12275252) ]
[ 81% (9973432 of 12275252) ]
[ 81% (9985016 of 12275252) ]
[ 81% (9990808 of 12275252) ]
[ 81% (9999496 of 12275252) ]
[ 81% (10003840 of 12275252) ]
[ 81% (10008184 of 12275252) ]
[ 81% (10011080 of 12275252) ]
[ 81% (10018320 of 12275252) ]
[ 81% (10019768 of 12275252) ]
[ 81% (10031352 of 12275252) ]
[ 81% (10035696 of 12275252) ]
[ 81% (10037144 of 12275252) ]
[ 81% (10042936 of 12275252) ]
[ 81% (10059320 of 12275252) ]
[ 81% (10064656 of 12275252) ]
[ 82% (10066104 of 12275252) ]
[ 82% (10067552 of 12275252) ]
[ 82% (10074792 of 12275252) ]
[ 82% (10076240 of 12275252) ]
[ 82% (10087824 of 12275252) ]
[ 82% (10092168 of 12275252) ]
[ 82% (10095064 of 12275252) ]
[ 82% (10100856 of 12275252) ]
[ 82% (10102304 of 12275252) ]
[ 82% (10103752 of 12275252) ]
[ 82% (10109544 of 12275252) ]
[ 82% (10115336 of 12275252) ]
[ 82% (10122576 of 12275252) ]
[ 82% (10129816 of 12275252) ]
[ 82% (10135608 of 12275252) ]
[ 82% (10138504 of 12275252) ]
[ 82% (10142848 of 12275252) ]
[ 82% (10155880 of 12275252) ]
[ 82% (10160224 of 12275252) ]
[ 82% (10163120 of 12275252) ]
[ 82% (10166016 of 12275252) ]
[ 82% (10167464 of 12275252) ]
[ 82% (10168912 of 12275252) ]
[ 82% (10174704 of 12275252) ]
[ 82% (10180496 of 12275252) ]
[ 82% (10183392 of 12275252) ]
[ 82% (10187736 of 12275252) ]
[ 83% (10200768 of 12275252) ]
[ 83% (10205112 of 12275252) ]
[ 83% (10208008 of 12275252) ]
[ 83% (10210904 of 12275252) ]
[ 83% (10222488 of 12275252) ]
[ 83% (10226832 of 12275252) ]
[ 83% (10231176 of 12275252) ]
[ 83% (10232624 of 12275252) ]
[ 83% (10234072 of 12275252) ]
[ 83% (10247104 of 12275252) ]
[ 83% (10258688 of 12275252) ]
[ 83% (10263032 of 12275252) ]
[ 83% (10264480 of 12275252) ]
[ 83% (10277512 of 12275252) ]
[ 83% (10280408 of 12275252) ]
[ 83% (10283304 of 12275252) ]
[ 83% (10284752 of 12275252) ]
[ 83% (10296336 of 12275252) ]
[ 83% (10297784 of 12275252) ]
[ 83% (10299232 of 12275252) ]
[ 83% (10310816 of 12275252) ]
[ 84% (10316608 of 12275252) ]
[ 84% (10318056 of 12275252) ]
[ 84% (10329640 of 12275252) ]
[ 84% (10336880 of 12275252) ]
[ 84% (10338328 of 12275252) ]
[ 84% (10352808 of 12275252) ]
[ 84% (10354256 of 12275252) ]
[ 84% (10361496 of 12275252) ]
[ 84% (10362944 of 12275252) ]
[ 84% (10364392 of 12275252) ]
[ 84% (10371632 of 12275252) ]
[ 84% (10377424 of 12275252) ]
[ 84% (10381768 of 12275252) ]
[ 84% (10383216 of 12275252) ]
[ 84% (10394800 of 12275252) ]
[ 84% (10400592 of 12275252) ]
[ 84% (10403488 of 12275252) ]
[ 84% (10409280 of 12275252) ]
[ 84% (10415072 of 12275252) ]
[ 84% (10417968 of 12275252) ]
[ 84% (10426656 of 12275252) ]
[ 84% (10428104 of 12275252) ]
[ 84% (10429552 of 12275252) ]
[ 85% (10441136 of 12275252) ]
[ 85% (10448376 of 12275252) ]
[ 85% (10461408 of 12275252) ]
[ 85% (10468648 of 12275252) ]
[ 85% (10475888 of 12275252) ]
[ 85% (10480232 of 12275252) ]
[ 85% (10484576 of 12275252) ]
[ 85% (10491816 of 12275252) ]
[ 85% (10493264 of 12275252) ]
[ 85% (10496160 of 12275252) ]
[ 85% (10503400 of 12275252) ]
[ 85% (10509192 of 12275252) ]
[ 85% (10512088 of 12275252) ]
[ 85% (10513536 of 12275252) ]
[ 85% (10525120 of 12275252) ]
[ 85% (10529464 of 12275252) ]
[ 85% (10532360 of 12275252) ]
[ 85% (10535256 of 12275252) ]
[ 85% (10539600 of 12275252) ]
[ 85% (10555984 of 12275252) ]
[ 86% (10556976 of 12275252) ]
[ 86% (10558424 of 12275252) ]
[ 86% (10559872 of 12275252) ]
[ 86% (10570008 of 12275252) ]
[ 86% (10577248 of 12275252) ]
[ 86% (10578696 of 12275252) ]
[ 86% (10585936 of 12275252) ]
[ 86% (10593176 of 12275252) ]
[ 86% (10596072 of 12275252) ]
[ 86% (10600416 of 12275252) ]
[ 86% (10604760 of 12275252) ]
[ 86% (10606208 of 12275252) ]
[ 86% (10607656 of 12275252) ]
[ 86% (10622136 of 12275252) ]
[ 86% (10623584 of 12275252) ]
[ 86% (10625032 of 12275252) ]
[ 86% (10639512 of 12275252) ]
[ 86% (10643856 of 12275252) ]
[ 86% (10653992 of 12275252) ]
[ 86% (10659784 of 12275252) ]
[ 86% (10664128 of 12275252) ]
[ 86% (10667024 of 12275252) ]
[ 86% (10674264 of 12275252) ]
[ 86% (10678608 of 12275252) ]
[ 87% (10682952 of 12275252) ]
[ 87% (10687296 of 12275252) ]
[ 87% (10688744 of 12275252) ]
[ 87% (10690192 of 12275252) ]
[ 87% (10700328 of 12275252) ]
[ 87% (10704672 of 12275252) ]
[ 87% (10709016 of 12275252) ]
[ 87% (10717704 of 12275252) ]
[ 87% (10724944 of 12275252) ]
[ 87% (10735080 of 12275252) ]
[ 87% (10740872 of 12275252) ]
[ 87% (10742320 of 12275252) ]
[ 87% (10751008 of 12275252) ]
[ 87% (10752456 of 12275252) ]
[ 87% (10753904 of 12275252) ]
[ 87% (10759696 of 12275252) ]
[ 87% (10764040 of 12275252) ]
[ 87% (10768384 of 12275252) ]
[ 87% (10771280 of 12275252) ]
[ 87% (10772728 of 12275252) ]
[ 87% (10778520 of 12275252) ]
[ 87% (10785760 of 12275252) ]
[ 87% (10788656 of 12275252) ]
[ 87% (10795896 of 12275252) ]
[ 87% (10797344 of 12275252) ]
[ 87% (10798792 of 12275252) ]
[ 87% (10800240 of 12275252) ]
[ 87% (10801688 of 12275252) ]
[ 88% (10810376 of 12275252) ]
[ 88% (10813272 of 12275252) ]
[ 88% (10817616 of 12275252) ]
[ 88% (10819064 of 12275252) ]
[ 88% (10820512 of 12275252) ]
[ 88% (10824856 of 12275252) ]
[ 88% (10830648 of 12275252) ]
[ 88% (10836440 of 12275252) ]
[ 88% (10839336 of 12275252) ]
[ 88% (10840784 of 12275252) ]
[ 88% (10842232 of 12275252) ]
[ 88% (10850920 of 12275252) ]
[ 88% (10855264 of 12275252) ]
[ 88% (10859608 of 12275252) ]
[ 88% (10863952 of 12275252) ]
[ 88% (10868296 of 12275252) ]
[ 88% (10875536 of 12275252) ]
[ 88% (10879880 of 12275252) ]
[ 88% (10882776 of 12275252) ]
[ 88% (10884224 of 12275252) ]
[ 88% (10897256 of 12275252) ]
[ 88% (10901600 of 12275252) ]
[ 88% (10910288 of 12275252) ]
[ 88% (10917528 of 12275252) ]
[ 88% (10924768 of 12275252) ]
[ 89% (10927664 of 12275252) ]
[ 89% (10929112 of 12275252) ]
[ 89% (10936352 of 12275252) ]
[ 89% (10943592 of 12275252) ]
[ 89% (10947936 of 12275252) ]
[ 89% (10949384 of 12275252) ]
[ 89% (10950832 of 12275252) ]
[ 89% (10959520 of 12275252) ]
[ 89% (10962416 of 12275252) ]
[ 89% (10968208 of 12275252) ]
[ 89% (10969656 of 12275252) ]
[ 89% (10986040 of 12275252) ]
[ 89% (10987032 of 12275252) ]
[ 89% (10991376 of 12275252) ]
[ 89% (10997168 of 12275252) ]
[ 89% (11008752 of 12275252) ]
[ 89% (11013096 of 12275252) ]
[ 89% (11014544 of 12275252) ]
[ 89% (11017440 of 12275252) ]
[ 89% (11021784 of 12275252) ]
[ 89% (11023232 of 12275252) ]
[ 89% (11024680 of 12275252) ]
[ 89% (11036264 of 12275252) ]
[ 89% (11040608 of 12275252) ]
[ 89% (11044952 of 12275252) ]
[ 90% (11056536 of 12275252) ]
[ 90% (11059432 of 12275252) ]
[ 90% (11068120 of 12275252) ]
[ 90% (11071016 of 12275252) ]
[ 90% (11078256 of 12275252) ]
[ 90% (11079704 of 12275252) ]
[ 90% (11084048 of 12275252) ]
[ 90% (11095632 of 12275252) ]
[ 90% (11099976 of 12275252) ]
[ 90% (11116360 of 12275252) ]
[ 90% (11132744 of 12275252) ]
[ 90% (11143416 of 12275252) ]
[ 90% (11144864 of 12275252) ]
[ 90% (11146312 of 12275252) ]
[ 90% (11152104 of 12275252) ]
[ 90% (11155000 of 12275252) ]
[ 90% (11159344 of 12275252) ]
[ 90% (11166584 of 12275252) ]
[ 91% (11170928 of 12275252) ]
[ 91% (11172376 of 12275252) ]
[ 91% (11173824 of 12275252) ]
[ 91% (11185408 of 12275252) ]
[ 91% (11189752 of 12275252) ]
[ 91% (11191200 of 12275252) ]
[ 91% (11202784 of 12275252) ]
[ 91% (11208576 of 12275252) ]
[ 91% (11210024 of 12275252) ]
[ 91% (11218712 of 12275252) ]
[ 91% (11223056 of 12275252) ]
[ 91% (11224504 of 12275252) ]
[ 91% (11225952 of 12275252) ]
[ 91% (11237536 of 12275252) ]
[ 91% (11241880 of 12275252) ]
[ 91% (11247672 of 12275252) ]
[ 91% (11260704 of 12275252) ]
[ 91% (11266496 of 12275252) ]
[ 91% (11270840 of 12275252) ]
[ 91% (11273736 of 12275252) ]
[ 91% (11275184 of 12275252) ]
[ 91% (11282424 of 12275252) ]
[ 91% (11286768 of 12275252) ]
[ 91% (11291112 of 12275252) ]
[ 91% (11292560 of 12275252) ]
[ 92% (11304144 of 12275252) ]
[ 92% (11309936 of 12275252) ]
[ 92% (11315728 of 12275252) ]
[ 92% (11320072 of 12275252) ]
[ 92% (11327312 of 12275252) ]
[ 92% (11330208 of 12275252) ]
[ 92% (11338896 of 12275252) ]
[ 92% (11340344 of 12275252) ]
[ 92% (11341792 of 12275252) ]
[ 92% (11350480 of 12275252) ]
[ 92% (11354824 of 12275252) ]
[ 92% (11359168 of 12275252) ]
[ 92% (11360616 of 12275252) ]
[ 92% (11372200 of 12275252) ]
[ 92% (11379440 of 12275252) ]
[ 92% (11385232 of 12275252) ]
[ 92% (11389576 of 12275252) ]
[ 92% (11393920 of 12275252) ]
[ 92% (11398264 of 12275252) ]
[ 92% (11399712 of 12275252) ]
[ 92% (11404056 of 12275252) ]
[ 92% (11405504 of 12275252) ]
[ 92% (11406952 of 12275252) ]
[ 93% (11418536 of 12275252) ]
[ 93% (11421432 of 12275252) ]
[ 93% (11430120 of 12275252) ]
[ 93% (11435912 of 12275252) ]
[ 93% (11441704 of 12275252) ]
[ 93% (11456184 of 12275252) ]
[ 93% (11460528 of 12275252) ]
[ 93% (11464872 of 12275252) ]
[ 93% (11469216 of 12275252) ]
[ 93% (11477904 of 12275252) ]
[ 93% (11482248 of 12275252) ]
[ 93% (11486592 of 12275252) ]
[ 93% (11490936 of 12275252) ]
[ 93% (11498176 of 12275252) ]
[ 93% (11503968 of 12275252) ]
[ 93% (11508312 of 12275252) ]
[ 93% (11517000 of 12275252) ]
[ 93% (11518448 of 12275252) ]
[ 93% (11522792 of 12275252) ]
[ 93% (11530032 of 12275252) ]
[ 93% (11534376 of 12275252) ]
[ 93% (11535824 of 12275252) ]
[ 93% (11537272 of 12275252) ]
[ 94% (11543064 of 12275252) ]
[ 94% (11553200 of 12275252) ]
[ 94% (11556096 of 12275252) ]
[ 94% (11563336 of 12275252) ]
[ 94% (11567680 of 12275252) ]
[ 94% (11572024 of 12275252) ]
[ 94% (11580712 of 12275252) ]
[ 94% (11583608 of 12275252) ]
[ 94% (11587952 of 12275252) ]
[ 94% (11595192 of 12275252) ]
[ 94% (11599536 of 12275252) ]
[ 94% (11600984 of 12275252) ]
[ 94% (11606776 of 12275252) ]
[ 94% (11615464 of 12275252) ]
[ 94% (11619808 of 12275252) ]
[ 94% (11624152 of 12275252) ]
[ 94% (11625600 of 12275252) ]
[ 94% (11634288 of 12275252) ]
[ 94% (11638632 of 12275252) ]
[ 94% (11641528 of 12275252) ]
[ 94% (11648768 of 12275252) ]
[ 94% (11653112 of 12275252) ]
[ 94% (11654560 of 12275252) ]
[ 95% (11661800 of 12275252) ]
[ 95% (11664696 of 12275252) ]
[ 95% (11673384 of 12275252) ]
[ 95% (11680624 of 12275252) ]
[ 95% (11687864 of 12275252) ]
[ 95% (11704248 of 12275252) ]
[ 95% (11720632 of 12275252) ]
[ 95% (11729856 of 12275252) ]
[ 95% (11731304 of 12275252) ]
[ 95% (11732752 of 12275252) ]
[ 95% (11744336 of 12275252) ]
[ 95% (11748680 of 12275252) ]
[ 95% (11750128 of 12275252) ]
[ 95% (11757368 of 12275252) ]
[ 95% (11763160 of 12275252) ]
[ 95% (11768952 of 12275252) ]
[ 95% (11774744 of 12275252) ]
[ 95% (11777640 of 12275252) ]
[ 95% (11783432 of 12275252) ]
[ 96% (11787776 of 12275252) ]
[ 96% (11792120 of 12275252) ]
[ 96% (11795016 of 12275252) ]
[ 96% (11796464 of 12275252) ]
[ 96% (11803704 of 12275252) ]
[ 96% (11810944 of 12275252) ]
[ 96% (11815288 of 12275252) ]
[ 96% (11818184 of 12275252) ]
[ 96% (11826872 of 12275252) ]
[ 96% (11832664 of 12275252) ]
[ 96% (11837008 of 12275252) ]
[ 96% (11841352 of 12275252) ]
[ 96% (11842800 of 12275252) ]
[ 96% (11855832 of 12275252) ]
[ 96% (11860176 of 12275252) ]
[ 96% (11864520 of 12275252) ]
[ 96% (11868864 of 12275252) ]
[ 96% (11873208 of 12275252) ]
[ 96% (11877552 of 12275252) ]
[ 96% (11881896 of 12275252) ]
[ 96% (11886240 of 12275252) ]
[ 96% (11889136 of 12275252) ]
[ 96% (11902168 of 12275252) ]
[ 96% (11905064 of 12275252) ]
[ 97% (11912304 of 12275252) ]
[ 97% (11919544 of 12275252) ]
[ 97% (11925336 of 12275252) ]
[ 97% (11934024 of 12275252) ]
[ 97% (11938368 of 12275252) ]
[ 97% (11945608 of 12275252) ]
[ 97% (11951400 of 12275252) ]
[ 97% (11952848 of 12275252) ]
[ 97% (11955744 of 12275252) ]
[ 97% (11960088 of 12275252) ]
[ 97% (11968776 of 12275252) ]
[ 97% (11970224 of 12275252) ]
[ 97% (11977464 of 12275252) ]
[ 97% (11983256 of 12275252) ]
[ 97% (11990496 of 12275252) ]
[ 97% (11991944 of 12275252) ]
[ 97% (12002080 of 12275252) ]
[ 97% (12003528 of 12275252) ]
[ 97% (12010768 of 12275252) ]
[ 97% (12015112 of 12275252) ]
[ 97% (12016560 of 12275252) ]
[ 97% (12023800 of 12275252) ]
[ 97% (12029592 of 12275252) ]
[ 98% (12035384 of 12275252) ]
[ 98% (12036832 of 12275252) ]
[ 98% (12042624 of 12275252) ]
[ 98% (12045520 of 12275252) ]
[ 98% (12051312 of 12275252) ]
[ 98% (12055656 of 12275252) ]
[ 98% (12057104 of 12275252) ]
[ 98% (12064344 of 12275252) ]
[ 98% (12068688 of 12275252) ]
[ 98% (12071584 of 12275252) ]
[ 98% (12077376 of 12275252) ]
[ 98% (12080272 of 12275252) ]
[ 98% (12081720 of 12275252) ]
[ 98% (12084616 of 12275252) ]
[ 98% (12090408 of 12275252) ]
[ 98% (12094752 of 12275252) ]
[ 98% (12099096 of 12275252) ]
[ 98% (12103440 of 12275252) ]
[ 98% (12104888 of 12275252) ]
[ 98% (12112128 of 12275252) ]
[ 98% (12116472 of 12275252) ]
[ 98% (12120816 of 12275252) ]
[ 98% (12122264 of 12275252) ]
[ 98% (12123712 of 12275252) ]
[ 98% (12128056 of 12275252) ]
[ 98% (12129504 of 12275252) ]
[ 98% (12133848 of 12275252) ]
[ 98% (12138192 of 12275252) ]
[ 98% (12141088 of 12275252) ]
[ 98% (12145432 of 12275252) ]
[ 99% (12152672 of 12275252) ]
[ 99% (12158464 of 12275252) ]
[ 99% (12164256 of 12275252) ]
[ 99% (12168600 of 12275252) ]
[ 99% (12178736 of 12275252) ]
[ 99% (12187424 of 12275252) ]
[ 99% (12191768 of 12275252) ]
[ 99% (12194664 of 12275252) ]
[ 99% (12197560 of 12275252) ]
[ 99% (12204800 of 12275252) ]
[ 99% (12209144 of 12275252) ]
[ 99% (12213488 of 12275252) ]
[ 99% (12217832 of 12275252) ]
[ 99% (12222176 of 12275252) ]
[ 99% (12226520 of 12275252) ]
[ 99% (12230864 of 12275252) ]
[ 99% (12238104 of 12275252) ]
[ 99% (12242448 of 12275252) ]
[ 99% (12243896 of 12275252) ]
[ 99% (12251136 of 12275252) ]
[ 99% (12267520 of 12275252) ]
[ 100% (12275252 of 12275252) ]: done!
Unpacking LLVM source: done!
Code appears to be a proper tree.
Checking sizeof(short): 2 bytes
Checking sizeof(int): 4 bytes
Checking sizeof(void*): 8 bytes
Checking sizeof(size_t): 8 bytes
Checking sizeof(long): 8 bytes
Checking sizeof(long long): 8 bytes
Checking sizeof(float): 4 bytes
Checking sizeof(double): 8 bytes
Checking sizeof(off_t): 8 bytes
Checking sizeof(time_t): 8 bytes
Checking for libc version: libc.dylib found!
Checking platform endianness: little endian
Checking for tr1: not found
Checking for tr1/hash definition: not found
Checking for x86_32: no
Checking for x86_64: yes
Checking for function 'backtrace': found!
Checking for function 'clock_gettime': not found
Checking for function 'nl_langinfo': found!
Checking for function 'setproctitle': not found
Checking for function 'posix_fadvise': not found
Checking for function 'strnlen': found!
Checking for function 'lchmod': found!
Checking for function 'lchown': found!
Checking for struct tm has member tm_gmtoff: found!
Checking for struct tm has member tm_zone: found!
Checking for global 'timezone': found!
Checking for global 'tzname': found!
Checking for global 'daylight': found!
Checking for header 'zlib.h': found!
Checking for header 'openssl/ssl.h': found!
Checking for header 'readline/readline.h': found!
Checking for header 'alloca.h': found!
Checking for header 'string.h': found!
Checking for header 'sys/time.h': found!
Checking for header 'sys/times.h': found!
Checking for header 'sys/types.h': found!
Checking for header 'unistd.h': found!
Checking for header 'stdarg.h': found!
Checking for header 'sys/pstat.h': not found
Checking for header 'valgrind/valgrind.h': not found
Checking curses library: curses
Checking if function 'strerror_r' returns char*: no
Verifying gems...
Setting up gems...
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/staging/runtime/gems/rubinius-ast-2.1.3'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/staging/runtime/gems/rubinius-compiler-2.1.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/staging/runtime/gems/rubinius-melbourne-2.1.0.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/staging/runtime/gems/rubinius-processor-2.1.2'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/staging/runtime/gems/rubinius-toolset-2.2.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/ffi2-generators-0.1.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-etc-2.0.3'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-fileutils-2.0.3'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-mkmf-2.0.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-shellwords-2.0.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-date-2.0.6'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-delegate-2.0.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-digest-2.0.3'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-fcntl-2.0.4'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-monitor-2.0.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-openssl-2.1.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-optparse-2.0.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-stringio-2.0.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-strscan-2.0.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-tempfile-2.0.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-thread-2.0.2'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-tmpdir-2.0.1'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-uri-2.0.0'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-yaml-2.0.4'
Unpacked gem: '/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/bootstrap/gems/rubysl-zlib-2.0.1'
Writing configuration files...
------------------------------------------------------------------
Unable to find an existing binary build of LLVM for your platform.
Please notify the Rubinius team at the #rubinius channel on
irc.freenode.net and provide the following system information:
prebuilts:
llvm-3.2-x86_64-apple-darwin14.0.0
llvm-3.2-x86_64-apple-darwin14
------------------------------------------------------------------
------------------------------------------------------------------
Rubinius (bf61ae2e) has been configured for the following paths:
prefix: /Users/zac/.rbenv/versions/rbx-2.2.10
bin: /Users/zac/.rbenv/versions/rbx-2.2.10/bin
lib: /Users/zac/.rbenv/versions/rbx-2.2.10/library
runtime: /Users/zac/.rbenv/versions/rbx-2.2.10/runtime
kernel: /Users/zac/.rbenv/versions/rbx-2.2.10/kernel
site: /Users/zac/.rbenv/versions/rbx-2.2.10/site
vendor: /Users/zac/.rbenv/versions/rbx-2.2.10/vendor
man: /Users/zac/.rbenv/versions/rbx-2.2.10/man
gems: /Users/zac/.rbenv/versions/rbx-2.2.10/gems
gems cache: /private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/vendor/cache
include: /Users/zac/.rbenv/versions/rbx-2.2.10/vm/include/capi
Run 'rake' to build, test and install Rubinius.
After building, you may add
'/Users/zac/.rbenv/versions/rbx-2.2.10/bin'
to your PATH or run commands directly from that directory.
Available commands are:
ruby, rake, gem, irb, rdoc, ri, erb, rbx
------------------------------------------------------------------
sh -c "/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/vendor/llvm/configure --build=x86_64-apple-darwin14.0.0 --host=x86_64-apple-darwin14.0.0 --enable-optimized --disable-assertions --enable-targets=host,cpp"
checking for x86_64-apple-darwin14.0.0-clang... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-apple-darwin14.0.0
checking host system type... x86_64-apple-darwin14.0.0
checking target system type... x86_64-apple-darwin14.0.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for x86_64-apple-darwin14.0.0-ranlib... no
checking for ranlib... ranlib
checking for x86_64-apple-darwin14.0.0-ar... no
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... echo dot
checking for fdp... echo fdp
checking for neato... echo neato
checking for twopi... echo twopi
checking for circo... echo circo
checking for gv... no
checking for gsview32... no
checking for dotty... echo dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pdfroff... /usr/bin/pdfroff
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 241.9
checking for compiler -Wl,-R<path> option... no
checking for compiler -Wl,-export-dynamic option... no
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking which extension is used for loadable modules... .dylib
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for xml2-config... xml2-config
checking for libxml2 includes... -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2
checking for xmlReadFile in -lxml2... yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for pread... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for arc4random... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating include/llvm/Config/Targets.def
config.status: creating include/llvm/Config/AsmPrinters.def
config.status: creating include/llvm/Config/AsmParsers.def
config.status: creating include/llvm/Config/Disassemblers.def
config.status: creating Makefile.config
config.status: creating llvm.spec
config.status: creating docs/doxygen.cfg
config.status: creating bindings/ocaml/llvm/META.llvm
config.status: creating include/llvm/Config/config.h
config.status: creating include/llvm/Config/llvm-config.h
config.status: creating include/llvm/Support/DataTypes.h
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing Makefile.common commands
config.status: executing examples/Makefile commands
config.status: executing lib/Makefile commands
config.status: executing runtime/Makefile commands
config.status: executing test/Makefile commands
config.status: executing test/Makefile.tests commands
config.status: executing unittests/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing utils/Makefile commands
config.status: executing projects/Makefile commands
config.status: executing bindings/Makefile commands
config.status: executing bindings/ocaml/Makefile.ocaml commands
=== configuring in projects/sample (/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/vendor/llvm/projects/sample)
configure: running /bin/sh ./configure --prefix=/usr/local '--build=x86_64-apple-darwin14.0.0' '--host=x86_64-apple-darwin14.0.0' '--enable-optimized' '--disable-assertions' '--enable-targets=host,cpp' 'build_alias=x86_64-apple-darwin14.0.0' 'host_alias=x86_64-apple-darwin14.0.0' 'CC=gcc' 'LDFLAGS=-L/Users/zac/.rbenv/versions/rbx-2.2.10/lib ' 'CPPFLAGS=-I/Users/zac/.rbenv/versions/rbx-2.2.10/include ' 'CXX=g++' --cache-file=/dev/null --srcdir=.
checking llvm-config... no
checking LLVM package version... unknown
checking for x86_64-apple-darwin14.0.0-clang... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-apple-darwin14.0.0
checking host system type... x86_64-apple-darwin14.0.0
checking target system type... x86_64-apple-darwin14.0.0
checking type of operating system we're going to host on... Darwin
checking type of operating system we're going to target... Darwin
checking target architecture... x86_64
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking optimization flags... -O3
checking for BSD-compatible nm... /usr/bin/nm
checking for GNU make... make
checking whether ln -s works... yes
checking for cmp... /usr/bin/cmp
checking for cp... /bin/cp
checking for date... /bin/date
checking for find... /usr/bin/find
checking for grep... (cached) /usr/bin/grep
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for x86_64-apple-darwin14.0.0-ranlib... no
checking for ranlib... ranlib
checking for x86_64-apple-darwin14.0.0-ar... no
checking for ar... ar
checking for rm... /bin/rm
checking for sed... /usr/bin/sed
checking for tar... /usr/bin/tar
checking for pwd... /bin/pwd
checking for Graphviz... echo Graphviz
checking for dot... echo dot
checking for fdp... echo fdp
checking for neato... echo neato
checking for twopi... echo twopi
checking for circo... echo circo
checking for gv... no
checking for gsview32... no
checking for dotty... echo dotty
checking for xdot.py... echo xdot.py
checking for a BSD-compatible install... /usr/bin/install -c
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for doxygen... no
checking for groff... /usr/bin/groff
checking for gzip... /usr/bin/gzip
checking for pod2html... /usr/bin/pod2html
checking for pod2man... /usr/bin/pod2man
checking for pdfroff... /usr/bin/pdfroff
checking for runtest... no
checking for the tclsh program in tclinclude directory... none
checking for tclsh8.4... /usr/bin/tclsh8.4
checking for zip... /usr/bin/zip
checking for ocamlc... no
checking for ocamlopt... no
checking for ocamldep... no
checking for ocamldoc... no
checking for gas... no
checking for as... /usr/bin/as
checking for linker version... 241.9
checking for compiler -Wl,-R<path> option... no
checking for compiler -Wl,-export-dynamic option... no
checking for compiler -Wl,--version-script option... no
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking which extension is used for loadable modules... .dylib
checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
checking for the default library search path... /usr/local/lib /lib /usr/lib
checking for objdir... .libs
checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... yes
checking whether we have to add an underscore for dlsym... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking tool compatibility... ok
checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wcovered-switch-default
checking for sin in -lm... yes
checking for library containing dlopen... none required
checking for library containing mallinfo... no
checking for pthread_mutex_init in -lpthread... yes
checking for library containing pthread_mutex_lock... none required
checking for library containing pthread_rwlock_init... none required
checking for library containing pthread_getspecific... none required
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for MAP_ANONYMOUS vs. MAP_ANON... no
checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dlfcn.h... (cached) yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking link.h usability... no
checking link.h presence... no
checking for link.h... no
checking for malloc.h... (cached) no
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/types.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking malloc/malloc.h usability... yes
checking malloc/malloc.h presence... yes
checking for malloc/malloc.h... yes
checking mach/mach.h usability... yes
checking mach/mach.h presence... yes
checking for mach/mach.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking CrashReporterClient.h usability... no
checking CrashReporterClient.h presence... no
checking for CrashReporterClient.h... no
checking __crashreporter_info__... yes
checking for HUGE_VAL sanity... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int64_t... yes
checking for uint64_t... yes
checking for backtrace... yes
checking for ceilf... yes
checking for floorf... yes
checking for roundf... yes
checking for rintf... yes
checking for nearbyintf... yes
checking for getcwd... yes
checking for powf... yes
checking for fmodf... yes
checking for strtof... yes
checking for round... yes
checking for getpagesize... yes
checking for getrusage... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for isatty... yes
checking for mkdtemp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for posix_spawn... yes
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... (cached) yes
checking for strdup... yes
checking for strerror... yes
checking for strerror_r... yes
checking for setenv... yes
checking for strtoll... yes
checking for strtoq... yes
checking for sysconf... yes
checking for malloc_zone_statistics... yes
checking for setjmp... yes
checking for longjmp... yes
checking for sigsetjmp... yes
checking for siglongjmp... yes
checking for writev... yes
checking if printf has the %a format character... yes
checking for srand48/lrand48/drand48 in <stdlib.h>... yes
checking whether strerror_s is declared... no
checking for isnan in <math.h>... yes
checking for isnan in <cmath>... yes
checking for std::isnan in <cmath>... yes
checking for isinf in <math.h>... yes
checking for isinf in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for finite in <ieeefp.h>... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for mmap of files... yes
checking if /dev/zero is needed for mmap... no
checking for GCC atomic builtins... yes
checking for __dso_handle... yes
checking for compiler -fvisibility-inlines-hidden option... yes
configure: creating ./config.status
config.status: creating Makefile.common
config.status: creating Makefile.llvm.config
config.status: executing setup commands
config.status: executing Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
make
llvm[0]: Constructing LLVMBuild project information.
llvm[1]: Compiling APFloat.cpp for Release build
llvm[1]: Compiling APInt.cpp for Release build
llvm[1]: Compiling APSInt.cpp for Release build
llvm[1]: Compiling Allocator.cpp for Release build
llvm[1]: Compiling Atomic.cpp for Release build
llvm[1]: Compiling BlockFrequency.cpp for Release build
llvm[1]: Compiling BranchProbability.cpp for Release build
llvm[1]: Compiling CommandLine.cpp for Release build
llvm[1]: Compiling ConstantRange.cpp for Release build
llvm[1]: Compiling CrashRecoveryContext.cpp for Release build
llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release build
llvm[1]: Compiling DataExtractor.cpp for Release build
llvm[1]: Compiling DataStream.cpp for Release build
llvm[1]: Compiling Debug.cpp for Release build
llvm[1]: Compiling DeltaAlgorithm.cpp for Release build
llvm[1]: Compiling Disassembler.cpp for Release build
llvm[1]: Compiling Dwarf.cpp for Release build
llvm[1]: Compiling DynamicLibrary.cpp for Release build
llvm[1]: Compiling Errno.cpp for Release build
llvm[1]: Compiling ErrorHandling.cpp for Release build
llvm[1]: Compiling FileOutputBuffer.cpp for Release build
llvm[1]: Compiling FileUtilities.cpp for Release build
llvm[1]: Compiling FoldingSet.cpp for Release build
llvm[1]: Compiling FormattedStream.cpp for Release build
llvm[1]: Compiling GraphWriter.cpp for Release build
llvm[1]: Compiling Hashing.cpp for Release build
llvm[1]: Compiling Host.cpp for Release build
llvm[1]: Compiling IncludeFile.cpp for Release build
llvm[1]: Compiling IntEqClasses.cpp for Release build
llvm[1]: Compiling IntervalMap.cpp for Release build
llvm[1]: Compiling IntrusiveRefCntPtr.cpp for Release build
llvm[1]: Compiling IsInf.cpp for Release build
llvm[1]: Compiling IsNAN.cpp for Release build
llvm[1]: Compiling Locale.cpp for Release build
llvm[1]: Compiling LockFileManager.cpp for Release build
llvm[1]: Compiling ManagedStatic.cpp for Release build
llvm[1]: Compiling Memory.cpp for Release build
llvm[1]: Compiling MemoryBuffer.cpp for Release build
llvm[1]: Compiling MemoryObject.cpp for Release build
llvm[1]: Compiling Mutex.cpp for Release build
llvm[1]: Compiling Path.cpp for Release build
llvm[1]: Compiling PathV2.cpp for Release build
llvm[1]: Compiling PluginLoader.cpp for Release build
llvm[1]: Compiling PrettyStackTrace.cpp for Release build
llvm[1]: Compiling Process.cpp for Release build
llvm[1]: Compiling Program.cpp for Release build
llvm[1]: Compiling RWMutex.cpp for Release build
llvm[1]: Compiling Regex.cpp for Release build
llvm[1]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release build
llvm[1]: Compiling Signals.cpp for Release build
llvm[1]: Compiling SmallPtrSet.cpp for Release build
llvm[1]: Compiling SmallVector.cpp for Release build
llvm[1]: Compiling SourceMgr.cpp for Release build
llvm[1]: Compiling Statistic.cpp for Release build
llvm[1]: Compiling StreamableMemoryObject.cpp for Release build
llvm[1]: Compiling StringExtras.cpp for Release build
llvm[1]: Compiling StringMap.cpp for Release build
llvm[1]: Compiling StringPool.cpp for Release build
llvm[1]: Compiling StringRef.cpp for Release build
llvm[1]: Compiling SystemUtils.cpp for Release build
llvm[1]: Compiling TargetRegistry.cpp for Release build
llvm[1]: Compiling ThreadLocal.cpp for Release build
llvm[1]: Compiling Threading.cpp for Release build
llvm[1]: Compiling TimeValue.cpp for Release build
llvm[1]: Compiling Timer.cpp for Release build
llvm[1]: Compiling ToolOutputFile.cpp for Release build
llvm[1]: Compiling Triple.cpp for Release build
llvm[1]: Compiling Twine.cpp for Release build
llvm[1]: Compiling Valgrind.cpp for Release build
llvm[1]: Compiling YAMLParser.cpp for Release build
llvm[1]: Compiling circular_raw_ostream.cpp for Release build
llvm[1]: Compiling raw_os_ostream.cpp for Release build
llvm[1]: Compiling raw_ostream.cpp for Release build
llvm[1]: Compiling regcomp.c for Release build
llvm[1]: Compiling regerror.c for Release build
llvm[1]: Compiling regexec.c for Release build
llvm[1]: Compiling regfree.c for Release build
llvm[1]: Compiling regstrlcpy.c for Release build
llvm[1]: Compiling system_error.cpp for Release build
llvm[1]: Building Release Archive Library libLLVMSupport.a
llvm[1]: Compiling Error.cpp for Release build
llvm[1]: Compiling Main.cpp for Release build
llvm[1]: Compiling Record.cpp for Release build
llvm[1]: Compiling StringMatcher.cpp for Release build
llvm[1]: Compiling TGLexer.cpp for Release build
llvm[1]: Compiling TGParser.cpp for Release build
llvm[1]: Compiling TableGenBackend.cpp for Release build
llvm[1]: Building Release Archive Library libLLVMTableGen.a
llvm[2]: Compiling FileCheck.cpp for Release build
llvm[2]: Linking Release executable FileCheck (without symbols)
llvm[2]: ======= Finished Linking Release Executable FileCheck (without symbols)
llvm[2]: Compiling FileUpdate.cpp for Release build
llvm[2]: Linking Release executable FileUpdate (without symbols)
llvm[2]: ======= Finished Linking Release Executable FileUpdate (without symbols)
llvm[2]: Compiling AsmMatcherEmitter.cpp for Release build
llvm[2]: Compiling AsmWriterEmitter.cpp for Release build
llvm[2]: Compiling AsmWriterInst.cpp for Release build
llvm[2]: Compiling CallingConvEmitter.cpp for Release build
llvm[2]: Compiling CodeEmitterGen.cpp for Release build
llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release build
llvm[2]: Compiling CodeGenInstruction.cpp for Release build
llvm[2]: Compiling CodeGenMapTable.cpp for Release build
llvm[2]: Compiling CodeGenRegisters.cpp for Release build
llvm[2]: Compiling CodeGenSchedule.cpp for Release build
llvm[2]: Compiling CodeGenTarget.cpp for Release build
llvm[2]: Compiling DAGISelEmitter.cpp for Release build
llvm[2]: Compiling DAGISelMatcher.cpp for Release build
llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release build
llvm[2]: Compiling DAGISelMatcherGen.cpp for Release build
llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release build
llvm[2]: Compiling DFAPacketizerEmitter.cpp for Release build
llvm[2]: Compiling DisassemblerEmitter.cpp for Release build
llvm[2]: Compiling EDEmitter.cpp for Release build
llvm[2]: Compiling FastISelEmitter.cpp for Release build
llvm[2]: Compiling FixedLenDecoderEmitter.cpp for Release build
llvm[2]: Compiling InstrInfoEmitter.cpp for Release build
llvm[2]: Compiling IntrinsicEmitter.cpp for Release build
llvm[2]: Compiling PseudoLoweringEmitter.cpp for Release build
llvm[2]: Compiling RegisterInfoEmitter.cpp for Release build
llvm[2]: Compiling SetTheory.cpp for Release build
llvm[2]: Compiling SubtargetEmitter.cpp for Release build
llvm[2]: Compiling TGValueTypes.cpp for Release build
llvm[2]: Compiling TableGen.cpp for Release build
llvm[2]: Compiling X86DisassemblerTables.cpp for Release build
llvm[2]: Compiling X86ModRMFilters.cpp for Release build
llvm[2]: Compiling X86RecognizableInstr.cpp for Release build
llvm[2]: Linking Release executable llvm-tblgen (without symbols)
llvm[2]: ======= Finished Linking Release Executable llvm-tblgen (without symbols)
llvm[2]: Compiling PerfectShuffle.cpp for Release build
llvm[2]: Linking Release executable llvm-PerfectShuffle (without symbols)
llvm[2]: ======= Finished Linking Release Executable llvm-PerfectShuffle (without symbols)
llvm[2]: Compiling count.c for Release build
llvm[2]: Linking Release executable count (without symbols)
llvm[2]: ======= Finished Linking Release Executable count (without symbols)
llvm[2]: Compiling fpcmp.cpp for Release build
llvm[2]: Linking Release executable fpcmp (without symbols)
llvm[2]: ======= Finished Linking Release Executable fpcmp (without symbols)
llvm[2]: Creating 'llvm-lit' script...
llvm[2]: Compiling not.cpp for Release build
llvm[2]: Linking Release executable not (without symbols)
llvm[2]: ======= Finished Linking Release Executable not (without symbols)
llvm[3]: Compiling gtest.cc for Release build
llvm[3]: Compiling gtest-death-test.cc for Release build
llvm[3]: Compiling gtest-filepath.cc for Release build
gtest-filepath.cc:86:12: warning: unused variable 'kPathSeparatorString' [-Wunused-const-variable]
const char kPathSeparatorString[] = "/";
^
1 warning generated.
llvm[3]: Compiling gtest-port.cc for Release build
llvm[3]: Compiling gtest-printers.cc for Release build
llvm[3]: Compiling gtest-test-part.cc for Release build
llvm[3]: Compiling gtest-typed-test.cc for Release build
llvm[3]: Building Release Archive Library libgtest.a
llvm[3]: Compiling TestMain.cpp for Release build
llvm[3]: Building Release Archive Library libgtest_main.a
llvm[2]: Compiling yaml2obj.cpp for Release build
llvm[2]: Linking Release executable yaml2obj (without symbols)
llvm[2]: ======= Finished Linking Release Executable yaml2obj (without symbols)
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm[1]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
llvm[1]: Compiling AsmWriter.cpp for Release build
llvm[1]: Compiling Attributes.cpp for Release build
llvm[1]: Compiling AutoUpgrade.cpp for Release build
llvm[1]: Compiling BasicBlock.cpp for Release build
llvm[1]: Compiling ConstantFold.cpp for Release build
llvm[1]: Compiling Constants.cpp for Release build
llvm[1]: Compiling Core.cpp for Release build
llvm[1]: Compiling DIBuilder.cpp for Release build
llvm[1]: Compiling DataLayout.cpp for Release build
llvm[1]: Compiling DebugInfo.cpp for Release build
llvm[1]: Compiling DebugLoc.cpp for Release build
llvm[1]: Compiling Dominators.cpp for Release build
llvm[1]: Compiling Function.cpp for Release build
llvm[1]: Compiling GCOV.cpp for Release build
llvm[1]: Compiling GVMaterializer.cpp for Release build
llvm[1]: Compiling Globals.cpp for Release build
llvm[1]: Compiling IRBuilder.cpp for Release build
llvm[1]: Compiling InlineAsm.cpp for Release build
llvm[1]: Compiling Instruction.cpp for Release build
llvm[1]: Compiling Instructions.cpp for Release build
llvm[1]: Compiling IntrinsicInst.cpp for Release build
llvm[1]: Compiling LLVMContext.cpp for Release build
llvm[1]: Compiling LLVMContextImpl.cpp for Release build
llvm[1]: Compiling LeakDetector.cpp for Release build
llvm[1]: Compiling Metadata.cpp for Release build
llvm[1]: Compiling Module.cpp for Release build
llvm[1]: Compiling Pass.cpp for Release build
llvm[1]: Compiling PassManager.cpp for Release build
llvm[1]: Compiling PassRegistry.cpp for Release build
llvm[1]: Compiling PrintModulePass.cpp for Release build
llvm[1]: Compiling TargetTransformInfo.cpp for Release build
llvm[1]: Compiling Type.cpp for Release build
llvm[1]: Compiling TypeFinder.cpp for Release build
llvm[1]: Compiling Use.cpp for Release build
llvm[1]: Compiling User.cpp for Release build
llvm[1]: Compiling Value.cpp for Release build
llvm[1]: Compiling ValueSymbolTable.cpp for Release build
llvm[1]: Compiling ValueTypes.cpp for Release build
llvm[1]: Compiling Verifier.cpp for Release build
llvm[1]: Building Release Archive Library libLLVMCore.a
make[2]: Nothing to be done for `all'.
llvm[2]: Compiling LLLexer.cpp for Release build
llvm[2]: Compiling LLParser.cpp for Release build
llvm[2]: Compiling Parser.cpp for Release build
llvm[2]: Building Release Archive Library libLLVMAsmParser.a
llvm[3]: Compiling BitReader.cpp for Release build
llvm[3]: Compiling BitcodeReader.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMBitReader.a
llvm[3]: Compiling BitWriter.cpp for Release build
llvm[3]: Compiling BitcodeWriter.cpp for Release build
llvm[3]: Compiling BitcodeWriterPass.cpp for Release build
llvm[3]: Compiling ValueEnumerator.cpp for Release build
llvm[3]: Building Release Archive Library libLLVMBitWriter.a
llvm[2]: Compiling Archive.cpp for Release build
llvm[2]: Compiling ArchiveReader.cpp for Release build
llvm[2]: Compiling ArchiveWriter.cpp for Release build
llvm[2]: Building Release Archive Library libLLVMArchive.a
llvm[2]: Compiling AliasAnalysis.cpp for Release build
llvm[2]: Compiling AliasAnalysisCounter.cpp for Release build
llvm[2]: Compiling AliasAnalysisEvaluator.cpp for Release build
llvm[2]: Compiling AliasDebugger.cpp for Release build
llvm[2]: Compiling AliasSetTracker.cpp for Release build
llvm[2]: Compiling Analysis.cpp for Release build
llvm[2]: Compiling BasicAliasAnalysis.cpp for Release build
llvm[2]: Compiling BlockFrequencyInfo.cpp for Release build
llvm[2]: Compiling BranchProbabilityInfo.cpp for Release build
llvm[2]: Compiling CFGPrinter.cpp for Release build
llvm[2]: Compiling CaptureTracking.cpp for Release build
llvm[2]: Compiling CodeMetrics.cpp for Release build
llvm[2]: Compiling ConstantFolding.cpp for Release build
llvm[2]: Compiling CostModel.cpp for Release build
llvm[2]: Compiling DbgInfoPrinter.cpp for Release build
llvm[2]: Compiling DependenceAnalysis.cpp for Release build
llvm[2]: Compiling DomPrinter.cpp for Release build
llvm[2]: Compiling DominanceFrontier.cpp for Release build
llvm[2]: Compiling IVUsers.cpp for Release build
llvm[2]: Compiling InlineCost.cpp for Release build
llvm[2]: Compiling InstCount.cpp for Release build
llvm[2]: Compiling InstructionSimplify.cpp for Release build
llvm[2]: Compiling Interval.cpp for Release build
llvm[2]: Compiling IntervalPartition.cpp for Release build
llvm[2]: Compiling LazyValueInfo.cpp for Release build
LazyValueInfo.cpp:998:14: error: no matching member function for call to 'insert'
worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate));
~~~~~~~~~^~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:718:14: note: candidate function not viable: no known conversion from 'succ_iterator' (aka 'SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>') to 'size_type' (aka 'unsigned long') for 2nd argument
iterator insert(const_iterator __position, size_type __n, const_reference __x);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:722:14: note: candidate template ignored: disabled by 'enable_if' [with _InputIterator = llvm::SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>]
__is_input_iterator <_InputIterator>::value &&
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:733:13: note: candidate template ignored: disabled by 'enable_if' [with _ForwardIterator = llvm::SuccIterator<llvm::TerminatorInst *, llvm::BasicBlock>]
__is_forward_iterator<_ForwardIterator>::value &&
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/vector:710:14: note: candidate function not viable: requires 2 arguments, but 3 were provided
iterator insert(const_iterator __position, const_reference __x);
^
1 error generated.
make[2]: *** [/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/vendor/llvm/lib/Analysis/Release/LazyValueInfo.o] Error 1
make[1]: *** [Analysis/.makeall] Error 2
make: *** [all] Error 1
rake aborted!
Command failed with status (2): [make...]
/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/rakelib/vm.rake:164:in `block (3 levels) in <top (required)>'
/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/rakelib/vm.rake:158:in `chdir'
/private/var/folders/73/f9rt6pzx2q1dgsqq_5kn6vw40000gn/T/ruby-build.20141024163757.86591/rubinius-2.2.10/rakelib/vm.rake:158:in `block (2 levels) in <top (required)>'
Tasks: TOP => install => build:build => build:llvm
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment