(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-25.04-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/29945/head" && git reset --hard 8b623f36
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
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-25.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-25.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-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3-lua-ml.0.9.5-8b623f363e6484cb1c885863fdf867c2295cd713"
2026-05-23 16:28.34: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)
 (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-25.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-25.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 eumache.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-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3' locally
docker.io/ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3: Pulling from ocaml/opam
c62190a9ab61: Already exists
3ffa5fa4c338: Pulling fs layer
1ad98d62710f: Pulling fs layer
32b7f1733f93: Pulling fs layer
60b6d784b3f1: Pulling fs layer
5a2a6d451e1f: Pulling fs layer
6331cc613db1: Pulling fs layer
cd17da539bcb: Pulling fs layer
a78785a8707a: Pulling fs layer
017a8e839984: Pulling fs layer
269878e77d3e: Pulling fs layer
d105ce9936af: Pulling fs layer
6a816e31a608: Pulling fs layer
c561c5e7e836: Pulling fs layer
2c2bead92061: Pulling fs layer
181b5e50467a: Pulling fs layer
60b6d784b3f1: Waiting
e1747048878a: Pulling fs layer
9964000ee5c2: Pulling fs layer
2f528d56ff17: Pulling fs layer
6331cc613db1: Waiting
0cae2e739013: Pulling fs layer
a78785a8707a: Waiting
c561c5e7e836: Waiting
4f4fb700ef54: Pulling fs layer
9964000ee5c2: Waiting
6a816e31a608: Waiting
2c2bead92061: Waiting
7b56ac9ded88: Pulling fs layer
e1747048878a: Waiting
5a2a6d451e1f: Waiting
181b5e50467a: Waiting
2f528d56ff17: Waiting
d105ce9936af: Waiting
0cae2e739013: Waiting
4f4fb700ef54: Waiting
02acd4f922b8: Pulling fs layer
017a8e839984: Waiting
5820f3f0ac5b: Pulling fs layer
02acd4f922b8: Waiting
565d3d2f91e3: Pulling fs layer
6011b75baccf: Pulling fs layer
565d3d2f91e3: Waiting
269878e77d3e: Waiting
aa679525444d: Pulling fs layer
6233cfda6bc6: Pulling fs layer
6011b75baccf: Waiting
aa679525444d: Waiting
e337c50fadae: Pulling fs layer
68480da602a2: Pulling fs layer
6233cfda6bc6: Waiting
5820f3f0ac5b: Waiting
e337c50fadae: Waiting
68480da602a2: Waiting
fe8455ef7fdd: Pulling fs layer
376ec1c1ff04: Pulling fs layer
fe8455ef7fdd: Waiting
62414c6876a0: Pulling fs layer
376ec1c1ff04: Waiting
e13152495ead: Pulling fs layer
7237efe4b8d6: Pulling fs layer
62414c6876a0: Waiting
dcb6948decd1: Pulling fs layer
e13152495ead: Waiting
9ef3e7aa87ba: Pulling fs layer
7b56ac9ded88: Waiting
dcb6948decd1: Waiting
cd0bb5382221: Pulling fs layer
18f69dc7a237: Pulling fs layer
a2e0e75156e8: Pulling fs layer
18f69dc7a237: Waiting
8d2cef0a103d: Pulling fs layer
a2e0e75156e8: Waiting
cd17da539bcb: Waiting
1ebb3eb77b53: Pulling fs layer
af2e6699089c: Pulling fs layer
cd0bb5382221: Waiting
8d2cef0a103d: Waiting
1ebb3eb77b53: Waiting
af2e6699089c: Waiting
3ffa5fa4c338: Download complete
3ffa5fa4c338: Pull complete
1ad98d62710f: Download complete
1ad98d62710f: Pull complete
32b7f1733f93: Verifying Checksum
32b7f1733f93: Download complete
60b6d784b3f1: Verifying Checksum
60b6d784b3f1: Download complete
6331cc613db1: Verifying Checksum
6331cc613db1: Download complete
a78785a8707a: Verifying Checksum
a78785a8707a: Download complete
32b7f1733f93: Pull complete
60b6d784b3f1: Pull complete
017a8e839984: Verifying Checksum
017a8e839984: Download complete
5a2a6d451e1f: Verifying Checksum
5a2a6d451e1f: Download complete
cd17da539bcb: Verifying Checksum
cd17da539bcb: Download complete
269878e77d3e: Verifying Checksum
269878e77d3e: Download complete
c561c5e7e836: Download complete
6a816e31a608: Verifying Checksum
d105ce9936af: Verifying Checksum
d105ce9936af: Download complete
2c2bead92061: Verifying Checksum
2c2bead92061: Download complete
181b5e50467a: Verifying Checksum
181b5e50467a: Download complete
e1747048878a: Download complete
9964000ee5c2: Download complete
0cae2e739013: Download complete
2f528d56ff17: Verifying Checksum
2f528d56ff17: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7b56ac9ded88: Verifying Checksum
7b56ac9ded88: Download complete
02acd4f922b8: Verifying Checksum
02acd4f922b8: Download complete
5820f3f0ac5b: Verifying Checksum
5820f3f0ac5b: Download complete
6011b75baccf: Download complete
565d3d2f91e3: Verifying Checksum
565d3d2f91e3: Download complete
aa679525444d: Verifying Checksum
aa679525444d: Download complete
e337c50fadae: Verifying Checksum
e337c50fadae: Download complete
6233cfda6bc6: Verifying Checksum
6233cfda6bc6: Download complete
68480da602a2: Download complete
376ec1c1ff04: Download complete
fe8455ef7fdd: Download complete
62414c6876a0: Verifying Checksum
62414c6876a0: Download complete
7237efe4b8d6: Verifying Checksum
7237efe4b8d6: Download complete
9ef3e7aa87ba: Verifying Checksum
9ef3e7aa87ba: Download complete
cd0bb5382221: Download complete
e13152495ead: Verifying Checksum
e13152495ead: Download complete
18f69dc7a237: Verifying Checksum
18f69dc7a237: Download complete
5a2a6d451e1f: Pull complete
6331cc613db1: Pull complete
8d2cef0a103d: Verifying Checksum
8d2cef0a103d: Download complete
cd17da539bcb: Pull complete
1ebb3eb77b53: Verifying Checksum
1ebb3eb77b53: Download complete
a78785a8707a: Pull complete
017a8e839984: Pull complete
a2e0e75156e8: Verifying Checksum
a2e0e75156e8: Download complete
269878e77d3e: Pull complete
d105ce9936af: Pull complete
6a816e31a608: Pull complete
c561c5e7e836: Pull complete
2c2bead92061: Pull complete
181b5e50467a: Pull complete
e1747048878a: Pull complete
9964000ee5c2: Pull complete
2f528d56ff17: Pull complete
0cae2e739013: Pull complete
4f4fb700ef54: Pull complete
7b56ac9ded88: Pull complete
02acd4f922b8: Pull complete
5820f3f0ac5b: Pull complete
565d3d2f91e3: Pull complete
6011b75baccf: Pull complete
aa679525444d: Pull complete
6233cfda6bc6: Pull complete
e337c50fadae: Pull complete
dcb6948decd1: Verifying Checksum
dcb6948decd1: Download complete
68480da602a2: Pull complete
fe8455ef7fdd: Pull complete
376ec1c1ff04: Pull complete
62414c6876a0: Pull complete
e13152495ead: Pull complete
7237efe4b8d6: Pull complete
dcb6948decd1: Pull complete
9ef3e7aa87ba: Pull complete
cd0bb5382221: Pull complete
18f69dc7a237: Pull complete
a2e0e75156e8: Pull complete
8d2cef0a103d: Pull complete
1ebb3eb77b53: Pull complete
af2e6699089c: Pull complete
Digest: sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
Status: Downloaded newer image for ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3
2026-05-23 16:31.04 ---> saved as "ba0b4e302ef2a5e9263f83048ac28906cbdea9e3c191aa9493eeacb40f39272f"

/: (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:31.04 ---> saved as "5b4657e478b4215ded76634d941989534f09ae9178c0ba55a37161693eb04c06"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-05-23 16:31.18 ---> saved as "676117ed1528b98025d4c280fddfad77dd4308682e8895b8fb6149c942a99e1b"

/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=25.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, 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.3
2026-05-23 16:31.19 ---> saved as "0aaa451d95266b2297567459b647a5f273268bb0975763afa5a710600ea7e267"

/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.26 ---> saved as "96a647879a5e58b7f75ecf54a00804917fe07652a1f8bd282946296d03c844e2"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 
2026-05-23 16:31.44 ---> saved as "73fb4d4b3090effdefbf4476a7c97d78af7c61e76ecb5ab0fbf3b1428af2f683"

/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.45 ---> saved as "3f21fa88d8e86517e3056c169f05322067513885743ced0a110e971830ab8092"

/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-25.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 menhirLib.20260209
-> installed menhirGLR.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.28 ---> saved as "2a5e36a7f8acef3c70dc3584ab232492f132cc60382effc01d84218c113338d0"

/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.34 ---> saved as "4bcf63e95e08ebed4b65449f321bb0ac9371fd937ba59939f292f7002b8f6e58"

/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-25.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" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/lua-ml.0.9.5)
- (cd _build/default && /home/opam/.opam/4.14/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/4.14/.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.41 ---> saved as "a275d0468781f767e56b222e8ab9dde878acbe7d37aa3a6e495a0e0d5283c118"
Job succeeded
2026-05-23 16:32.49: Job succeeded