Skip to content

Console Output

+ tools/ci/inria/dune-build/script
+ opam env
+ eval OPAM_SWITCH_PREFIX='/home/barsac/ci/.opam/4.10.0'; export OPAM_SWITCH_PREFIX; CAML_LD_LIBRARY_PATH='/home/barsac/ci/.opam/4.10.0/lib/stublibs:/home/barsac/ci/.opam/4.10.0/lib/ocaml/stublibs:/home/barsac/ci/.opam/4.10.0/lib/ocaml'; export CAML_LD_LIBRARY_PATH; OCAML_TOPLEVEL_PATH='/home/barsac/ci/.opam/4.10.0/lib/toplevel'; export OCAML_TOPLEVEL_PATH; MANPATH=':/home/barsac/ci/.opam/4.10.0/man'; export MANPATH; PATH='/home/barsac/ci/.opam/4.10.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'; export PATH;
+ OPAM_SWITCH_PREFIX=/home/barsac/ci/.opam/4.10.0
+ export OPAM_SWITCH_PREFIX
+ CAML_LD_LIBRARY_PATH=/home/barsac/ci/.opam/4.10.0/lib/stublibs:/home/barsac/ci/.opam/4.10.0/lib/ocaml/stublibs:/home/barsac/ci/.opam/4.10.0/lib/ocaml
+ export CAML_LD_LIBRARY_PATH
+ OCAML_TOPLEVEL_PATH=/home/barsac/ci/.opam/4.10.0/lib/toplevel
+ export OCAML_TOPLEVEL_PATH
+ MANPATH=:/home/barsac/ci/.opam/4.10.0/man
+ export MANPATH
+ PATH=/home/barsac/ci/.opam/4.10.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
+ export PATH
+ export LC_ALL=C
+ git clean -q -f -d -x
+ ./configure
configure: Configuring OCaml version 4.13.0+dev0-2020-10-19
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-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... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-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... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt 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 -m elf_x86_64) 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 C compiler vendor... gcc-7-5
checking whether #! works in shell scripts... yes
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 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 alignment of long long... 8
checking whether the C compiler supports -fno-tree-vrp... yes
checking whether the C compiler supports __attribute__((aligned(n)))... yes
checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
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 whether system is declared... 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 for setenv... yes
checking for unsetenv... 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 sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for shmat... yes
checking for execvpe... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking for posix_spawn... yes
checking for posix_spawnp... yes
checking for ffs... yes
checking for _BitScanForward... no
configure: replay debugger supported
checking whether stack overflows can be detected... yes
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 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
configure: creating ./config.status
config.status: creating Makefile.build_config
config.status: creating Makefile.config
config.status: creating tools/eventlog_metadata
config.status: creating runtime/caml/m.h
config.status: creating runtime/caml/s.h
config.status: executing libtool commands
+ dune build -j2 @libs
    ocamlopt tools/cvt_emit.exe (exit 2)
(cd _build/default && /home/barsac/ci/.opam/4.10.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-9-40-41-42-44-45-48 -g -o tools/cvt_emit.exe tools/.make_opcodes.eobjs/native/cvt_emit.cmx)
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(roots_nat_n.o): relocation R_X86_64_32 against symbol `caml_frametable' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(signals_n.o): relocation R_X86_64_32S against symbol `caml_pending_signals' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(signals_nat_n.o): relocation R_X86_64_32S against symbol `caml_system__code_end' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(major_gc_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(minor_gc_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(memory_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(alloc_n.o): relocation R_X86_64_32 against symbol `caml_copy_string' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(compare_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(ints_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(floats_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(str_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(io_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(extern_n.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(intern_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(sys_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(gc_ctrl_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(obj_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(lexing_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(unix_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(callback_n.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(weak_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(compact_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(finalise_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(custom_n.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(globroots_n.o): relocation R_X86_64_32 against symbol `caml_global_roots' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(bigarray_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(memprof_n.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(domain_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(startup_aux_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(startup_nat_n.o): relocation R_X86_64_32S against symbol `caml_data_segments' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(fail_nat_n.o): relocation R_X86_64_32 against symbol `caml_exn_Failure' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(misc_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(freelist_n.o): relocation R_X86_64_32S against `.data' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(hash_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(parsing_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(printexc_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(backtrace_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking
          sh utils/config.ml
sed -e 's!%%AFL_INSTRUMENT%%!false!' \
    -e 's!%%ARCH%%!amd64!' \
    -e 's!%%ARCMD%%!ar!' \
    -e 's!%%ASM%%!as!' \
    -e 's!%%ASM_CFI_SUPPORTED%%!true!' \
    -e 's!%%BYTECCLIBS%%!-lm -ldl  -lpthread !' \
    -e 's!%%CC%%!gcc!' \
    -e 's!%%CCOMPTYPE%%!cc!' \
    -e 's!%%OUTPUTOBJ%%!-o !' \
    -e 's!%%EXT_ASM%%!.s!' \
    -e 's!%%EXT_DLL%%!.so!' \
    -e 's!%%EXE%%!!' \
    -e 's!%%EXT_LIB%%!.a!' \
    -e 's!%%EXT_OBJ%%!.o!' \
    -e 's!%%FLAMBDA%%!false!' \
    -e 's!%%WITH_FLAMBDA_INVARIANTS%%!false!' \
    -e 's!%%FLEXLINK_FLAGS%%!!' \
    -e 's!%%FLEXDLL_DIR%%!!' \
    -e 's!%%HOST%%!x86_64-pc-linux-gnu!' \
    -e 's!%%LIBDIR%%!/usr/local/lib/ocaml!' \
    -e 's!%%MKDLL%%!gcc -shared!' \
    -e 's!%%MKEXE%%!gcc -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -Werror -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections  -Wl,-E!' \
    -e 's!%%FLEXLINK_LDFLAGS%%! -link \\"-Wl,-E\\"!' \
    -e 's!%%MKMAINDLL%%!gcc -shared!' \
    -e 's!%%MODEL%%!default!' \
    -e 's!%%NATIVECCLIBS%%!-lm -ldl !' \
    -e 's!%%OCAMLC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -fPIC !' \
    -e 's!%%OCAMLC_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 -D_REENTRANT !' \
    -e 's!%%OCAMLOPT_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -fPIC !' \
    -e 's!%%OCAMLOPT_CPPFLAGS%%!-D_FILE_OFFSET_BITS=64 -D_REENTRANT !' \
    -e 's!%%PACKLD%%!ld -r -o !' \
    -e 's!%%PROFINFO_WIDTH%%!0!' \
    -e 's!%%RANLIBCMD%%!ranlib!' \
    -e 's!%%FORCE_SAFE_STRING%%!true!' \
    -e 's!%%DEFAULT_SAFE_STRING%%!true!' \
    -e 's!%%WINDOWS_UNICODE%%!0!' \
    -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
    -e 's!%%SYSTEM%%!linux!' \
    -e 's!%%SYSTHREAD_SUPPORT%%!true!' \
    -e 's!%%TARGET%%!x86_64-pc-linux-gnu!' \
    -e 's!%%WITH_FRAME_POINTERS%%!false!' \
    -e 's!%%WITH_PROFINFO%%!false!' \
    -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
    -e 's!%%FUNCTION_SECTIONS%%!true!' \
    -e 's!%%CC_HAS_DEBUG_PREFIX_MAP%%!true!' \
    -e 's!%%AS_HAS_DEBUG_PREFIX_MAP%%!true!' \
    config.mlp > config.ml
        bash utils/domainstate.mli
gcc: warning: ../runtime/caml/domain_state.tbl: linker input file unused because linking not done
        bash utils/domainstate.ml
gcc: warning: ../runtime/caml/domain_state.tbl: linker input file unused because linking not done
        make ocamltest/ocamltest_config.ml
sed -e 's!%%AFL_INSTRUMENT%%!false!' \
    -e 's!%%RUNTIMEI%%!true!' \
    -e 's!%%ARCH%%!amd64!' \
    -e 's!%%SUPPORTS_SHARED_LIBRARIES%%!true!' \
    -e 's!%%unix%%!Some true!' \
    -e 's!%%systhreads%%!true!' \
    -e 's!%%str%%!true!' \
    -e 's!%%SYSTEM%%!linux!' \
    -e 's!%%CPP%%!gcc -E!' \
    -e 's!%%ocamlcdefaultflags%%!!' \
    -e 's!%%ocamloptdefaultflags%%!!' \
    -e 's!%%ocamlsrcdir%%!/home/barsac/ci/builds/workspace/dune-build/_build/default!' \
    -e 's!%%FLAMBDA%%!false!' \
    -e 's!%%FORCE_SAFE_STRING%%!true!' \
    -e 's!%%FLAT_FLOAT_ARRAY%%!true!' \
    -e 's!%%WITH_OCAMLDOC%%!true!' \
    -e 's!%%WITH_OCAMLDEBUG%%!true!' \
    -e 's!%%O%%!o!' \
    -e 's!%%S%%!s!' \
    -e 's!%%NATDYNLINK%%!true!' \
    -e 's!%%SHAREDLIB_CFLAGS%%!-fPIC!' \
    -e 's!%%SO%%!so!' \
    -e 's!%%CSC%%!!' \
    -e 's!%%CSCFLAGS%%!!' \
    -e 's!%%EXE%%!!' \
    -e 's!%%MKDLL%%!gcc -shared!' \
    -e 's!%%mkexe%%!gcc -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -Werror -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections  -Wl,-E!' \
    -e 's!%%BYTECCLIBS%%!-lm -ldl  -lpthread !' \
    -e 's!%%NATIVECCLIBS%%!-lm -ldl !' \
    -e 's!%%ASM%%!as!' \
    -e 's!%%CC%%!gcc!' \
    -e 's!%%OC_CFLAGS%%!-O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -Werror -fno-common -fexcess-precision=standard -fno-tree-vrp -ffunction-sections!' \
    -e 's!%%CCOMPTYPE%%!cc!' \
    -e 's!%%WINDOWS_UNICODE%%!0!' \
    -e 's!%%FUNCTION_SECTIONS%%!true!' \
    -e 's!%%NAKED_POINTERS%%!true!' \
    ocamltest_config.ml.in > ocamltest_config.ml
    ocamlopt tools/make_opcodes.exe (exit 2)
(cd _build/default && /home/barsac/ci/.opam/4.10.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-9-40-41-42-44-45-48 -g -o tools/make_opcodes.exe tools/.make_opcodes.eobjs/native/make_opcodes.cmx)
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(roots_nat_n.o): relocation R_X86_64_32 against symbol `caml_frametable' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(signals_n.o): relocation R_X86_64_32S against symbol `caml_pending_signals' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(signals_nat_n.o): relocation R_X86_64_32S against symbol `caml_system__code_end' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(major_gc_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(minor_gc_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(memory_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(alloc_n.o): relocation R_X86_64_32 against symbol `caml_copy_string' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(compare_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(ints_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(floats_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(str_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(array_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(io_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(extern_n.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(intern_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(sys_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(gc_ctrl_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(obj_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(lexing_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(unix_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(callback_n.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(weak_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(compact_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(finalise_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(custom_n.o): relocation R_X86_64_32S against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(globroots_n.o): relocation R_X86_64_32 against symbol `caml_global_roots' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(bigarray_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(memprof_n.o): relocation R_X86_64_32S against `.bss' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(domain_n.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(startup_aux_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(startup_nat_n.o): relocation R_X86_64_32S against symbol `caml_data_segments' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(fail_nat_n.o): relocation R_X86_64_32 against symbol `caml_exn_Failure' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(misc_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(freelist_n.o): relocation R_X86_64_32S against `.data' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(hash_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(parsing_n.o): relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(printexc_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: /home/barsac/ci/.opam/4.10.0/lib/ocaml/libasmrun.a(backtrace_n.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking
File "boot/menhir/menhirLib.mli", line 1108, characters 3-7:
Warning 67: unused functor parameter User.
File "boot/menhir/menhirLib.mli", line 1650, characters 3-5:
Warning 67: unused functor parameter TT.