(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 ubuntu-25.04-ocaml-5.4/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:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e
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 "\"ubuntu-25.04\""; 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:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e-aslref.1.0~draft.2-1c684ad4cddfbfcf28bf284294f9ecc495d7e461"
2026-01-19 14:21.22: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e)
 (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 \"\\\"ubuntu-25.04\\\"\"; 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.22: Got resource from pool OCluster
Building on eumache
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:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e' locally
docker.io/ocaml/opam@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e: Pulling from ocaml/opam
c62190a9ab61: Already exists
40711a051401: Already exists
c085f5ff2319: Already exists
412ed4068436: Already exists
2f55881e7c17: Already exists
208628d88256: Already exists
15e39b9245ec: Already exists
dd37ca65b191: Already exists
6eed2619f1f0: Already exists
220a6634738b: Already exists
5ae888d7638a: Already exists
99610966bbbb: Already exists
98b09a045b22: Already exists
2c04c9e7274a: Already exists
839afca287cc: Already exists
ccf7dd9d1cbf: Already exists
b6ea8c876c09: Already exists
b6ea8c876c09: Already exists
15f333aabb94: Already exists
477b7eb2609b: Already exists
3326c27d9244: Already exists
b8cb47717717: Already exists
4f4fb700ef54: Already exists
2e070f5cd521: Already exists
94b1b55e95dc: Already exists
07aa22141608: Already exists
d7bb015da553: Already exists
9d41ae5c57e0: Already exists
85a0ef716932: Already exists
ca92d3abca91: Already exists
e8a350942cff: Already exists
a308a5ee6283: Already exists
902174a11eba: Already exists
2f1e88d133e2: Already exists
e5494899f718: Already exists
caabb7f758c8: Already exists
9fd1a2a689c5: Already exists
7225c58bd868: Already exists
375136ad4a52: Already exists
d8ed724e7e78: Already exists
fa6cb0010cc2: Already exists
7a4ac6136774: Already exists
68dac621d855: Already exists
c4c945b7952a: Already exists
82508e166aa6: Already exists
b3d9e5e5650d: Already exists
effaa85b6e23: Already exists
a78f9876cc47: Already exists
Digest: sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e
Status: Downloaded newer image for ocaml/opam@sha256:d19a4c57d61eb7a51c0effd94fb44b0b4e30ba81785e39e73214dda1dd5e943e
2026-01-19 14:21.55 ---> using "81b1d3789e01a6df8461f44a41719d2300e9038bbcb2d3d1a116ff5a644387d7" 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-01-19 14:21.55 ---> using "9933b81f2bd133c78f2d6ea293fb33f3d44ad3b54b81d5325405cf2411722db8" 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.

[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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-19 14:21.55 ---> using "8df1094360bdd8671f7792aecfe20b0f281813362ec83f0469502e72e9a829d0" 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=x86_64 os=linux os-distribution=ubuntu os-version=25.04
# 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.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-01-19 14:21.55 ---> using "abe3cf67197caa2f2c7cb12fac74e6cb41c27a34ca2ed47a2a9b438db0ef3cc1" 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-01-19 14:21.55 ---> using "a8e2b250db08f2716fc0c1c752f5f927fdee424040006202639135e9a95298b2" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [452 kB]
- Get:5 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [363 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [325 kB]
- Get:8 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [290 kB]
- Get:9 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [330 kB]
- Get:10 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [233 kB]
- Fetched 2371 kB in 1s (2217 kB/s)
- Reading package lists...
- 
2026-01-19 14:22.26 ---> saved as "bfde521936f3c887dc77a654f620a1affbb233b316f61cb0ae4876566caac025"

/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:22.26 ---> saved as "810e3ca031c81a3b8bcf2c5cc80e0b8d98f126c584b968b61dce15944aba86e9"

/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 \"\\\"ubuntu-25.04\\\"\"; 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:
=== 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:
    libgmp-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" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl: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 ... 16533 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved aslref.1.0~draft.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved dune.3.21.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved zarith.1.14  (cached)
-> 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.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 14:23.50 ---> saved as "40950c7caac5e421e337a8bd23a6f71dfa047097981458f9f7e0c0e2dc63685a"
Job succeeded
2026-01-19 14:23.56: Job succeeded