Organisationsmbarbinprint-table23d726 (setup-dune-more-ci)freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-01-09 21:46.15: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/setup-dune-more-ci (23d7267d5ce7c4e68189b42598f8431c132561db) (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/mbarbin/print-table.git" -b "setup-dune-more-ci" && cd "print-table" && git reset --hard 23d7267d
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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 print-table.opam print-table-tests.opam print-table-dev.opam ./
RUN opam pin add -yn print-table.dev './' && \
opam pin add -yn print-table-tests.dev './' && \
opam pin add -yn print-table-dev.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 jane-street-headers.v0.16.0 jst-config.v0.16.0 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 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y print-table.dev print-table-tests.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-01-09 21:46.15: Using cache hint "mbarbin/print-table-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-d25398eaebb4bdfbbd7d0cd351c11c44"
2026-01-09 21:46.15: 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn print-table.dev './' && \
\nopam pin add -yn print-table-tests.dev './' && \
\nopam pin add -yn print-table-dev.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 jane-street-headers.v0.16.0 jst-config.v0.16.0 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 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")
(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 print-table.dev print-table-tests.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=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
)


2026-01-09 21:46.15: Waiting for resource in pool OCluster
2026-01-10 06:39.04: Waiting for worker…
2026-01-10 08:25.21: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 23d7267 Experiment with a setup-dune based more-ci workflow


(from freebsd-14.3-ocaml-4.14)
2026-01-10 08:21.31 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


/: (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-01-10 08:21.31 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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-01-10 08:21.32 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache


/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-01-10 08:21.32 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-10 08:21.32 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> 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-01-10 08:21.33 ---> using "3e9bd2973e27374c893b9b086e368da08d72ae027d79177e19f50df0b0bf85a7" from cache


/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
2026-01-10 08:21.33 ---> using "66dcefaa2aae09cec677424c734cb087855f8c088f00577a34b21d89398170ca" from cache


/src: (run (network host)
(shell  "opam pin add -yn print-table.dev './' && \
\nopam pin add -yn print-table-tests.dev './' && \
\nopam pin add -yn print-table-dev.dev './'"))
[print-table.dev] synchronised (file:///src)
print-table is now pinned to file:///src (version dev)
[NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch.
[print-table-tests.dev] synchronised (file:///src)
print-table-tests is now pinned to file:///src (version dev)
[NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch.
[print-table-dev.dev] synchronised (file:///src)
print-table-dev is now pinned to file:///src (version dev)
2026-01-10 08:21.33 ---> using "e429207e68a2f3f517150879d18902b7a699e0546493d9c47894ebf0655454c7" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-10 08:21.33 ---> using "3ecf6444ceb8700dc70b1d7f7fd5866bfd1bfc8d1cd050bd77dd0e83733a5426" from cache


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 jane-street-headers.v0.16.0 jst-config.v0.16.0 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 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")


/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 print-table.dev print-table-tests.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[print-table-tests.dev] synchronised (file:///src)
[print-table.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-01-10 08:21.33 ---> using "7dadb77e6c3b1715f237e46563f496d63b931b83c2cc3392736fbe40955c369b" from cache


/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 34 packages
 base                v0.16.4
 csexp               1.5.2
 dune                3.20.2
 dune-configurator   3.20.2
 jane-street-headers v0.16.0
 jst-config          v0.16.0
 ocaml-compiler-libs v0.12.4
 ocamlbuild          0.16.1
 ocamlfind           1.9.8
 ppx_assert          v0.16.0
 ppx_base            v0.16.0
 ppx_cold            v0.16.0
 ppx_compare         v0.16.0
 ppx_derivers        1.2.1
 ppx_enumerate       v0.16.0
 ppx_expect          v0.16.2
 ppx_globalize       v0.16.0
 ppx_hash            v0.16.0
 ppx_here            v0.16.0
 ppx_inline_test     v0.16.1
 ppx_optcomp         v0.16.0
 ppx_sexp_conv       v0.16.0
 ppxlib              0.35.0
 printbox            0.12
 printbox-md         0.12
 printbox-text       0.12
 re                  1.14.0
 sexplib0            v0.16.0
 stdio               v0.16.0
 stdlib-shims        0.3.0
 time_now            v0.16.0
 topkg               1.1.1
 uucp                17.0.0
 uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved csexp.1.5.2  (cached)
 retrieved base.v0.16.4  (cached)
 retrieved jane-street-headers.v0.16.0  (cached)
 retrieved jst-config.v0.16.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ppx_assert.v0.16.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ppx_cold.v0.16.0  (cached)
 retrieved ppx_base.v0.16.0  (cached)
 retrieved ppx_compare.v0.16.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_enumerate.v0.16.0  (cached)
 retrieved ppx_globalize.v0.16.0  (cached)
 retrieved ppx_expect.v0.16.2  (cached)
 retrieved ppx_hash.v0.16.0  (cached)
 retrieved ppx_here.v0.16.0  (cached)
 retrieved ppx_inline_test.v0.16.1  (cached)
 retrieved ppx_optcomp.v0.16.0  (cached)
 retrieved ppx_sexp_conv.v0.16.0  (cached)
 retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
 retrieved re.1.14.0  (cached)
 retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved stdio.v0.16.0  (cached)
 retrieved ppxlib.0.35.0  (cached)
 retrieved time_now.v0.16.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 installed ocamlbuild.0.16.1
 retrieved uutf.1.0.4  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved uucp.17.0.0  (cached)
 installed ocamlfind.1.9.8
 installed topkg.1.1.1
 installed uutf.1.0.4
 installed dune.3.20.2
 installed jane-street-headers.v0.16.0
 installed ppx_derivers.1.2.1
 installed printbox.0.12
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.16.0
 installed re.1.14.0
 installed ocaml-compiler-libs.v0.12.4
 installed dune-configurator.3.20.2
 installed base.v0.16.4
 installed stdio.v0.16.0
 installed ppxlib.0.35.0
 installed ppx_globalize.v0.16.0
 installed ppx_cold.v0.16.0
 installed ppx_here.v0.16.0
 installed ppx_enumerate.v0.16.0
 installed ppx_optcomp.v0.16.0
 installed ppx_compare.v0.16.0
 installed ppx_sexp_conv.v0.16.0
 installed uucp.17.0.0
 installed printbox-text.0.12
 installed ppx_assert.v0.16.0
 installed ppx_hash.v0.16.0
 installed printbox-md.0.12
 installed ppx_base.v0.16.0
 installed jst-config.v0.16.0
 installed time_now.v0.16.0
 installed ppx_inline_test.v0.16.1
 installed ppx_expect.v0.16.2
Done.
2026-01-10 08:21.34 ---> using "cd6f1fdd0aff1d1744bd49684420649df2aa2c4243e595838d07ec59d196ed5c" from cache


/src: (copy (src .) (dst /src))
2026-01-10 08:21.34 ---> saved as "570a2dc314169e05be571809ac2e1ff3f28a68ce5d6aa8d459a851268ea93ec5"


/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
2026-01-10 08:21.36 ---> saved as "6cd3fd317ffc14c9826a48cae8b62df586f117206a5e678f27fd0709a0923d19"
Job succeeded
2026-01-10 08:25.28: Job succeeded