Started by user n.oje.bar@gmail.com Running as SYSTEM Building remotely on olive in workspace /home/ci/workspace/Risc-V No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/nojb/riscv-ocaml # timeout=10 Fetching upstream changes from https://github.com/nojb/riscv-ocaml > git --version # timeout=10 > git fetch --tags --force --progress -- https://github.com/nojb/riscv-ocaml +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/trunk^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10 Checking out Revision 6bc9b30da193adf5989bd2a73983ce5dddcdbbff (refs/remotes/origin/trunk) > git config core.sparsecheckout # timeout=10 > git checkout -f 6bc9b30da193adf5989bd2a73983ce5dddcdbbff # timeout=10 Commit message: "Fix" > git rev-list --no-walk 6bc9b30da193adf5989bd2a73983ce5dddcdbbff # timeout=10 New run name is '#15' [Risc-V] $ /bin/sh -xe /tmp/jenkins658128387027721776.sh + ssh riscv GIT_COMMIT=6bc9b30da193adf5989bd2a73983ce5dddcdbbff flambda=false /home/ci/bin/run-ci HEAD est maintenant sur 6bc9b30da Fix ++ pwd + jenkinsdir=/mnt/ci/ocaml jenkinsdir=/mnt/ci/ocaml + echo jenkinsdir=/mnt/ci/ocaml + case "${OCAML_ARCH}" in + case "${OCAML_ARCH}" in + renice 10 1219 1219 (process ID) priorité précédente 0, nouvelle priorité 10 + set -ex + CCOMP= + case $NODE_NAME in + build= + host= + conffile=Makefile.config + make=make + instdir=/home/ci/ocaml-tmp-install + confoptions= + make_native=true + cleanup=false + check_make_alldepend=false + dorebase=false + jobs= + case "${OCAML_ARCH}" in + check_make_alldepend=true + instdir=/home/ci/ocaml-tmp-install-1219 + case "${OCAML_JOBS}" in + jobs=-j3 + false + pwd /mnt/ci/ocaml + cd /mnt/ci/ocaml + '[' 0 -gt 0 ']' + export LC_ALL=C + LC_ALL=C + git clean -q -f -d -x + false + eval ./configure '' '--prefix=$instdir' ++ ./configure --prefix=/home/ci/ocaml-tmp-install-1219 configure: Configuring OCaml version 4.11.0+dev0-2019-10-18 checking build system type... riscv64-unknown-linux-gnu checking host system type... riscv64-unknown-linux-gnu checking target system type... riscv64-unknown-linux-gnu checking for ld... ld checking how to print strings... printf 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 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... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-unknown-linux-gnu file names to riscv64-unknown-linux-gnu format... func_convert_file_noop checking how to convert riscv64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for ld option to reload object files... -r checking for objdump... objdump 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... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 whether #! works in shell scripts... yes checking C compiler vendor... gcc-9-2 checking for a BSD-compatible install... /usr/bin/install -c checking for cos in -lm... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking for dirent.h... yes checking for sys/select.h... yes checking for off_t... yes checking size of int... 4 checking size of long... 8 checking size of long *... 8 checking size of short... 2 checking size of long long... 8 configure: Target is a 64 bits architecture checking whether byte ordering is bigendian... no checking alignment of double... 8 checking alignment of long... 8 checking for ld... ld configure: checking semantics of signal handlers checking for sigaction... yes checking for sigprocmask... yes configure: POSIX signal handling found. checking for expm1... yes checking for log1p... yes checking for hypot... yes checking for fma... yes checking for copysign... yes checking for getrusage... yes checking for times... yes checking for secure_getenv... yes checking for issetugid... no checking for library containing clock_gettime... none required checking for socket... yes checking for socketpair... yes checking for bind... yes checking for listen... yes checking for accept... yes checking for connect... yes checking for socklen_t... yes checking for inet_aton... yes checking for struct sockaddr_in6... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for inet_pton... yes checking for inet_ntop... yes checking for rewinddir... yes checking for lockf... yes checking for mkfifo... yes checking for getcwd... yes checking for sys/types.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for utime... yes checking for utimes... yes checking for fchmod... yes checking for fchown... yes checking for truncate... yes checking for ftruncate... yes checking for select... yes checking for fd_set... yes checking for nanosleep... yes checking for symlink... yes checking for readlink... yes checking for lstat... yes checking for waitpid... yes checking for wait4... yes checking for getgroups... yes checking for setgroups... yes checking for initgroups... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for tcsendbreak... yes checking for tcflush... yes checking for tcflow... yes checking for setitimer... yes checking for gethostname... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for uname... yes checking for gettimeofday... yes checking for mktime... yes checking for setsid... yes checking for putenv... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for newlocale... yes checking for freelocale... yes checking for uselocale... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking for strtod_l... yes checking for dlopen... no checking for dlopen in -ldl... yes configure: Dynamic loading of shared libraries is supported. checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for munmap... yes checking for pwrite... yes checking whether the C compiler supports -fdebug-prefix-map... yes checking for struct stat.st_atim.tv_nsec... yes configure: stat supports nanosecond precision checking how many arguments gethostbyname_r() takes... six checking how many arguments gethostbyaddr_r() takes... eight checking for mkstemp... yes checking for nice... yes checking for dup3... yes checking for pipe2... yes checking for accept4... yes checking for getauxval... yes checking for execvpe... yes checking for ffs... yes checking for _BitScanForward... no configure: replay debugger supported checking whether stack overflows can be detected... no checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes configure: the POSIX threads library is supported checking for sigwait... yes checking bfd.h usability... no checking bfd.h presence... no checking for bfd.h... no configure: BFD library not found, 'ocamlobjinfo' will be unable to display info on .cmxs files. checking whether the assembler supports --debug-prefix-map... yes checking whether the assembler supports CFI directives... yes configure: not using frame pointers checking whether mmap supports huge pages... yes checking whether to build spacetime... no configure: Disabling function sections. configure: creating ./config.status config.status: creating Makefile.common config.status: creating Makefile.config config.status: creating runtime/caml/m.h config.status: creating runtime/caml/s.h config.status: executing libtool commands + true + make -j3 --warn-undefined-variables make coldstart make[1]: Entering directory '/mnt/ci/ocaml' make -C runtime all make[2]: Entering directory '/mnt/ci/ocaml/runtime' echo "/home/ci/ocaml-tmp-install-1219/lib/ocaml/stublibs" > ld.conf cat caml/instruct.h | tr -d '\r' | \ sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ -e '/^}/q' > caml/jumptbl.h echo "/home/ci/ocaml-tmp-install-1219/lib/ocaml" >> ld.conf ../tools/make-version-header.sh ../VERSION > caml/version.h gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o stacks_b.o stacks.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o fix_code_b.o fix_code.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o startup_aux_b.o startup_aux.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o startup_byt_b.o startup_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o freelist_b.o freelist.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o major_gc_b.o major_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o minor_gc_b.o minor_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o memory_b.o memory.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o alloc_b.o alloc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o roots_byt_b.o roots_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o globroots_b.o globroots.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o fail_byt_b.o fail_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o signals_b.o signals.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o signals_byt_b.o signals_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o printexc_b.o printexc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o backtrace_byt_b.o backtrace_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o backtrace_b.o backtrace.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o compare_b.o compare.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o ints_b.o ints.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o floats_b.o floats.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o str_b.o str.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o array_b.o array.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o io_b.o io.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o extern_b.o extern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o intern_b.o intern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o hash_b.o hash.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o sys_b.o sys.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o meta_b.o meta.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o parsing_b.o parsing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o gc_ctrl_b.o gc_ctrl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o md5_b.o md5.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o obj_b.o obj.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o lexing_b.o lexing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o callback_b.o callback.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o debugger_b.o debugger.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o weak_b.o weak.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o compact_b.o compact.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o finalise_b.o finalise.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o custom_b.o custom.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/home/ci/ocaml-tmp-install-1219/lib/ocaml"' -o dynlink_b.o dynlink.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o spacetime_byt_b.o spacetime_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o afl_b.o afl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o unix_b.o unix.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o bigarray_b.o bigarray.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o main_b.o main.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o memprof_b.o memprof.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o domain_b.o domain.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o interp_bd.o interp.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o misc_bd.o misc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o stacks_bd.o stacks.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o fix_code_bd.o fix_code.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o startup_aux_bd.o startup_aux.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o startup_byt_bd.o startup_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o freelist_bd.o freelist.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o major_gc_bd.o major_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o minor_gc_bd.o minor_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o memory_bd.o memory.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o alloc_bd.o alloc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o roots_byt_bd.o roots_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o globroots_bd.o globroots.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o fail_byt_bd.o fail_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o signals_bd.o signals.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o signals_byt_bd.o signals_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o printexc_bd.o printexc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o backtrace_byt_bd.o backtrace_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o backtrace_bd.o backtrace.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o compare_bd.o compare.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o ints_bd.o ints.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o floats_bd.o floats.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o str_bd.o str.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o array_bd.o array.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o io_bd.o io.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o extern_bd.o extern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o intern_bd.o intern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o hash_bd.o hash.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o sys_bd.o sys.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o meta_bd.o meta.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o parsing_bd.o parsing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o gc_ctrl_bd.o gc_ctrl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o md5_bd.o md5.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o obj_bd.o obj.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o lexing_bd.o lexing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o callback_bd.o callback.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o debugger_bd.o debugger.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o weak_bd.o weak.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o compact_bd.o compact.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o finalise_bd.o finalise.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o custom_bd.o custom.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -DOCAML_STDLIB_DIR='"/home/ci/ocaml-tmp-install-1219/lib/ocaml"' -o dynlink_bd.o dynlink.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o spacetime_byt_bd.o spacetime_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o afl_bd.o afl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o unix_bd.o unix.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o bigarray_bd.o bigarray.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o main_bd.o main.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o memprof_bd.o memprof.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o domain_bd.o domain.c cat caml/instruct.h | tr -d '\r' | \ sed -e '/\/\*/d' \ -e '/^#/d' \ -e 's/enum /static char * names_of_/' \ -e 's/{$/[] = {/' \ -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o interp_bi.o interp.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o misc_bi.o misc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o stacks_bi.o stacks.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o fix_code_bi.o fix_code.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o startup_aux_bi.o startup_aux.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o startup_byt_bi.o startup_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o freelist_bi.o freelist.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o major_gc_bi.o major_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o minor_gc_bi.o minor_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o memory_bi.o memory.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o alloc_bi.o alloc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o roots_byt_bi.o roots_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o globroots_bi.o globroots.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o fail_byt_bi.o fail_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o signals_bi.o signals.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o signals_byt_bi.o signals_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o printexc_bi.o printexc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o backtrace_byt_bi.o backtrace_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o backtrace_bi.o backtrace.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o compare_bi.o compare.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o ints_bi.o ints.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o floats_bi.o floats.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o str_bi.o str.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o array_bi.o array.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o io_bi.o io.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o extern_bi.o extern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o intern_bi.o intern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o hash_bi.o hash.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o sys_bi.o sys.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o meta_bi.o meta.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o parsing_bi.o parsing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o gc_ctrl_bi.o gc_ctrl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o md5_bi.o md5.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o obj_bi.o obj.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o lexing_bi.o lexing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o callback_bi.o callback.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o debugger_bi.o debugger.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o weak_bi.o weak.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o compact_bi.o compact.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o finalise_bi.o finalise.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o custom_bi.o custom.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -DOCAML_STDLIB_DIR='"/home/ci/ocaml-tmp-install-1219/lib/ocaml"' -o dynlink_bi.o dynlink.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o spacetime_byt_bi.o spacetime_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o afl_bi.o afl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o unix_bi.o unix.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o bigarray_bi.o bigarray.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o main_bi.o main.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o memprof_bi.o memprof.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DCAML_INSTR -o domain_bi.o domain.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o interp_bpic.o interp.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o misc_bpic.o misc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o stacks_bpic.o stacks.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o fix_code_bpic.o fix_code.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o startup_aux_bpic.o startup_aux.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o startup_byt_bpic.o startup_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o freelist_bpic.o freelist.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o major_gc_bpic.o major_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o minor_gc_bpic.o minor_gc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o memory_bpic.o memory.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o alloc_bpic.o alloc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o roots_byt_bpic.o roots_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o globroots_bpic.o globroots.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o fail_byt_bpic.o fail_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o signals_bpic.o signals.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o signals_byt_bpic.o signals_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o printexc_bpic.o printexc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o backtrace_byt_bpic.o backtrace_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o backtrace_bpic.o backtrace.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o compare_bpic.o compare.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o ints_bpic.o ints.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o floats_bpic.o floats.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o str_bpic.o str.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o array_bpic.o array.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o io_bpic.o io.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o extern_bpic.o extern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o intern_bpic.o intern.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o hash_bpic.o hash.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o sys_bpic.o sys.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o meta_bpic.o meta.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o parsing_bpic.o parsing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o gc_ctrl_bpic.o gc_ctrl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o md5_bpic.o md5.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o obj_bpic.o obj.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o lexing_bpic.o lexing.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o callback_bpic.o callback.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o debugger_bpic.o debugger.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o weak_bpic.o weak.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o compact_bpic.o compact.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o finalise_bpic.o finalise.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o custom_bpic.o custom.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DOCAML_STDLIB_DIR='"/home/ci/ocaml-tmp-install-1219/lib/ocaml"' -o dynlink_bpic.o dynlink.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o spacetime_byt_bpic.o spacetime_byt.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o afl_bpic.o afl.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o unix_bpic.o unix.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o bigarray_bpic.o bigarray.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o main_bpic.o main.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o memprof_bpic.o memprof.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o domain_bpic.o domain.c cp primitives.new primitives gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o interp_b.o interp.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o misc_b.o misc.c gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -DDEBUG -o instrtrace_bd.o instrtrace.c rm -f libcamlruni.a && ar rc libcamlruni.a interp_bi.o misc_bi.o stacks_bi.o fix_code_bi.o startup_aux_bi.o startup_byt_bi.o freelist_bi.o major_gc_bi.o minor_gc_bi.o memory_bi.o alloc_bi.o roots_byt_bi.o globroots_bi.o fail_byt_bi.o signals_bi.o signals_byt_bi.o printexc_bi.o backtrace_byt_bi.o backtrace_bi.o compare_bi.o ints_bi.o floats_bi.o str_bi.o array_bi.o io_bi.o extern_bi.o intern_bi.o hash_bi.o sys_bi.o meta_bi.o parsing_bi.o gc_ctrl_bi.o md5_bi.o obj_bi.o lexing_bi.o callback_bi.o debugger_bi.o weak_bi.o compact_bi.o finalise_bi.o custom_bi.o dynlink_bi.o spacetime_byt_bi.o afl_bi.o unix_bi.o bigarray_bi.o main_bi.o memprof_bi.o domain_bi.o && ranlib libcamlruni.a (echo '#define CAML_INTERNALS'; \ echo '#include "caml/mlvalues.h"'; \ echo '#include "caml/prims.h"'; \ sed -e 's/.*/extern value &();/' primitives; \ echo 'c_primitive caml_builtin_cprim[] = {'; \ sed -e 's/.*/ &,/' primitives; \ echo ' 0 };'; \ echo 'char * caml_names_of_builtin_cprim[] = {'; \ sed -e 's/.*/ "&",/' primitives; \ echo ' 0 };') > prims.c rm -f libcamlrun.a && ar rc libcamlrun.a interp_b.o misc_b.o stacks_b.o fix_code_b.o startup_aux_b.o startup_byt_b.o freelist_b.o major_gc_b.o minor_gc_b.o memory_b.o alloc_b.o roots_byt_b.o globroots_b.o fail_byt_b.o signals_b.o signals_byt_b.o printexc_b.o backtrace_byt_b.o backtrace_b.o compare_b.o ints_b.o floats_b.o str_b.o array_b.o io_b.o extern_b.o intern_b.o hash_b.o sys_b.o meta_b.o parsing_b.o gc_ctrl_b.o md5_b.o obj_b.o lexing_b.o callback_b.o debugger_b.o weak_b.o compact_b.o finalise_b.o custom_b.o dynlink_b.o spacetime_byt_b.o afl_b.o unix_b.o bigarray_b.o main_b.o memprof_b.o domain_b.o && ranlib libcamlrun.a rm -f libcamlrund.a && ar rc libcamlrund.a interp_bd.o misc_bd.o stacks_bd.o fix_code_bd.o startup_aux_bd.o startup_byt_bd.o freelist_bd.o major_gc_bd.o minor_gc_bd.o memory_bd.o alloc_bd.o roots_byt_bd.o globroots_bd.o fail_byt_bd.o signals_bd.o signals_byt_bd.o printexc_bd.o backtrace_byt_bd.o backtrace_bd.o compare_bd.o ints_bd.o floats_bd.o str_bd.o array_bd.o io_bd.o extern_bd.o intern_bd.o hash_bd.o sys_bd.o meta_bd.o parsing_bd.o gc_ctrl_bd.o md5_bd.o obj_bd.o lexing_bd.o callback_bd.o debugger_bd.o weak_bd.o compact_bd.o finalise_bd.o custom_bd.o dynlink_bd.o spacetime_byt_bd.o afl_bd.o unix_bd.o bigarray_bd.o main_bd.o memprof_bd.o domain_bd.o instrtrace_bd.o && ranlib libcamlrund.a rm -f libcamlrun_pic.a && ar rc libcamlrun_pic.a interp_bpic.o misc_bpic.o stacks_bpic.o fix_code_bpic.o startup_aux_bpic.o startup_byt_bpic.o freelist_bpic.o major_gc_bpic.o minor_gc_bpic.o memory_bpic.o alloc_bpic.o roots_byt_bpic.o globroots_bpic.o fail_byt_bpic.o signals_bpic.o signals_byt_bpic.o printexc_bpic.o backtrace_byt_bpic.o backtrace_bpic.o compare_bpic.o ints_bpic.o floats_bpic.o str_bpic.o array_bpic.o io_bpic.o extern_bpic.o intern_bpic.o hash_bpic.o sys_bpic.o meta_bpic.o parsing_bpic.o gc_ctrl_bpic.o md5_bpic.o obj_bpic.o lexing_bpic.o callback_bpic.o debugger_bpic.o weak_bpic.o compact_bpic.o finalise_bpic.o custom_bpic.o dynlink_bpic.o spacetime_byt_bpic.o afl_bpic.o unix_bpic.o bigarray_bpic.o main_bpic.o memprof_bpic.o domain_bpic.o && ranlib libcamlrun_pic.a gcc -shared -o libcamlrun_shared.so interp_bpic.o misc_bpic.o stacks_bpic.o fix_code_bpic.o startup_aux_bpic.o startup_byt_bpic.o freelist_bpic.o major_gc_bpic.o minor_gc_bpic.o memory_bpic.o alloc_bpic.o roots_byt_bpic.o globroots_bpic.o fail_byt_bpic.o signals_bpic.o signals_byt_bpic.o printexc_bpic.o backtrace_byt_bpic.o backtrace_bpic.o compare_bpic.o ints_bpic.o floats_bpic.o str_bpic.o array_bpic.o io_bpic.o extern_bpic.o intern_bpic.o hash_bpic.o sys_bpic.o meta_bpic.o parsing_bpic.o gc_ctrl_bpic.o md5_bpic.o obj_bpic.o lexing_bpic.o callback_bpic.o debugger_bpic.o weak_bpic.o compact_bpic.o finalise_bpic.o custom_bpic.o dynlink_bpic.o spacetime_byt_bpic.o afl_bpic.o unix_bpic.o bigarray_bpic.o main_bpic.o memprof_bpic.o domain_bpic.o -lm -ldl -lpthread gcc -c -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -o prims.o prims.c gcc -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm -ldl -lpthread gcc -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm -ldl -lpthread gcc -O2 -fno-strict-aliasing -fwrapv -Wall -Werror -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm -ldl -lpthread make[2]: Leaving directory '/mnt/ci/ocaml/runtime' cp runtime/ocamlrun boot/ocamlrun make -C stdlib \ CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all make[2]: Entering directory '/mnt/ci/ocaml/stdlib' ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.mli sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml echo '#!/home/ci/ocaml-tmp-install-1219/bin/ocamlrun' > camlheader echo '#!/home/ci/ocaml-tmp-install-1219/bin/ocamlrun' > target_camlheader echo '#!' | tr -d '\012' > camlheader_ur echo '#!/home/ci/ocaml-tmp-install-1219/bin/ocamlrund' > camlheaderd echo '#!/home/ci/ocaml-tmp-install-1219/bin/ocamlrund' > target_camlheaderd echo '#!/home/ci/ocaml-tmp-install-1219/bin/ocamlruni' > camlheaderi echo '#!/home/ci/ocaml-tmp-install-1219/bin/ocamlruni' > target_camlheaderi ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -c camlinternalFormatBasics.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f expand_module_aliases.awk" -c stdlib.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nopervasives -no-alias-deps -w -49 -pp "$AWK -f expand_module_aliases.awk" -c stdlib.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__pervasives.cmo -c pervasives.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__seq.cmi -c seq.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bool.cmi -c bool.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__char.cmi -c char.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__uchar.cmi -c uchar.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__sys.cmi -c sys.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__list.cmi -c list.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bytes.cmi -c bytes.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__string.cmi -c string.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__unit.cmi -c unit.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__marshal.cmi -c marshal.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int32.cmi -c int32.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__array.cmi -c array.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__float.cmi -c float.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int.cmi -c int.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int32.cmo -c int32.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int64.cmi -c int64.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__nativeint.cmi -c nativeint.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lexing.cmi -c lexing.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__set.cmi -c set.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__map.cmi -c map.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stack.cmi -c stack.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__queue.cmi -c queue.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalLazy.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stream.cmi -c stream.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w A -o stdlib__buffer.cmi -c buffer.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__arg.cmi -c arg.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__printexc.cmi -c printexc.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__fun.cmi -c fun.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__hashtbl.cmi -c hashtbl.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__digest.cmi -c digest.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__random.cmi -c random.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__format.cmi -c format.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__scanf.cmi -c scanf.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__callback.cmi -c callback.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__genlex.cmi -c genlex.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__filename.cmi -c filename.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__complex.cmi -c complex.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__arrayLabels.cmi -c arrayLabels.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__listLabels.cmi -c listLabels.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bytesLabels.cmi -c bytesLabels.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stringLabels.cmi -c stringLabels.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__moreLabels.cmi -c moreLabels.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__spacetime.cmi -c spacetime.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bigarray.cmi -c bigarray.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c std_exit.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__seq.cmo -c seq.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__option.cmi -c option.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__result.cmi -c result.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bool.cmo -c bool.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__char.cmo -c char.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__uchar.cmo -c uchar.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__sys.cmo -c sys.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__list.cmo -c list.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__bytes.cmo -c bytes.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__string.cmo -c string.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__unit.cmo -c unit.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__marshal.cmo -c marshal.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__obj.cmi -c obj.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__array.cmo -c array.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -nolabels -no-alias-deps -o stdlib__float.cmo -c float.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int.cmo -c int.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__int64.cmo -c int64.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__nativeint.cmo -c nativeint.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lexing.cmo -c lexing.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__parsing.cmi -c parsing.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__set.cmo -c set.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__map.cmo -c map.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__stack.cmo -c stack.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__queue.cmo -c queue.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -c camlinternalLazy.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__lazy.cmi -c lazy.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w A -o stdlib__buffer.cmo -c buffer.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -c camlinternalFormat.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -w Ae -o stdlib__printf.cmi -c printf.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__fun.cmo -c fun.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__ephemeron.cmi -c ephemeron.mli ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__digest.cmo -c digest.ml ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -o stdlib__random.cmo -c random.ml New run name is '#15' Build was aborted Aborted by n.oje.bar@gmail.com Finished: ABORTED