2026-02-13 08:06.12: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)Base: freebsd-14.3-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 freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./RUN opam pin add -yn extunix.dev './'RUN echo '(lang dune 3.0)' > './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 . /srcRUN 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-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-6493ec7a2414645ee9245408d3187923"2026-02-13 08:06.12: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(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 ./))(run (network host)(shell "opam pin add -yn extunix.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './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 /src))(run (shell "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:07.04: Waiting for worker…2026-02-13 08:52.16: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine(from freebsd-14.3-ocaml-4.14)2026-02-13 08:49.32 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-02-13 08:49.33 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" from cache/src: (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.This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-02-13 08:49.33 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-02-13 08:49.33 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-13 08:49.34 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache/src: (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_HEAD71325ac6ed..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, 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.2026-02-13 08:49.34 ---> using "d8498f998c51008a338531bbd919bc5760cff9bad513a2034c195ce03e600781" from cache/src: (copy (src extunix.opam) (dst ./))2026-02-13 08:49.36 ---> saved as "95c3b0f4cd272a5ffe400d073b2dc18568562bb27b61c553dd96ce7bce5623fc"/src: (run (network host)(shell "opam pin add -yn extunix.dev './'"))[extunix.dev] synchronised (file:///src)extunix is now pinned to file:///src (version dev)2026-02-13 08:49.38 ---> saved as "9b6e3a5e8f96e4ab1d9e364ba04da30ed8c214db076e5bf0f24b5bf55335e2f3"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-13 08:49.39 ---> saved as "f9e0be9d2f63b13d009d8ff81cae777e4be0f8954443abdeea49443299870bce"/src: (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")/src: (env CI true)/src: (env OCAMLCI true)/src: (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:///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).2026-02-13 08:49.51 ---> saved as "4beda34225684fbca89854be2824e138781aefeccc3e1cd95fe0a135846ef0ae"/src: (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∗ base-bytes base∗ csexp 1.5.2∗ dune 3.21.1∗ dune-configurator 3.21.1∗ ocaml-compiler-libs v0.12.4∗ 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<><> 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 stdlib-shims.0.3.0∗ installed ppx_derivers.1.2.1∗ installed csexp.1.5.2∗ installed ounit2.2.2.7∗ installed sexplib0.v0.17.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed dune-configurator.3.21.1∗ installed ppxlib.0.37.0Done.2026-02-13 08:52.23 ---> saved as "596a6849a212d788654dd695c63772a7fbb9149f73895f0e4f6e7ca6024d61f6"/src: (copy (src .) (dst /src))2026-02-13 08:52.25 ---> saved as "82a916d7f93c65646885aa15d13ea54238292af9e3f024c8366444fa025a37fc"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src && ../discover/discover.exe)checking EVENTFD.............okchecking ATFILE..............okchecking RENAMEAT2...........failedchecking RENAME_WHITEOUT.....failedchecking DIRFD...............okchecking STATVFS.............okchecking FSTATVFS............okchecking SIOCGIFCONF.........failedchecking IFADDRS.............okchecking INET_NTOA...........okchecking INET_NTOP...........okchecking UNAME...............okchecking FADVISE.............failedchecking FALLOCATE...........failedchecking TTY_IOCTL...........failedchecking 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............failedchecking TIMEGM..............failedchecking 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....failedchecking FEXECVE.............okchecking SENDMSG.............failedchecking PREAD...............okchecking PWRITE..............okchecking READ................okchecking WRITE...............okchecking MKSTEMPS............failedchecking MKOSTEMPS...........failedchecking SETRESUID...........failedchecking SYSCONF.............okchecking SPLICE..............failedchecking TEE.................failedchecking VMSPLICE............failedchecking SOCKOPT.............okchecking TCP_KEEPIDLE........failedchecking TCP_KEEPCNT.........failedchecking TCP_KEEPINTVL.......failedchecking SO_REUSEPORT........failedchecking POLL................okchecking SYSINFO.............failedchecking MCHECK..............failedchecking MOUNT...............failedchecking UNSHARE.............failedchecking CHROOT..............failedchecking SYSLOG..............okchecking WAIT4...............failed(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]11 | 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 here60 | CAMLextern int caml_convert_flag_list (value, int *);| ^1 warning 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 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]55 | caml_unix_cst_to_constr(buf->st_mode & S_IFMT, file_kind_table,| ^~~~~~~~~~~~~~~atfile.c:14:41: note: passing argument to parameter 'tbl' here14 | extern 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]76 | 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 here60 | CAMLextern 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]95 | 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 here60 | CAMLextern 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]141 | 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 here60 | CAMLextern 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]158 | 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 here60 | CAMLextern 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]174 | 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 here60 | CAMLextern 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 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]19 | 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 here60 | CAMLextern 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]67 | 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 here60 | CAMLextern int caml_convert_flag_list (value, int *);| ^2 warnings generated.(cd _build/default/test && ./testba.exe)......Ran: 6 tests in: 0.01 seconds.OK(cd _build/default/test && ./test.exe)..SS......S................S.S....SS.SSSSSRan: 42 tests in: 0.03 seconds.OK: Cases: 42 Skip: 122026-02-13 08:52.42 ---> saved as "e8ed8b837ff7ba13962014522bec992cfdaca422799dcc0f87e8c809b20095b0"Job succeeded2026-02-13 08:55.27: Job succeeded