2026-02-13 08:06.12: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5)Base: openbsd-77-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/extunix.git" -b "master" && cd "extunix" && git reset --hard e90bd03bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 extunix.opam /home/opam/src/./RUN opam pin add -yn extunix.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y extunix.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-13 08:06.12: Using cache hint "ygrek/extunix-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-6493ec7a2414645ee9245408d3187923"2026-02-13 08:06.12: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src extunix.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn extunix.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y extunix.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-02-13 08:06.12: Waiting for resource in pool OCluster2026-02-13 08:33.03: Waiting for worker…2026-02-13 12:06.03: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine(from openbsd-77-amd64-ocaml-4.14)2026-02-13 12:06.03 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-13 12:06.03 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2026-02-13 12:06.03 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.5.02026-02-13 12:06.03 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD93a7bce43a..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-13 12:06.03 ---> using "e3d8020e6148736be9567c767a5936879ce67b4f9883f172aed29344b1a24b3e" from cache/: (copy (src extunix.opam) (dst /home/opam/src/./))2026-02-13 12:07.00 ---> saved as "7a71b2c24399099aceb82183c8fb86ee74a7822ccd38e8855eb774729005904c"/: (run (network host)(shell "opam pin add -yn extunix.dev '/home/opam/src/./'"))[extunix.dev] synchronised (file:///home/opam/src)extunix is now pinned to file:///home/opam/src (version dev)2026-02-13 12:07.54 ---> saved as "0651d56b307dc183fcc908e66043a3ada45f9c816e7594d3c21f298979fabf7c"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-02-13 12:08.53 ---> saved as "703de37aa318c838511e3ef3656a06392e1ff4fb13c4c5a15000a589d149ada6"/: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y extunix.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[extunix.dev] synchronised (file:///home/opam/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-02-13 12:09.58 ---> saved as "c76bbbc0d7829f861e21cee15b4e83bd9abcf8c976bf7cf3bb698b2296fad660"/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 12 packages- install base-bytes base- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.21.1-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.12.4-> installed ounit2.2.2.7-> installed dune-configurator.3.21.1-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-13 12:14.28 ---> saved as "70692150f9c3c36fdbc8f3cf38ef755bdd4336a9d2b040611df0537f6139df50"/: (copy (src .) (dst /home/opam/src))2026-02-13 12:15.11 ---> saved as "5f4bbdcf8eb2910ef5dc5d415b8f7eaf84340aca5ec057d3382ceb02692acc71"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src && ../discover/discover.exe)checking EVENTFD.............failedchecking ATFILE..............okchecking RENAMEAT2...........failedchecking RENAME_WHITEOUT.....failedchecking DIRFD...............okchecking STATVFS.............okchecking FSTATVFS............okchecking SIOCGIFCONF.........okchecking IFADDRS.............okchecking INET_NTOA...........okchecking INET_NTOP...........okchecking UNAME...............okchecking FADVISE.............failedchecking FALLOCATE...........failedchecking TTY_IOCTL...........okchecking TTYNAME.............okchecking CTERMID.............okchecking GETTID..............failedchecking PGID................okchecking SETREUID............okchecking FSYNC...............okchecking FDATASYNC...........okchecking SYNC................okchecking SYNCFS..............failedchecking REALPATH............okchecking SIGNALFD............failedchecking PTRACE..............failedchecking RESOURCE............okchecking MLOCKALL............okchecking STRPTIME............okchecking STRTIME.............okchecking TIMEZONE............okchecking TIMEGM..............okchecking PTS.................okchecking FCNTL...............okchecking TCPGRP..............okchecking EXECINFO............okchecking SETENV..............okchecking CLEARENV............failedchecking MKDTEMP.............okchecking MALLOC_INFO.........failedchecking MALLOC_STATS........failedchecking MEMALIGN............okchecking ENDIAN..............okchecking READ_CREDENTIALS....okchecking FEXECVE.............failedchecking SENDMSG.............okchecking PREAD...............okchecking PWRITE..............okchecking READ................okchecking WRITE...............okchecking MKSTEMPS............okchecking MKOSTEMPS...........okchecking SETRESUID...........okchecking SYSCONF.............okchecking SPLICE..............failedchecking TEE.................failedchecking VMSPLICE............failedchecking SOCKOPT.............okchecking TCP_KEEPIDLE........failedchecking TCP_KEEPCNT.........failedchecking TCP_KEEPINTVL.......failedchecking SO_REUSEPORT........okchecking POLL................okchecking SYSINFO.............failedchecking MCHECK..............failedchecking MOUNT...............failedchecking UNSHARE.............failedchecking CHROOT..............okchecking SYSLOG..............okchecking WAIT4...............ok(cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o atfile.o -c atfile.c)atfile.c:55:52: warning: passing 'const int[7]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]caml_unix_cst_to_constr(buf->st_mode & S_IFMT, file_kind_table,^~~~~~~~~~~~~~~atfile.c:14:41: note: passing argument to parameter 'tbl' hereextern value cst_to_constr(int n, int * tbl, int size, int deflt);^atfile.c:76:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]int flags = caml_convert_flag_list(v_flags, at_flags_table);^~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^atfile.c:95:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]int flags = caml_convert_flag_list(v_flags, at_flags_table);^~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^atfile.c:141:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]int flags = caml_convert_flag_list(v_flags, at_flags_table);^~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^atfile.c:158:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]int flags = caml_convert_flag_list(v_flags, at_flags_table);^~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^atfile.c:174:47: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]int flags = caml_convert_flag_list(v_flags, at_flags_table);^~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^6 warnings generated.(cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o mman.o -c mman.c)mman.c:11:47: warning: passing 'const int[2]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]int flags = caml_convert_flag_list(v_flags, mlockall_flags_table);^~~~~~~~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^1 warning generated.File "src/dune", line 55, characters 3-12:55 | read_cred^^^^^^^^^(cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o read_cred.o -c read_cred.c)read_cred.c:13:16: error: variable has incomplete type 'struct ucred'struct ucred crd;^read_cred.c:13:10: note: forward declaration of 'struct ucred'struct ucred crd;^1 error generated.File "src/dune", line 58, characters 3-11:58 | resource^^^^^^^^(cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o resource.o -c resource.c)resource.c:105:5: error: use of undeclared identifier 'RLIMIT_AS'RLIMIT_AS^1 error generated.(cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o syslog.o -c syslog.c)syslog.c:19:42: warning: passing 'const int[8]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]mask = caml_convert_flag_list(v_level, mask_table);^~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^syslog.c:67:45: warning: passing 'const int[5]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]option = caml_convert_flag_list(v_option, option_table);^~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^2 warnings generated.(cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wextra -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/bytes -o wait4.o -c wait4.c)wait4.c:51:49: warning: passing 'const int[2]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]options = caml_convert_flag_list(vwait_flags, wait_flag_table);^~~~~~~~~~~~~~~/home/opam/.opam/4.14.2/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter hereCAMLextern int caml_convert_flag_list (value, int *);^1 warning generated."cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-02-13 12:16.24: Job failed: Failed: Build failed