2026-06-30 19:36.55: New job: test avsm/ocaml-ctypes https://github.com/avsm/ocaml-ctypes.git#refs/heads/master (8e58a54e3d8b4657e856570ffecf4941d8d676ab) (openbsd-amd64:openbsd-78-amd64-4.14_opam-2.5)Base: openbsd-78-amd64-ocaml-4.14Opam 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 openbsd-78-amd64-ocaml-4.14# openbsd-78-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 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 --versionRUN opam update -uCOPY --chown=1000:1000 ctypes.opam ctypes-foreign.opam /home/opam/src/./RUN opam pin add -yn ctypes.dev '/home/opam/src/./' && \opam pin add -yn ctypes-foreign.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 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.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 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 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-30 19:36.55: Using cache hint "avsm/ocaml-ctypes-openbsd-78-amd64-ocaml-4.14-openbsd-78-amd64-4.14_opam-2.5-9412c22cc52a183636c481d08c24dfe4"2026-06-30 19:36.55: Using OBuilder spec:((from openbsd-78-amd64-ocaml-4.14)(comment openbsd-78-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 (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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src ctypes.opam ctypes-foreign.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn ctypes.dev '/home/opam/src/./' && \\nopam pin add -yn ctypes-foreign.dev '/home/opam/src/./'"))(run (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 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.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-30 19:36.55: Connecting to build cluster…2026-06-30 19:36.55: Waiting for resource in pool OCluster2026-06-30 21:26.45: Waiting for worker…2026-07-01 01:11.06: Got resource from pool OClusterBuilding on oregano.caelum.ci.devAll commits already cachedHEAD is now at 8e58a54 ctypes-foreign: add win32 depext(from openbsd-78-amd64-ocaml-4.14)2026-07-01 01:11.06 ---> using "8f070c393252618f9000040e24edb84715c1a77871dc70b8d312e18d58fd37ee" from cache/: (comment openbsd-78-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-07-01 01:11.06 ---> using "8b37a46f8ee9b07555ce46cb4c8db926568dff6fd00d38612e390d391558cbd5" from cache/: (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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADc6e8ed9559..8cd35acddd master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-07-01 01:11.06 ---> using "506384de64ec6e5a35ea99599092d28ac8ffd8e4e6576c3d31c14b888c156bdb" 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] synchronised from file:///home/opam/opam-repositorydefault (at file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-07-01 01:11.06 ---> using "1130c0ed3e632eb21a64dfadd36097243da67c961470703d1e5713e956bf494e" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.8The OCaml toplevel, version 4.14.42.5.02026-07-01 01:11.06 ---> using "e2d1db55373129a9da67a57dd13e33a5d9925e289d5933a92f3d8247d9d46e49" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes 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.5.1"), 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-07-01 01:11.06 ---> using "937275e2f3f902d051d1b4079c3eb91ca093675c75bacec318587a831d55a603" from cache/: (copy (src ctypes.opam ctypes-foreign.opam) (dst /home/opam/src/./))2026-07-01 01:12.12 ---> saved as "8015b799f727964e83db5997f72d168575623a66ee1dcbca8b9ab61aaad315ec"/: (run (network host)(shell "opam pin add -yn ctypes.dev '/home/opam/src/./' && \\nopam pin add -yn ctypes-foreign.dev '/home/opam/src/./'"))[ctypes.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on ctypes package definition from source at file:///home/opam/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:///home/opam/src (version dev)[ctypes-foreign.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on ctypes-foreign package definition from source at file:///home/opam/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:///home/opam/src (version dev)2026-07-01 01:13.01 ---> saved as "eff545a04cabc22b2004b2a506ec6bcec4cf7e478eeaf74a884fafea6ebf9b4c"/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-07-01 01:14.06 ---> saved as "21d9d09c5380aaa30ea32452613b5aa9e8f23af57107ba16c9821929b2b6ce43"/: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.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 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ctypes-foreign.dev] synchronised (file:///home/opam/src)[ctypes.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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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-07-01 01:15.01 ---> saved as "2ee0c089976569239334ce510ab0c2eb074e557e849a566fccdf4f3206e8e6cf"/: (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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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 15 packages- install base-bytes base- install conf-ncurses 1- install conf-pkg-config 5- install cppo 1.8.0- install csexp 1.5.2- install dune 3.24.0- install dune-configurator 3.24.0- install integers 0.8.0- install lwt 6.1.2- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ounit 2.2.7- install ounit2 2.2.7- install seq base- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved conf-pkg-config.5 (cached)-> installed conf-ncurses.1-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.5-> retrieved cppo.1.8.0 (cached)-> retrieved integers.0.8.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ocplib-endian.1.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.24.0-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.8.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.24.0-> installed lwt.6.1.2Done.# To update the current shell environment, run: eval $(opam env)2026-07-01 01:19.23 ---> saved as "a828e79e16a13de14dd27a5de2d58f6b2bb72b7a63823069849bb751c33529ab"/: (copy (src .) (dst /home/opam/src))2026-07-01 01:20.30 ---> saved as "49e932f4f3f5f36611fb63b008fda0428b042cadd44d31f5eca1f535d0734cdd"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-07-01 01:21.37 ---> saved as "d76c0e9c58c916f7b46a05461b523ca51934e770751089a524996682634bd260"Job succeeded2026-07-01 01:21.37: Job succeeded