(not at the head of any monitored branch or PR)
2026-05-06 16:08.21: New job: build mfat.0.0.1~beta1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29866/head (6d7e98a672c81f54f403d7276f03661f81f096ec)
                              on opensuse-16.0-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/29866/head" && git reset --hard 6d7e98a6
git fetch origin master
git merge --no-edit 14640dc0cb5ad592a5350f7e5ba29e794675f078
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8
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 mfat.0.0.1~beta1 0.0.1~beta1
RUN opam reinstall mfat.0.0.1~beta1; \
    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 "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'mfat.0.0.1~beta1' && 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-06 16:08.21: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8-mfat.0.0.1~beta1-6d7e98a672c81f54f403d7276f03661f81f096ec"
2026-05-06 16:08.21: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8)
 (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 mfat.0.0.1~beta1 0.0.1~beta1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall mfat.0.0.1~beta1;\
             \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 \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'mfat.0.0.1~beta1' && 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-06 16:08.21: Waiting for resource in pool OCluster
2026-05-06 16:08.22: Waiting for worker…
2026-05-06 16:08.22: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 14640dc0cb Merge pull request #29859 from dinosaure/release-httpcats-v0.3.0
Updating 14640dc0cb..6d7e98a672
Fast-forward
 packages/mfat/mfat.0.0.1~beta1/opam | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
 create mode 100644 packages/mfat/mfat.0.0.1~beta1/opam

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8' locally
docker.io/ocaml/opam@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
4f3f07fb8dca: Pulling fs layer
f06a30c69b2b: Pulling fs layer
cb58d6759551: Pulling fs layer
e4c7ece8beda: Pulling fs layer
7e24921366d8: Pulling fs layer
139bc6893a21: Pulling fs layer
4f3f07fb8dca: Waiting
8f8ec5fe1131: Pulling fs layer
f06a30c69b2b: Waiting
cb58d6759551: Waiting
167aa6b24f51: Pulling fs layer
64cfa2a65095: Waiting
2b32eb3952f5: Pulling fs layer
139bc6893a21: Waiting
e4c7ece8beda: Waiting
8f8ec5fe1131: Waiting
7e24921366d8: Waiting
167aa6b24f51: Waiting
bb1d96150594: Pulling fs layer
2a97cc066d6c: Pulling fs layer
2b32eb3952f5: Waiting
32ec1521ea5a: Pulling fs layer
fa7a1b253e93: Pulling fs layer
bb1d96150594: Waiting
ad8491c454c1: Pulling fs layer
32ec1521ea5a: Waiting
fa7a1b253e93: Waiting
aab7fb461c8c: Pulling fs layer
13249f94528f: Pulling fs layer
ad8491c454c1: Waiting
e87bb5430a74: Pulling fs layer
aab7fb461c8c: Waiting
13249f94528f: Waiting
f268b0bbc31b: Pulling fs layer
e87bb5430a74: Waiting
4f4fb700ef54: Pulling fs layer
f268b0bbc31b: Waiting
56aafea665c0: Pulling fs layer
4f4fb700ef54: Waiting
ea5c29f7d2aa: Pulling fs layer
56aafea665c0: Waiting
48ee49b1d4d1: Pulling fs layer
ea5c29f7d2aa: Waiting
49b6d1ef095a: Pulling fs layer
48ee49b1d4d1: Waiting
1f915ffb050d: Pulling fs layer
49b6d1ef095a: Waiting
0d353b61202c: Pulling fs layer
1f915ffb050d: Waiting
c9d513a4982c: Pulling fs layer
0d353b61202c: Waiting
cff4c3dc8ddb: Pulling fs layer
c9d513a4982c: Waiting
aaa6a82df3b1: Pulling fs layer
9424019dac11: Pulling fs layer
aaa6a82df3b1: Waiting
4972a8bf32a4: Pulling fs layer
5b8604bd9f48: Pulling fs layer
9424019dac11: Waiting
4972a8bf32a4: Waiting
49669343b807: Pulling fs layer
1eee7d6444b0: Pulling fs layer
5b8604bd9f48: Waiting
49669343b807: Waiting
1c4f2dc695b3: Pulling fs layer
1eee7d6444b0: Waiting
256eea7effc0: Pulling fs layer
81fbf6f73126: Pulling fs layer
1c4f2dc695b3: Waiting
12e6cad0503d: Pulling fs layer
81fbf6f73126: Waiting
256eea7effc0: Waiting
12e6cad0503d: Waiting
9900d75ecead: Pulling fs layer
ebbd81962a2f: Pulling fs layer
9900d75ecead: Waiting
9a7a381631c9: Pulling fs layer
ebbd81962a2f: Waiting
3cb17e244ccb: Pulling fs layer
9a7a381631c9: Waiting
33a5ea2455f1: Pulling fs layer
3cb17e244ccb: Waiting
33a5ea2455f1: Waiting
4f3f07fb8dca: Verifying Checksum
4f3f07fb8dca: Download complete
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
f06a30c69b2b: Verifying Checksum
f06a30c69b2b: Download complete
64cfa2a65095: Pull complete
4f3f07fb8dca: Pull complete
e4c7ece8beda: Verifying Checksum
e4c7ece8beda: Download complete
7e24921366d8: Verifying Checksum
7e24921366d8: Download complete
cb58d6759551: Verifying Checksum
cb58d6759551: Download complete
139bc6893a21: Verifying Checksum
139bc6893a21: Download complete
8f8ec5fe1131: Verifying Checksum
8f8ec5fe1131: Download complete
167aa6b24f51: Verifying Checksum
167aa6b24f51: Download complete
bb1d96150594: Verifying Checksum
bb1d96150594: Download complete
2b32eb3952f5: Verifying Checksum
2b32eb3952f5: Download complete
32ec1521ea5a: Verifying Checksum
32ec1521ea5a: Download complete
2a97cc066d6c: Verifying Checksum
2a97cc066d6c: Download complete
fa7a1b253e93: Verifying Checksum
fa7a1b253e93: Download complete
ad8491c454c1: Verifying Checksum
ad8491c454c1: Download complete
aab7fb461c8c: Download complete
13249f94528f: Verifying Checksum
13249f94528f: Download complete
e87bb5430a74: Download complete
f06a30c69b2b: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f268b0bbc31b: Verifying Checksum
f268b0bbc31b: Download complete
56aafea665c0: Download complete
ea5c29f7d2aa: Verifying Checksum
ea5c29f7d2aa: Download complete
48ee49b1d4d1: Verifying Checksum
48ee49b1d4d1: Download complete
49b6d1ef095a: Verifying Checksum
49b6d1ef095a: Download complete
1f915ffb050d: Download complete
0d353b61202c: Download complete
cff4c3dc8ddb: Verifying Checksum
cff4c3dc8ddb: Download complete
aaa6a82df3b1: Verifying Checksum
aaa6a82df3b1: Download complete
c9d513a4982c: Verifying Checksum
c9d513a4982c: Download complete
9424019dac11: Verifying Checksum
9424019dac11: Download complete
5b8604bd9f48: Verifying Checksum
5b8604bd9f48: Download complete
4972a8bf32a4: Verifying Checksum
4972a8bf32a4: Download complete
1eee7d6444b0: Download complete
49669343b807: Verifying Checksum
49669343b807: Download complete
1c4f2dc695b3: Verifying Checksum
1c4f2dc695b3: Download complete
256eea7effc0: Download complete
81fbf6f73126: Download complete
12e6cad0503d: Verifying Checksum
12e6cad0503d: Download complete
cb58d6759551: Pull complete
e4c7ece8beda: Pull complete
7e24921366d8: Pull complete
139bc6893a21: Pull complete
8f8ec5fe1131: Pull complete
167aa6b24f51: Pull complete
2b32eb3952f5: Pull complete
9900d75ecead: Verifying Checksum
9900d75ecead: Download complete
bb1d96150594: Pull complete
9a7a381631c9: Verifying Checksum
9a7a381631c9: Download complete
2a97cc066d6c: Pull complete
ebbd81962a2f: Verifying Checksum
ebbd81962a2f: Download complete
33a5ea2455f1: Verifying Checksum
33a5ea2455f1: Download complete
32ec1521ea5a: Pull complete
3cb17e244ccb: Download complete
fa7a1b253e93: Pull complete
ad8491c454c1: Pull complete
aab7fb461c8c: Pull complete
13249f94528f: Pull complete
e87bb5430a74: Pull complete
f268b0bbc31b: Pull complete
4f4fb700ef54: Pull complete
56aafea665c0: Pull complete
ea5c29f7d2aa: Pull complete
48ee49b1d4d1: Pull complete
49b6d1ef095a: Pull complete
1f915ffb050d: Pull complete
0d353b61202c: Pull complete
c9d513a4982c: Pull complete
cff4c3dc8ddb: Pull complete
aaa6a82df3b1: Pull complete
9424019dac11: Pull complete
4972a8bf32a4: Pull complete
5b8604bd9f48: Pull complete
49669343b807: Pull complete
1eee7d6444b0: Pull complete
1c4f2dc695b3: Pull complete
256eea7effc0: Pull complete
81fbf6f73126: Pull complete
12e6cad0503d: Pull complete
9900d75ecead: Pull complete
ebbd81962a2f: Pull complete
9a7a381631c9: Pull complete
3cb17e244ccb: Pull complete
33a5ea2455f1: Pull complete
Digest: sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8
Status: Downloaded newer image for ocaml/opam@sha256:9b8131a1d9594c27922ae051b75018652fb8af2d354aa58ba4a0c295aca174b8
2026-05-06 16:08.43 ---> using "435f4fdcf1ac585965d9a490a9e34ad7704e16dfc47f131b0060028d59a2cfeb" 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-05-06 16:08.43 ---> using "bd3517f4f2a34a90584b4b96afdad518e1493b798eaf560314986f05ab0ac91e" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-06 16:08.43 ---> using "f9fb299c1beef26965965db368761462121b8897919dda1a4234f3ee8a2bc773" 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=opensuse-leap os-version=16.0
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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-06 16:08.43 ---> using "caeea72103377e013b0b7783d773cbfba2eadadd8b4f0b87f78e1cf81a77a38f" 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-05-06 16:08.43 ---> using "6eb4631936898d60296b959387ba8580078a65f8bb6e58d8e74ea5f20595eff5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-06 16:08.52 ---> saved as "1fb03524bbf02dc72bc68ec414458fe4c0b456d0daf9626c0fa66ae85a04179f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-06 16:09.10 ---> saved as "25abe28dd60fe4fdcb2c2565fd7f2b5227f65e278fc396423e5162a314b2e872"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026 (expires in 43 days)
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- ..
- ...
- .
- ..
- ...
- ...
- .....
- ........
- .....
- ...
- done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-06 16:09.36 ---> saved as "5499616fb19e30c0af44188fcb7a3610e6bf5d18e75f34e2c071f84b2a9fcfe5"

/home/opam: (run (shell "opam pin add -k version -yn mfat.0.0.1~beta1 0.0.1~beta1"))
mfat is now pinned to version 0.0.1~beta1
2026-05-06 16:09.36 ---> saved as "97fb5266138c5318a0487ac58235b79bae8fed3c86636a6f2705638960ec9462"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall mfat.0.0.1~beta1;\
                        \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 \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'mfat.0.0.1~beta1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
mfat.0.0.1~beta1 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.3
    - mfat -> ocaml >= 5.3.0 -> ocaml-variants < 5.6.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - mfat -> ocaml >= 5.3.0 -> ocaml-variants < 5.3.1~ -> base-implicits
    unknown package
  * Missing dependency:
    - mfat -> ocaml >= 5.3.0 -> ocaml-variants < 5.3.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - mfat -> ocaml >= 5.3.0 -> ocaml-variants < 5.3.1~ -> ocaml (= 4.02.4 | = 4.03.1 | = 4.04.3 | = 4.05.1 | = 4.06.2 | = 4.07.2 | = 4.08.2)
    no matching version
  * Missing dependency:
    - mfat -> ocaml >= 5.3.0 -> ocaml-variants < 5.3.1~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall mfat.0.0.1~beta1;
        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 "\"opensuse-16.0\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'mfat.0.0.1~beta1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-05-06 16:09.47: Job failed: Failed: Build failed
2026-05-06 16:09.47: Log analysis:
2026-05-06 16:09.47: >>> 
No solution found, exiting
 (score = 100)
2026-05-06 16:09.47: [SKIP] Package not available