Build:
- 0
2026-01-27 09:56.34: New job: build catala.1.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29294/head (fa7355fd45a5547451e8f0303bccc05a546f4cf9)
on ubuntu-24.04-ocaml-4.14/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29294/head" && git reset --hard fa7355fd
git fetch origin master
git merge --no-edit da10f1e072f9cf90a6e65dbf66e23531bae678b3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d
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 catala.1.1.0 1.1.0
RUN opam reinstall catala.1.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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'catala.1.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-27 09:56.34: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d-catala.1.1.0-fa7355fd45a5547451e8f0303bccc05a546f4cf9"
2026-01-27 09:56.34: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d)
(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 catala.1.1.0 1.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall catala.1.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'catala.1.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-27 09:56.34: Waiting for resource in pool OCluster
2026-01-27 09:56.35: Waiting for worker…
2026-01-27 10:26.25: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files: 13% (2637/19277)
Updating files: 14% (2699/19277)
Updating files: 15% (2892/19277)
Updating files: 16% (3085/19277)
Updating files: 17% (3278/19277)
Updating files: 18% (3470/19277)
Updating files: 19% (3663/19277)
Updating files: 20% (3856/19277)
Updating files: 21% (4049/19277)
Updating files: 22% (4241/19277)
Updating files: 23% (4434/19277)
Updating files: 24% (4627/19277)
Updating files: 25% (4820/19277)
Updating files: 26% (5013/19277)
Updating files: 26% (5201/19277)
Updating files: 27% (5205/19277)
Updating files: 28% (5398/19277)
Updating files: 29% (5591/19277)
Updating files: 30% (5784/19277)
Updating files: 31% (5976/19277)
Updating files: 32% (6169/19277)
Updating files: 33% (6362/19277)
Updating files: 34% (6555/19277)
Updating files: 35% (6747/19277)
Updating files: 36% (6940/19277)
Updating files: 37% (7133/19277)
Updating files: 38% (7326/19277)
Updating files: 39% (7519/19277)
Updating files: 40% (7711/19277)
Updating files: 40% (7807/19277)
Updating files: 41% (7904/19277)
Updating files: 42% (8097/19277)
Updating files: 43% (8290/19277)
Updating files: 44% (8482/19277)
Updating files: 45% (8675/19277)
Updating files: 46% (8868/19277)
Updating files: 47% (9061/19277)
Updating files: 48% (9253/19277)
Updating files: 49% (9446/19277)
Updating files: 50% (9639/19277)
Updating files: 51% (9832/19277)
Updating files: 52% (10025/19277)
Updating files: 52% (10061/19277)
Updating files: 53% (10217/19277)
Updating files: 54% (10410/19277)
Updating files: 55% (10603/19277)
Updating files: 56% (10796/19277)
Updating files: 57% (10988/19277)
Updating files: 58% (11181/19277)
Updating files: 59% (11374/19277)
Updating files: 60% (11567/19277)
Updating files: 61% (11759/19277)
Updating files: 62% (11952/19277)
Updating files: 63% (12145/19277)
Updating files: 64% (12338/19277)
Updating files: 64% (12351/19277)
Updating files: 65% (12531/19277)
Updating files: 66% (12723/19277)
Updating files: 67% (12916/19277)
Updating files: 68% (13109/19277)
Updating files: 69% (13302/19277)
Updating files: 70% (13494/19277)
Updating files: 71% (13687/19277)
Updating files: 72% (13880/19277)
Updating files: 73% (14073/19277)
Updating files: 74% (14265/19277)
Updating files: 75% (14458/19277)
Updating files: 76% (14651/19277)
Updating files: 76% (14681/19277)
Updating files: 77% (14844/19277)
Updating files: 78% (15037/19277)
Updating files: 79% (15229/19277)
Updating files: 80% (15422/19277)
Updating files: 81% (15615/19277)
Updating files: 82% (15808/19277)
Updating files: 83% (16000/19277)
Updating files: 84% (16193/19277)
Updating files: 85% (16386/19277)
Updating files: 86% (16579/19277)
Updating files: 87% (16771/19277)
Updating files: 88% (16964/19277)
Updating files: 88% (17041/19277)
Updating files: 89% (17157/19277)
Updating files: 90% (17350/19277)
Updating files: 91% (17543/19277)
Updating files: 92% (17735/19277)
Updating files: 93% (17928/19277)
Updating files: 94% (18121/19277)
Updating files: 95% (18314/19277)
Updating files: 96% (18506/19277)
Updating files: 97% (18699/19277)
Updating files: 98% (18892/19277)
Updating files: 99% (19085/19277)
Updating files: 100% (19277/19277)
Updating files: 100% (19277/19277), done.
HEAD is now at da10f1e072 Merge pull request #29290 from Octachron/ocaml_5.6_dev_packages
Updating da10f1e072..fa7355fd45
Fast-forward
packages/catala-format/catala-format.1.1.0/opam | 40 +++++++++++
packages/catala-lsp/catala-lsp.1.1.0/opam | 40 +++++++++++
packages/catala/catala.1.1.0/opam | 88 +++++++++++++++++++++++++
3 files changed, 168 insertions(+)
create mode 100644 packages/catala-format/catala-format.1.1.0/opam
create mode 100644 packages/catala-lsp/catala-lsp.1.1.0/opam
create mode 100644 packages/catala/catala.1.1.0/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d' locally
docker.io/ocaml/opam@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d: Pulling from ocaml/opam
f15139285886: Already exists
e26e66956cae: Already exists
4f306c750b46: Already exists
64a5fffbf9a8: Already exists
a9eebe3bfaa5: Already exists
cd6d6efc698e: Already exists
1c52eabf99a5: Already exists
6dba008e5679: Already exists
545d0085ef13: Already exists
99d323f6bd84: Already exists
97c031156f7c: Already exists
7b892960bda0: Already exists
abd2a9ec6058: Already exists
f196396876f0: Already exists
856e08924826: Already exists
8720d3a4cc0f: Already exists
8940fadae2ce: Already exists
8940fadae2ce: Already exists
4dc679ba40df: Already exists
3fd598e72267: Already exists
7ecaacef770a: Already exists
47b714601c25: Already exists
4f4fb700ef54: Already exists
455dd0e0479e: Already exists
a764d6948501: Already exists
493fe9266dda: Already exists
70955fafa2f5: Already exists
1e16acd42720: Already exists
4e3b6938a987: Already exists
1616bc88dc28: Already exists
401d508e1750: Already exists
c1b51755e60f: Already exists
747d1610b3fa: Already exists
e3e5146135cb: Already exists
47ab3074de7b: Already exists
c46cf4c06617: Already exists
8bab6f036e35: Already exists
475cee104833: Already exists
7c66ac26df77: Already exists
9e8824b5cb32: Already exists
cdc5f47365b3: Already exists
67cf3700cbab: Pulling fs layer
ccdb93eea9da: Pulling fs layer
9f28126347a0: Pulling fs layer
e4e7014d64dd: Pulling fs layer
e4e7014d64dd: Waiting
ccdb93eea9da: Verifying Checksum
ccdb93eea9da: Download complete
9f28126347a0: Verifying Checksum
9f28126347a0: Download complete
e4e7014d64dd: Verifying Checksum
e4e7014d64dd: Download complete
67cf3700cbab: Verifying Checksum
67cf3700cbab: Download complete
67cf3700cbab: Pull complete
ccdb93eea9da: Pull complete
9f28126347a0: Pull complete
e4e7014d64dd: Pull complete
Digest: sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d
Status: Downloaded newer image for ocaml/opam@sha256:f9fec8059f3b510b703a628032af0efc3934a77f7db71032798c756fa5a7da0d
2026-01-27 10:26.37 ---> using "472f2e20ca0970cbed312fcf3b341807bd41802bb4d2018af197f5f3deb36252" 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-27 10:26.37 ---> using "97a6e6ab2055dd5ceb4690e4667bc32fa028e417f6705131a862657a58102e09" 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-27 10:26.37 ---> using "63a2ce97837a7a84551b4d687239275d0971c4207c5e59be43f791c5cf591e76" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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-27 10:26.37 ---> using "c4bd4ca18e8051b72a3cdedbb1e0c50870c3223048ef7816f0cba0b8072fa22f" 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-27 10:26.37 ---> using "af52915c2c5c72ad4230c0294a44fcdf38496eec7bd80473c44f70112d341a49" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-27 10:26.43 ---> using "7c80173aa294e609504e4a2dae973d2b3d59564a9a065c0d9a89cf741c3728e9" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-27 10:26.43 ---> using "b89c77b6753561b9944305d978697daa08707512e5fc12c61c058e0407308e67" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [911 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1480 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [932 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [588 kB]
- Fetched 4289 kB in 2s (2052 kB/s)
- Reading package lists...
-
2026-01-27 10:26.43 ---> using "362dfea2425a5bbeccf8bdc39bfea2eded148e3156e8c37f76f5e4ca322326f1" from cache
/home/opam: (run (shell "opam pin add -k version -yn catala.1.1.0 1.1.0"))
catala is now pinned to version 1.1.0
2026-01-27 10:26.46 ---> saved as "1f51a5e34b9b38d08d3d5b9fee31452cead6d6e7c8fe9528c9524f7a6a3bee0c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall catala.1.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'catala.1.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"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
catala.1.1.0 is not installed. Install it? [Y/n] y
[ERROR] In the opam file for catala.1.1.0:
- At /home/opam/.opam/repo/default/packages/catala/catala.1.1.0/opam:85:4-85:140::
while expecting checksum: Invalid_argument("OpamHash.of_string")
'url.checksum' has been ignored.
The following actions will be performed:
=== install 48 packages
- install alcotest 1.9.1 [required by catala]
- install angstrom 0.16.1 [required by uri]
- install astring 0.8.5 [required by alcotest]
- install bigstringaf 0.10.0 [required by angstrom]
- install bindlib 6.0.0 [required by catala]
- install catala 1.1.0 (pinned)
- install cmdliner 2.1.0 [required by catala]
- install conf-gmp 5 [required by zarith]
- install conf-ninja 1
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by catala]
- install crunch 4.0.0 [required by catala]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.21.0 [required by catala]
- install dune-configurator 3.21.0 [required by bigstringaf]
- install fmt 0.11.0 [required by alcotest]
- install gen 1.1 [required by sedlex]
- install hex 1.5.0 [required by catala]
- install json-data-encoding 1.0.1 [required by catala]
- install menhir 20250912 [required by catala]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by catala]
- install menhirSdk 20250912 [required by menhir]
- install ninja_utils 0.9.0 [required by catala]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by uucp]
- install ocamlfind 1.9.8 [required by catala]
- install ocamlgraph 2.2.0 [required by catala]
- install ocolor 1.3.1 [required by catala]
- install otoml 1.0.5 [required by catala]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install ptime 1.2.0 [required by crunch]
- install re 1.14.0 [required by catala]
- install sedlex 3.7 [required by catala]
- install seq base [required by yojson]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by alcotest]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.1 [required by uucp]
- install ubase 0.20 [required by catala]
- install uri 4.4.0 [required by json-data-encoding]
- install uucp 17.0.0 [required by catala]
- install uutf 1.0.4 [required by alcotest, otoml]
- install yojson 2.2.2 [required by catala]
- install zarith 1.14 [required by catala]
The following system packages will first need to be installed:
libgmp-dev ninja-build pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "ninja-build" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- (Reading database ...
- (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16249 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package ninja-build.
- Preparing to unpack .../3-ninja-build_1.11.1-2_riscv64.deb ...
- Unpacking ninja-build (1.11.1-2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../4-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../5-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../6-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up ninja-build (1.11.1-2) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bindlib.6.0.0 (cached)
-> retrieved catala.1.1.0 (https://github.com/CatalaLang/catala/archive/refs/tags/1.1.0.tar.gz)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> installed conf-gmp.5
-> installed conf-ninja.1
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved cstruct.6.2.0 (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved json-data-encoding.1.0.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ninja_utils.0.9.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocolor.1.3.1 (cached)
-> retrieved otoml.1.0.5 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved ubase.0.20 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed dune.3.21.0
-> installed bindlib.6.0.0
-> installed crunch.4.0.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed hex.1.5.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed dune-configurator.3.21.0
-> installed menhirSdk.20250912
-> installed bigstringaf.0.10.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlgraph.2.2.0
-> installed angstrom.0.16.1
-> installed ocolor.1.3.1
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed ninja_utils.0.9.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed alcotest.1.9.1
-> installed menhir.20250912
-> installed ubase.0.20
-> installed otoml.1.0.5
-> installed uri.4.4.0
-> installed yojson.2.2.2
-> installed uucp.17.0.0
-> installed json-data-encoding.1.0.1
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed catala.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-27 10:39.59 ---> saved as "e329f111c5619755645ddeccdbc03c45ee775e1a48e0b2336b3d71d09c72f394"
Job succeeded
2026-01-27 10:40.32: Job succeeded