Build:
- 0
2026-01-22 10:05.10: New job: test naboris.0.1.0 with menhirSdk.20260122, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29263/head (a41cdc247c161570d5dec8f44fe801d1b5bb4321)
on debian-13-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29263/head" && git reset --hard a41cdc24
git fetch origin master
git merge --no-edit 5bcf75c1acf9cccbe4dfd7e6c4ad828446384c0f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn menhirSdk.20260122 20260122
RUN opam reinstall menhirSdk.20260122; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'menhirSdk.20260122' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall naboris.0.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'naboris.0.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test naboris.0.1.0) || true
RUN opam reinstall --with-test --verbose naboris.0.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'naboris.0.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-22 10:05.10: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610-menhirSdk.20260122-naboris.0.1.0-a41cdc247c161570d5dec8f44fe801d1b5bb4321"
2026-01-22 10:05.10: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn menhirSdk.20260122 20260122"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirSdk.20260122;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'menhirSdk.20260122' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall naboris.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'naboris.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test naboris.0.1.0) || true"))
(run (shell "opam reinstall --with-test --verbose naboris.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'naboris.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-22 10:05.10: Waiting for resource in pool OCluster
2026-01-23 00:08.46: Waiting for worker…
2026-01-23 00:36.46: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 65% (12588/19252)
Updating files: 66% (12707/19252)
Updating files: 67% (12899/19252)
Updating files: 68% (13092/19252)
Updating files: 69% (13284/19252)
Updating files: 70% (13477/19252)
Updating files: 71% (13669/19252)
Updating files: 72% (13862/19252)
Updating files: 73% (14054/19252)
Updating files: 74% (14247/19252)
Updating files: 75% (14439/19252)
Updating files: 76% (14632/19252)
Updating files: 77% (14825/19252)
Updating files: 78% (15017/19252)
Updating files: 79% (15210/19252)
Updating files: 80% (15402/19252)
Updating files: 81% (15595/19252)
Updating files: 82% (15787/19252)
Updating files: 83% (15980/19252)
Updating files: 84% (16172/19252)
Updating files: 85% (16365/19252)
Updating files: 86% (16557/19252)
Updating files: 87% (16750/19252)
Updating files: 88% (16942/19252)
Updating files: 89% (17135/19252)
Updating files: 90% (17327/19252)
Updating files: 91% (17520/19252)
Updating files: 92% (17712/19252)
Updating files: 93% (17905/19252)
Updating files: 94% (18097/19252)
Updating files: 95% (18290/19252)
Updating files: 96% (18482/19252)
Updating files: 97% (18675/19252)
Updating files: 98% (18867/19252)
Updating files: 99% (19060/19252)
Updating files: 100% (19252/19252)
Updating files: 100% (19252/19252), done.
HEAD is now at 5bcf75c1ac Merge pull request #29261 from panglesd/release-slipshow-v0.8.1
Updating 5bcf75c1ac..a41cdc247c
Fast-forward
packages/menhir/menhir.20260122/opam | 32 ++++++++++++++++++++++++++++++
packages/menhirCST/menhirCST.20260122/opam | 30 ++++++++++++++++++++++++++++
packages/menhirGLR/menhirGLR.20260122/opam | 30 ++++++++++++++++++++++++++++
packages/menhirLib/menhirLib.20260122/opam | 31 +++++++++++++++++++++++++++++
packages/menhirSdk/menhirSdk.20260122/opam | 31 +++++++++++++++++++++++++++++
5 files changed, 154 insertions(+)
create mode 100644 packages/menhir/menhir.20260122/opam
create mode 100644 packages/menhirCST/menhirCST.20260122/opam
create mode 100644 packages/menhirGLR/menhirGLR.20260122/opam
create mode 100644 packages/menhirLib/menhirLib.20260122/opam
create mode 100644 packages/menhirSdk/menhirSdk.20260122/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610)
2026-01-23 00:36.48 ---> using "af1ebcbd2c0e8a2a9bd41972ff6b1f2b27bf9dd52d9b45e003eb0eaad274be03" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-23 00:36.48 ---> using "0b1605df1edd48befa60e43e28089d53de6288a60ab121fcfb5f9e2f9ffa99b9" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-23 00:36.48 ---> using "0e536f61c2590e1a9131e4e3e33fd4f3ee72adbf5f314ed8459ef4692f4cb78a" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-23 00:36.48 ---> using "7cc9884256c58e23e28c1fb52f1e0590db522ddca2def346a30d00cabed784f8" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-23 00:36.48 ---> using "c6b197fb983b7c94be824da0b3230330cdb51a6a02ab45dc477f1716c05485d0" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 00:36.50 ---> using "473a701dbe8ff9816a00c28d48045efce23b32ea1f9586ab4422b7a9cc074a7a" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-23 00:36.50 ---> using "530e27082c3987065fbfc224f42353e11b83cff31cd4ea4b6a12b7e8c7f1c59f" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [97.9 kB]
- Fetched 9999 kB in 2s (5452 kB/s)
- Reading package lists...
-
2026-01-23 00:36.50 ---> using "87ad48540ca4c6206edd83a8c4a2e79060eabcd94678c4248c582658ac202255" from cache
/home/opam: (run (shell "opam pin add -k version -yn menhirSdk.20260122 20260122"))
menhirSdk is now pinned to version 20260122
2026-01-23 00:36.50 ---> using "e7e9ca5a416783d9af84aaffcb124b2fc594af09dd250fa678405d0dd97de6ad" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall menhirSdk.20260122;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'menhirSdk.20260122' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
menhirSdk.20260122 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.0 [required by menhirSdk]
- install menhirSdk 20260122 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved menhirSdk.20260122 (cached)
-> installed dune.3.21.0
-> installed menhirSdk.20260122
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 00:36.50 ---> using "c2f20ea207ae68540c4c8fa76856bd9e19d750a6c7b6bde984266b70fcb0571b" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall naboris.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'naboris.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
naboris.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 34 packages
- install angstrom 0.16.1 [required by httpaf, uri]
- install base-bytes base [required by ocplib-endian]
- install bigstringaf 0.10.0 [required by httpaf]
- install cmdliner 2.1.0 [required by reason]
- install cppo 1.8.0 [required by reason]
- install csexp 1.5.2 [required by dune-configurator]
- install dune-build-info 3.21.0 [required by reason]
- install dune-configurator 3.21.0 [required by bigstringaf]
- install faraday 0.8.2 [required by httpaf]
- install faraday-lwt 0.8.2 [required by faraday-lwt-unix]
- install faraday-lwt-unix 0.8.2 [required by httpaf-lwt-unix]
- install fix 20250919 [required by reason]
- install httpaf 0.7.1 [required by naboris]
- install httpaf-lwt-unix 0.7.1 [required by naboris]
- install lwt 6.0.0 [required by naboris]
- install menhir 20260122 [required by reason]
- install menhirCST 20260122 [required by menhir]
- install menhirGLR 20260122 [required by menhir]
- install menhirLib 20260122 [required by menhir]
- install merlin-extend 0.6.2 [required by reason]
- install naboris 0.1.0
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlfind 1.9.8 [required by reason]
- install ocplib-endian 1.2 [required by lwt]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by reason]
- install re 1.14.0 [required by naboris]
- install reason 3.17.2 [required by naboris]
- install result 1.5 [required by httpaf]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by uri]
- install uri 4.4.0 [required by naboris]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed csexp.1.5.2
-> retrieved dune-build-info.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (cached)
-> retrieved fix.20250919 (cached)
-> retrieved httpaf.0.7.1, httpaf-lwt-unix.0.7.1 (cached)
-> installed cmdliner.2.1.0
-> installed cppo.1.8.0
-> retrieved lwt.6.0.0 (cached)
-> retrieved menhir.20260122, menhirCST.20260122, menhirGLR.20260122, menhirLib.20260122 (cached)
-> installed fix.20250919
-> installed dune-build-info.3.21.0
-> retrieved merlin-extend.0.6.2 (cached)
-> installed menhirCST.20260122
-> retrieved naboris.0.1.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> installed ppx_derivers.1.2.1
-> installed merlin-extend.0.6.2
-> installed menhirGLR.20260122
-> retrieved ppxlib.0.37.0 (cached)
-> installed dune-configurator.3.21.0
-> installed menhirLib.20260122
-> retrieved re.1.14.0 (cached)
-> retrieved reason.3.17.2 (cached)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved result.1.5 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> installed bigstringaf.0.10.0
-> retrieved uri.4.4.0 (cached)
-> installed ocaml-compiler-libs.v0.12.4
-> installed result.1.5
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed httpaf.0.7.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed uri.4.4.0
-> installed ocplib-endian.1.2
-> installed lwt.6.0.0
-> installed faraday-lwt.0.8.2
-> installed faraday-lwt-unix.0.8.2
-> installed httpaf-lwt-unix.0.7.1
-> installed menhir.20260122
-> installed ppxlib.0.37.0
-> installed reason.3.17.2
-> installed naboris.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 00:38.00 ---> saved as "a55b096576377d1570b5ffc0b59f10f39ebf620db7da3c3cecd1824b13bedb76"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test naboris.0.1.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile naboris 0.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved naboris.0.1.0 (https://opam.ocaml.org/cache)
-> removed naboris.0.1.0
-> installed naboris.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 00:38.08 ---> saved as "c07d49f5e2d3892c1e43af70edf63446fab176a54982516452307dbadefec762"
/home/opam: (run (shell "opam reinstall --with-test --verbose naboris.0.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'naboris.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile naboris 0.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [naboris.0.1.0: extract]
-> retrieved naboris.0.1.0 (cached)
Processing 2/4: [naboris: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "naboris" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/naboris.0.1.0)
-> compiled naboris.0.1.0
-> removed naboris.0.1.0
-> installed naboris.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 00:38.15 ---> saved as "78822f83e3e1378f2eb42c38a9352b73fa7b047b055536666ba362d0932196a5"
Job succeeded
2026-01-23 00:38.21: Job succeeded