Organisationsmbarbinpplumbingdb1aca (dependabot/github_actions/actions/checkout-6.0.2)freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-13 08:05.49: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (db1acafa99615f95d51918a9ccbcbea772e2726c) (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/pplumbing.git" -b "dependabot/github_actions/actions/checkout-6.0.2" && cd "pplumbing" && git reset --hard db1acafa
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 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam ./
RUN opam pin add -yn pplumbing.dev './' && \
opam pin add -yn pplumbing-tests.dev './' && \
opam pin add -yn pplumbing-pp-tty.dev './' && \
opam pin add -yn pplumbing-log.dev './' && \
opam pin add -yn pplumbing-log-cli.dev './' && \
opam pin add -yn pplumbing-err.dev './' && \
opam pin add -yn pplumbing-dev.dev './' && \
opam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
opam pin add -yn cmdlang-climate-err-runner.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 loc.0.3.3 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build


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


2026-02-13 08:05.49: Using cache hint "mbarbin/pplumbing-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-30c7293479781836595793d16bb2df38"
2026-02-13 08:05.49: 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 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn pplumbing.dev './' && \
\nopam pin add -yn pplumbing-tests.dev './' && \
\nopam pin add -yn pplumbing-pp-tty.dev './' && \
\nopam pin add -yn pplumbing-log.dev './' && \
\nopam pin add -yn pplumbing-log-cli.dev './' && \
\nopam pin add -yn pplumbing-err.dev './' && \
\nopam pin add -yn pplumbing-dev.dev './' && \
\nopam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
\nopam pin add -yn cmdlang-climate-err-runner.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 loc.0.3.3 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 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 pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.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=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build"))
)


2026-02-13 08:05.49: Waiting for resource in pool OCluster
2026-02-13 08:05.49: Waiting for worker…
2026-02-13 08:33.34: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at db1acaf Bump actions/checkout from 6.0.1 to 6.0.2


(from freebsd-14.3-ocaml-4.14)
2026-02-13 08:34.27 ---> 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-02-13 08:34.29 ---> 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-02-13 08:34.29 ---> 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-02-13 08:34.30 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-13 08:34.31 ---> 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 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..302e116c40  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-13 08:34.32 ---> using "d8498f998c51008a338531bbd919bc5760cff9bad513a2034c195ce03e600781" from cache


/src: (copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)
(dst ./))
2026-02-13 08:34.32 ---> using "3628f570ef370565030186531e4fde3bec85380ff7af236d70c151d4ea6796fd" from cache


/src: (run (network host)
(shell  "opam pin add -yn pplumbing.dev './' && \
\nopam pin add -yn pplumbing-tests.dev './' && \
\nopam pin add -yn pplumbing-pp-tty.dev './' && \
\nopam pin add -yn pplumbing-log.dev './' && \
\nopam pin add -yn pplumbing-log-cli.dev './' && \
\nopam pin add -yn pplumbing-err.dev './' && \
\nopam pin add -yn pplumbing-dev.dev './' && \
\nopam pin add -yn cmdlang-cmdliner-err-runner.dev './' && \
\nopam pin add -yn cmdlang-climate-err-runner.dev './'"))
[pplumbing.dev] synchronised (file:///src)
pplumbing is now pinned to file:///src (version dev)
[NOTE] Package pplumbing-tests does not exist in opam repositories registered in the current switch.
[pplumbing-tests.dev] synchronised (file:///src)
pplumbing-tests is now pinned to file:///src (version dev)
[pplumbing-pp-tty.dev] synchronised (file:///src)
pplumbing-pp-tty is now pinned to file:///src (version dev)
[pplumbing-log.dev] synchronised (file:///src)
pplumbing-log is now pinned to file:///src (version dev)
[pplumbing-log-cli.dev] synchronised (file:///src)
pplumbing-log-cli is now pinned to file:///src (version dev)
[pplumbing-err.dev] synchronised (file:///src)
pplumbing-err is now pinned to file:///src (version dev)
[NOTE] Package pplumbing-dev does not exist in opam repositories registered in the current switch.
[pplumbing-dev.dev] synchronised (file:///src)
pplumbing-dev is now pinned to file:///src (version dev)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///src)
cmdlang-cmdliner-err-runner is now pinned to file:///src (version dev)
[NOTE] Package cmdlang-climate-err-runner does not exist in opam repositories registered in the current switch.
[cmdlang-climate-err-runner.dev] synchronised (file:///src)
cmdlang-climate-err-runner is now pinned to file:///src (version dev)
2026-02-13 08:34.33 ---> using "887c6613ec7875e2d4fa0eccbf60f15f1b015e6705b454c5920f9bfb7ff40a05" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-13 08:34.34 ---> using "c5fb939ab457a75e3df084f8dac83984810b7e306c4189662c385cef91fdfda1" from cache


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 loc.0.3.3 logs.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 top-closure.3.21.1 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 pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[pplumbing.dev] synchronised (file:///src)
[cmdlang-cmdliner-err-runner.dev] synchronised (file:///src)
[pplumbing-err.dev] synchronised (file:///src)
[cmdlang-climate-err-runner.dev] synchronised (file:///src)
[pplumbing-log.dev] synchronised (file:///src)
[pplumbing-pp-tty.dev] synchronised (file:///src)
[pplumbing-log-cli.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-13 08:34.35 ---> using "d26f44bf49a5289373af2a5443d68938268ed8f6ef60df286e16cb3c926fd67b" 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 23 packages
 astring             0.8.5
 climate             0.9.0
 cmdlang             0.0.10
 cmdlang-to-climate  0.0.10
 cmdlang-to-cmdliner 0.0.10
 cmdliner            2.1.0
 csexp               1.5.2
 dune                3.21.1
 dyn                 3.21.1
 fmt                 0.11.0
 fpath               0.7.3
 fs-io               3.21.1
 loc                 0.3.3
 logs                0.10.0
 ocamlbuild          0.16.1
 ocamlfind           1.9.8
 ordering            3.21.1
 parsexp             v0.16.0
 pp                  2.0.0
 sexplib0            v0.16.0
 stdune              3.21.1
 top-closure         3.21.1
 topkg               1.1.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cmdlang.0.0.10, cmdlang-to-climate.0.0.10, cmdlang-to-cmdliner.0.0.10  (cached)
 retrieved climate.0.9.0  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved cmdliner.2.1.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved loc.0.3.3  (cached)
 retrieved logs.0.10.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved parsexp.v0.16.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved pp.2.0.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1  (cached)
 installed ocamlbuild.0.16.1
 installed cmdliner.2.1.0
 installed ocamlfind.1.9.8
 installed topkg.1.1.1
 installed fmt.0.11.0
 installed astring.0.8.5
 installed logs.0.10.0
 installed fpath.0.7.3
 installed dune.3.21.1
 installed sexplib0.v0.16.0
 installed pp.2.0.0
 installed csexp.1.5.2
 installed cmdlang.0.0.10
 installed climate.0.9.0
 installed cmdlang-to-cmdliner.0.0.10
 installed cmdlang-to-climate.0.0.10
 installed ordering.3.21.1
 installed fs-io.3.21.1
 installed top-closure.3.21.1
 installed parsexp.v0.16.0
 installed dyn.3.21.1
 installed stdune.3.21.1
 installed loc.0.3.3
Done.
2026-02-13 08:34.36 ---> using "597631579dc987f8841bce8277e3ab956a18f66cec0ca8556afcaa64835deec7" from cache


/src: (copy (src .) (dst /src))
2026-02-13 08:34.39 ---> saved as "eb635edf6986e2cd6889b0223204ab7ee6490e0475eb95ad974abd67c465b352"


/src: (run (shell "opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build"))
2026-02-13 08:34.46 ---> saved as "af27e2cdb1930e81968721c2f92efbbb00e5c870be4fe57aff57b0e403fdb1fe"
Job succeeded
2026-02-13 08:37.31: Job succeeded