(for PR #29246)

2026-01-19 14:21.22: New job: build aslref.1.0~draft.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29246/head (1c684ad4cddfbfcf28bf284294f9ecc495d7e461)
                              on fedora-42-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/29246/head" && git reset --hard 1c684ad4
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6
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 aslref.1.0~draft.2 1.0~draft.2
RUN opam reinstall aslref.1.0~draft.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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'aslref.1.0~draft.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-01-19 14:21.22: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6-aslref.1.0~draft.2-1c684ad4cddfbfcf28bf284294f9ecc495d7e461"
2026-01-19 14:21.22: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6)
 (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 aslref.1.0~draft.2 1.0~draft.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall aslref.1.0~draft.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 \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'aslref.1.0~draft.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-01-19 14:21.22: Waiting for resource in pool OCluster
2026-01-19 14:21.22: Waiting for worker…
2026-01-19 14:21.24: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
Updating 39960ffbaf..1c684ad4cd
Fast-forward
 packages/aslref/aslref.1.0~draft.2/opam | 60 +++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 packages/aslref/aslref.1.0~draft.2/opam

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6' locally
docker.io/ocaml/opam@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6: Pulling from ocaml/opam
9bf6f242b112: Already exists
6072ec70b8c1: Already exists
24e8221ebeb2: Already exists
0fab8ed85905: Already exists
e6eeacedfea2: Already exists
5f1a7c92c990: Already exists
Digest: sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6
Status: Downloaded newer image for ocaml/opam@sha256:73149ade3c795b45a085e9d649fd5afe69729921b1240796d24a21a39b3867d6
2026-01-19 14:22.53 ---> saved as "4728459b6d35ca5add9f9e11ec365bc94e35be5b19740b040cb4afad1e104f2f"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-19 14:22.53 ---> saved as "04bd17086dccc7463642a3b30c3e9cd9168e6c065a3dd652cdfb4f46cb23a90b"

/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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-01-19 14:24.01 ---> saved as "110d86480bac155863bec5e6ae102f47e0cb997bfbc31821f5384802fdea2d8a"

/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=fedora os-version=42
# 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.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2026-01-19 14:24.02 ---> saved as "886df5c76b3cf68d91d068354e33b15339e423ac1aff49be86e036b3826d0a78"

/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-01-19 14:24.11 ---> saved as "624268d699c211f618d57e01469548865490cc07f4754a5294d4d906308b4034"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 14:24.17 ---> saved as "be8631cc4e4f3493616718720b422b5849839482b49af71e1a726ae3a1f9c176"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 14:24.35 ---> saved as "afa53b45e59bc33d94eac23e83b8633d34f7f7f8f31c389c88265af7c04e5a23"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  27.6 KiB/s |  19.7 KiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2026-01-19 14:24.39 ---> saved as "24b3a4d05c067b057e78d8dc6fbd69a8607f728e822a7c965758df3a0b7e443d"

/home/opam: (run (shell "opam pin add -k version -yn aslref.1.0~draft.2 1.0~draft.2"))
aslref is now pinned to version 1.0~draft.2
2026-01-19 14:24.40 ---> saved as "9fbf11a288d96eb57265fa22694397f94f3b217425a31fd419a5d61f070752ba"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall aslref.1.0~draft.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 \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'aslref.1.0~draft.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
aslref.1.0~draft.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== recompile 2 packages
  - recompile ocaml           4.14.2               [upstream or system changes]
  - recompile opam-depext     1.2.3                [uses ocaml]
=== install 10 packages
  - install   aslref          1.0~draft.2 (pinned)
  - install   conf-gmp        5                    [required by zarith]
  - install   conf-pkg-config 4                    [required by zarith]
  - install   dune            3.21.0               [required by aslref]
  - install   menhir          20250912             [required by aslref]
  - install   menhirCST       20250912             [required by menhir]
  - install   menhirLib       20250912             [required by menhir]
  - install   menhirSdk       20250912             [required by menhir]
  - install   ocamlfind       1.9.8                [required by zarith]
  - install   zarith          1.14                 [required by aslref]

The following system packages will first need to be installed:
    gmp-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package    Arch   Version        Repository      Size
- Installing:
-  gmp-devel x86_64 1:6.3.0-4.fc42 fedora     352.3 KiB
- Installing dependencies:
-  gmp-c++   x86_64 1:6.3.0-4.fc42 fedora      27.6 KiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).
- [1/2] gmp-c++-1:6.3.0-4.fc42.x86_64     100% | 348.9 KiB/s |  18.5 KiB |  00m00s
- [2/2] gmp-devel-1:6.3.0-4.fc42.x86_64   100% |   1.7 MiB/s | 174.4 KiB |  00m00s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% | 771.6 KiB/s | 192.9 KiB |  00m00s
- Running transaction
- [1/4] Verify package files              100% |   2.0 KiB/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  54.0   B/s |   2.0   B |  00m00s
- [3/4] Installing gmp-c++-1:6.3.0-4.fc42 100% |  13.9 MiB/s |  28.5 KiB |  00m00s
- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% |   8.2 MiB/s | 354.1 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-4.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved aslref.1.0~draft.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.21.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> retrieved zarith.1.14  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.3
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.21.0
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed menhir.20250912
-> installed aslref.1.0~draft.2
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-01-19 14:25.32 ---> saved as "db415066d3a6bb553fb62f2aaef7bbb761c3f052ff129d6d91571ee2a10e1a72"
Job succeeded
2026-01-19 14:25.40: Job succeeded