2026-02-15 23:18.40: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5) Base: freebsd-14.3-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-14.3-ocaml-4.14 # freebsd-14.3-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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-02-15 23:18.40: Using cache hint "ocurrent/obuilder-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-f2d614efb78dbf9e3bdf0e5086cf7971" 2026-02-15 23:18.40: 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 obuilder.opam obuilder-spec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-02-15 23:18.40: Waiting for resource in pool OCluster 2026-02-15 23:18.40: Waiting for worker… 2026-02-15 23:18.40: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 131b856 Rewrite to use latest EIO (from freebsd-14.3-ocaml-4.14) 2026-02-15 23:16.28 ---> saved as "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" /: (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-15 23:16.33 ---> saved as "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" /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-02-15 23:17.57 ---> saved as "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 4.14.2 2.5.0 2026-02-15 23:18.03 ---> saved as "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-15 23:18.09 ---> saved as "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" /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_HEAD 71325ac6ed..66fe1c299d master -> origin/master 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 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.4.0 - ocaml-config.3 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. 2026-02-15 23:19.39 ---> saved as "d8498f998c51008a338531bbd919bc5760cff9bad513a2034c195ce03e600781" /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-02-15 23:19.41 ---> saved as "ae0fc7c9515a70d64fa9970c65d1453e8f42b15fdb5e5ccdf385ee495c530cfa" /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-02-15 23:19.50 ---> saved as "41cbf7953f6772d143872baef092f606531f3d963677f6c92bd078b3798b2dac" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-15 23:19.53 ---> saved as "01272836680c560f7e19d2bf9a3627dcd9004bc47d43ce480c6deb521e259b3f" /src: (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.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-15 23:20.23 ---> saved as "5903b38cfa11278d5ac167de1565dfa2a94967d7794cc8117a8558ccfafdc7fa" /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 20 packages ∗ astring 0.8.5 ∗ base v0.16.4 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ dune 3.21.1 ∗ dune-configurator 3.21.1 ∗ 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.4 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached) ⬇ retrieved num.1.6 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved parsexp.v0.16.0 (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.21.1, dune-configurator.3.21.1 (cached) ∗ installed ocamlbuild.0.16.1 ∗ installed num.1.6 ∗ installed ocamlfind.1.9.8 ∗ installed topkg.1.1.1 ∗ installed fmt.0.11.0 ∗ installed astring.0.8.5 ∗ installed dune.3.21.1 ∗ installed ppx_derivers.1.2.1 ∗ installed stdlib-shims.0.3.0 ∗ 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.21.1 ∗ installed parsexp.v0.16.0 ∗ installed sexplib.v0.16.0 ∗ installed base.v0.16.4 ∗ installed ppxlib.0.35.0 ∗ installed ppx_deriving.6.0.3 ∗ installed ppx_sexp_conv.v0.16.0 Done. 2026-02-15 23:23.49 ---> saved as "0526d3ce4d83d4aadcfa067f51a24223920d0faf90241f590bd8bc776690486b" /src: (copy (src .) (dst /src)) 2026-02-15 23:23.51 ---> saved as "7647a7235e46f35d5718ae75e138f32232bc40ccbc29f8ded75175e376a17062" /src: (run (shell "opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build")) 2026-02-15 23:23.54 ---> saved as "8e2dc76bf0aadd001af58a104e88974f2ca171bc595ff66a95e73367e414c258" Job succeeded 2026-02-15 23:26.35: Job succeeded