(not at the head of any monitored branch or PR)
2026-04-13 12:45.07: New job: build ochre-cli.1.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29700/head (92e909f657262642472253e8e4d15ffb656911dc)
                              on debian-unstable-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/29700/head" && git reset --hard 92e909f6
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b
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 ochre-cli.1.0.0 1.0.0
RUN opam reinstall ochre-cli.1.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" != 'ochre-cli.1.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 12:45.07: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b-ochre-cli.1.0.0-92e909f657262642472253e8e4d15ffb656911dc"
2026-04-13 12:45.07: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b)
 (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 ochre-cli.1.0.0 1.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ochre-cli.1.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\" != 'ochre-cli.1.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 12:45.07: Waiting for resource in pool OCluster
2026-04-13 12:45.09: Waiting for worker…
2026-04-13 12:46.58: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..92e909f657
Fast-forward
 packages/ochre-cli/ochre-cli.1.0.0/opam | 44 +++++++++++++++++++++++++++
 packages/ochre/ochre.1.0.0/opam         | 54 +++++++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+)
 create mode 100644 packages/ochre-cli/ochre-cli.1.0.0/opam
 create mode 100644 packages/ochre/ochre.1.0.0/opam

(from ocaml/opam:debian-unstable-ocaml-4.14@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b' locally
docker.io/ocaml/opam@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b: Pulling from ocaml/opam
64512d0cfe35: Pulling fs layer
d2fa0c512e6b: Pulling fs layer
020466fd97a9: Pulling fs layer
8b32d0f7ff44: Pulling fs layer
fb06d830e8c8: Pulling fs layer
64512d0cfe35: Waiting
d2fa0c512e6b: Waiting
bcc5aea3907b: Pulling fs layer
8b32d0f7ff44: Waiting
020466fd97a9: Waiting
fb06d830e8c8: Waiting
fa54453010bd: Pulling fs layer
bcc5aea3907b: Waiting
40cf457270e9: Pulling fs layer
fa54453010bd: Waiting
afa8b34a1df5: Pulling fs layer
40cf457270e9: Waiting
96acc35f1d2e: Pulling fs layer
43955f987479: Pulling fs layer
afa8b34a1df5: Waiting
96acc35f1d2e: Waiting
a78d5c3e0d88: Pulling fs layer
43799d367adf: Pulling fs layer
43955f987479: Waiting
a78d5c3e0d88: Waiting
d662f3c21777: Pulling fs layer
cd662c2ef737: Pulling fs layer
d662f3c21777: Waiting
6af1b5b5f4f6: Pulling fs layer
827988d58492: Pulling fs layer
43799d367adf: Waiting
6af1b5b5f4f6: Waiting
827988d58492: Waiting
1d8b91d9cc69: Pulling fs layer
cd662c2ef737: Waiting
b07cb0061b26: Pulling fs layer
1d8b91d9cc69: Waiting
611b8731cfa5: Pulling fs layer
b07cb0061b26: Waiting
9a4fbcff8dfc: Pulling fs layer
4f4fb700ef54: Pulling fs layer
611b8731cfa5: Waiting
9a4fbcff8dfc: Waiting
a18eda845dc7: Pulling fs layer
2574ef1291f6: Pulling fs layer
4f4fb700ef54: Waiting
a18eda845dc7: Waiting
2574ef1291f6: Waiting
3eaba443ed76: Pulling fs layer
bffd0ebb2187: Pulling fs layer
3eaba443ed76: Waiting
40cfedd0d3ed: Pulling fs layer
95dce0848c64: Pulling fs layer
bffd0ebb2187: Waiting
c10b5b37e8d3: Pulling fs layer
40cfedd0d3ed: Waiting
01629fc0db53: Pulling fs layer
95dce0848c64: Waiting
772abe146bd1: Pulling fs layer
c10b5b37e8d3: Waiting
772abe146bd1: Waiting
0d333bffc187: Pulling fs layer
01629fc0db53: Waiting
f3b5cbbc8c8c: Pulling fs layer
0d333bffc187: Waiting
63e0c3177dbb: Pulling fs layer
f3b5cbbc8c8c: Waiting
7c978b3e5019: Pulling fs layer
63e0c3177dbb: Waiting
2e7eb6f519b7: Pulling fs layer
7c978b3e5019: Waiting
99d7161b6747: Pulling fs layer
2e7eb6f519b7: Waiting
af8fa2638634: Pulling fs layer
99d7161b6747: Waiting
0727f7be6baf: Pulling fs layer
d722d8db3e74: Pulling fs layer
af8fa2638634: Waiting
dd209ac63bd7: Pulling fs layer
d722d8db3e74: Waiting
0727f7be6baf: Waiting
1acf7d59844f: Pulling fs layer
dd209ac63bd7: Waiting
0e8fb1338df3: Pulling fs layer
339c01ba7bb6: Pulling fs layer
1acf7d59844f: Waiting
0e8fb1338df3: Waiting
e30ad85addb9: Pulling fs layer
339c01ba7bb6: Waiting
e30ad85addb9: Waiting
64512d0cfe35: Verifying Checksum
64512d0cfe35: Download complete
d2fa0c512e6b: Verifying Checksum
d2fa0c512e6b: Download complete
020466fd97a9: Verifying Checksum
020466fd97a9: Download complete
64512d0cfe35: Pull complete
d2fa0c512e6b: Pull complete
020466fd97a9: Pull complete
8b32d0f7ff44: Verifying Checksum
8b32d0f7ff44: Download complete
fb06d830e8c8: Verifying Checksum
fb06d830e8c8: Download complete
8b32d0f7ff44: Pull complete
fa54453010bd: Verifying Checksum
fa54453010bd: Download complete
fb06d830e8c8: Pull complete
40cf457270e9: Verifying Checksum
40cf457270e9: Download complete
afa8b34a1df5: Verifying Checksum
afa8b34a1df5: Download complete
96acc35f1d2e: Verifying Checksum
96acc35f1d2e: Download complete
43955f987479: Verifying Checksum
43955f987479: Download complete
a78d5c3e0d88: Verifying Checksum
a78d5c3e0d88: Download complete
43799d367adf: Verifying Checksum
43799d367adf: Download complete
d662f3c21777: Verifying Checksum
cd662c2ef737: Verifying Checksum
cd662c2ef737: Download complete
6af1b5b5f4f6: Verifying Checksum
6af1b5b5f4f6: Download complete
827988d58492: Verifying Checksum
827988d58492: Download complete
1d8b91d9cc69: Verifying Checksum
1d8b91d9cc69: Download complete
b07cb0061b26: Verifying Checksum
b07cb0061b26: Download complete
611b8731cfa5: Verifying Checksum
611b8731cfa5: Download complete
9a4fbcff8dfc: Download complete
4f4fb700ef54: Download complete
a18eda845dc7: Verifying Checksum
a18eda845dc7: Download complete
2574ef1291f6: Verifying Checksum
2574ef1291f6: Download complete
3eaba443ed76: Verifying Checksum
3eaba443ed76: Download complete
40cfedd0d3ed: Verifying Checksum
40cfedd0d3ed: Download complete
bffd0ebb2187: Verifying Checksum
bffd0ebb2187: Download complete
95dce0848c64: Verifying Checksum
95dce0848c64: Download complete
c10b5b37e8d3: Verifying Checksum
c10b5b37e8d3: Download complete
01629fc0db53: Download complete
772abe146bd1: Verifying Checksum
772abe146bd1: Download complete
0d333bffc187: Download complete
63e0c3177dbb: Verifying Checksum
63e0c3177dbb: Download complete
f3b5cbbc8c8c: Verifying Checksum
f3b5cbbc8c8c: Download complete
2e7eb6f519b7: Download complete
99d7161b6747: Verifying Checksum
99d7161b6747: Download complete
af8fa2638634: Verifying Checksum
af8fa2638634: Download complete
0727f7be6baf: Download complete
7c978b3e5019: Verifying Checksum
7c978b3e5019: Download complete
d722d8db3e74: Download complete
1acf7d59844f: Verifying Checksum
1acf7d59844f: Download complete
0e8fb1338df3: Verifying Checksum
0e8fb1338df3: Download complete
339c01ba7bb6: Verifying Checksum
339c01ba7bb6: Download complete
e30ad85addb9: Verifying Checksum
e30ad85addb9: Download complete
bcc5aea3907b: Download complete
dd209ac63bd7: Verifying Checksum
dd209ac63bd7: Download complete
bcc5aea3907b: Pull complete
fa54453010bd: Pull complete
40cf457270e9: Pull complete
afa8b34a1df5: Pull complete
96acc35f1d2e: Pull complete
43955f987479: Pull complete
a78d5c3e0d88: Pull complete
43799d367adf: Pull complete
d662f3c21777: Pull complete
cd662c2ef737: Pull complete
6af1b5b5f4f6: Pull complete
827988d58492: Pull complete
1d8b91d9cc69: Pull complete
b07cb0061b26: Pull complete
611b8731cfa5: Pull complete
9a4fbcff8dfc: Pull complete
4f4fb700ef54: Pull complete
a18eda845dc7: Pull complete
2574ef1291f6: Pull complete
3eaba443ed76: Pull complete
bffd0ebb2187: Pull complete
40cfedd0d3ed: Pull complete
95dce0848c64: Pull complete
c10b5b37e8d3: Pull complete
01629fc0db53: Pull complete
772abe146bd1: Pull complete
0d333bffc187: Pull complete
f3b5cbbc8c8c: Pull complete
63e0c3177dbb: Pull complete
7c978b3e5019: Pull complete
2e7eb6f519b7: Pull complete
99d7161b6747: Pull complete
af8fa2638634: Pull complete
0727f7be6baf: Pull complete
d722d8db3e74: Pull complete
dd209ac63bd7: Pull complete
1acf7d59844f: Pull complete
0e8fb1338df3: Pull complete
339c01ba7bb6: Pull complete
e30ad85addb9: Pull complete
Digest: sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b
Status: Downloaded newer image for ocaml/opam@sha256:1931f6e2e5470715510a261633e73b67a49a0f531c5125609b2f441285246a3b
2026-04-13 12:53.08 ---> saved as "08f7324faf7e2341459db3861038ea024a1c7fa51acf8aed4cddf6d0645a2651"

/: (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 12:53.09 ---> saved as "18e9ba56a1040bcaed0e738853c3204afb8b3645157fa8f989204233a6859afd"

/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.

[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
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-13 12:53.35 ---> saved as "d7d246fc715cc2d80fbee7f993e12c29568d1382a16636ca74abb1346851a039"

/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         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-04-13 12:53.35 ---> saved as "72b5c22d459aa5be841cb229f019815817839d8d72b32f4f86b5d3fa6dbf3a50"

/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 12:53.42 ---> saved as "9e465e7f662c195809afb46a839536899a3f3d9d3a2396aef4c44cb6c68820e1"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 12:53.49 ---> saved as "236b2efad66e6a73e50deebede609cffc2c60fc36a2012b3da78acc62274636c"

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

/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-0800.32-F-2026-04-11-0800.22.pdiff [204 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-13-0800.32-F-2026-04-11-0800.22.pdiff [204 kB]
- Fetched 454 kB in 3s (169 kB/s)
- Reading package lists...
- 
2026-04-13 12:54.12 ---> saved as "9a8e3c96b4e56ade7b875473c277e9e0c4453373ca9bae005bf85c5b7fc47f4d"

/home/opam: (run (shell "opam pin add -k version -yn ochre-cli.1.0.0 1.0.0"))
ochre-cli is now pinned to version 1.0.0
2026-04-13 12:54.13 ---> saved as "3d1bc99b6012a7af50f77697860d984948f3ab52abc2884680c32d415df2a589"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ochre-cli.1.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\" != 'ochre-cli.1.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"))
ochre-cli.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 28 packages
  - install base64              3.5.2          [required by plist-xml]
  - install cmdliner            2.1.0          [required by ochre-cli]
  - install conf-oniguruma      1              [required by ochre]
  - install conf-pkg-config     4              [required by conf-oniguruma]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.22.1         [required by ochre-cli]
  - install dune-configurator   3.22.1         [required by ochre]
  - install ISO8601             0.2.6          [required by plist-xml]
  - install melange-json-native 2.0.0          [required by ochre]
  - install menhir              20260209       [required by plist-xml]
  - 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 ocamlbuild          0.16.1         [required by xmlm]
  - install ocamlfind           1.9.8          [required by xmlm]
  - install ochre               1.0.0          [required by ochre-cli]
  - install ochre-cli           1.0.0 (pinned)
  - install plist-xml           0.5.1          [required by ochre]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.38.0         [required by melange-json-native]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install tm-grammars         1.1.0          [required by ochre-cli]
  - install topkg               1.1.1          [required by xmlm]
  - install xmlm                1.4.0          [required by plist-xml]
  - install yojson              3.0.0          [required by ochre]

The following system packages will first need to be installed:
    libonig-dev pkg-config

<><> 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" "libonig-dev" "pkg-config"
- Selecting previously unselected package libonig5:amd64.
- (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 ... 21789 files and directories currently installed.)
- Preparing to unpack .../0-libonig5_6.9.10-1_amd64.deb ...
- Unpacking libonig5:amd64 (6.9.10-1) ...
- Selecting previously unselected package libonig-dev.
- Preparing to unpack .../1-libonig-dev_6.9.10-1_amd64.deb ...
- Unpacking libonig-dev (6.9.10-1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libonig5:amd64 (6.9.10-1) ...
- Setting up libonig-dev (6.9.10-1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-14) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved melange-json-native.2.0.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ochre.1.0.0, ochre-cli.1.0.0  (cached)
-> retrieved plist-xml.0.5.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tm-grammars.1.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed xmlm.1.4.0
-> installed dune.3.22.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed ISO8601.0.2.6
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed tm-grammars.1.1.0
-> installed dune-configurator.3.22.1
-> installed menhir.20260209
-> installed plist-xml.0.5.1
-> installed ppxlib.0.38.0
-> installed melange-json-native.2.0.0
-> installed ochre.1.0.0
-> installed ochre-cli.1.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 12:55.14 ---> saved as "32a473f23cbdc35132f544436bca2c6187bb084aaa84d473289fe17c809fe2cd"
Job succeeded
2026-04-13 12:55.21: Job succeeded