Build:
- 0
2026-03-11 01:09.59: New job: test elpi.1.20.0 with dune.3.22.0~alpha1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29535/head (f5aa06af0536fd71fe2fa400c30bf2a83f6bb8de)
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/29535/head" && git reset --hard f5aa06af
git fetch origin master
git merge --no-edit 3c0d72031e829cf7ddad3a74f39a8b01fe2bf302
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
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 dune.3.22.0~alpha1 3.22.0~alpha1
RUN opam reinstall dune.3.22.0~alpha1; \
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" != 'dune.3.22.0~alpha1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall elpi.1.20.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" != 'elpi.1.20.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 elpi.1.20.0) || true
RUN opam reinstall --with-test --verbose elpi.1.20.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" != 'elpi.1.20.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-03-11 01:09.59: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-dune.3.22.0~alpha1-elpi.1.20.0-f5aa06af0536fd71fe2fa400c30bf2a83f6bb8de"
2026-03-11 01:09.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
(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 dune.3.22.0~alpha1 3.22.0~alpha1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune.3.22.0~alpha1;\
\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\" != 'dune.3.22.0~alpha1' && 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 elpi.1.20.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\" != 'elpi.1.20.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 elpi.1.20.0) || true"))
(run (shell "opam reinstall --with-test --verbose elpi.1.20.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\" != 'elpi.1.20.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-03-11 01:09.59: Waiting for resource in pool OCluster
2026-03-11 11:07.52: Waiting for worker…
2026-03-11 11:10.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 3c0d72031e Merge pull request #29534 from filipeom/opam-publish-smtml.0.23.0
Updating 3c0d72031e..f5aa06af05
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha1/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha1/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha1/opam | 39 +++++++++++
.../dune-build-info.3.22.0~alpha1/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha1/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha1/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha1/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha1/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha1/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha1/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha1/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha1/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha1/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha1/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha1/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha1/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha1/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha1/opam | 39 +++++++++++
18 files changed, 796 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha1/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha1/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha1/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha1/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha1/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha1/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha1/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha1/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha1/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha1/opam
create mode 100644 packages/dune/dune.3.22.0~alpha1/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha1/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha1/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha1/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha1/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha1/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha1/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha1/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e' locally
docker.io/ocaml/opam@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
d1a4c61b613c: Pulling fs layer
0195a6679dc6: Pulling fs layer
410dfa46d7be: Pulling fs layer
b7b221f39cbe: Pulling fs layer
0195a6679dc6: Waiting
d1a4c61b613c: Waiting
410dfa46d7be: Waiting
b7b221f39cbe: Waiting
0195a6679dc6: Download complete
410dfa46d7be: Verifying Checksum
410dfa46d7be: Download complete
b7b221f39cbe: Download complete
d1a4c61b613c: Verifying Checksum
d1a4c61b613c: Download complete
d1a4c61b613c: Pull complete
0195a6679dc6: Pull complete
410dfa46d7be: Pull complete
b7b221f39cbe: Pull complete
Digest: sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
Status: Downloaded newer image for ocaml/opam@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
2026-03-11 11:11.14 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" 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-03-11 11:11.14 ---> using "f3ed7bdbef828c9c0b079b10505c5f05c3c9adcca11ce5bf2dac2a4183e099d8" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-11 11:11.14 ---> using "5bf6adb7b45bb7e0c215b8f509c71a8dae73a9a2060efcc27df9d4ef6c6d3350" 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 255
# 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-03-11 11:11.14 ---> using "0546f18fa5979677ee22eb9f2fcf19ab371564e845d317c2c70e41dd97dc22dd" 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-03-11 11:11.14 ---> using "0a7188cbe95f4fe0ff26694977eb8794c975bdb534078da98a06d6c7373289b4" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-11 11:11.14 ---> using "058acd97914d90fca6a329b7ff1babbb92e45a5f521e04c7114979a220f97d75" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-11 11:11.14 ---> using "a9504de0029e850164e11feaf593a22f67e6f7c5cccc92dfed09cc916f0be670" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main amd64 Packages [108 kB]
- Fetched 199 kB in 0s (1517 kB/s)
- Reading package lists...
2026-03-11 11:11.14 ---> using "fc5ea9d29c11a2b6de08c85928fd22a882efb1281fe5a3be2d5337cb56b6577e" from cache
/home/opam: (run (shell "opam pin add -k version -yn dune.3.22.0~alpha1 3.22.0~alpha1"))
dune is now pinned to version 3.22.0~alpha1
2026-03-11 11:11.14 ---> using "023c2a0e0e5efd5bf484a99a73410c324d867ace34fca4cdaff2047b39f6aa87" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune.3.22.0~alpha1;\
\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\" != 'dune.3.22.0~alpha1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune.3.22.0~alpha1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install dune 3.22.0~alpha1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha1 (cached)
-> installed dune.3.22.0~alpha1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 11:11.14 ---> using "7ddf5c4038e49c6780c053e6d2299b48596f42b483565b7de9e6c8e1f73bd100" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall elpi.1.20.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\" != 'elpi.1.20.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
elpi.1.20.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 25 packages
- install atd 2.16.0 [required by atdgen, atdts]
- install atdgen 2.15.0 [required by elpi]
- install atdgen-runtime 2.16.0 [required by atdgen]
- install atdts 3.0.1 [required by elpi]
- install biniou 1.2.2 [required by atdgen]
- install camlp-streams 5.0.1 [required by biniou]
- install cmdliner 2.1.0 [required by atdts]
- install cppo 1.8.0 [required by ppx_deriving]
- install easy-format 1.3.4 [required by atd]
- install elpi 1.20.0
- install menhir 20260209 [required by elpi]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlfind 1.9.8 [required by ppx_deriving]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by elpi]
- install ppxlib 0.35.0 [required by elpi]
- install re 1.14.0 [required by elpi]
- install seq base [required by yojson]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by elpi]
- install yojson 2.2.2 [required by atdgen]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.2.16.0, atdgen-runtime.2.16.0 (cached)
-> retrieved atdgen.2.15.0 (cached)
-> retrieved atdts.3.0.1 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved easy-format.1.3.4 (cached)
-> installed camlp-streams.5.0.1
-> installed easy-format.1.3.4
-> installed biniou.1.2.2
-> installed cppo.1.8.0
-> retrieved elpi.1.20.0 (https://opam.ocaml.org/cache)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> installed cmdliner.2.1.0
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ppx_derivers.1.2.1
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed re.1.14.0
-> installed yojson.2.2.2
-> installed atdgen-runtime.2.16.0
-> installed ocamlfind.1.9.8
-> installed menhir.20260209
-> installed atd.2.16.0
-> installed atdts.3.0.1
-> installed atdgen.2.15.0
-> installed ppxlib.0.35.0
-> installed ppx_deriving.6.0.3
-> installed elpi.1.20.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 11:11.55 ---> saved as "b9d06db9047c2abe6650d8bf6f708b218b533e387b0269ee4447066d1786d5be"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test elpi.1.20.0) || true"))
The following actions will be performed:
=== downgrade 1 package
- downgrade cmdliner 2.1.0 to 1.3.0 [required by elpi]
=== recompile 4 packages
- recompile atd 2.16.0 [uses cmdliner]
- recompile atdgen 2.15.0 [uses atd]
- recompile atdts 3.0.1 [uses cmdliner]
- recompile elpi 1.20.0
=== install 5 packages
- install ANSITerminal 0.8.5 [required by elpi]
- install base-bytes base [required by ANSITerminal]
- install conf-time 1 [required by elpi]
- install conf-which 1 [required by conf-time]
- install fileutils 0.6.6 [required by elpi]
The following system packages will first need to be installed:
time
<><> 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" "time"
- Selecting previously unselected package time.
- (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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../time_1.9-0.2_amd64.deb ...
- Unpacking time (1.9-0.2) ...
- Setting up time (1.9-0.2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ANSITerminal.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved atd.2.16.0 (https://opam.ocaml.org/cache)
-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache)
-> retrieved atdts.3.0.1 (https://opam.ocaml.org/cache)
-> installed base-bytes.base
-> retrieved cmdliner.1.3.0 (https://opam.ocaml.org/cache)
-> installed conf-which.1
-> installed conf-time.1
-> installed ANSITerminal.0.8.5
-> retrieved elpi.1.20.0 (https://opam.ocaml.org/cache)
-> retrieved fileutils.0.6.6 (https://opam.ocaml.org/cache)
-> removed elpi.1.20.0
-> removed atdgen.2.15.0
-> removed atdts.3.0.1
-> removed atd.2.16.0
-> removed cmdliner.2.1.0
-> installed cmdliner.1.3.0
-> installed fileutils.0.6.6
-> installed atd.2.16.0
-> installed atdts.3.0.1
-> installed atdgen.2.15.0
-> installed elpi.1.20.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 11:13.02 ---> saved as "7e77cf764265fa8c8afe2499a14e4dcfecf56d6c4c979dae921fdd2d0d9c28cc"
/home/opam: (run (shell "opam reinstall --with-test --verbose elpi.1.20.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\" != 'elpi.1.20.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 elpi 1.20.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [elpi.1.20.0: extract]
-> retrieved elpi.1.20.0 (cached)
Processing 2/4: [elpi: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "elpi" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0)
- (cd _build/default/src/parser && /home/opam/.opam/4.14/bin/menhir tokens.mly grammar.mly token_precedence.mly --base grammar --compile-errors error_messages.txt) > _build/default/src/parser/error_messages.ml
- Read 323 sample input sentences and 40 error messages.
Processing 2/4: [elpi: make tests]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "tests" "DUNE_OPTS=-p elpi" "SKIP=performance_HO" "SKIP+=performance_FO" "SKIP+=elpi_api_performance" (CWD=/home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0)
- make build
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0'
- dune build -p elpi @all
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.test_discrimination_tree.eobjs/byte -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/str -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.elpi.objs/public_cmi -I src/parser/.elpi_lexer_config.objs/byte -I src/parser/.elpi_parser.objs/byte -I src/utils/.elpi_util.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/byte -no-alias-deps -o src/.test_discrimination_tree.eobjs/byte/dune__exe__Test_discrimination_tree.cmo -c -impl src/test_discrimination_tree.pp.ml)
- File "src/test_discrimination_tree.ml", line 62, characters 4-8:
- 62 | test retrived_nb nb;
- ^^^^
- Warning 6 [labels-omitted]: label expected was omitted in the application of this function.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/.test_discrimination_tree.eobjs/byte -I src/.test_discrimination_tree.eobjs/native -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/str -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.elpi.objs/native -I src/.elpi.objs/public_cmi -I src/parser/.elpi_lexer_config.objs/byte -I src/parser/.elpi_lexer_config.objs/native -I src/parser/.elpi_parser.objs/byte -I src/parser/.elpi_parser.objs/native -I src/utils/.elpi_util.objs/byte -I src/utils/.elpi_util.objs/native -I trace/runtime/.trace_ppx_runtime.objs/byte -I trace/runtime/.trace_ppx_runtime.objs/native -intf-suffix .ml -no-alias-deps -o src/.test_discrimination_tree.eobjs/native/dune__exe__Test_discrimination_tree.cmx -c -impl src/test_discrimination_tree.pp.ml)
- File "src/test_discrimination_tree.ml", line 62, characters 4-8:
- 62 | test retrived_nb nb;
- ^^^^
- Warning 6 [labels-omitted]: label expected was omitted in the application of this function.
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0'
- dune runtest
- (cd _build/default/src && ./test_discrimination_tree.exe)
-
- -> Running test 1 <-
- Retrived clause number is 3
-
- -> Running test 2 <-
- Retrived clause number is 1
-
- -> Running test 3 <-
- Retrived clause number is 3
-
- -> Running test 4 <-
- Retrived clause number is 2
- Test remove 1
- Test remove 2
- Test remove 3
- Test remove 4
- (cd _build/default/src && ./test_bl.exe)
- build: bl=0.830115 l=0.753574
- ulimit -s 1114112; OCAMLRUNPARAM=l=1114112 \
- tests/test.exe \
- --seed $RANDOM \
- --promote false \
- --timeout 90.0 \
- --time /usr/bin/time \
- --sources=/home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/tests/sources/ \
- --plot=/home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/tests/plot \
- \
- --cat-skip performance_HO --cat-skip performance_FO --cat-skip elpi_api_performance \
- --runner dune --runner /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi --runner /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- ------------------------------------------------------------------
- Runners: dune /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi /home/opam/.opam/4.14/.opam-switch/build/elpi.1.20.0/_build/install/default/bin/elpi-trace-elaborator
- Random seed: 8273
- Timeout: 90.00 seconds
- Fiber stack: 0
-
- status test time typchk wall mem runner
- ------------------------------------------------------------------
- RUNNING CHR_no_clique (CHR rule on a non constraint) elpi
OK CHR_no_clique 0.00 0.00 0.00 0.0M elpi
- RUNNING IO_COLON (IO_COLON token) elpi
- OK IO_COLON 0.00 0.09 0.12 14.0M elpi
- RUNNING accumulate_twice1 (double accumulate) elpi
OK accumulate_twice1 0.00 0.08 0.00 0.0M elpi
- RUNNING accumulate_twice2 (double accumulate) elpi
OK accumulate_twice2 0.00 0.09 0.00 0.0M elpi
- RUNNING asclause (parsing of the .. as X clause) elpi
OK asclause 0.00 0.10 0.13 14.0M elpi
- RUNNING backtracking (backtracking variable assignment) elpi
OK backtracking 0.00 0.11 0.14 14.0M elpi
- RUNNING bad_index (bad indexing directive) elpi
OK bad_index 0.00 0.00 0.00 0.0M elpi
- RUNNING beta (beta reduction) elpi
OK beta 0.00 0.10 0.13 14.0M elpi
- RUNNING block (blocks are closed) elpi
OK block 0.00 0.00 0.00 0.0M elpi
- RUNNING bug-256 (move/unif) elpi
- OK bug-256 0.00 0.12 0.15 16.0M elpi
- RUNNING bug19 (unif under binders) elpi
OK bug19 0.00 0.10 0.13 14.0M elpi
- RUNNING bug_226 (move/unif bug) elpi
OK bug_226 0.00 0.09 0.12 14.0M elpi
- RUNNING chr (constraints handling rules) elpi
OK chr 0.00 0.10 0.13 14.0M elpi
- RUNNING chr-scope (chr-relocation) elpi
OK chr-scope 0.00 0.08 0.11 14.0M elpi
- RUNNING chr-scope-change (chr-relocation) elpi
OK chr-scope-change 0.00 0.08 0.11 14.0M elpi
- RUNNING chr-scope-change-err (chr-relocation) elpi
OK chr-scope-change-err 0.00 0.09 0.00 0.0M elpi
- RUNNING chr_even_odd (CHR example at MLWS) elpi
OK chr_even_odd 0.00 0.00 0.03 8.0M elpi
- RUNNING chr_gcd (greatest common divisor in CHR) elpi
- OK chr_gcd 0.00 0.09 0.12 14.0M elpi
- RUNNING chr_leq (chr transitive closure) elpi
OK chr_leq 0.00 0.10 0.13 14.0M elpi
- RUNNING chr_nokey (constraints keyed on _) elpi
OK chr_nokey 0.00 0.08 0.11 14.0M elpi
- RUNNING chr_nokey2 (constraints keyed on _) elpi
OK chr_nokey2 0.00 0.11 0.16 14.0M elpi
- RUNNING chr_sem (refined operational semantics) elpi
OK chr_sem 0.00 0.10 0.12 14.0M elpi
- RUNNING chr_ut (type checker with UT via CHR) elpi
OK chr_ut 0.00 0.14 0.17 14.0M elpi
- RUNNING chr_with_hypotheses (chr_with_hypotheses) elpi
OK chr_with_hypotheses 0.00 0.08 0.12 14.0M elpi
- RUNNING conj2 (parsing and evaluation of & (binary conj)) elpi
- OK conj2 0.00 0.09 0.12 14.0M elpi
- RUNNING cut1 (what else) elpi
OK cut1 0.00 0.12 0.15 14.0M elpi
- RUNNING cut2 (what else) elpi
OK cut2 0.00 0.12 0.15 14.0M elpi
- RUNNING cut3 (what else) elpi
OK cut3 0.00 0.11 0.13 14.0M elpi
- RUNNING cut4 (what else) elpi
OK cut4 0.00 0.08 0.11 14.0M elpi
- RUNNING cut5 (what else) elpi
OK cut5 0.00 0.13 0.16 14.0M elpi
- RUNNING cut6 (what else) elpi
OK cut6 0.00 0.11 0.13 14.0M elpi
- RUNNING discard (_) elpi
- OK discard 0.00 0.09 0.12 14.0M elpi
- RUNNING dt_max_depths (discrimination_tree max_depth) elpi
OK dt_max_depths 0.00 0.00 0.03 10.0M elpi
- RUNNING dt_multiparam1 (discrimination_tree indexing multi argument) elpi
OK dt_multiparam1 0.57 0.00 0.60 14.0M elpi
- RUNNING dt_multiparam2 (discrimination_tree indexing multi with flexible) elpi
- OK dt_multiparam2 0.57 0.00 0.60 14.0M elpi
- RUNNING dt_multiparam3 (discrimination_tree indexing multi with flexible in input mode) elpi
- OK dt_multiparam3 0.00 0.00 0.00 0.0M elpi
- RUNNING dt_multivar (discrimination_tree indexing multi with flexible in input mode) elpi
OK dt_multivar 0.00 0.00 0.03 10.0M elpi
- RUNNING dt_var (discrimination_tree indexing flex) elpi
OK dt_var 0.00 0.00 0.02 10.0M elpi
- RUNNING dt_var2 (discrimination_tree indexing flex) elpi
OK dt_var2 0.00 0.00 0.03 10.0M elpi
- RUNNING elpi-checker (type checking the type checker) elpi
OK elpi-checker 0.00 0.18 0.22 18.0M elpi
- RUNNING elpi2html (type checking elpi2html) elpi
OK elpi2html 0.00 0.11 0.15 18.0M elpi
- RUNNING elpi_only_llam (full HO unif gives error) elpi
OK elpi_only_llam 0.00 0.10 0.00 0.0M elpi
- RUNNING eta (test eta for rigid terms) elpi
OK eta 0.00 0.10 0.13 14.0M elpi
- RUNNING eta_as (eta expansion of as clause) elpi
OK eta_as 0.00 0.00 0.03 10.0M elpi
- RUNNING eta_oc (eta expansion and occur check) elpi
OK eta_oc 0.00 0.09 0.12 14.0M elpi
- RUNNING findall (stash across backtrack) elpi
- OK findall 0.00 0.11 0.14 14.0M elpi
- RUNNING graft_before (grafting a clause before the clause of another predicate) elpi
OK graft_before 0.00 0.08 0.11 14.0M elpi
- RUNNING graft_before_same (grafting a clause before the clause of the same predicate) elpi
OK graft_before_same 0.00 0.08 0.11 14.0M elpi
- RUNNING graft_remove (remove a clase) elpi
OK graft_remove 0.00 0.08 0.11 14.0M elpi
- RUNNING graft_replace_err (replacing a clase) elpi
OK graft_replace_err 0.00 0.00 0.00 0.0M elpi
- RUNNING graft_replace_ok (replacing a clase) elpi
OK graft_replace_ok 0.00 0.08 0.11 14.0M elpi
- RUNNING hc_interp (Horn Clauses interpreter) elpi
OK hc_interp 0.00 0.14 0.18 14.0M elpi
- RUNNING hdclause (hdclause unification) elpi
OK hdclause 0.00 0.00 0.02 10.0M elpi
- RUNNING heap_discard (heapification of _) elpi
- OK heap_discard 0.00 0.08 0.11 14.0M elpi
- RUNNING hilbert (hilbert) elpi
OK hilbert 0.00 0.09 0.12 16.0M elpi
- RUNNING hilbert2 (hilbert2) elpi
OK hilbert2 0.00 0.09 0.11 16.0M elpi
- RUNNING ho (HO predicates) elpi
OK ho 0.00 0.09 0.12 14.0M elpi
- RUNNING hollight (hollight implementation) elpi
OK hollight 0.00 0.00 0.00 0.0M elpi
- RUNNING holp (HOL programming) elpi
OK holp 0.00 0.14 0.18 16.0M elpi
- RUNNING hyp_uvar (uvar at the left of implication) elpi
OK hyp_uvar 0.00 0.08 0.11 14.0M elpi
- RUNNING impl (implication) elpi
OK impl 0.00 0.11 0.14 14.0M elpi
- RUNNING impl2 (implication) elpi
- OK impl2 0.00 0.11 0.14 14.0M elpi
- RUNNING impl_order (implication and pair/list) elpi
OK impl_order 0.00 0.08 0.12 14.0M elpi
- RUNNING is (calc) elpi
OK is 0.00 0.08 0.11 14.0M elpi
- RUNNING lambda_arrow1 (simple type checker) elpi
OK lambda_arrow1 0.00 0.12 0.15 14.0M elpi
- RUNNING lambda_arrow2 (simple type checker) elpi
OK lambda_arrow2 0.00 0.11 0.13 14.0M elpi
- RUNNING lambdadelta (lambda delta tests) elpi
OK lambdadelta 0.00 0.16 0.20 18.0M elpi
- RUNNING linear (linear variable check) elpi
OK linear 0.00 0.08 0.11 14.0M elpi
- RUNNING list_as_conj (list is an nary conjunction) elpi
- OK list_as_conj 0.00 0.10 0.14 14.0M elpi
- RUNNING list_comma (lists with spurious , in there) elpi
OK list_comma 0.00 0.08 0.12 14.0M elpi
- RUNNING llam (Miller pattern unification) elpi
OK llam 0.00 0.15 0.18 14.0M elpi
- RUNNING llamb0_exit1 (Outside the llamb0 fragment) elpi
OK llamb0_exit1 0.00 0.09 0.12 14.0M elpi
- RUNNING llamb0_exit2 (Outside the llamb0 fragment) elpi
OK llamb0_exit2 0.00 0.09 0.12 14.0M elpi
- RUNNING llamb0_exit3 (Outside the llamb0 fragment) elpi
OK llamb0_exit3 0.00 0.10 0.12 14.0M elpi
- RUNNING llamb0_exit4 (Outside the llamb0 fragment) elpi
- OK llamb0_exit4 0.00 0.10 0.14 14.0M elpi
- RUNNING llamb0_exit5 (Outside the llamb0 fragment) elpi
OK llamb0_exit5 0.00 0.10 0.12 14.0M elpi
- RUNNING llamb0_exit6 (Outside the llamb0 fragment) elpi
OK llamb0_exit6 0.00 0.09 0.12 14.0M elpi
- RUNNING mk_uv_meta (uvar surgery at the meta level) elpi
OK mk_uv_meta 0.00 0.08 0.11 14.0M elpi
- RUNNING name (name builtin) elpi
OK name 0.00 0.00 0.02 10.0M elpi
- RUNNING named_clauses00 (clause grafting using names) elpi
OK named_clauses00 0.00 0.00 0.00 0.0M elpi
- RUNNING named_clauses01 (clause grafting using names) elpi
OK named_clauses01 0.00 0.00 0.00 0.0M elpi
- RUNNING named_clauses02 (clause grafting using names) elpi
OK named_clauses02 0.00 0.09 0.11 14.0M elpi
- RUNNING namespace00 (namespacing of predicates and constants) elpi
OK namespace00 0.00 0.09 0.11 14.0M elpi
- RUNNING namespace01 (namespacing of predicates and constants) elpi
OK namespace01 0.00 0.10 0.13 14.0M elpi
- RUNNING namespace02 (namespacing of predicates and constants) elpi
- OK namespace02 0.00 0.10 0.13 14.0M elpi
- RUNNING namespace03 (namespacing of predicates and constants) elpi
OK namespace03 0.00 0.12 0.15 14.0M elpi
- RUNNING ndprover (Natural deduction prover) elpi
OK ndprover 0.00 0.11 0.14 18.0M elpi
- RUNNING nil_cons (nil = []) elpi
OK nil_cons 0.00 0.08 0.11 14.0M elpi
- RUNNING notation (extensible syntax) elpi
OK notation 0.00 0.14 0.16 14.0M elpi
- RUNNING notation_error (infix declaration error) elpi
OK notation_error 0.00 0.00 0.00 0.0M elpi
- RUNNING oc_eta (eta expansion and occur check) elpi
OK oc_eta 0.00 0.08 0.00 0.0M elpi
- RUNNING patternunif (Miller pattern unification) elpi
- OK patternunif 0.00 0.10 0.13 14.0M elpi
- RUNNING patternunif2 (Miller pattern unification) elpi
OK patternunif2 0.00 0.09 0.12 14.0M elpi
- RUNNING pcf (type inference for PCF) elpi
OK pcf 0.00 0.12 0.16 18.0M elpi
- RUNNING pi (pi quantification) elpi
OK pi 0.00 0.11 0.13 14.0M elpi
- RUNNING pi3 (pi quantification) elpi
OK pi3 0.00 0.09 0.12 14.0M elpi
- RUNNING pi5 (pi quantification) elpi
OK pi5 0.00 0.11 0.15 14.0M elpi
- RUNNING pnf (some HO programming) elpi
OK pnf 0.00 0.12 0.16 16.0M elpi
- RUNNING polymorphic_variants (typechecker for polymorphic variants) elpi
- OK polymorphic_variants 0.00 0.15 0.18 16.0M elpi
- RUNNING printer (printing infix) elpi
OK printer 0.00 0.00 0.02 10.0M elpi
- RUNNING progs (progs) elpi
OK progs 0.00 0.12 0.17 18.0M elpi
- RUNNING quote_syntax (quote_syntax API) elpi
OK quote_syntax 0.02 0.08 0.13 14.0M elpi
- RUNNING random (random numbers) elpi
OK random 0.00 0.08 0.11 14.0M elpi
- RUNNING restriction (HO unification scope checking) elpi
OK restriction 0.00 0.08 0.00 0.0M elpi
- RUNNING restriction3 (HO unification scope checking) elpi
OK restriction3 0.00 0.09 0.12 14.0M elpi
- RUNNING restriction4 (HO unification scope checking) elpi
- OK restriction4 0.00 0.09 0.13 14.0M elpi
- RUNNING restriction5 (HO unification scope checking) elpi
OK restriction5 0.00 0.08 0.11 14.0M elpi
- RUNNING restriction6 (HO unification scope checking) elpi
OK restriction6 0.00 0.09 0.12 14.0M elpi
- RUNNING same_term (the == operator) elpi
OK same_term 0.00 0.08 0.11 14.0M elpi
- RUNNING self_assignment (Miller pattern unification) elpi
OK self_assignment 0.00 0.09 0.12 14.0M elpi
- RUNNING sepcomp1 (simple separate compilation) dune
- OK sepcomp1 0.67 0.00 0.67 43.2M dune
- RUNNING sepcomp2 (simple separate compilation) dune
OK sepcomp2 0.58 0.00 0.58 42.6M dune
- RUNNING sepcomp3 (separate compilation double naming) dune
- OK sepcomp3 0.00 0.00 0.00 0.0M dune
- RUNNING sepcomp4 (separate compilation double naming) dune
OK sepcomp4 0.00 0.00 0.00 0.0M dune
- RUNNING sepcomp5 (separate compilation different processes (step 1)) dune
- OK sepcomp5 0.50 0.00 0.50 43.1M dune
- RUNNING sepcomp6 (separate compilation different processes (step 2)) dune
OK sepcomp6 0.50 0.00 0.50 43.5M dune
- RUNNING sepcomp7 (separate compilation different processes, with remove (step 1)) dune
- OK sepcomp7 0.50 0.00 0.50 41.2M dune
- RUNNING sepcomp8 (separate compilation different processes, with remove (step 2)) dune
OK sepcomp8 0.52 0.00 0.52 43.4M dune
- RUNNING sepcomp9 (separate compilation different processes, with remove (step 3)) dune
- OK sepcomp9 0.52 0.00 0.52 43.1M dune
- RUNNING shorten (shortening names of a namespace) elpi
OK shorten 0.00 0.11 0.14 14.0M elpi
- RUNNING shorten-EOF (shortening names ends with the file) elpi
OK shorten-EOF 0.00 0.10 0.14 14.0M elpi
- RUNNING shorten_builtin (shortening a builtin) elpi
OK shorten_builtin 0.00 0.08 0.11 14.0M elpi
- RUNNING shorten_trie (shortening a trie of names) elpi
- OK shorten_trie 0.00 0.10 0.13 14.0M elpi
- RUNNING spilling_and (spilling anonymous compound goal) elpi
OK spilling_and 0.00 0.08 0.11 14.0M elpi
- RUNNING spilling_impl (spilling implication) elpi
OK spilling_impl 0.00 0.08 0.11 14.0M elpi
- RUNNING spilling_lam (spilling inside anonymous clause) elpi
OK spilling_lam 0.00 0.08 0.11 14.0M elpi
- RUNNING trace-browser (trace generation) elpi
OK trace-browser 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser-chr (trace generation) elpi
OK trace-browser-chr 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser-cut (trace generation) elpi
OK trace-browser-cut 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser-elab (trace elaboration) elpi-trace-elaborator
OK trace-browser-elab 0.00 0.00 0.00 4.0M elpi-trace-elaborator
- RUNNING trace-browser-elab-broken1 (recoverable broken trace elaboration) elpi-trace-elaborator
- OK trace-browser-elab-broken1 0.00 0.00 0.13 32.0M elpi-trace-elaborator
- RUNNING trace-browser-elab-broken2 (fatal broken trace elaboration) elpi-trace-elaborator
OK trace-browser-elab-broken2 0.00 0.00 0.00 0.0M elpi-trace-elaborator
- RUNNING trace-browser-elab-chr (trace elaboration) elpi-trace-elaborator
OK trace-browser-elab-chr 0.00 0.00 0.00 4.0M elpi-trace-elaborator
- RUNNING trace-browser-elab-cut (trace elaboration) elpi-trace-elaborator
OK trace-browser-elab-cut 0.00 0.00 0.00 4.0M elpi-trace-elaborator
- RUNNING trace-browser-elab-findall (trace elaboration) elpi-trace-elaborator
OK trace-browser-elab-findall 0.00 0.00 0.00 4.0M elpi-trace-elaborator
- RUNNING trace-browser-findall (trace generation) elpi
OK trace-browser-findall 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser-w (trace generation) elpi
OK trace-browser-w 0.01 0.00 0.05 10.0M elpi
- RUNNING trace-browser-w-elab (trace elaboration) elpi-trace-elaborator
OK trace-browser-w-elab 0.00 0.00 0.02 4.0M elpi-trace-elaborator
- RUNNING trace-browser2 (trace generation) elpi
OK trace-browser2 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser2-elab (trace elaboration) elpi-trace-elaborator
OK trace-browser2-elab 0.00 0.00 0.00 2.0M elpi-trace-elaborator
- RUNNING trace-browser3 (trace generation) elpi
OK trace-browser3 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser3-elab (trace elaboration) elpi-trace-elaborator
OK trace-browser3-elab 0.00 0.00 0.00 4.0M elpi-trace-elaborator
- RUNNING trace-browser4 (trace generation) elpi
OK trace-browser4 0.00 0.00 0.03 10.0M elpi
- RUNNING trace-browser4-elab (trace elaboration) elpi-trace-elaborator
OK trace-browser4-elab 0.00 0.00 0.00 4.0M elpi-trace-elaborator
- RUNNING trailing_comment (trailing comment) elpi
- OK trailing_comment 0.00 0.08 0.11 14.0M elpi
- RUNNING trie (discrimination_tree on trees) elpi
OK trie 0.00 0.08 0.11 14.0M elpi
- RUNNING typeabbrv1 (type abbreviations) elpi
OK typeabbrv1 0.00 0.08 0.11 14.0M elpi
- RUNNING typeabbrv10 (type abbreviations and error messages) elpi
OK typeabbrv10 0.00 0.08 0.00 0.0M elpi
- RUNNING typeabbrv11 (type abbreviations and error messages) elpi
OK typeabbrv11 0.00 0.08 0.00 0.0M elpi
- RUNNING typeabbrv12 (type abbreviations and error messages) elpi
OK typeabbrv12 0.00 0.08 0.00 0.0M elpi
- RUNNING typeabbrv2 (type abbreviations) elpi
OK typeabbrv2 0.00 0.00 0.00 0.0M elpi
- RUNNING typeabbrv3 (type abbreviations) elpi
OK typeabbrv3 0.00 0.09 0.12 14.0M elpi
- RUNNING typeabbrv4 (type abbreviations) elpi
OK typeabbrv4 0.00 0.08 0.11 14.0M elpi
- RUNNING typeabbrv5 (type abbreviations) elpi
- OK typeabbrv5 0.00 0.00 0.00 0.0M elpi
- RUNNING typeabbrv6 (type abbreviations) elpi
OK typeabbrv6 0.00 0.00 0.00 0.0M elpi
- RUNNING typeabbrv7 (type abbreviations) elpi
OK typeabbrv7 0.00 0.08 0.11 14.0M elpi
- RUNNING typeabbrv8 (type abbreviations) elpi
OK typeabbrv8 0.00 0.08 0.11 14.0M elpi
- RUNNING typeabbrv9 (type abbreviations) elpi
OK typeabbrv9 0.00 0.08 0.11 14.0M elpi
- RUNNING uminus (parsing and evaluation of unary minus) elpi
OK uminus 0.00 0.08 0.11 14.0M elpi
- RUNNING unix (unix APIs) elpi
OK unix 0.01 0.09 0.12 14.0M elpi
- RUNNING uvar_keyword (uvar kwd status at the meta level) elpi
OK uvar_keyword 0.00 0.09 0.12 16.0M elpi
- RUNNING var (var API) elpi
OK var 0.00 0.09 0.13 14.0M elpi
- RUNNING variadic_declare_constraints (declare_constraint takes keys of different types) elpi
- OK variadic_declare_constraints 0.00 0.08 0.11 14.0M elpi
- RUNNING w (ELPI example at MLWS) elpi
OK w 0.00 0.15 0.18 16.0M elpi
- ------------------------------------------------------------------
- Tests: 164
- Passed: 164
- Failed: 0
- Skipped: 0
-> compiled elpi.1.20.0
-> removed elpi.1.20.0
-> installed elpi.1.20.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 11:13.54 ---> saved as "8f4a6422ec0efec87a71ab7090b3006bc2169c18d2669f2ada01cc577643e2fa"
Job succeeded
2026-03-11 11:14.02: Job succeeded