Build:
- 0
2026-01-15 08:10.18: New job: test embedded_ocaml_templates.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29222/head (d45ce9b6feb3694e966137df55ac14d9ec01ba13)
on debian-13-ocaml-4.14-nnpchecker/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/29222/head" && git reset --hard d45ce9b6
git fetch origin master
git merge --no-edit 513e85b5a99db7912c4e7ed5e9675a808b7107a6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-nnpchecker@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9
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 embedded_ocaml_templates.0.2 0.2
RUN opam reinstall embedded_ocaml_templates.0.2; \
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" != 'embedded_ocaml_templates.0.2' && 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 embedded_ocaml_templates.0.2) || true
RUN opam reinstall --with-test --verbose embedded_ocaml_templates.0.2; \
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" != 'embedded_ocaml_templates.0.2' && 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-15 08:10.18: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-nnpchecker@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9-embedded_ocaml_templates.0.2-d45ce9b6feb3694e966137df55ac14d9ec01ba13"
2026-01-15 08:10.18: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-nnpchecker@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9)
(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 embedded_ocaml_templates.0.2 0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall embedded_ocaml_templates.0.2;\
\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\" != 'embedded_ocaml_templates.0.2' && 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 embedded_ocaml_templates.0.2) || true"))
(run (shell "opam reinstall --with-test --verbose embedded_ocaml_templates.0.2;\
\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\" != 'embedded_ocaml_templates.0.2' && 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-15 08:10.18: Waiting for resource in pool OCluster
2026-01-15 08:21.42: Waiting for worker…
2026-01-15 08:23.17: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 93% (18041/19200)
Updating files: 94% (18048/19200)
Updating files: 95% (18240/19200)
Updating files: 96% (18432/19200)
Updating files: 97% (18624/19200)
Updating files: 98% (18816/19200)
Updating files: 99% (19008/19200)
Updating files: 100% (19200/19200)
Updating files: 100% (19200/19200), done.
HEAD is now at 513e85b5a9 Merge pull request #29217 from c-cube/release-containers-v3.17
Merge made by the 'ort' strategy.
.../embedded_ocaml_templates.0.1.4/opam | 12 ++++++------
.../embedded_ocaml_templates.0.2/opam | 12 ++++++------
.../embedded_ocaml_templates.0.3.1/opam | 8 ++++----
.../embedded_ocaml_templates.0.4/opam | 10 +++++-----
.../embedded_ocaml_templates.0.5.1/opam | 10 +++++-----
.../embedded_ocaml_templates.0.6/opam | 2 +-
.../embedded_ocaml_templates.0.7/opam | 2 +-
packages/unionFind/unionFind.20250818/opam | 2 +-
8 files changed, 29 insertions(+), 29 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14-nnpchecker@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-nnpchecker@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9' locally
docker.io/ocaml/opam@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9: Pulling from ocaml/opam
281b80c799de: Already exists
00fc4ac50d5e: Already exists
7dc48a314bea: Already exists
8f654937f9e3: Already exists
1240f6fbe8cc: Already exists
f77f967230a1: Already exists
1b4ac3d9a8c2: Already exists
27b61414175d: Already exists
26fabf9b20e0: Already exists
b4426e2c299b: Already exists
9c12df827e83: Already exists
9a5608646906: Already exists
2a83342677ae: Already exists
5cbaedd36b85: Already exists
750a9830ac77: Already exists
400560080670: Already exists
bad13195b6fa: Already exists
b51fe78b498e: Already exists
185ce27e889b: Already exists
8a483dc1e759: Already exists
4de9d6d54a13: Already exists
0c268a22c8a0: Already exists
4f4fb700ef54: Already exists
e61881bc2621: Already exists
c864a4af1ff0: Already exists
42d012f62ad9: Already exists
ccb2ed78fa2e: Already exists
84c22434b2f6: Already exists
18c972827b32: Already exists
4c6dcdff9e80: Already exists
280bf9d33ca6: Already exists
51ce8c29753c: Already exists
5ac80663b9d2: Already exists
93f877c915e3: Already exists
8573ccc6bb69: Already exists
d26192cd75ec: Already exists
c7cce15b715e: Already exists
c998ca7b5976: Already exists
3cd1b61d806b: Already exists
19a26ec5319e: Already exists
b1f6813045f3: Already exists
ef45fec97a3c: Already exists
000ea3b8c27d: Already exists
924bc0555a11: Already exists
ff7dc2323d72: Already exists
Digest: sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9
Status: Downloaded newer image for ocaml/opam@sha256:f5a43776921fa3f296208e5d4979a27d9dfe987cfd4e2c3f3322e342bbe16ba9
2026-01-15 08:23.35 ---> saved as "1eac976bdd33bd13ab0c8d610e2377f52f6d611e6efe8a23ec63f56cfdd2339e"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-15 08:23.35 ---> saved as "c378e0b9f91fe4885eb8fd702e31cce1578cd0270e14546468aa738d0072f1e4"
/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-15 08:24.07 ---> saved as "adbf01b1617d4cf94ea07349a35f3a41fcd29695deebb73ce96d531e4d253b10"
/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-options-only-nnpchecker"]
# compiler-packages ocaml-option-nnpchecker.1, ocaml-options-only-nnpchecker.1, ocaml-variants.4.14.2+options
# 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+options
2026-01-15 08:24.08 ---> saved as "d689103db08b41bbf11907b3c9801d961a52307d20676b123e61e6eee0455e2d"
/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-15 08:24.19 ---> saved as "d4bac4fb5635ab62a4c3041e9984ef57fbf797532136a5d1787dae7dc49affc2"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-15 08:24.29 ---> saved as "f166e81db99d027fd85fe53aa9f228bf77117c4c6c2d5d7114c861cf4a7800e8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-15 08:24.50 ---> saved as "edb2858bf5a5a5396972e07cc95a2b1d09aef65a5bd851eba48e65d09cb5e3f2"
/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 [95.9 kB]
- Fetched 9997 kB in 2s (4802 kB/s)
- Reading package lists...
-
2026-01-15 08:24.53 ---> saved as "83edc37126ef2448ab4d30985dc1360ae3255f66f5e23205b144aa65e0d4a729"
/home/opam: (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.2 0.2"))
embedded_ocaml_templates is now pinned to version 0.2
2026-01-15 08:24.54 ---> saved as "c896169a37d5062df8c16a5b2b5c9d02541eb3d3010c01a1c1175380ba182be9"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall embedded_ocaml_templates.0.2;\
\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\" != 'embedded_ocaml_templates.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
embedded_ocaml_templates.0.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 72 packages
- install base v0.14.3 [required by core_kernel]
- install base_bigstring v0.14.0 [required by core_kernel]
- install base_quickcheck v0.14.1 [required by core_kernel]
- install bin_prot v0.14.1 [required by core_kernel]
- install containers 3.17 [required by embedded_ocaml_templates]
- install core v0.14.1 [required by embedded_ocaml_templates]
- install core_kernel v0.14.2 [required by core]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by embedded_ocaml_templates]
- install dune-configurator 3.20.2 [required by containers]
- install either 1.0.0 [required by containers]
- install embedded_ocaml_templates 0.2 (pinned)
- install fieldslib v0.14.0 [required by core_kernel]
- install gen 1.1 [required by sedlex]
- install jane-street-headers v0.14.0 [required by core_kernel]
- install jst-config v0.14.1 [required by core]
- install menhir 20250912 [required by embedded_ocaml_templates]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.8 [required by uutf]
- install octavius 1.2.2 [required by ppx_js_style]
- install parsexp v0.14.2 [required by sexplib]
- install ppx_assert v0.14.0 [required by core_kernel]
- install ppx_base v0.14.0 [required by core_kernel]
- install ppx_bench v0.14.1 [required by ppx_jane]
- install ppx_bin_prot v0.14.0 [required by ppx_jane]
- install ppx_cold v0.14.0 [required by ppx_base]
- install ppx_compare v0.14.0 [required by ppx_base, bin_prot]
- install ppx_custom_printf v0.14.1 [required by ppx_jane]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.14.0 [required by ppx_base]
- install ppx_expect v0.14.2 [required by ppx_jane]
- install ppx_fields_conv v0.14.2 [required by ppx_jane]
- install ppx_fixed_literal v0.14.0 [required by ppx_jane]
- install ppx_hash v0.14.0 [required by core_kernel]
- install ppx_here v0.14.0 [required by ppx_jane]
- install ppx_inline_test v0.14.1 [required by core_kernel]
- install ppx_jane v0.14.0 [required by core]
- install ppx_js_style v0.14.1 [required by ppx_base]
- install ppx_let v0.14.0 [required by ppx_jane]
- install ppx_module_timer v0.14.0 [required by ppx_jane]
- install ppx_optcomp v0.14.3 [required by core_kernel]
- install ppx_optional v0.14.0 [required by ppx_jane]
- install ppx_pipebang v0.14.0 [required by ppx_jane]
- install ppx_sexp_conv v0.14.3 [required by core_kernel]
- install ppx_sexp_message v0.14.1 [required by core_kernel]
- install ppx_sexp_value v0.14.0 [required by ppx_jane]
- install ppx_stable v0.14.1 [required by ppx_jane]
- install ppx_string v0.14.1 [required by ppx_jane]
- install ppx_typerep_conv v0.14.2 [required by ppx_jane]
- install ppx_variants_conv v0.14.2 [required by ppx_jane]
- install ppxlib 0.25.1 [required by embedded_ocaml_templates]
- install re 1.14.0 [required by ppx_expect]
- install sedlex 2.5 [required by embedded_ocaml_templates]
- install seq base [required by gen]
- install sexplib v0.14.0 [required by core]
- install sexplib0 v0.14.0 [required by base, sexplib]
- install spawn v0.17.0 [required by core]
- install splittable_random v0.14.0 [required by core_kernel]
- install stdio v0.14.0 [required by core_kernel]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install time_now v0.14.0 [required by core_kernel]
- install timezone v0.14.0 [required by core]
- install topkg 1.1.1 [required by uutf]
- install typerep v0.14.0 [required by core_kernel]
- install uchar 0.0.2 [required by sedlex]
- install uutf 1.0.4 [required by embedded_ocaml_templates]
- install variantslib v0.14.0 [required by core_kernel]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.14.3 (cached)
-> retrieved base_bigstring.v0.14.0 (cached)
-> retrieved base_quickcheck.v0.14.1 (cached)
-> retrieved bin_prot.v0.14.1 (cached)
-> retrieved containers.3.17 (cached)
-> retrieved core.v0.14.1 (cached)
-> retrieved core_kernel.v0.14.2 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved embedded_ocaml_templates.0.2 (cached)
-> retrieved fieldslib.v0.14.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved jane-street-headers.v0.14.0 (cached)
-> retrieved jst-config.v0.14.1 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved octavius.1.2.2 (cached)
-> retrieved parsexp.v0.14.2 (cached)
-> retrieved ppx_assert.v0.14.0 (cached)
-> retrieved ppx_base.v0.14.0 (cached)
-> retrieved ppx_bench.v0.14.1 (cached)
-> retrieved ppx_bin_prot.v0.14.0 (cached)
-> retrieved ppx_cold.v0.14.0 (cached)
-> retrieved ppx_compare.v0.14.0 (cached)
-> retrieved ppx_custom_printf.v0.14.1 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.14.0 (cached)
-> retrieved ppx_expect.v0.14.2 (cached)
-> retrieved ppx_fields_conv.v0.14.2 (cached)
-> retrieved ppx_fixed_literal.v0.14.0 (cached)
-> retrieved ppx_hash.v0.14.0 (cached)
-> retrieved ppx_here.v0.14.0 (cached)
-> retrieved ppx_inline_test.v0.14.1 (cached)
-> retrieved ppx_jane.v0.14.0 (cached)
-> retrieved ppx_js_style.v0.14.1 (cached)
-> retrieved ppx_let.v0.14.0 (cached)
-> retrieved ppx_module_timer.v0.14.0 (cached)
-> retrieved ppx_optcomp.v0.14.3 (cached)
-> retrieved ppx_optional.v0.14.0 (cached)
-> retrieved ppx_pipebang.v0.14.0 (cached)
-> retrieved ppx_sexp_conv.v0.14.3 (cached)
-> retrieved ppx_sexp_message.v0.14.1 (cached)
-> retrieved ppx_sexp_value.v0.14.0 (cached)
-> retrieved ppx_stable.v0.14.1 (cached)
-> retrieved ppx_string.v0.14.1 (cached)
-> retrieved ppx_typerep_conv.v0.14.2 (cached)
-> retrieved ppx_variants_conv.v0.14.2 (cached)
-> retrieved ppxlib.0.25.1 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.2.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.14.0 (cached)
-> retrieved sexplib0.v0.14.0 (cached)
-> retrieved spawn.v0.17.0 (cached)
-> retrieved splittable_random.v0.14.0 (cached)
-> retrieved stdio.v0.14.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.14.0 (cached)
-> retrieved timezone.v0.14.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved typerep.v0.14.0 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved variantslib.v0.14.0 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed gen.1.1
-> installed jane-street-headers.v0.14.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed octavius.1.2.2
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.14.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed containers.3.17
-> installed base.v0.14.3
-> installed variantslib.v0.14.0
-> installed fieldslib.v0.14.0
-> installed stdio.v0.14.0
-> installed typerep.v0.14.0
-> installed parsexp.v0.14.2
-> installed sexplib.v0.14.0
-> installed ppxlib.0.25.1
-> installed menhir.20250912
-> installed ppx_optcomp.v0.14.3
-> installed ppx_cold.v0.14.0
-> installed ppx_here.v0.14.0
-> installed ppx_let.v0.14.0
-> installed ppx_enumerate.v0.14.0
-> installed ppx_fields_conv.v0.14.2
-> installed ppx_variants_conv.v0.14.2
-> installed ppx_stable.v0.14.1
-> installed ppx_typerep_conv.v0.14.2
-> installed ppx_compare.v0.14.0
-> installed ppx_fixed_literal.v0.14.0
-> installed ppx_pipebang.v0.14.0
-> installed ppx_optional.v0.14.0
-> installed ppx_js_style.v0.14.1
-> installed ppx_sexp_conv.v0.14.3
-> installed sedlex.2.5
-> installed ppx_hash.v0.14.0
-> installed ppx_assert.v0.14.0
-> installed ppx_sexp_value.v0.14.0
-> installed ppx_sexp_message.v0.14.1
-> installed ppx_custom_printf.v0.14.1
-> installed ppx_base.v0.14.0
-> installed jst-config.v0.14.1
-> installed bin_prot.v0.14.1
-> installed ppx_string.v0.14.1
-> installed time_now.v0.14.0
-> installed ppx_bin_prot.v0.14.0
-> installed ppx_module_timer.v0.14.0
-> installed ppx_inline_test.v0.14.1
-> installed ppx_bench.v0.14.1
-> installed ppx_expect.v0.14.2
-> installed splittable_random.v0.14.0
-> installed base_quickcheck.v0.14.1
-> installed ppx_jane.v0.14.0
-> installed base_bigstring.v0.14.0
-> installed core_kernel.v0.14.2
-> installed timezone.v0.14.0
-> installed core.v0.14.1
-> installed embedded_ocaml_templates.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-15 08:27.08 ---> saved as "b048a8344dc0134651ee7a670a5e262cf26bec26e04d6b06aa9b175826fdc2da"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test embedded_ocaml_templates.0.2) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile embedded_ocaml_templates 0.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved embedded_ocaml_templates.0.2 (https://opam.ocaml.org/cache)
-> removed embedded_ocaml_templates.0.2
-> installed embedded_ocaml_templates.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-15 08:27.17 ---> saved as "7df4bebcdc3912ace7891690e879ac94312b6e609ca54eec6377029c536c454a"
/home/opam: (run (shell "opam reinstall --with-test --verbose embedded_ocaml_templates.0.2;\
\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\" != 'embedded_ocaml_templates.0.2' && 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 embedded_ocaml_templates 0.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [embedded_ocaml_templates.0.2: extract]
-> retrieved embedded_ocaml_templates.0.2 (cached)
Processing 2/4: [embedded_ocaml_templates: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "embedded_ocaml_templates" "-j" "71" (CWD=/home/opam/.opam/4.14/.opam-switch/build/embedded_ocaml_templates.0.2)
-> compiled embedded_ocaml_templates.0.2
-> removed embedded_ocaml_templates.0.2
-> installed embedded_ocaml_templates.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-15 08:27.25 ---> saved as "b4bda381fb8ea567bac0ded2811f5ed0d83fb1ec75190f0b81c8e320cd9a8cb4"
Job succeeded
2026-01-15 08:27.31: Job succeeded