Build:
- 0
2026-06-24 13:54.51: New job: build extunix.0.4.3 (9d0dea4075ce)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:57.53: Got resource from pool day11-builds
2026-06-24 15:57.53: [profile full] build extunix.0.4.3
2026-06-24 15:57.53: build extunix.0.4.3 (9d0dea4075ce)
=== DEPENDENCIES (17 transitive) ===
base-bigarray.base 2e16f77d4cae
base-bytes.base b1e4ea0d0665
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
csexp.1.5.2 0ced60b1f74a
dune.3.23.1 9d721df3a13a
dune-configurator.3.23.1 1ab906eeab63
ocaml.5.3.0 ec34d524d97d
ocaml-base-compiler.5.3.0 1841888fe75b
ocaml-compiler.5.3.0 f295fe609c87
ocaml-compiler-libs.v0.17.0 ae1038bc23cf
ocaml-config.3 a52eea84eedb
ocamlfind.1.9.8 558092066ff0
ppx_derivers.1.2.1 fe71b19cf412
ppxlib.0.35.0 c1fcf64e4dff
sexplib0.v0.17.0 a15b0f614c90
stdlib-shims.0.3.0 c94355dec213
=== STDOUT ===
Processing: [default: loading data]
[extunix.0.4.3: dl]
[extunix.0.4.3: extract]
-> retrieved extunix.0.4.3 (https://opam.ocaml.org/cache)
[extunix: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "extunix" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/extunix.0.4.3)
- (cd _build/default/src && ../discover/discover.exe)
- checking EVENTFD.............ok
- checking ATFILE..............ok
- checking RENAMEAT2...........ok
- checking RENAME_WHITEOUT.....ok
- checking DIRFD...............ok
- checking STATVFS.............ok
- checking FSTATVFS............ok
- checking SIOCGIFCONF.........ok
- checking IFADDRS.............ok
- checking INET_NTOA...........ok
- checking INET_NTOP...........ok
- checking UNAME...............ok
- checking FADVISE.............ok
- checking FALLOCATE...........ok
- checking TTY_IOCTL...........ok
- checking TTYNAME.............ok
- checking CTERMID.............ok
- checking GETTID..............ok
- checking PGID................ok
- checking SETREUID............ok
- checking FSYNC...............ok
- checking FDATASYNC...........ok
- checking SYNC................ok
- checking SYNCFS..............ok
- checking REALPATH............ok
- checking SIGNALFD............ok
- checking PTRACE..............ok
- checking RESOURCE............ok
- checking MLOCKALL............ok
- checking STRPTIME............ok
- checking STRTIME.............ok
- checking TIMEZONE............ok
- checking TIMEGM..............ok
- checking PTS.................ok
- checking FCNTL...............ok
- checking TCPGRP..............ok
- checking EXECINFO............ok
- checking SETENV..............ok
- checking CLEARENV............ok
- checking MKDTEMP.............ok
- checking MALLOC_INFO.........ok
- checking MALLOC_STATS........ok
- checking MEMALIGN............ok
- checking ENDIAN..............ok
- checking READ_CREDENTIALS....ok
- checking FEXECVE.............ok
- checking SENDMSG.............ok
- checking PREAD...............ok
- checking PWRITE..............ok
- checking READ................ok
- checking WRITE...............ok
- checking MKSTEMPS............ok
- checking MKOSTEMPS...........ok
- checking SETRESUID...........ok
- checking SYSCONF.............ok
- checking SPLICE..............ok
- checking TEE.................ok
- checking VMSPLICE............ok
- checking SOCKOPT.............ok
- checking TCP_KEEPIDLE........ok
- checking TCP_KEEPCNT.........ok
- checking TCP_KEEPINTVL.......ok
- checking SO_REUSEPORT........ok
- checking POLL................ok
- checking SYSINFO.............ok
- checking MCHECK..............ok
- checking MOUNT...............ok
- checking UNSHARE.............ok
- checking CHROOT..............ok
- checking SYSLOG..............ok
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ocaml/unix -o atfile.o -c atfile.c)
- atfile.c: In function 'caml_extunix_unlinkat':
- atfile.c:99:9: warning: 'dirfd' may be used uninitialized [-Wmaybe-uninitialized]
- 99 | ret = unlinkat(dirfd, p, flags);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- atfile.c:92:7: note: 'dirfd' was declared here
- 92 | int dirfd = Int_val(dirfd);
- | ^~~~~
- atfile.c: In function 'caml_extunix_renameat':
- atfile.c:113:13: warning: 'newfd' may be used uninitialized [-Wmaybe-uninitialized]
- 113 | int ret = renameat(oldfd, oldname, newfd, newname);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- atfile.c:109:33: note: 'newfd' was declared here
- 109 | int oldfd = Int_val(v_oldfd), newfd = Int_val(newfd);
- | ^~~~~
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ocaml/unix -o rename.o -c rename.c)
- rename.c: In function 'caml_extunix_renameat2':
- rename.c:40:18: warning: passing argument 1 of 'caml_stat_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 40 | caml_stat_free(oldname);
- | ^~~~~~~
- In file included from config.h:26,
- from rename.c:2:
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:117:32: note: expected 'caml_stat_block' {aka 'void *'} but argument is of type 'const char *'
- 117 | CAMLextern void caml_stat_free(caml_stat_block);
- | ^~~~~~~~~~~~~~~
- rename.c:41:18: warning: passing argument 1 of 'caml_stat_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 41 | caml_stat_free(newname);
- | ^~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:117:32: note: expected 'caml_stat_block' {aka 'void *'} but argument is of type 'const char *'
- 117 | CAMLextern void caml_stat_free(caml_stat_block);
- | ^~~~~~~~~~~~~~~
-> compiled extunix.0.4.3
-> installed extunix.0.4.3
=== STDERR ===
2026-06-24 15:58.33: OK: build extunix.0.4.3 (runc: 17.1s, disk: 12KB)
2026-06-24 15:58.33: Job succeeded