(not at the head of any monitored branch or PR)
2026-05-23 16:28.34: New job: test lua-ml.0.9.5, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29945/head (8b623f363e6484cb1c885863fdf867c2295cd713)
                              on ubuntu-26.04-ocaml-5.4/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/29945/head" && git reset --hard 8b623f36
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1
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 lua-ml.0.9.5 0.9.5
RUN opam reinstall lua-ml.0.9.5; \
    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-26.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lua-ml.0.9.5' && 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 lua-ml.0.9.5) || true
RUN opam reinstall --with-test --verbose lua-ml.0.9.5; \
    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-26.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lua-ml.0.9.5' && 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-05-23 16:28.34: Using cache hint "ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1-lua-ml.0.9.5-8b623f363e6484cb1c885863fdf867c2295cd713"
2026-05-23 16:28.34: Using OBuilder spec:
((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1)
 (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 lua-ml.0.9.5 0.9.5"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lua-ml.0.9.5;\
             \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-26.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\" != 'lua-ml.0.9.5' && 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 lua-ml.0.9.5) || true"))
 (run (shell  "opam reinstall --with-test --verbose lua-ml.0.9.5;\
             \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-26.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\" != 'lua-ml.0.9.5' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-23 16:28.34: Waiting for resource in pool OCluster
2026-05-23 16:28.34: Waiting for worker…
2026-05-23 16:28.36: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..8b623f363e
Fast-forward
 packages/lua-ml/lua-ml.0.9.5/opam | 41 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/lua-ml/lua-ml.0.9.5/opam

(from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1)
Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1' locally
docker.io/ocaml/opam@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1: Pulling from ocaml/opam
6f5c5aa4e145: Pulling fs layer
1c24335ddd46: Pulling fs layer
73c2241252ad: Pulling fs layer
00ca9f7aed7f: Pulling fs layer
533c5da5e99b: Pulling fs layer
c0005ce76316: Pulling fs layer
00ca9f7aed7f: Waiting
84ab14c2d0c8: Pulling fs layer
ab4433194f7c: Pulling fs layer
a9fb498f3112: Pulling fs layer
b68f2e8459e4: Pulling fs layer
df514e90a267: Pulling fs layer
533c5da5e99b: Waiting
ab4433194f7c: Waiting
c0005ce76316: Waiting
a9fb498f3112: Waiting
f4cc2d461e19: Pulling fs layer
df514e90a267: Waiting
5b440812daa4: Pulling fs layer
b68f2e8459e4: Waiting
f4cc2d461e19: Waiting
0a5fd61caedc: Pulling fs layer
84ab14c2d0c8: Waiting
dade37641ef2: Pulling fs layer
362a60bb2595: Pulling fs layer
5b440812daa4: Waiting
dade37641ef2: Waiting
0a5fd61caedc: Waiting
9c3bc4dbb0cc: Pulling fs layer
6376dcbc9546: Pulling fs layer
362a60bb2595: Waiting
9c3bc4dbb0cc: Waiting
0e8712ebda32: Pulling fs layer
6376dcbc9546: Waiting
84c9a5c2dfc6: Pulling fs layer
fb7098a82d33: Pulling fs layer
0e8712ebda32: Waiting
84c9a5c2dfc6: Waiting
7c2ce92ca5ad: Pulling fs layer
4f4fb700ef54: Pulling fs layer
fb7098a82d33: Waiting
7c2ce92ca5ad: Waiting
02a760c9b11a: Pulling fs layer
d87920b35f7b: Pulling fs layer
4f4fb700ef54: Waiting
02a760c9b11a: Waiting
8960c3d76078: Pulling fs layer
8904ff1b0bce: Pulling fs layer
d87920b35f7b: Waiting
8960c3d76078: Waiting
b135cca69042: Pulling fs layer
71de0e844fb9: Pulling fs layer
d442707047b1: Pulling fs layer
8904ff1b0bce: Waiting
8e790abbe6ed: Pulling fs layer
b135cca69042: Waiting
d442707047b1: Waiting
d9ed9ab79326: Pulling fs layer
1fb7c75c812e: Pulling fs layer
8e790abbe6ed: Waiting
d9ed9ab79326: Waiting
dc159397fbf1: Pulling fs layer
0fa4fc5c504a: Pulling fs layer
1fb7c75c812e: Waiting
dc159397fbf1: Waiting
15720ef4483e: Pulling fs layer
14fe6aeeea8c: Pulling fs layer
0fa4fc5c504a: Waiting
15720ef4483e: Waiting
1abbc73bd338: Pulling fs layer
52ebbe14b1df: Pulling fs layer
14fe6aeeea8c: Waiting
1abbc73bd338: Waiting
52ebbe14b1df: Waiting
b1c624dd30d4: Pulling fs layer
b1c624dd30d4: Waiting
42096a8f505f: Pulling fs layer
42096a8f505f: Waiting
eff86a76c709: Pulling fs layer
e222f0b5fce7: Pulling fs layer
fca472e4cbc1: Pulling fs layer
eff86a76c709: Waiting
e222f0b5fce7: Waiting
03bf6df8f12b: Pulling fs layer
9fee7fed6647: Pulling fs layer
9e6411f1b06d: Pulling fs layer
9fee7fed6647: Waiting
9e6411f1b06d: Waiting
fca472e4cbc1: Waiting
03bf6df8f12b: Waiting
73c2241252ad: Verifying Checksum
73c2241252ad: Download complete
1c24335ddd46: Download complete
00ca9f7aed7f: Verifying Checksum
00ca9f7aed7f: Download complete
6f5c5aa4e145: Verifying Checksum
6f5c5aa4e145: Download complete
533c5da5e99b: Verifying Checksum
533c5da5e99b: Download complete
c0005ce76316: Verifying Checksum
c0005ce76316: Download complete
ab4433194f7c: Download complete
a9fb498f3112: Verifying Checksum
a9fb498f3112: Download complete
b68f2e8459e4: Verifying Checksum
b68f2e8459e4: Download complete
f4cc2d461e19: Verifying Checksum
f4cc2d461e19: Download complete
5b440812daa4: Verifying Checksum
5b440812daa4: Download complete
df514e90a267: Verifying Checksum
df514e90a267: Download complete
0a5fd61caedc: Verifying Checksum
0a5fd61caedc: Download complete
dade37641ef2: Verifying Checksum
dade37641ef2: Download complete
84ab14c2d0c8: Verifying Checksum
84ab14c2d0c8: Download complete
362a60bb2595: Verifying Checksum
362a60bb2595: Download complete
9c3bc4dbb0cc: Verifying Checksum
9c3bc4dbb0cc: Download complete
6376dcbc9546: Download complete
0e8712ebda32: Download complete
84c9a5c2dfc6: Download complete
fb7098a82d33: Verifying Checksum
fb7098a82d33: Download complete
7c2ce92ca5ad: Verifying Checksum
7c2ce92ca5ad: Download complete
4f4fb700ef54: Download complete
02a760c9b11a: Download complete
d87920b35f7b: Download complete
8960c3d76078: Download complete
8904ff1b0bce: Verifying Checksum
8904ff1b0bce: Download complete
b135cca69042: Verifying Checksum
b135cca69042: Download complete
71de0e844fb9: Verifying Checksum
71de0e844fb9: Download complete
d442707047b1: Verifying Checksum
d442707047b1: Download complete
8e790abbe6ed: Download complete
d9ed9ab79326: Verifying Checksum
d9ed9ab79326: Download complete
6f5c5aa4e145: Pull complete
1c24335ddd46: Pull complete
73c2241252ad: Pull complete
00ca9f7aed7f: Pull complete
1fb7c75c812e: Verifying Checksum
1fb7c75c812e: Download complete
dc159397fbf1: Download complete
0fa4fc5c504a: Download complete
14fe6aeeea8c: Download complete
52ebbe14b1df: Download complete
533c5da5e99b: Pull complete
b1c624dd30d4: Download complete
c0005ce76316: Pull complete
42096a8f505f: Download complete
eff86a76c709: Verifying Checksum
eff86a76c709: Download complete
e222f0b5fce7: Verifying Checksum
e222f0b5fce7: Download complete
1abbc73bd338: Verifying Checksum
1abbc73bd338: Download complete
03bf6df8f12b: Download complete
9fee7fed6647: Verifying Checksum
9fee7fed6647: Download complete
9e6411f1b06d: Verifying Checksum
9e6411f1b06d: Download complete
fca472e4cbc1: Verifying Checksum
fca472e4cbc1: Download complete
15720ef4483e: Verifying Checksum
15720ef4483e: Download complete
84ab14c2d0c8: Pull complete
ab4433194f7c: Pull complete
a9fb498f3112: Pull complete
b68f2e8459e4: Pull complete
df514e90a267: Pull complete
f4cc2d461e19: Pull complete
5b440812daa4: Pull complete
0a5fd61caedc: Pull complete
dade37641ef2: Pull complete
362a60bb2595: Pull complete
9c3bc4dbb0cc: Pull complete
6376dcbc9546: Pull complete
0e8712ebda32: Pull complete
84c9a5c2dfc6: Pull complete
fb7098a82d33: Pull complete
7c2ce92ca5ad: Pull complete
4f4fb700ef54: Pull complete
02a760c9b11a: Pull complete
d87920b35f7b: Pull complete
8960c3d76078: Pull complete
8904ff1b0bce: Pull complete
b135cca69042: Pull complete
71de0e844fb9: Pull complete
d442707047b1: Pull complete
8e790abbe6ed: Pull complete
d9ed9ab79326: Pull complete
1fb7c75c812e: Pull complete
dc159397fbf1: Pull complete
0fa4fc5c504a: Pull complete
15720ef4483e: Pull complete
14fe6aeeea8c: Pull complete
1abbc73bd338: Pull complete
52ebbe14b1df: Pull complete
b1c624dd30d4: Pull complete
42096a8f505f: Pull complete
eff86a76c709: Pull complete
e222f0b5fce7: Pull complete
fca472e4cbc1: Pull complete
03bf6df8f12b: Pull complete
9fee7fed6647: Pull complete
9e6411f1b06d: Pull complete
Digest: sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1
Status: Downloaded newer image for ocaml/opam@sha256:9c7f11384d5cf827e1135c1fcc871838c4f65b20b2a25feb3b4bcc1841a008f1
2026-05-23 16:30.51 ---> saved as "460865f2fe08474914fa416bfb5bf19d1dcc85d81dee956999ea889ed97f473a"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-23 16:30.52 ---> saved as "5a8ca7a2c11c45a6f8d3ca384f14dea3077cdff8016528a829b3e7ffb31c930d"

/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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 16:31.02 ---> saved as "222c0367c07d3dda16d40a1ce64f46abb953c9267d9b7fb9fcf9f9d5e0cbf036"

/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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=26.04
# 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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-05-23 16:31.03 ---> saved as "87214bb3e66840aad937e3385d8a0a5cfaf1d211c6f159e81a118f81f3764602"

/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-05-23 16:31.11 ---> saved as "25b5f0988d9757a1fb2c3c610c36c0c8658231bee6da08a73c833c4c680bdfb6"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 16:31.21 ---> saved as "681ce509c9fcdb77180af309493fec891ab3bb2ad7de55fd3366b224bf754743"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 16:31.31 ---> saved as "432d786f1ac80a3909dd4875e87fc5d839d4f048aed58acd47f6254cf3d55d73"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease
- Get:2 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]
- Get:3 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
- Get:5 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [216 kB]
- Get:6 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [109 kB]
- Get:7 http://archive.ubuntu.com/ubuntu resolute-updates/multiverse amd64 Packages [3584 B]
- Get:8 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [57.1 kB]
- Get:9 http://security.ubuntu.com/ubuntu resolute-security/restricted amd64 Packages [216 kB]
- Get:10 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [102 kB]
- Get:11 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [53.9 kB]
- Fetched 1028 kB in 1s (1657 kB/s)
- Reading package lists...
- 
2026-05-23 16:31.33 ---> saved as "b0a3299789472236801399e3c2e5c21c255a5b7bb8c2c6c89a410d1f3bb5d49a"

/home/opam: (run (shell "opam pin add -k version -yn lua-ml.0.9.5 0.9.5"))
lua-ml is now pinned to version 0.9.5
2026-05-23 16:31.34 ---> saved as "0c7d28a00fa32186876380e27bd9f53db27b0635c75f68d2e57adbc3b0a19c2b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lua-ml.0.9.5;\
                        \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-26.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\" != 'lua-ml.0.9.5' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lua-ml.0.9.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install dune      3.23.1         [required by lua-ml]
  - install lua-ml    0.9.5 (pinned)
  - install menhir    20260209       [required by lua-ml]
  - install menhirCST 20260209       [required by menhir]
  - install menhirGLR 20260209       [required by menhir]
  - install menhirLib 20260209       [required by menhir]
  - install menhirSdk 20260209       [required by menhir]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.1  (cached)
-> retrieved lua-ml.0.9.5  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> installed dune.3.23.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed menhir.20260209
-> installed lua-ml.0.9.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 16:32.14 ---> saved as "338a5a699f88fd65fc7622348f61b0847571d1963028dca2e903748dcb036b3d"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test lua-ml.0.9.5) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile lua-ml 0.9.5 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   lua-ml.0.9.5
-> installed lua-ml.0.9.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 16:32.20 ---> saved as "3c58175c42d9d7776f9ae7821cb3e11a090d2f855d658504f960664525825e85"

/home/opam: (run (shell  "opam reinstall --with-test --verbose lua-ml.0.9.5;\
                        \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-26.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\" != 'lua-ml.0.9.5' && 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 lua-ml 0.9.5 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [lua-ml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lua-ml" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/lua-ml.0.9.5)
- (cd _build/default && /home/opam/.opam/5.4/bin/menhir --external-tokens Luaparser_tokens src/luaparser_impl.mly src/luaparser_tokens.mly --base src/luaparser_impl --infer-write-query src/luaparser_impl__mock.ml.mock)
- File "src/luaparser_tokens.mly", line 12, characters 7-12:
- Warning: the token ARROW is unused.
- File "src/luaparser_tokens.mly", line 7, characters 49-53:
- Warning: the token CASE is unused.
- File "src/luaparser_tokens.mly", line 7, characters 54-63:
- Warning: the token GLOBMATCH is unused.
- File "src/luaparser_tokens.mly", line 7, characters 64-66:
- Warning: the token OF is unused.
- File "src/luaparser_tokens.mly", line 5, characters 7-17:
- Warning: the token WRONGTOKEN is unused.
Processing  2/4: [lua-ml: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "lua-ml" "--create-install-files" "lua-ml" (CWD=/home/opam/.opam/5.4/.opam-switch/build/lua-ml.0.9.5)
-> compiled  lua-ml.0.9.5
-> removed   lua-ml.0.9.5
-> installed lua-ml.0.9.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 16:32.26 ---> saved as "e26c4a0270233fa3cb0cfc597956d799c287e24df66ec204a739d079fceac8ff"
Job succeeded
2026-05-23 16:32.32: Job succeeded