Build:
  1. 0
2026-04-23 20:29.47: New job: build menhir-lsp.0.3.2, using opam 2.5
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29793/head (7bcf92037f59417a8dcde8a5d7599d0dad562c2b)
                              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/29793/head" && git reset --hard 7bcf9203
git fetch origin master
git merge --no-edit 835aa544ea8a6a628f2b02609336ae9de5472277
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.5 /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 menhir-lsp.0.3.2 0.3.2
RUN opam reinstall menhir-lsp.0.3.2; \
    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" != 'menhir-lsp.0.3.2' && 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-23 20:29.47: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50-menhir-lsp.0.3.2-7bcf92037f59417a8dcde8a5d7599d0dad562c2b"
2026-04-23 20:29.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 menhir-lsp.0.3.2 0.3.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall menhir-lsp.0.3.2;\
             \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\" != 'menhir-lsp.0.3.2' && 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-23 20:29.47: Waiting for resource in pool OCluster
2026-04-23 20:29.47: Waiting for worker…
2026-04-23 20:29.49: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  99% (18731/18825)
Updating files: 100% (18825/18825)
Updating files: 100% (18825/18825), done.
HEAD is now at 835aa544ea Merge pull request #29782 from mununki/opam-publish-rescriptdep.0.1.2
Updating 835aa544ea..7bcf92037f
Fast-forward
 packages/menhir-lsp/menhir-lsp.0.3.2/opam | 52 +++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 packages/menhir-lsp/menhir-lsp.0.3.2/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:460b31712710d6f6cae8761185c16e540582dc6bbf723aa6de8ad464dd4cee50)
2026-04-23 20:31.07 ---> using "275aa6c46f8d27a33df71b6bdff009976fb58bbf99c28dd3a526aa8f4b7aefb8" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-23 20:31.07 ---> using "9d19ce53244c410a10c0489267667cfddec0c79754a58d95bd014cf588d33435" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-23 20:31.07 ---> using "56b0a28c61b3cfe93b9c4ebb36bf3d3f54aa8635392f7cf8b7a880ad59c7b12e" 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.1
# 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                 71
# repositories         1 (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-04-23 20:31.07 ---> using "bb5b1e36ab9633e9d6e63300560fe92b0709aa93ff4679e6f372ae6428c1ca0c" 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-04-23 20:31.07 ---> using "0fc831d61e973cda0e0825df57dccd95589f9d6b03c1206dd111089936d45921" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-23 20:31.16 ---> saved as "cb303ab7566529aed4c4cbcd9e93b34cb0a8329f29b5c5243ca2366d2cee63ea"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-23 20:31.51 ---> saved as "24ca76c009eb2b92960e57929ef7df34c67ce71e910f229596987c1da9e24d14"

/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 [127 kB]
- Fetched 218 kB in 0s (878 kB/s)
- Reading package lists...
- 
2026-04-23 20:31.54 ---> saved as "fecfb193b7014391103a7057b9686c04670d8878147a6bbe86ed515aa450f25e"

/home/opam: (run (shell "opam pin add -k version -yn menhir-lsp.0.3.2 0.3.2"))
menhir-lsp is now pinned to version 0.3.2
2026-04-23 20:31.56 ---> saved as "cf8245bb5e5834e15c54ffec9bde7e4ba0f6884ce20aeec47fca69e10d66bce9"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall menhir-lsp.0.3.2;\
                        \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\" != 'menhir-lsp.0.3.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
menhir-lsp.0.3.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 47 packages
  - install base-bytes          base           [required by ocplib-endian]
  - install containers          3.18           [required by menhir-lsp]
  - install cppo                1.8.0          [required by ppx_deriving]
  - install csexp               1.5.2          [required by ocamlformat-rpc-lib, merlin-lib, stdune]
  - install dune                3.22.2         [required by menhir-lsp]
  - install dune-build-info     3.22.2         [required by menhir-lsp]
  - install dune-configurator   3.22.2         [required by containers]
  - install dyn                 3.22.2         [required by stdune]
  - install either              1.0.0          [required by containers]
  - install fs-io               3.22.2         [required by stdune]
  - install interval-map        0.2.1          [required by menhir-lsp]
  - install linol               0.11           [required by menhir-lsp]
  - install linol-lwt           0.11           [required by menhir-lsp]
  - install logs                0.10.0         [required by linol]
  - install lwt                 5.9.2          [required by linol-lwt, lwt_ppx]
  - install lwt_ppx             5.9.3          [required by menhir-lsp]
  - install menhir              20260209       [required by menhir-lsp]
  - install menhir-lsp          0.3.2 (pinned)
  - install menhirCST           20260209       [required by menhir]
  - install menhirGLR           20260209       [required by menhir]
  - install menhirLib           20260209       [required by menhir-lsp]
  - install menhirSdk           20260209       [required by menhir-lsp]
  - install merlin-lib          4.19-414       [required by menhir-lsp]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocamlbuild          0.16.1         [required by logs, uutf]
  - install ocamlfind           1.9.8          [required by uutf, logs, ppx_deriving]
  - install ocamlformat-rpc-lib 0.29.0         [required by menhir-lsp]
  - install ocplib-endian       1.2            [required by lwt]
  - install ordering            3.22.2         [required by menhir-lsp]
  - install pp                  2.0.0          [required by stdune]
  - install pprint              20230830       [required by menhir-lsp]
  - install ppx_derivers        1.2.1          [required by ppxlib, ppx_deriving]
  - install ppx_deriving        6.1.1          [required by visitors]
  - install ppx_yojson_conv_lib v0.16.0        [required by linol]
  - install ppxlib              0.38.0         [required by lwt_ppx, visitors]
  - install re                  1.14.0         [required by menhir-lsp]
  - install result              1.5            [required by visitors]
  - install seq                 base           [required by yojson]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install stdune              3.22.2         [required by menhir-lsp]
  - install top-closure         3.22.2         [required by stdune]
  - install topkg               1.1.1          [required by logs, uutf]
  - install trace               0.12           [required by linol]
  - install uutf                1.0.4          [required by linol]
  - install visitors            20251114       [required by menhir-lsp]
  - install yojson              2.2.2          [required by linol, linol-lwt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved containers.3.18  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved interval-map.0.2.1  (cached)
-> retrieved linol.0.11, linol-lwt.0.11  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_ppx.5.9.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved menhir-lsp.0.3.2  (cached)
-> retrieved merlin-lib.4.19-414  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlformat-rpc-lib.0.29.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_yojson_conv_lib.v0.16.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved trace.0.12  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved visitors.20251114  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.22.2
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.2
-> installed either.1.0.0
-> installed fs-io.3.22.2
-> installed interval-map.0.2.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ordering.3.22.2
-> installed pp.2.0.0
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed top-closure.3.22.2
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.2
-> installed ocamlformat-rpc-lib.0.29.0
-> installed trace.0.12
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed dyn.3.22.2
-> installed containers.3.18
-> installed lwt.5.9.2
-> installed logs.0.10.0
-> installed stdune.3.22.2
-> installed menhir.20260209
-> installed merlin-lib.4.19-414
-> installed linol.0.11
-> installed linol-lwt.0.11
-> installed ppxlib.0.38.0
-> installed lwt_ppx.5.9.3
-> installed ppx_deriving.6.1.1
-> installed visitors.20251114
-> installed menhir-lsp.0.3.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-23 20:33.57 ---> saved as "8feb20b281caa8617646f1683455410c8f2a3b36b79cf85a917ce22793615283"
Job succeeded
2026-04-23 20:34.02: Job succeeded