(not at the head of any monitored branch or PR)
2026-04-13 17:21.04: New job: test tm-grammars.2.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29717/head (cce6b0a71dae17af92185c4cb4134625066ea4b7)
                              on debian-unstable-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/29717/head" && git reset --hard cce6b0a7
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1
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 tm-grammars.2.0.0 2.0.0
RUN opam reinstall tm-grammars.2.0.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-unstable\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tm-grammars.2.0.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 tm-grammars.2.0.0) || true
RUN opam reinstall --with-test --verbose tm-grammars.2.0.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-unstable\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tm-grammars.2.0.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-04-13 17:21.04: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1-tm-grammars.2.0.0-cce6b0a71dae17af92185c4cb4134625066ea4b7"
2026-04-13 17:21.04: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1)
 (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 tm-grammars.2.0.0 2.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tm-grammars.2.0.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-unstable\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'tm-grammars.2.0.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 tm-grammars.2.0.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose tm-grammars.2.0.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-unstable\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'tm-grammars.2.0.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-04-13 17:21.04: Waiting for resource in pool OCluster
2026-04-13 17:21.05: Waiting for worker…
2026-04-13 17:23.12: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  77% (14452/18704)
Updating files:  78% (14590/18704)
Updating files:  79% (14777/18704)
Updating files:  80% (14964/18704)
Updating files:  81% (15151/18704)
Updating files:  82% (15338/18704)
Updating files:  83% (15525/18704)
Updating files:  84% (15712/18704)
Updating files:  85% (15899/18704)
Updating files:  86% (16086/18704)
Updating files:  87% (16273/18704)
Updating files:  88% (16460/18704)
Updating files:  89% (16647/18704)
Updating files:  90% (16834/18704)
Updating files:  91% (17021/18704)
Updating files:  92% (17208/18704)
Updating files:  93% (17395/18704)
Updating files:  94% (17582/18704)
Updating files:  95% (17769/18704)
Updating files:  96% (17956/18704)
Updating files:  97% (18143/18704)
Updating files:  98% (18330/18704)
Updating files:  99% (18517/18704)
Updating files: 100% (18704/18704)
Updating files: 100% (18704/18704), done.
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Updating ba4685aeec..cce6b0a71d
Fast-forward
 packages/tm-grammars/tm-grammars.2.0.0/opam | 37 +++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 packages/tm-grammars/tm-grammars.2.0.0/opam

(from ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1' locally
docker.io/ocaml/opam@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1: Pulling from ocaml/opam
64512d0cfe35: Already exists
d2fa0c512e6b: Already exists
020466fd97a9: Already exists
8b32d0f7ff44: Already exists
fb06d830e8c8: Already exists
bcc5aea3907b: Already exists
fa54453010bd: Already exists
40cf457270e9: Already exists
afa8b34a1df5: Already exists
96acc35f1d2e: Already exists
43955f987479: Already exists
a78d5c3e0d88: Already exists
43799d367adf: Already exists
d662f3c21777: Already exists
cd662c2ef737: Already exists
6af1b5b5f4f6: Already exists
827988d58492: Already exists
827988d58492: Already exists
1d8b91d9cc69: Already exists
b07cb0061b26: Already exists
611b8731cfa5: Already exists
9a4fbcff8dfc: Already exists
4f4fb700ef54: Already exists
a18eda845dc7: Already exists
2574ef1291f6: Already exists
3eaba443ed76: Already exists
bffd0ebb2187: Already exists
40cfedd0d3ed: Already exists
95dce0848c64: Already exists
c10b5b37e8d3: Already exists
01629fc0db53: Already exists
772abe146bd1: Already exists
0d333bffc187: Already exists
f3b5cbbc8c8c: Already exists
63e0c3177dbb: Already exists
7c978b3e5019: Already exists
2e7eb6f519b7: Already exists
99d7161b6747: Already exists
af8fa2638634: Already exists
0727f7be6baf: Already exists
d722d8db3e74: Already exists
3dff7348014c: Pulling fs layer
23d4c5274007: Pulling fs layer
732717ac3b00: Pulling fs layer
518cad14850c: Pulling fs layer
deeb086bd8c3: Pulling fs layer
2a0c3e2cfbd1: Pulling fs layer
ae0ce3d3ecac: Pulling fs layer
518cad14850c: Waiting
deeb086bd8c3: Waiting
2a0c3e2cfbd1: Waiting
ae0ce3d3ecac: Waiting
23d4c5274007: Verifying Checksum
23d4c5274007: Download complete
3dff7348014c: Verifying Checksum
3dff7348014c: Download complete
732717ac3b00: Verifying Checksum
732717ac3b00: Download complete
3dff7348014c: Pull complete
23d4c5274007: Pull complete
732717ac3b00: Pull complete
deeb086bd8c3: Verifying Checksum
deeb086bd8c3: Download complete
2a0c3e2cfbd1: Verifying Checksum
2a0c3e2cfbd1: Download complete
ae0ce3d3ecac: Verifying Checksum
ae0ce3d3ecac: Download complete
518cad14850c: Verifying Checksum
518cad14850c: Download complete
518cad14850c: Pull complete
deeb086bd8c3: Pull complete
2a0c3e2cfbd1: Pull complete
ae0ce3d3ecac: Pull complete
Digest: sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1
Status: Downloaded newer image for ocaml/opam@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1
2026-04-13 17:23.33 ---> saved as "38908df5265093e2e9a1bc4b8a51e2be10509575305fd6cf353b97781c54ebf9"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 17:23.33 ---> saved as "4f164a6bed71a10f4dc64d50a5d43125b2f4f72aa19cfeba7817cda54e5af5a6"

/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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 17:24.05 ---> saved as "b6e7ab79a492f467eb6561c07d8e94581332f63a5f92bd6b1dc6e5540eb3e1a0"

/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=unknown
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       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-04-13 17:24.06 ---> saved as "aed089d88d74e838d52695b0270e783862aba02123fd3e5ba3cbd7bd5cd3ba5e"

/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-04-13 17:24.13 ---> saved as "fecd6ba05bdd235daca45ae00f967aec2e51a0c5b10f932e828f4022942d42bd"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 17:24.23 ---> saved as "0771bc95393a83e7ac33683f702090d4e3bc42258741110d3807580c311fa8af"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 17:24.42 ---> saved as "c6d2a220d1be5e4edf50b1a92675c9a1a491801c9da876732bf06177289463ee"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-0800.22.pdiff [223 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-0800.22.pdiff [223 kB]
- Fetched 474 kB in 3s (182 kB/s)
- Reading package lists...
- 
2026-04-13 17:24.45 ---> saved as "2ba2ce69ace346665ebc78147dad821686ad0eb7a9296cc69ad06e48a60d9981"

/home/opam: (run (shell "opam pin add -k version -yn tm-grammars.2.0.0 2.0.0"))
tm-grammars is now pinned to version 2.0.0
2026-04-13 17:24.46 ---> saved as "a69a3f261d052610941d43afc1f16ff484d8d12a58b35cbe1fce45c478c67709"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tm-grammars.2.0.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-unstable\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'tm-grammars.2.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tm-grammars.2.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune        3.22.1         [required by tm-grammars]
  - install tm-grammars 2.0.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1  (cached)
-> retrieved tm-grammars.2.0.0  (cached)
-> installed dune.3.22.1
-> installed tm-grammars.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 17:25.22 ---> saved as "88990a11f038de19f5e27ec787b200fd179871b7b620651973a8667521eca2cb"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   tm-grammars.2.0.0
-> installed tm-grammars.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 17:25.31 ---> saved as "a1c108badba4a46d7d3f88506bd7692f14621627ef18a55c59ca79ed8cf0d8a6"

/home/opam: (run (shell  "opam reinstall --with-test --verbose tm-grammars.2.0.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-unstable\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'tm-grammars.2.0.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 tm-grammars 2.0.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [tm-grammars: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "tm-grammars" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/tm-grammars.2.0.0)
- (cd _build/default/test && ./test_registry.exe)
- Registry contains 260 grammars
- Spot-checking 5 grammars:
-   ocaml                 24887 bytes
-   javascript            227942 bytes
-   reason                85283 bytes
-   json                  4647 bytes
-   css                   72867 bytes
- OK
-> compiled  tm-grammars.2.0.0
-> removed   tm-grammars.2.0.0
-> installed tm-grammars.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 17:25.40 ---> saved as "2afb5eb19dc0486617c3f04b6a54b4cff07d5503d41a94ea3982670256c90e0e"
Job succeeded
2026-04-13 17:25.47: Job succeeded