Organisationsocurrentobuilder131b85 ()freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-05-22 09:48.17: 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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.23.1 dune-configurator.3.23.1 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-05-22 09:48.17: Using cache hint "ocurrent/obuilder-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-e77cc7a7cd891cd746edd62cb1ac37b4"
2026-05-22 09:48.17: 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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 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.23.1 dune-configurator.3.23.1 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-05-22 09:48.17: Waiting for resource in pool OCluster
2026-05-22 12:33.16: Waiting for worker…
2026-05-22 13:38.56: 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-05-22 13:35.50 ---> 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-05-22 13:35.50 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
dd592986d4..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-22 13:35.50 ---> using "fb3083ac8add2a4332c1de3c259b6a47598bafbb8d7b0e1e5e29c6b67f7a9368" 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] 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)


2026-05-22 13:35.50 ---> using "78a4a21c6992546881f03c67103b6069b09634072ed47b64152f6a67c50e9726" 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-05-22 13:35.51 ---> using "43c72d0347cbf09be0c1fd4cc67947aaff7d6ae679de74065c879f04bdf95654" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-22 13:35.51 ---> using "d979286dd9e14604e99df325f53a1345c6df7183f6e219b922aeaafa5a252095" 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-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.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-05-22 13:35.51 ---> using "1f120899db56a2e1ee0875447c3e55c03c975334bb3f7095405979436b3a79d0" from cache


/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2026-05-22 13:35.51 ---> saved as "62ea2840e3973ecc0d763df7eb9b72acfaebd9413f296dd6cef8376d721c5d13"


/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-05-22 13:35.53 ---> saved as "ca526a95fa93bada6649e8865473a50ce37305e21077a769b972afabfa4339f9"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-22 13:35.54 ---> saved as "07b6460746fc975b8d2be64864083bc17502272686931d502f69784fa81d8e16"


/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.23.1 dune-configurator.3.23.1 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-05-22 13:36.00 ---> saved as "a55bec3c038e1b54384ccb24dd758b39654a25e422dc7503253c89b2e7e0b717"


/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.23.1
 dune-configurator   3.23.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.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_sexp_conv.v0.16.0  (cached)
 retrieved ppx_deriving.6.0.3  (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.23.1, dune-configurator.3.23.1  (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.23.1
 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.23.1
 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-05-22 13:37.23 ---> saved as "63a04c3eed92500333598a0c6b02d975d1626043f6c941d05cc0b0b470f2386c"


/src: (copy (src .) (dst /src))
2026-05-22 13:37.24 ---> saved as "42bfacc6bfc3495fd1ab32e3a94966be3d33f496675fea2a0729ce88406d7b14"


/src: (run (shell "opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build"))
2026-05-22 13:37.25 ---> saved as "3a5d290535981a865d2e7e6354099e3f262d427800fc730dcf8c0599d7836f60"
Job succeeded
2026-05-22 13:44.44: Job succeeded