2026-04-29 12:51.25: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5) Base: freebsd-15.0-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/203/head" && git reset --hard 131b8564 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-15.0-ocaml-4.14 # freebsd-15.0-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./ RUN opam pin add -yn obuilder.dev './' && \ opam pin add -yn obuilder-spec.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder-spec.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-29 12:51.25: Using cache hint "ocurrent/obuilder-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-accaf085f9b74614ad017608b0e4a99b" 2026-04-29 12:51.25: Using OBuilder spec: ((from freebsd-15.0-ocaml-4.14) (comment freebsd-15.0-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 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1") (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 obuilder-spec.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 --only-packages=obuilder-spec @install @check @runtest && rm -rf _build")) ) 2026-04-29 12:51.25: Waiting for resource in pool OCluster 2026-04-29 17:19.18: Waiting for worker… 2026-04-29 18:34.52: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 131b856 Rewrite to use latest EIO (from freebsd-15.0-ocaml-4.14) 2026-04-29 18:27.30 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache /: (comment freebsd-15.0-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-04-29 18:27.30 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-04-29 18:27.31 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 15.0-RELEASE-p6 The OCaml toplevel, version 4.14.3 2.5.0 2026-04-29 18:27.31 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-29 18:27.32 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u")) 24618e1786 Merge pull request #29744 from nmatschke/opam-publish-base.v0.16.5 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2026-04-29 18:27.32 ---> using "f9bd564f95447c57c3514d6087d05fbe8cf183ac9d04cad195d571cfb077ac95" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-04-29 18:27.33 ---> saved as "c5ad77b22b985ffa2d1625b7beee9e23a4d39f00f65c27153052583010d0ec5c" /src: (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) [obuilder.dev] synchronised (file:///src) obuilder is now pinned to file:///src (version dev) [obuilder-spec.dev] synchronised (file:///src) obuilder-spec is now pinned to file:///src (version dev) 2026-04-29 18:27.35 ---> saved as "b1ae9037e04c073855bddedc0634af7ad6af3d6ab30cfdfd5e261ae4a0f89b41" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-29 18:27.36 ---> saved as "63e819d22eae05edef66ae51ed0286cc584bec3d4df45e57f270ea792e7e734e" /src: (env DEPS "astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1") /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 obuilder-spec.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obuilder-spec.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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-04-29 18:27.45 ---> saved as "a2000002cb8b102b1a64513bd1c42f3492720e35228aee3d80e9a8e4870c517a" /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 20 packages ∗ astring 0.8.5 ∗ base v0.16.5 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ dune 3.22.2 ∗ dune-configurator 3.22.2 ∗ fmt 0.11.0 ∗ num 1.6 ∗ ocaml-compiler-libs v0.12.4 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ parsexp v0.16.0 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.0.3 ∗ ppx_sexp_conv v0.16.0 ∗ ppxlib 0.35.0 ∗ sexplib v0.16.0 ∗ sexplib0 v0.16.0 ∗ stdlib-shims 0.3.0 ∗ topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved base.v0.16.5 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved num.1.6 (cached) ⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved parsexp.v0.16.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving.6.0.3 (cached) ⬇ retrieved ppx_sexp_conv.v0.16.0 (cached) ⬇ retrieved sexplib.v0.16.0 (cached) ⬇ retrieved sexplib0.v0.16.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved ppxlib.0.35.0 (cached) ⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) ∗ installed num.1.6 ∗ installed ocamlbuild.0.16.1 ∗ installed ocamlfind.1.9.8 ∗ installed topkg.1.1.1 ∗ installed fmt.0.11.0 ∗ installed astring.0.8.5 ∗ installed dune.3.22.2 ∗ installed stdlib-shims.0.3.0 ∗ installed ppx_derivers.1.2.1 ∗ installed csexp.1.5.2 ∗ installed sexplib0.v0.16.0 ∗ installed ocaml-compiler-libs.v0.12.4 ∗ installed cppo.1.8.0 ∗ installed dune-configurator.3.22.2 ∗ installed parsexp.v0.16.0 ∗ installed sexplib.v0.16.0 ∗ installed base.v0.16.5 ∗ installed ppxlib.0.35.0 ∗ installed ppx_deriving.6.0.3 ∗ installed ppx_sexp_conv.v0.16.0 Done. 2026-04-29 18:29.50 ---> saved as "9d9cbb183b074812a3a2eadaf4e0f75397916a31bb3e15477cbf36d68a82b2e5" /src: (copy (src .) (dst /src)) 2026-04-29 18:29.51 ---> saved as "21731fd789f85eb07065b2f316e735c8f5d4304a6420546ef1ded37179c4ab91" /src: (run (shell "opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build")) 2026-04-29 18:29.55 ---> saved as "22f1ad2576514d1454ec3c1f60504205531e00b515ff60e1839a8bacbd57a892" Job succeeded 2026-04-29 18:37.18: Job succeeded