2026-06-30 19:40.41: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (freebsd-x86_64:freebsd-15.1-5.5_opam-2.5)Base: freebsd-15.1-ocaml-5.5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/avsm/ocaml-ctypes.git" -b "master" && cd "ocaml-ctypes" && git reset --hard 8e58a54ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.1-ocaml-5.5# freebsd-15.1-5.5_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 cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 ctypes.opam ctypes-foreign.opam ./RUN opam pin add -yn ctypes.dev './' && \opam pin add -yn ctypes-foreign.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ctypes.dev ctypes-foreign.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-06-30 19:40.41: Using cache hint "avsm/ocaml-ctypes-freebsd-15.1-ocaml-5.5-freebsd-15.1-5.5_opam-2.5-55013467506b9be4cfd5502916553278"2026-06-30 19:40.41: Using OBuilder spec:((from freebsd-15.1-ocaml-5.5)(comment freebsd-15.1-5.5_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src ctypes.opam ctypes-foreign.opam) (dst ./))(run (network host)(shell "opam pin add -yn ctypes.dev './' && \\nopam pin add -yn ctypes-foreign.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base 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 ctypes.dev ctypes-foreign.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-06-30 19:40.41: Waiting for resource in pool OCluster2026-07-01 00:10.32: Waiting for worker…2026-07-01 01:11.48: Got resource from pool OClusterBuilding on rosemaryhint: Using 'master' as the name for the initial branch. This default branch namehint: will change to "main" in Git 3.0. To configure the initial branch namehint: to use in all of your new repositories, which will suppress this warning,hint: call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>hint:hint: Disable this message with "git config set advice.defaultBranchName false"Initialized empty Git repository in /obuilder/state/git/ocaml-ctypes.git-c5c079828577a1b77d20546f95400a6daef26314/.git/HEAD is now at 8e58a54 ctypes-foreign: add win32 depext(from freebsd-15.1-ocaml-5.5)2026-07-01 01:02.53 ---> using "c0f2834d004ccad5a390ed71c5785576b6d31a2a28999ac127c85c24125a0047" from cache/: (comment freebsd-15.1-5.5_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-07-01 01:02.54 ---> using "6668f2248e2e0f4b0fd486b9a2d7e676978976da23faea9b5ce70e8bc0bac656" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-07-01 01:02.55 ---> using "1d05197c76c030ae470ccf576f6f7f07521a1842f8b2b485e760ae3fa1406b66" 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-07-01 01:02.55 ---> using "f50c225cc9c52c920fa85dd583c6ab1760f97abb126df5f665d7b9e9a3eae54d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.1-RELEASEThe OCaml toplevel, version 5.5.02.5.02026-07-01 01:02.55 ---> using "7a23e0c9c82056f4e36e17c4dd758a8b7a6f79167a5124e1c603f7cd4f0d4717" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-07-01 01:02.56 ---> using "3cd7c065fc9e06aa14766c6c89c0eb8e69891d50e85d9d97a4ac056e22219b10" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes 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.5.1However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-07-01 01:02.56 ---> using "3284efda536c7d6169a1ab767f398ea8eead92f60e3cd24e38650979d3bc6500" from cache/src: (copy (src ctypes.opam ctypes-foreign.opam) (dst ./))2026-07-01 01:02.57 ---> saved as "a72d9f6a843f2203434abca0e4e42d3713c363204d04fe2fa1220799a83f20a6"/src: (run (network host)(shell "opam pin add -yn ctypes.dev './' && \\nopam pin add -yn ctypes-foreign.dev './'"))[ctypes.dev] synchronised (file:///src)[WARNING] Failed checks on ctypes package definition from source at file:///src:warning 48: The fields 'build-test:' and 'build-doc:' are deprecated, and should be replaced by uses of the 'with-test' and 'with-doc' filter variables in the 'build:' and 'install:' fields, and by the newer 'run-test:' fielderror 52: Package is needlessly flagged "light-uninstall", since it has no remove instructionsctypes is now pinned to file:///src (version dev)[ctypes-foreign.dev] synchronised (file:///src)[WARNING] Failed checks on ctypes-foreign package definition from source at file:///src:error 3: File format error in 'depends' at line 47, column 0: Duplicate field dependswarning 47: Synopsis should start with a capital and not end with a dotwarning 68: Missing field 'license'ctypes-foreign is now pinned to file:///src (version dev)2026-07-01 01:03.00 ---> saved as "abea9dd5199b3335e4666fd6a21ef1e5ab616878dbba29fd03dba2b17c8e6b86"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-07-01 01:03.01 ---> saved as "8be0f20837acff76a8b5ba1a4e0c651615a4fa06b7fc19ed78c6fb399e7fb88a"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-ncurses.1 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 integers.0.8.0 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 seq.base 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 ctypes.dev ctypes-foreign.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ctypes-foreign.dev] synchronised (file:///src)[ctypes.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:ncurses<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "ncurses"- Updating FreeBSD-ports repository catalogue...- FreeBSD-ports repository is up to date.- Updating FreeBSD-ports-kmods repository catalogue...- FreeBSD-ports-kmods repository is up to date.- All repositories are up to date.- The following 1 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- ncurses: 6.6 [FreeBSD-ports]-- Number of packages to be installed: 1-- The process will require 4 MiB more space.- 1 MiB to be downloaded.- [rosemary] [1/1] Fetching ncurses-6.6: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Installing ncurses-6.6...- [rosemary] [1/1] Extracting ncurses-6.6: .......... done- =====- Message from ncurses-6.6:-- --- To get the terminfo database please install the terminfo-db package:- pkg install terminfo-db2026-07-01 01:03.08 ---> saved as "d44d4906e5b7f32dba70e2e4c8f194cc4caa3c795d2f309b27abd67f1770f333"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 15 packages∗ base-bytes base∗ conf-ncurses 1∗ conf-pkg-config 5∗ cppo 1.8.0∗ csexp 1.5.2∗ dune 3.24.0∗ dune-configurator 3.24.0∗ integers 0.8.0∗ lwt 6.1.2∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ ounit 2.2.7∗ ounit2 2.2.7∗ seq base∗ stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved conf-pkg-config.5 (cached)∗ installed conf-ncurses.1⬇ retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)⬇ retrieved integers.0.8.0 (cached)∗ installed conf-pkg-config.5⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved lwt.6.1.2 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved ounit.2.2.7, ounit2.2.2.7 (cached)∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed dune.3.24.0∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed cppo.1.8.0∗ installed ocplib-endian.1.2∗ installed integers.0.8.0∗ installed ounit2.2.2.7∗ installed ounit.2.2.7∗ installed dune-configurator.3.24.0∗ installed lwt.6.1.2Done.2026-07-01 01:05.38 ---> saved as "4cfa12ff5c6d474f85bf8ce8cf40f36af78e94eec28b35ce0f13568ec70b381a"/src: (copy (src .) (dst /src))2026-07-01 01:05.39 ---> saved as "401e10baa997c2a8a3f4394c4be0f00b08bb1204818befedd2ca575ac1379a53"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-07-01 01:05.40 ---> saved as "6836cba0a682b0e00e0ffa9040fb064f0e6df9b2d8f682794ebe875fdf6dd168"Job succeeded2026-07-01 01:14.36: Job succeeded