(not at the head of any monitored branch or PR)
2025-07-31 08:30.44: New job: build catala.1.0.0~alpha, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28280/head (066149a2b11088413c8f9b718a441e2cc8556beb)
                              on fedora-41-ocaml-5.3/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/28280/head" && git reset --hard 066149a2
git fetch origin master
git merge --no-edit f6368c68f94811eb2e5f105c731f2494a6e6fe04
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 catala.1.0.0~alpha 1.0.0~alpha
RUN opam reinstall catala.1.0.0~alpha; \
    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 "\"fedora-41\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'catala.1.0.0~alpha' && 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 .

2025-07-31 08:30.44: Using cache hint "ocaml/opam:fedora-41-ocaml-5.3@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb-catala.1.0.0~alpha-066149a2b11088413c8f9b718a441e2cc8556beb"
2025-07-31 08:30.44: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 catala.1.0.0~alpha 1.0.0~alpha"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall catala.1.0.0~alpha;\
             \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 \"\\\"fedora-41\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'catala.1.0.0~alpha' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-07-31 08:30.44: Waiting for resource in pool OCluster
2025-07-31 08:30.44: Waiting for worker…
2025-07-31 08:34.14: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files:  81% (14552/17937)
Updating files:  82% (14709/17937)
Updating files:  83% (14888/17937)
Updating files:  84% (15068/17937)
Updating files:  85% (15247/17937)
Updating files:  86% (15426/17937)
Updating files:  87% (15606/17937)
Updating files:  88% (15785/17937)
Updating files:  89% (15964/17937)
Updating files:  90% (16144/17937)
Updating files:  91% (16323/17937)
Updating files:  92% (16503/17937)
Updating files:  93% (16682/17937)
Updating files:  94% (16861/17937)
Updating files:  95% (17041/17937)
Updating files:  96% (17220/17937)
Updating files:  97% (17399/17937)
Updating files:  98% (17579/17937)
Updating files:  99% (17758/17937)
Updating files: 100% (17937/17937)
Updating files: 100% (17937/17937), done.
HEAD is now at f6368c68f9 Merge pull request #28271 from jmid/qcheck-lin-ocaml-bound
Updating f6368c68f9..066149a2b1
Fast-forward
 packages/catala/catala.1.0.0~alpha/opam | 84 +++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
 create mode 100644 packages/catala/catala.1.0.0~alpha/opam

(from ocaml/opam:fedora-41-ocaml-5.3@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb' locally
docker.io/ocaml/opam@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb: Pulling from ocaml/opam
2b0cc7ee804c: Already exists
c18ed2f7611b: Already exists
0e212a9ba2f6: Already exists
720686032277: Already exists
93be4d741366: Already exists
df139e1f3f46: Already exists
bee85951ecc4: Already exists
cfb7dd932d0a: Already exists
302d2b5cf94e: Already exists
744bd9676b94: Already exists
ee01d3c06a8d: Pulling fs layer
912f23c59461: Pulling fs layer
931ebade9ea3: Pulling fs layer
acf315313f97: Pulling fs layer
28c440b3d034: Pulling fs layer
096a91158a24: Pulling fs layer
f6129ad09816: Pulling fs layer
3ef68bf3bb1e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
580cf986d58b: Pulling fs layer
72075a731087: Pulling fs layer
dbe5b0c7abaa: Pulling fs layer
08c0dab6ca84: Pulling fs layer
b820585cd0bd: Pulling fs layer
8d67413b1ce9: Pulling fs layer
635a49c6a5d0: Pulling fs layer
dfe026b05b83: Pulling fs layer
6655559aea4f: Pulling fs layer
1c28567b467a: Pulling fs layer
28c440b3d034: Waiting
e189217a4b68: Pulling fs layer
096a91158a24: Waiting
16983e6b15e9: Pulling fs layer
f6129ad09816: Waiting
912f23c59461: Waiting
72075a731087: Waiting
3ef68bf3bb1e: Waiting
72d62a100d50: Pulling fs layer
8d67413b1ce9: Waiting
4f4fb700ef54: Waiting
ee0d8c798317: Pulling fs layer
dbe5b0c7abaa: Waiting
08c0dab6ca84: Waiting
f54f51950397: Pulling fs layer
b820585cd0bd: Waiting
635a49c6a5d0: Waiting
1a7a126ef41c: Pulling fs layer
931ebade9ea3: Waiting
dfe026b05b83: Waiting
bc47ffa9a6a1: Pulling fs layer
acf315313f97: Waiting
aabb351fdec2: Pulling fs layer
6655559aea4f: Waiting
72d62a100d50: Waiting
1c28567b467a: Waiting
1a7a126ef41c: Waiting
ee0d8c798317: Waiting
f54f51950397: Waiting
d71bbe7b9321: Pulling fs layer
e189217a4b68: Waiting
16983e6b15e9: Waiting
1f4406a54b00: Pulling fs layer
d71bbe7b9321: Waiting
aabb351fdec2: Waiting
bdd8cce6612f: Pulling fs layer
1f4406a54b00: Waiting
a82f8fb4dbab: Pulling fs layer
bdd8cce6612f: Waiting
e8ca156daa18: Pulling fs layer
e8ca156daa18: Waiting
580cf986d58b: Waiting
ee01d3c06a8d: Verifying Checksum
ee01d3c06a8d: Download complete
912f23c59461: Download complete
931ebade9ea3: Verifying Checksum
931ebade9ea3: Download complete
acf315313f97: Verifying Checksum
acf315313f97: Download complete
ee01d3c06a8d: Pull complete
912f23c59461: Pull complete
931ebade9ea3: Pull complete
acf315313f97: Pull complete
28c440b3d034: Verifying Checksum
28c440b3d034: Download complete
096a91158a24: Download complete
f6129ad09816: Verifying Checksum
f6129ad09816: Download complete
3ef68bf3bb1e: Download complete
28c440b3d034: Pull complete
096a91158a24: Pull complete
f6129ad09816: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3ef68bf3bb1e: Pull complete
4f4fb700ef54: Pull complete
580cf986d58b: Verifying Checksum
580cf986d58b: Download complete
580cf986d58b: Pull complete
72075a731087: Verifying Checksum
72075a731087: Download complete
dbe5b0c7abaa: Verifying Checksum
dbe5b0c7abaa: Download complete
72075a731087: Pull complete
dbe5b0c7abaa: Pull complete
b820585cd0bd: Verifying Checksum
b820585cd0bd: Download complete
08c0dab6ca84: Verifying Checksum
08c0dab6ca84: Download complete
08c0dab6ca84: Pull complete
b820585cd0bd: Pull complete
635a49c6a5d0: Verifying Checksum
635a49c6a5d0: Download complete
8d67413b1ce9: Verifying Checksum
8d67413b1ce9: Download complete
8d67413b1ce9: Pull complete
635a49c6a5d0: Pull complete
dfe026b05b83: Download complete
dfe026b05b83: Pull complete
6655559aea4f: Verifying Checksum
6655559aea4f: Download complete
6655559aea4f: Pull complete
1c28567b467a: Verifying Checksum
1c28567b467a: Download complete
1c28567b467a: Pull complete
e189217a4b68: Verifying Checksum
e189217a4b68: Download complete
e189217a4b68: Pull complete
16983e6b15e9: Verifying Checksum
16983e6b15e9: Download complete
16983e6b15e9: Pull complete
ee0d8c798317: Verifying Checksum
ee0d8c798317: Download complete
f54f51950397: Verifying Checksum
f54f51950397: Download complete
1a7a126ef41c: Download complete
bc47ffa9a6a1: Download complete
aabb351fdec2: Verifying Checksum
aabb351fdec2: Download complete
d71bbe7b9321: Verifying Checksum
d71bbe7b9321: Download complete
bdd8cce6612f: Verifying Checksum
bdd8cce6612f: Download complete
a82f8fb4dbab: Download complete
e8ca156daa18: Download complete
72d62a100d50: Verifying Checksum
72d62a100d50: Download complete
1f4406a54b00: Verifying Checksum
1f4406a54b00: Download complete
72d62a100d50: Pull complete
ee0d8c798317: Pull complete
f54f51950397: Pull complete
1a7a126ef41c: Pull complete
bc47ffa9a6a1: Pull complete
aabb351fdec2: Pull complete
d71bbe7b9321: Pull complete
1f4406a54b00: Pull complete
bdd8cce6612f: Pull complete
a82f8fb4dbab: Pull complete
e8ca156daa18: Pull complete
Digest: sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb
Status: Downloaded newer image for ocaml/opam@sha256:809127243679d912e8436ea7f39a4b46edeebd9393e3ee63e315c3ac41ab0abb
2025-07-31 08:36.53 ---> saved as "a6a918f4722cefc396a26e7f4de93cf40d5591b03ec51c4bc48ebf545e06b976"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-31 08:36.54 ---> saved as "14ccec2bb760ee1fea69c49e5d8fe95440d14cbbe5e46cf8bb406473826ca6b9"

/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 development 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
2025-07-31 08:37.32 ---> saved as "4f2612d1b7895ef95657381f5bbc4825df59cae1aa31e6a5fdf06ffae6d05771"

/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=41
# 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.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-07-31 08:37.33 ---> saved as "28af0404c1031ad341ccddecfe5a9f62aa553acc8f423a52bb4c6aaf748690fe"

/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/"))
2025-07-31 08:37.41 ---> saved as "e5dfa9b25acf9f2cbaee083919d83b85ea22bb11c3a858d73035fcda81a05967"

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-31 08:37.48 ---> saved as "5dd45c7eaa3d2cda92c96af949fe3c015c99439a13983b73484f5f0416492b8f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-31 08:38.11 ---> saved as "a5d2f689cb30702dc4e760fc302a631722abab07c1cf57cfa26cd2f7940127e2"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% | 128.5 KiB/s |  14.5 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% |   4.1 MiB/s |   4.0 MiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2025-07-31 08:38.19 ---> saved as "a5f7d79f5797b240c28d4ae5fe30179a558081aa7201b20b4f9a57cb74ddaf0e"

/home/opam: (run (shell "opam pin add -k version -yn catala.1.0.0~alpha 1.0.0~alpha"))
catala is now pinned to version 1.0.0~alpha
2025-07-31 08:38.20 ---> saved as "168dd379fbb2cb57c3106026410fbf84b485840e051031a2ec3dff56de04ebba"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall catala.1.0.0~alpha;\
                        \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 \"\\\"fedora-41\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'catala.1.0.0~alpha' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
catala.1.0.0~alpha is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.3.0
    - catala >= 1.0.0~alpha -> js_of_ocaml-ppx = 4.1.0 -> js_of_ocaml = 4.1.0 -> js_of_ocaml-compiler = 4.1.0 -> ocaml < 5.1 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.3.0
    - catala >= 1.0.0~alpha -> js_of_ocaml-ppx = 4.1.0 -> js_of_ocaml = 4.1.0 -> js_of_ocaml-compiler = 4.1.0 -> ocaml < 5.1 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
  * Missing dependency:
    - catala >= 1.0.0~alpha -> js_of_ocaml-ppx = 4.1.0 -> js_of_ocaml = 4.1.0 -> js_of_ocaml-compiler = 4.1.0 -> ocaml < 5.1 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.3.0
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.3.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - catala >= 1.0.0~alpha -> js_of_ocaml-ppx = 4.1.0 -> js_of_ocaml = 4.1.0 -> js_of_ocaml-compiler = 4.1.0 -> ocaml < 5.1 -> ocaml-variants >= 4.06.0 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - catala >= 1.0.0~alpha -> js_of_ocaml-ppx = 4.1.0 -> js_of_ocaml = 4.1.0 -> js_of_ocaml-compiler = 4.1.0 -> ocaml < 5.1 -> ocaml-variants >= 4.06.0 -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall catala.1.0.0~alpha;
        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 "\"fedora-41\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'catala.1.0.0~alpha' && 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
2025-07-31 08:38.42: Job failed: Failed: Build failed
2025-07-31 08:38.42: Log analysis:
2025-07-31 08:38.42: >>> 
No solution found, exiting
 (score = 100)
2025-07-31 08:38.42: [SKIP] Package not available