(not at the head of any monitored branch or PR)
2026-04-12 18:50.46: New job: build ochre-cli.1.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29700/head (c7d1605439a68ff5f5d9f600bbf5faa96cbbaf3e)
                              on debian-13-ocaml-5.4/s390x

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 c7d16054
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
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-13\""; 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-12 18:50.46: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd-ochre-cli.1.0.0-c7d1605439a68ff5f5d9f600bbf5faa96cbbaf3e"
2026-04-12 18:50.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
 (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-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\" != '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-12 18:50.46: Waiting for resource in pool OCluster
2026-04-12 18:50.47: Waiting for worker…
2026-04-12 18:50.47: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at b0d2c4921a [new release] ochre and ochre-cli (1.0.0)
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..c7d1605439
Fast-forward
 packages/ochre-cli/ochre-cli.1.0.0/opam | 44 +++++++++++++++++++++++++++++
 packages/ochre/ochre.1.0.0/opam         | 49 +++++++++++++++++++++++++++++++++
 2 files changed, 93 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-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd' locally
docker.io/ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd: Pulling from ocaml/opam
7bc76783a615: Already exists
8dbcd3a4e722: Pulling fs layer
5e46081967ba: Pulling fs layer
51f670f45840: Pulling fs layer
cf83fa403235: Pulling fs layer
d8a61169ec08: Pulling fs layer
4ff5ef32bf41: Pulling fs layer
1a797a958d4f: Pulling fs layer
cf83fa403235: Waiting
d8a61169ec08: Waiting
9d4c05413e20: Pulling fs layer
1a797a958d4f: Waiting
4ff5ef32bf41: Waiting
6f7c8654f1cc: Pulling fs layer
9d4c05413e20: Waiting
b5f7d8056060: Pulling fs layer
662a673997a7: Pulling fs layer
b89b3502974d: Pulling fs layer
d5c7db8e1630: Pulling fs layer
662a673997a7: Waiting
6f7c8654f1cc: Waiting
b5f7d8056060: Waiting
b89b3502974d: Waiting
c90a33751c59: Pulling fs layer
d5c7db8e1630: Waiting
c20303b36b54: Pulling fs layer
899fea7ca531: Pulling fs layer
70c690f7c82a: Pulling fs layer
c90a33751c59: Waiting
c20303b36b54: Waiting
6b5e49e0fcb8: Pulling fs layer
37eb8c5d093e: Pulling fs layer
5d8ede78500e: Pulling fs layer
98811a15d333: Pulling fs layer
4f4fb700ef54: Pulling fs layer
70c690f7c82a: Waiting
37eb8c5d093e: Waiting
6b5e49e0fcb8: Waiting
5d8ede78500e: Waiting
98811a15d333: Waiting
6d05c6d66aa2: Pulling fs layer
168a75d9f40d: Pulling fs layer
4f4fb700ef54: Waiting
8ef8fdef8a57: Pulling fs layer
2a0218df673c: Pulling fs layer
3275beaca5b3: Pulling fs layer
0373400a301f: Pulling fs layer
00727e0ff1e3: Pulling fs layer
8e5ea53eab8d: Pulling fs layer
1cefdd7ce26c: Pulling fs layer
b1212d986d4e: Pulling fs layer
623d25109d6a: Pulling fs layer
9407102c9fc1: Pulling fs layer
d1f99b499dfa: Pulling fs layer
2fe4da4d5a54: Pulling fs layer
ef9ccaf5a6ba: Pulling fs layer
34128f1133e2: Pulling fs layer
058343ee62e9: Pulling fs layer
e8e4f03e71a3: Pulling fs layer
05dba415ddef: Pulling fs layer
a0196852f7dd: Pulling fs layer
6d05c6d66aa2: Waiting
168a75d9f40d: Waiting
70aabd71c182: Pulling fs layer
8ef8fdef8a57: Waiting
083c6ce42446: Pulling fs layer
2a0218df673c: Waiting
3275beaca5b3: Waiting
38ab54f5809e: Pulling fs layer
0373400a301f: Waiting
09ff637babb7: Pulling fs layer
00727e0ff1e3: Waiting
8e5ea53eab8d: Waiting
ab2a9e5f86ae: Pulling fs layer
1cefdd7ce26c: Waiting
b1212d986d4e: Waiting
34128f1133e2: Waiting
623d25109d6a: Waiting
058343ee62e9: Waiting
e8e4f03e71a3: Waiting
9407102c9fc1: Waiting
05dba415ddef: Waiting
d1f99b499dfa: Waiting
2fe4da4d5a54: Waiting
ef9ccaf5a6ba: Waiting
a0196852f7dd: Waiting
70aabd71c182: Waiting
083c6ce42446: Waiting
38ab54f5809e: Waiting
09ff637babb7: Waiting
ab2a9e5f86ae: Waiting
5e46081967ba: Verifying Checksum
5e46081967ba: Download complete
8dbcd3a4e722: Verifying Checksum
8dbcd3a4e722: Download complete
8dbcd3a4e722: Pull complete
5e46081967ba: Pull complete
cf83fa403235: Verifying Checksum
cf83fa403235: Download complete
51f670f45840: Verifying Checksum
51f670f45840: Download complete
4ff5ef32bf41: Verifying Checksum
4ff5ef32bf41: Download complete
51f670f45840: Pull complete
cf83fa403235: Pull complete
1a797a958d4f: Verifying Checksum
1a797a958d4f: Download complete
9d4c05413e20: Verifying Checksum
9d4c05413e20: Download complete
6f7c8654f1cc: Verifying Checksum
6f7c8654f1cc: Download complete
b5f7d8056060: Verifying Checksum
b5f7d8056060: Download complete
662a673997a7: Verifying Checksum
662a673997a7: Download complete
d8a61169ec08: Verifying Checksum
d8a61169ec08: Download complete
b89b3502974d: Download complete
c90a33751c59: Verifying Checksum
c90a33751c59: Download complete
c20303b36b54: Download complete
d5c7db8e1630: Verifying Checksum
d5c7db8e1630: Download complete
899fea7ca531: Download complete
70c690f7c82a: Verifying Checksum
70c690f7c82a: Download complete
37eb8c5d093e: Verifying Checksum
37eb8c5d093e: Download complete
6b5e49e0fcb8: Verifying Checksum
6b5e49e0fcb8: Download complete
5d8ede78500e: Verifying Checksum
5d8ede78500e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
98811a15d333: Verifying Checksum
98811a15d333: Download complete
6d05c6d66aa2: Verifying Checksum
6d05c6d66aa2: Download complete
168a75d9f40d: Verifying Checksum
168a75d9f40d: Download complete
8ef8fdef8a57: Verifying Checksum
8ef8fdef8a57: Download complete
2a0218df673c: Verifying Checksum
2a0218df673c: Download complete
3275beaca5b3: Verifying Checksum
3275beaca5b3: Download complete
0373400a301f: Verifying Checksum
0373400a301f: Download complete
8e5ea53eab8d: Verifying Checksum
8e5ea53eab8d: Download complete
00727e0ff1e3: Verifying Checksum
00727e0ff1e3: Download complete
1cefdd7ce26c: Verifying Checksum
1cefdd7ce26c: Download complete
b1212d986d4e: Verifying Checksum
b1212d986d4e: Download complete
623d25109d6a: Verifying Checksum
623d25109d6a: Download complete
9407102c9fc1: Download complete
2fe4da4d5a54: Verifying Checksum
2fe4da4d5a54: Download complete
34128f1133e2: Verifying Checksum
34128f1133e2: Download complete
058343ee62e9: Verifying Checksum
058343ee62e9: Download complete
e8e4f03e71a3: Verifying Checksum
e8e4f03e71a3: Download complete
05dba415ddef: Download complete
a0196852f7dd: Verifying Checksum
a0196852f7dd: Download complete
70aabd71c182: Verifying Checksum
70aabd71c182: Download complete
d8a61169ec08: Pull complete
4ff5ef32bf41: Pull complete
1a797a958d4f: Pull complete
9d4c05413e20: Pull complete
6f7c8654f1cc: Pull complete
b5f7d8056060: Pull complete
662a673997a7: Pull complete
b89b3502974d: Pull complete
ef9ccaf5a6ba: Verifying Checksum
ef9ccaf5a6ba: Download complete
d5c7db8e1630: Pull complete
38ab54f5809e: Verifying Checksum
38ab54f5809e: Download complete
c90a33751c59: Pull complete
d1f99b499dfa: Download complete
c20303b36b54: Pull complete
899fea7ca531: Pull complete
083c6ce42446: Verifying Checksum
083c6ce42446: Download complete
ab2a9e5f86ae: Verifying Checksum
ab2a9e5f86ae: Download complete
09ff637babb7: Verifying Checksum
09ff637babb7: Download complete
70c690f7c82a: Pull complete
6b5e49e0fcb8: Pull complete
37eb8c5d093e: Pull complete
5d8ede78500e: Pull complete
98811a15d333: Pull complete
4f4fb700ef54: Pull complete
6d05c6d66aa2: Pull complete
168a75d9f40d: Pull complete
8ef8fdef8a57: Pull complete
2a0218df673c: Pull complete
3275beaca5b3: Pull complete
0373400a301f: Pull complete
00727e0ff1e3: Pull complete
8e5ea53eab8d: Pull complete
1cefdd7ce26c: Pull complete
b1212d986d4e: Pull complete
623d25109d6a: Pull complete
9407102c9fc1: Pull complete
d1f99b499dfa: Pull complete
2fe4da4d5a54: Pull complete
ef9ccaf5a6ba: Pull complete
34128f1133e2: Pull complete
058343ee62e9: Pull complete
e8e4f03e71a3: Pull complete
05dba415ddef: Pull complete
a0196852f7dd: Pull complete
70aabd71c182: Pull complete
083c6ce42446: Pull complete
38ab54f5809e: Pull complete
09ff637babb7: Pull complete
ab2a9e5f86ae: Pull complete
Digest: sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
Status: Downloaded newer image for ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
2026-04-12 18:50.50 ---> using "c7da1d637bdea3d5702632657cc051b516a9e858045093b83141e185996d5b65" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-12 18:50.50 ---> using "9fb1b858723bf20508eec14f738193fe7d63d4d77698bd9fe4789fabaf60cfe4" 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.

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

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-12 18:50.50 ---> using "af0ef33e55139d77af0e7859c3b265d08fa02d245294a695a4648ac8d271e4f4" 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.0
# self-upgrade         no
# system               arch=s390x 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                 3
# 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-12 18:50.50 ---> using "64e5ad8761a87f2f0628558698e5221c7b03e2a4280631492d0e06817525f0cc" 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-12 18:50.50 ---> using "934b7fc7b7c056e5dcea33f937d8de1e809e69becfbdba124fa213a96e5129bf" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 18:50.59 ---> saved as "30f4c9cbfe834b8c58e5fcbc59232811b2dfc86ba3066258afd4ae77938670de"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-12 18:51.21 ---> saved as "51206fb52280245165d6af4aa6fdc2e1af18427af2d00eb8cd20b5f24f00a648"

/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 s390x Packages [115 kB]
- Fetched 205 kB in 0s (1130 kB/s)
- Reading package lists...
2026-04-12 18:51.23 ---> saved as "7643a7a9a7694aed60020c397df90cb574904d4f5616eb528f1de9d2f6fbfd41"

/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-12 18:51.24 ---> saved as "fb6e69e4f9e5c63cc823988fd782d8f04e36a667534fa70bf2501eb693f9b52d"

/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-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\" != '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.17.0        [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:s390x.
- (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 ... 20413 files and directories currently installed.)
- Preparing to unpack .../0-libonig5_6.9.9-1+b1_s390x.deb ...
- Unpacking libonig5:s390x (6.9.9-1+b1) ...
- Selecting previously unselected package libonig-dev.
- Preparing to unpack .../1-libonig-dev_6.9.9-1+b1_s390x.deb ...
- Unpacking libonig-dev (6.9.9-1+b1) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../4-pkgconf_1.8.1-4_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-4) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../5-pkg-config_1.8.1-4_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-4) ...
- Setting up libpkgconf3:s390x (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libonig5:s390x (6.9.9-1+b1) ...
- Setting up libonig-dev (6.9.9-1+b1) ...
- Setting up pkgconf:s390x (1.8.1-4) ...
- Setting up pkg-config:s390x (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...

<><> 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)
-> installed cmdliner.2.1.0
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ochre.1.0.0, ochre-cli.1.0.0  (https://github.com/davesnx/ochre/releases/download/1.0.0/ochre-1.0.0.tbz)
-> 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 csexp.1.5.2
-> installed base64.3.5.2
-> installed ISO8601.0.2.6
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed dune-configurator.3.22.1
-> installed ppx_derivers.1.2.1
-> installed menhirSdk.20260209
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed menhir.20260209
-> installed plist-xml.0.5.1
-> installed tm-grammars.1.1.0
-> 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-12 18:52.47 ---> saved as "5fecb776c53ecd41357d83b075ae189872fd48cb42529c27ecd35c73b2c7225c"
Job succeeded
2026-04-12 18:52.50: Job succeeded