gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml' gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/ocaml-4.07.1.tar.gz... not found, skipping file copy Source https://github.com/ocaml/ocaml/archive/4.07.1.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok Source /data/userland-archives/ocaml-4.07-refman-html.tar.gz... not found, skipping file copy Source https://caml.inria.fr/distrib/ocaml-4.07/ocaml-4.07-refman-html.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok Source /data/userland-archives/ocaml-4.07-refman.pdf... not found, skipping file copy Source https://caml.inria.fr/distrib/ocaml-4.07/ocaml-4.07-refman.pdf... downloading... validating signature... skipping (no signature URL) validating hash... ok Source /data/userland-archives/ocaml-4.07-refman.info.tar.gz... not found, skipping file copy Source https://caml.inria.fr/distrib/ocaml-4.07/ocaml-4.07-refman.info.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok patching file configure Hunk #1 succeeded at 829 (offset 6 lines). Hunk #2 succeeded at 1007 (offset 8 lines). Hunk #3 succeeded at 1031 (offset 8 lines). Hunk #4 succeeded at 1048 (offset 8 lines). Hunk #5 succeeded at 1091 (offset 8 lines). patching file configure Hunk #1 succeeded at 47 with fuzz 2 (offset -3 lines). patching file ocamldoc/odoc_messages.ml Hunk #1 succeeded at 93 (offset 4 lines). patching file otherlibs/Makefile Hunk #1 succeeded at 55 (offset 2 lines). patching file otherlibs/unix/Makefile patching file otherlibs/systhreads/Makefile Hunk #1 succeeded at 28 (offset 1 line). Hunk #2 succeeded at 69 (offset 6 lines). patching file otherlibs/threads/Makefile patching file tools/ocamlmklib.ml Hunk #3 succeeded at 113 (offset 6 lines). Hunk #4 succeeded at 130 (offset 6 lines). Hunk #5 succeeded at 177 (offset 6 lines). patching file yacc/Makefile symlink cloning /jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/ocaml-4.07.1 to /jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64 Configuring OCaml version 4.07.1 Configuring for host i386-pc-solaris2.11 ... Configuring for target i386-pc-solaris2.11 ... Using compiler /usr/gcc/7/bin/gcc -m64. Compiler family and version: gcc-7-5. runtest: /usr/gcc/7/bin/gcc -m64 -O2 -fno-strict-aliasing -fwrapv -Wall -o tst ansi.c The C compiler is ISO C99 compliant. Checking the sizes of integers and pointers... runtest: /usr/gcc/7/bin/gcc -m64 -o tst sizes.c Wow! A 64 bit architecture! runtest: /usr/gcc/7/bin/gcc -m64 -o tst endian.c This is a little-endian architecture. runtest: /usr/gcc/7/bin/gcc -m64 -o tst dblalign.c Doubles can be word-aligned. runtest: /usr/gcc/7/bin/gcc -m64 -o tst int64align.c 64-bit integers can be word-aligned. ranlib found #! appears to work in shell scripts. hasgot sigaction sigprocmask: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'sigaction' [-Wimplicit-function-declaration] sigaction(); ^~~~~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'sigprocmask' [-Wimplicit-function-declaration] sigprocmask(); ^~~~~~~~~~~ POSIX signal handling found. hasgot2 -i math.h -lm expm1 log1p hypot copysign: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lm expm1(), log1p(), hypot(), copysign() found. hasgot getrusage: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'getrusage' [-Wimplicit-function-declaration] getrusage(); ^~~~~~~~~ getrusage() found. hasgot times: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'times' [-Wimplicit-function-declaration] times(); ^~~~~ times() found. hasgot2 -D_GNU_SOURCE -i stdlib.h secure_getenv: /usr/gcc/7/bin/gcc -m64 -D_GNU_SOURCE -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:3:12: error: 'secure_getenv' undeclared (first use in this function) (void) & secure_getenv; ^~~~~~~~~~~~~ hasgot.c:3:12: note: each undeclared identifier is reported only once for each function it appears in hasgot2 -D_GNU_SOURCE -i stdlib.h __secure_getenv: /usr/gcc/7/bin/gcc -m64 -D_GNU_SOURCE -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:3:12: error: '__secure_getenv' undeclared (first use in this function) (void) & __secure_getenv; ^~~~~~~~~~~~~~~ hasgot.c:3:12: note: each undeclared identifier is reported only once for each function it appears in hasgot -i unistd.h issetugid: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c issetugid() found. hasgot clock_gettime: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration] clock_gettime(); ^~~~~~~~~~~~~ clock_gettime functions found (with libraries '') hasgot socket socketpair bind listen accept connect: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'socket' [-Wimplicit-function-declaration] socket(); ^~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'socketpair' [-Wimplicit-function-declaration] socketpair(); ^~~~~~~~~~ hasgot.c:4:3: warning: implicit declaration of function 'bind' [-Wimplicit-function-declaration] bind(); ^~~~ hasgot.c:5:3: warning: implicit declaration of function 'listen' [-Wimplicit-function-declaration] listen(); ^~~~~~ hasgot.c:6:3: warning: implicit declaration of function 'accept' [-Wimplicit-function-declaration] accept(); ^~~~~~ hasgot.c:7:3: warning: implicit declaration of function 'connect' [-Wimplicit-function-declaration] connect(); ^~~~~~~ Undefined first referenced symbol in file bind /var/tmp//ccBfaaEt.o socketpair /var/tmp//ccBfaaEt.o accept /var/tmp//ccBfaaEt.o listen /var/tmp//ccBfaaEt.o socket /var/tmp//ccBfaaEt.o connect /var/tmp//ccBfaaEt.o ld: fatal: symbol referencing errors. No output written to tst collect2: error: ld returned 1 exit status hasgot -lnsl -lsocket socket socketpair bind listen accept connect: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'socket' [-Wimplicit-function-declaration] socket(); ^~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'socketpair' [-Wimplicit-function-declaration] socketpair(); ^~~~~~~~~~ hasgot.c:4:3: warning: implicit declaration of function 'bind' [-Wimplicit-function-declaration] bind(); ^~~~ hasgot.c:5:3: warning: implicit declaration of function 'listen' [-Wimplicit-function-declaration] listen(); ^~~~~~ hasgot.c:6:3: warning: implicit declaration of function 'accept' [-Wimplicit-function-declaration] accept(); ^~~~~~ hasgot.c:7:3: warning: implicit declaration of function 'connect' [-Wimplicit-function-declaration] connect(); ^~~~~~~ You have BSD sockets (with libraries '-lnsl -lsocket') hasgot -i sys/socket.h -t socklen_t: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket socklen_t is defined in hasgot inet_aton: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'inet_aton' [-Wimplicit-function-declaration] inet_aton(); ^~~~~~~~~ inet_aton() found. hasgot -i sys/types.h -i sys/socket.h -i netinet/in.h -t struct sockaddr_in6: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot getaddrinfo getnameinfo inet_pton inet_ntop: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'getaddrinfo' [-Wimplicit-function-declaration] getaddrinfo(); ^~~~~~~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'getnameinfo' [-Wimplicit-function-declaration] getnameinfo(); ^~~~~~~~~~~ hasgot.c:4:3: warning: implicit declaration of function 'inet_pton' [-Wimplicit-function-declaration] inet_pton(); ^~~~~~~~~ hasgot.c:5:3: warning: implicit declaration of function 'inet_ntop' [-Wimplicit-function-declaration] inet_ntop(); ^~~~~~~~~ IPv6 is supported. hasgot -i stdint.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket stdint.h found. hasgot -i unistd.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket unistd.h found. hasgot -i sys/types.h -t off_t: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket off_t is defined in hasgot -i sys/types.h -i dirent.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket dirent.h found. hasgot rewinddir: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'rewinddir' [-Wimplicit-function-declaration] rewinddir(); ^~~~~~~~~ rewinddir() found. hasgot lockf: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'lockf' [-Wimplicit-function-declaration] lockf(); ^~~~~ lockf() found. hasgot mkfifo: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'mkfifo' [-Wimplicit-function-declaration] mkfifo(); ^~~~~~ mkfifo() found. hasgot getcwd: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'getcwd' [-Wimplicit-function-declaration] getcwd(); ^~~~~~ getcwd() found. hasgot getpriority setpriority: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'getpriority' [-Wimplicit-function-declaration] getpriority(); ^~~~~~~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'setpriority' [-Wimplicit-function-declaration] setpriority(); ^~~~~~~~~~~ getpriority() found. hasgot -i sys/types.h -i utime.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot utime: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration] utime(); ^~~~~ utime() found. hasgot utimes: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'utimes' [-Wimplicit-function-declaration] utimes(); ^~~~~~ utimes() found. hasgot dup2: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'dup2' [-Wimplicit-function-declaration] dup2(); ^~~~ dup2() found. hasgot fchmod fchown: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'fchmod' [-Wimplicit-function-declaration] fchmod(); ^~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'fchown' [-Wimplicit-function-declaration] fchown(); ^~~~~~ fchmod() found. hasgot truncate ftruncate: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'truncate' [-Wimplicit-function-declaration] truncate(); ^~~~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'ftruncate' [-Wimplicit-function-declaration] ftruncate(); ^~~~~~~~~ truncate() found. hasgot -i sys/types.h -i sys/select.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket sys/select.h found. hasgot select: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'select' [-Wimplicit-function-declaration] select(); ^~~~~~ hasgot -i sys/types.h -i sys/select.h -t fd_set: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket select() found. hasgot nanosleep: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'nanosleep' [-Wimplicit-function-declaration] nanosleep(); ^~~~~~~~~ nanosleep() found. hasgot symlink readlink lstat: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'symlink' [-Wimplicit-function-declaration] symlink(); ^~~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'readlink' [-Wimplicit-function-declaration] readlink(); ^~~~~~~~ hasgot.c:4:3: warning: implicit declaration of function 'lstat' [-Wimplicit-function-declaration] lstat(); ^~~~~ symlink() found. hasgot waitpid: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'waitpid' [-Wimplicit-function-declaration] waitpid(); ^~~~~~~ waitpid() found. hasgot wait4: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'wait4' [-Wimplicit-function-declaration] wait4(); ^~~~~ wait4() found. hasgot -i limits.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket runtest: /usr/gcc/7/bin/gcc -m64 -o tst getgroups.c -lnsl -lsocket getgroups.c: In function 'main': getgroups.c:24:7: warning: implicit declaration of function 'getgroups' [-Wimplicit-function-declaration] if (getgroups(NGROUPS_MAX, gidset) == -1) return 1; ^~~~~~~~~ getgroups() found. hasgot -i limits.h -i grp.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket runtest: /usr/gcc/7/bin/gcc -m64 -o tst setgroups.c -lnsl -lsocket setgroups.c: In function 'main': setgroups.c:26:7: warning: implicit declaration of function 'setgroups'; did you mean 'initgroups'? [-Wimplicit-function-declaration] if (setgroups(1, gidset) == -1 && errno != EPERM) return 1; ^~~~~~~~~ initgroups setgroups() found. hasgot -i limits.h -i grp.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket runtest: /usr/gcc/7/bin/gcc -m64 -o tst initgroups.c -lnsl -lsocket initgroups() found. hasgot -i termios.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot tcgetattr tcsetattr tcsendbreak tcflush tcflow: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'tcgetattr' [-Wimplicit-function-declaration] tcgetattr(); ^~~~~~~~~ hasgot.c:3:3: warning: implicit declaration of function 'tcsetattr' [-Wimplicit-function-declaration] tcsetattr(); ^~~~~~~~~ hasgot.c:4:3: warning: implicit declaration of function 'tcsendbreak' [-Wimplicit-function-declaration] tcsendbreak(); ^~~~~~~~~~~ hasgot.c:5:3: warning: implicit declaration of function 'tcflush' [-Wimplicit-function-declaration] tcflush(); ^~~~~~~ hasgot.c:6:3: warning: implicit declaration of function 'tcflow' [-Wimplicit-function-declaration] tcflow(); ^~~~~~ POSIX termios found. runtest: /usr/gcc/7/bin/gcc -m64 -o tst async_io.c -lnsl -lsocket hasgot setitimer: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'setitimer' [-Wimplicit-function-declaration] setitimer(); ^~~~~~~~~ setitimer() found. hasgot gethostname: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] gethostname(); ^~~~~~~~~~~ gethostname() found. hasgot -i sys/utsname.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot uname: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'uname' [-Wimplicit-function-declaration] uname(); ^~~~~ uname() found. hasgot gettimeofday: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration] gettimeofday(); ^~~~~~~~~~~~ gettimeofday() found. hasgot mktime: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'mktime' [-Wimplicit-function-declaration] mktime(); ^~~~~~ mktime() found. hasgot setsid: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'setsid' [-Wimplicit-function-declaration] setsid(); ^~~~~~ setsid() found. hasgot putenv: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'putenv' [-Wimplicit-function-declaration] putenv(); ^~~~~~ putenv() found. hasgot -i locale.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot setlocale: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'setlocale' [-Wimplicit-function-declaration] setlocale(); ^~~~~~~~~ setlocale() and found. hasgot dlopen: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'dlopen' [-Wimplicit-function-declaration] dlopen(); ^~~~~~ dlopen() found. Dynamic loading of shared libraries is supported. hasgot -i sys/types.h -i sys/mman.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot mmap munmap: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'mmap' [-Wimplicit-function-declaration] mmap(); ^~~~ hasgot.c:3:3: warning: implicit declaration of function 'munmap' [-Wimplicit-function-declaration] munmap(); ^~~~~~ mmap() found. hasgot pwrite: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'pwrite' [-Wimplicit-function-declaration] pwrite(); ^~~~~~ pwrite() found trycompile: /usr/gcc/7/bin/gcc -m64 -o tst -DHAS_NANOSECOND_STAT=1 nanosecond_stat.c -lnsl -lsocket stat() supports nanosecond precision. trycompile: /usr/gcc/7/bin/gcc -m64 -o tst -DSYS_solaris -DNUM_ARGS=5 gethostbyname.c -lnsl -lsocket gethostbyname_r() found (with 5 arguments). trycompile: /usr/gcc/7/bin/gcc -m64 -o tst -DSYS_solaris -DNUM_ARGS=7 gethostbyaddr.c -lnsl -lsocket gethostbyaddr_r() found (with 7 arguments). hasgot mkstemp: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration] mkstemp(); ^~~~~~~ mkstemp() found hasgot nice: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'nice' [-Wimplicit-function-declaration] nice(); ^~~~ nice() found hasgot dup3: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'dup3' [-Wimplicit-function-declaration] dup3(); ^~~~ dup3() found hasgot pipe2: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'pipe2' [-Wimplicit-function-declaration] pipe2(); ^~~~~ pipe2() found hasgot accept4: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'accept4' [-Wimplicit-function-declaration] accept4(); ^~~~~~~ accept4() found hasgot getauxval: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'getauxval' [-Wimplicit-function-declaration] getauxval(); ^~~~~~~~~ Undefined first referenced symbol in file getauxval /var/tmp//ccu8aGRv.o ld: fatal: symbol referencing errors. No output written to tst collect2: error: ld returned 1 exit status hasgot -i sys/shm.h: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket sys/shm.h found. hasgot execvpe: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'execvpe' [-Wimplicit-function-declaration] execvpe(); ^~~~~~~ Undefined first referenced symbol in file execvpe /var/tmp//ccW_aaVv.o ld: fatal: symbol referencing errors. No output written to tst collect2: error: ld returned 1 exit status Replay debugger supported. Cannot detect system stack overflow. hasgot -i pthread.h -lpthread -lposix4 pthread_self: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket -lpthread -lposix4 POSIX threads library supported. Options for linking with POSIX threads: -lpthread -lposix4 hasgot -lpthread -lposix4 sigwait: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket -lpthread -lposix4 hasgot.c: In function 'main': hasgot.c:2:3: warning: implicit declaration of function 'sigwait' [-Wimplicit-function-declaration] sigwait(); ^~~~~~~ sigwait() found Bytecode threads library supported. hasgot -L/usr/lib/amd64 -lX11 -i X11/Xlib.h XrmInitialize: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket -L/usr/lib/amd64 -lX11 X11 works Options for compiling for X11: Options for linking with X11: -L/usr/lib/amd64 -lX11 hasgot -DPACKAGE=ocaml -i bfd.h: /usr/gcc/7/bin/gcc -m64 -DPACKAGE=ocaml -o tst hasgot.c -lnsl -lsocket hasgot.c:1:10: fatal error: bfd.h: No such file or directory #include ^~~~~~~ compilation terminated. hasgot -DPACKAGE=ocaml -I/opt/local/include -i bfd.h: /usr/gcc/7/bin/gcc -m64 -DPACKAGE=ocaml -I/opt/local/include -o tst hasgot.c -lnsl -lsocket hasgot.c:1:10: fatal error: bfd.h: No such file or directory #include ^~~~~~~ compilation terminated. [WARNING] BFD library not found, 'objinfo' will be unable to display info on .cmxs files. tryassemble: /usr/gcc/7/bin/gcc -m64 -c -o tst cfi.S tryassemble: /usr/gnu/bin/as --64 -o tst cfi.S Assembler supports CFI runtest: /usr/gcc/7/bin/gcc -m64 -o tst mmap-huge.c -lnsl -lsocket mmap-huge.c: In function 'main': mmap-huge.c:34:47: error: 'MAP_HUGETLB' undeclared (first use in this function) MAP_PRIVATE | MAP_ANONYMOUS | MAP_HUGETLB, ^~~~~~~~~~~ mmap-huge.c:34:47: note: each undeclared identifier is reported only once for each function it appears in Spacetime profiling will be available. hasgot -i libunwind.h -lunwind -lunwind-x86_64: /usr/gcc/7/bin/gcc -m64 -o tst hasgot.c -lnsl -lsocket -lunwind -lunwind-x86_64 hasgot.c:1:10: fatal error: libunwind.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. libunwind support for Spacetime profiling will not be available. ** Configuration summary ** Directories where OCaml will be installed: binaries.................. /usr/bin standard library.......... /usr/lib/amd64/ocaml manual pages.............. /usr/share/man (with extension .1) Configuration for the bytecode compiler: C compiler used........... /usr/gcc/7/bin/gcc -m64 options for compiling..... -O2 -fno-strict-aliasing -fwrapv options for linking....... -lnsl -lsocket -lm -lpthread -lposix4 shared libraries are supported options for compiling..... -fPIC -O2 -fno-strict-aliasing -fwrapv command for building...... /usr/bin/ld -G -o lib.so -R/a/path objs Configuration for the native-code compiler: hardware architecture..... amd64 OS variant................ solaris C compiler used........... /usr/gcc/7/bin/gcc -m64 options for compiling..... -O2 -fno-strict-aliasing -fwrapv options for linking....... -lnsl -lsocket -lm assembler ................ /usr/gnu/bin/as --64 preprocessed assembler ... /usr/gcc/7/bin/gcc -m64 -c assembler supports CFI ... yes with frame pointers....... no naked pointers forbidden.. no spacetime profiling....... yes ... with call counts.... yes ... with libunwind...... no reserved bits in header... 26 C plugins................. no compile with -fPIC........ no native dynlink ........... false profiling with gprof ..... supported using flambda middle-end . yes ... with flambda invariants checks . no force safe strings ............. no (-safe-string is the default per-file option) flat float arrays ........ yes afl-fuzz always enabled .. no Source-level replay debugger: supported Debug runtime will be compiled and installed Instrumented runtime will be compiled and installed Additional libraries supported: unix str dynlink bigarray raw_spacetime_lib systhreads threads graph Configuration for the "graph" library: options for compiling .... options for linking ...... -L/usr/lib/amd64 -lX11 ** OCaml configuration completed successfully ** make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/byterun' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/byterun' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/yacc' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/yacc' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' 215 states, 5406 transitions, table size 22914 bytes 2393 additional bytes used for bindings make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' 14 states, 678 transitions, table size 2796 bytes 2232 additional bytes used for bindings make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/lex' 98 states, 1199 transitions, table size 5384 bytes 1802 additional bytes used for bindings make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/lex' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/threads' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/threads' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/debugger' 41 states, 1026 transitions, table size 4350 bytes 1285 additional bytes used for bindings make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/debugger' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' 5 shift/reduce conflicts. 251 states, 2458 transitions, table size 11338 bytes 50 states, 614 transitions, table size 2756 bytes 20 states, 264 transitions, table size 1176 bytes 111 states, 2871 transitions, table size 12150 bytes make[7]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc/stdlib_non_prefixed' make[7]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc/stdlib_non_prefixed' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamltest' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamltest' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/asmrun' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/asmrun' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' 16 states, 280 transitions, table size 1216 bytes make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/threads' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/threads' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamltest' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamltest' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/lex' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/lex' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamltest' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamltest' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/emacs' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/emacs' make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/byterun' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/byterun' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/man' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/man' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/threads' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/threads' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/debugger' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/debugger' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/asmrun' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/asmrun' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/stdlib' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[6]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[6]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/ocamldoc' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/unix' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/str' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/dynlink' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/bigarray' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/raw_spacetime_lib' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/systhreads' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/otherlibs/graph' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[5]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[5]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/tools' make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64' make[3]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/emacs' make[4]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/emacs' Installing in /jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/prototype/i386//usr/share/emacs/site-lisp... In end of data: caml-xemacs.el:58:1:Warning: the following functions are not known to be defined: mouse-position-as-motion-event, event-y-pixel, event-window, event-closest-point, key-press-event-p, button-release-event-p, event-button In caml-mode: caml.el:535:9:Warning: assignment to free variable ‘before-change-function’ In end of data: caml.el:1987:1:Warning: the following functions are not known to be defined: inferior-caml-eval-region, inferior-caml-eval-phrase, inferior-caml-show-subshell, char-bytes, caml-char-bytes, inferior-caml-goto-error In caml-sit-for: inf-caml.el:88:27:Warning: sit-for called with 3 arguments, but accepts only 1-2 In inferior-caml-goto-error: inf-caml.el:198:17:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer In ocaml-hevea-info: caml-help.el:484:11:Warning: reference to free variable ‘Info-directory-list’ In ocaml-ocamldoc-info: caml-help.el:527:11:Warning: reference to free variable ‘Info-directory-list’ caml-help.el:638:1:Warning: defface for ‘ocaml-help-face’ fails to specify containing group caml-help.el:794:1:Warning: defface for ‘ocaml-link-face’ fails to specify containing group In end of data: caml-help.el:858:1:Warning: the following functions are not known to be defined: find-if, remove-if, intersection, view-mode-exit In caml-types-feedback: caml-types.el:27:24:Warning: reference to free variable ‘caml-types-buffer’ In caml-types-preprocess: caml-types.el:332:47:Warning: reference to free variable ‘target-file’ In caml-types-get-pos: caml-types.el:570:32:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer caml-types.el:572:17:Warning: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead. In caml-types-find-file: caml-types.el:588:32:Warning: ‘toggle-read-only’ is an obsolete function (as of 24.3); use ‘read-only-mode’ instead. In toplevel form: camldebug.el:79:8:Warning: ‘set-face-underline-p’ is an obsolete function (as of 24.3); use ‘set-face-underline’ instead. In camldebug-mode: camldebug.el:116:4:Warning: ‘mapcar’ called for effect; use ‘mapc’ or ‘dolist’ instead camldebug.el:132:9:Warning: assignment to free variable ‘comint-input-sentinel’ In camldebug-kill-filter: camldebug.el:220:15:Warning: assignment to free variable ‘camldebug-kill-output’ In camldebug-kill: camldebug.el:232:10:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer camldebug.el:234:19:Warning: reference to free variable ‘current-camldebug-buffer’ In camldebug-goto-filter: camldebug.el:257:38:Warning: reference to free variable ‘camldebug-goto-position’ camldebug.el:267:37:Warning: assignment to free variable ‘camldebug-goto-output’ camldebug.el:265:26:Warning: reference to free variable ‘camldebug-goto-output’ In camldebug-goto: camldebug.el:293:45:Warning: reference to free variable ‘current-camldebug-buffer’ camldebug.el:330:38:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer In camldebug-delete-filter: camldebug.el:338:35:Warning: reference to free variable ‘camldebug-delete-file’ camldebug.el:340:21:Warning: reference to free variable ‘camldebug-delete-position’ camldebug.el:348:39:Warning: assignment to free variable ‘camldebug-delete-output’ camldebug.el:346:26:Warning: reference to free variable ‘camldebug-delete-output’ In camldebug-delete: camldebug.el:381:27:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer camldebug.el:382:26:Warning: reference to free variable ‘current-camldebug-buffer’ camldebug.el:410:22:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer In camldebug-complete-filter: camldebug.el:429:15:Warning: reference to free variable ‘camldebug-complete-list’ camldebug.el:429:15:Warning: assignment to free variable ‘camldebug-complete-list’ In camldebug-complete: camldebug.el:472:6:Warning: ‘comint-dynamic-simple-complete’ is an obsolete function (as of 24.1); use ‘completion-in-region’ instead. In camldebug-display-line: camldebug.el:683:21:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer In camldebug-set-current-event: camldebug.el:705:55:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer In camldebug-call-1: camldebug.el:775:48:Warning: Use ‘with-current-buffer’ rather than save-excursion+set-buffer make[4]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/emacs' make[3]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/amd64/emacs' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/runtime/ocaml/build/manifest-i386-ocaml.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO pkg://openindiana.org/runtime/ocaml@4.0.7.1,5.11-2020.0.1.0:20200904T141801Z PUBLISHED Generating component metadata... gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/runtime/ocaml'