(for PR #29246)
2026-01-19 14:21.21: New job: build aslref.1.0~draft.2, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29246/head (1c684ad4cddfbfcf28bf284294f9ecc495d7e461)
on debian-13-ocaml-4.08/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:debian-13-ocaml-4.08@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84
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 "\"debian-13\""; 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
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
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 "\"debian-13\""; 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.21: Using cache hint "ocaml/opam:debian-13-ocaml-4.08@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84-aslref.1.0~draft.2-1c684ad4cddfbfcf28bf284294f9ecc495d7e461"
2026-01-19 14:21.21: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84)
(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 \"\\\"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\" != '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"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(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 \"\\\"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\" != '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.21: 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:debian-13-ocaml-4.08@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84' locally
docker.io/ocaml/opam@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84: Pulling from ocaml/opam
2ca1bfae7ba8: Already exists
3baeae2ed4cf: Pulling fs layer
b254ca288623: Pulling fs layer
745976a04e35: Pulling fs layer
a516242b2337: Pulling fs layer
9bb526cd9631: Pulling fs layer
3737e8f76884: Pulling fs layer
6a8811ebcb2c: Pulling fs layer
386dffb80382: Pulling fs layer
a516242b2337: Waiting
3737e8f76884: Waiting
e04d691eea35: Pulling fs layer
9bb526cd9631: Waiting
bb72c0d1c3f0: Pulling fs layer
3a56fcb872cd: Pulling fs layer
386dffb80382: Waiting
5abffa2313de: Pulling fs layer
6a8811ebcb2c: Waiting
bb72c0d1c3f0: Waiting
7ed80bc2b055: Pulling fs layer
e04d691eea35: Waiting
5abffa2313de: Waiting
87c92835260d: Pulling fs layer
5624e0ee5ca5: Pulling fs layer
7ed80bc2b055: Waiting
96e54dc9b357: Pulling fs layer
7c484d393436: Pulling fs layer
87c92835260d: Waiting
96e54dc9b357: Waiting
16b8d7610542: Pulling fs layer
5624e0ee5ca5: Waiting
7c484d393436: Waiting
c5ac47ffe6ef: Pulling fs layer
16b8d7610542: Waiting
00cfb259c8ac: Pulling fs layer
4f4fb700ef54: Pulling fs layer
c5ac47ffe6ef: Waiting
4658a16b5264: Pulling fs layer
00cfb259c8ac: Waiting
7c82a6a00032: Pulling fs layer
b76e2612fc73: Pulling fs layer
4f4fb700ef54: Waiting
da0741a07551: Pulling fs layer
4658a16b5264: Waiting
102a21125d73: Pulling fs layer
da0741a07551: Waiting
d244b294335f: Pulling fs layer
b76e2612fc73: Waiting
e47a432b94fb: Pulling fs layer
102a21125d73: Waiting
d244b294335f: Waiting
6ee7cce1e23d: Pulling fs layer
e47a432b94fb: Waiting
2475e9cbd3e5: Pulling fs layer
6ee7cce1e23d: Waiting
4f8aac8ae1e5: Pulling fs layer
3e59226f7823: Pulling fs layer
2475e9cbd3e5: Waiting
6d429b9a6ce7: Pulling fs layer
3e59226f7823: Waiting
dc8bbbd9edf9: Pulling fs layer
66ec5629681d: Pulling fs layer
6d429b9a6ce7: Waiting
dc8bbbd9edf9: Waiting
74661ee64965: Pulling fs layer
b3088c441ac7: Pulling fs layer
66ec5629681d: Waiting
74661ee64965: Waiting
11be3e645e01: Pulling fs layer
b3088c441ac7: Waiting
e9a0ff031006: Pulling fs layer
daae3ef8a84c: Pulling fs layer
11be3e645e01: Waiting
e9a0ff031006: Waiting
66e5526b0fa3: Pulling fs layer
daae3ef8a84c: Waiting
0345f09f70c9: Pulling fs layer
66e5526b0fa3: Waiting
cf17974970db: Pulling fs layer
cf17974970db: Waiting
0345f09f70c9: Waiting
3baeae2ed4cf: Verifying Checksum
3baeae2ed4cf: Download complete
3baeae2ed4cf: Pull complete
b254ca288623: Verifying Checksum
b254ca288623: Download complete
b254ca288623: Pull complete
745976a04e35: Verifying Checksum
745976a04e35: Download complete
a516242b2337: Verifying Checksum
a516242b2337: Download complete
745976a04e35: Pull complete
a516242b2337: Pull complete
6a8811ebcb2c: Download complete
3737e8f76884: Verifying Checksum
3737e8f76884: Download complete
386dffb80382: Verifying Checksum
386dffb80382: Download complete
e04d691eea35: Verifying Checksum
e04d691eea35: Download complete
bb72c0d1c3f0: Verifying Checksum
bb72c0d1c3f0: Download complete
3a56fcb872cd: Verifying Checksum
3a56fcb872cd: Download complete
5abffa2313de: Verifying Checksum
5abffa2313de: Download complete
7ed80bc2b055: Verifying Checksum
7ed80bc2b055: Download complete
87c92835260d: Verifying Checksum
87c92835260d: Download complete
96e54dc9b357: Download complete
5624e0ee5ca5: Download complete
16b8d7610542: Verifying Checksum
16b8d7610542: Download complete
7c484d393436: Verifying Checksum
7c484d393436: Download complete
c5ac47ffe6ef: Verifying Checksum
00cfb259c8ac: Download complete
4658a16b5264: Verifying Checksum
4658a16b5264: Download complete
7c82a6a00032: Verifying Checksum
7c82a6a00032: Download complete
b76e2612fc73: Verifying Checksum
b76e2612fc73: Download complete
da0741a07551: Download complete
102a21125d73: Verifying Checksum
102a21125d73: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
e47a432b94fb: Verifying Checksum
e47a432b94fb: Download complete
d244b294335f: Verifying Checksum
d244b294335f: Download complete
2475e9cbd3e5: Verifying Checksum
2475e9cbd3e5: Download complete
6ee7cce1e23d: Verifying Checksum
6ee7cce1e23d: Download complete
3e59226f7823: Verifying Checksum
3e59226f7823: Download complete
6d429b9a6ce7: Verifying Checksum
6d429b9a6ce7: Download complete
4f8aac8ae1e5: Verifying Checksum
4f8aac8ae1e5: Download complete
66ec5629681d: Download complete
9bb526cd9631: Verifying Checksum
9bb526cd9631: Download complete
b3088c441ac7: Download complete
11be3e645e01: Verifying Checksum
11be3e645e01: Download complete
e9a0ff031006: Verifying Checksum
e9a0ff031006: Download complete
9bb526cd9631: Pull complete
3737e8f76884: Pull complete
6a8811ebcb2c: Pull complete
386dffb80382: Pull complete
e04d691eea35: Pull complete
bb72c0d1c3f0: Pull complete
3a56fcb872cd: Pull complete
5abffa2313de: Pull complete
7ed80bc2b055: Pull complete
87c92835260d: Pull complete
5624e0ee5ca5: Pull complete
96e54dc9b357: Pull complete
7c484d393436: Pull complete
16b8d7610542: Pull complete
c5ac47ffe6ef: Pull complete
00cfb259c8ac: Pull complete
4f4fb700ef54: Pull complete
4658a16b5264: Pull complete
7c82a6a00032: Pull complete
b76e2612fc73: Pull complete
da0741a07551: Pull complete
102a21125d73: Pull complete
d244b294335f: Pull complete
e47a432b94fb: Pull complete
6ee7cce1e23d: Pull complete
2475e9cbd3e5: Pull complete
4f8aac8ae1e5: Pull complete
3e59226f7823: Pull complete
6d429b9a6ce7: Pull complete
dc8bbbd9edf9: Verifying Checksum
dc8bbbd9edf9: Download complete
66e5526b0fa3: Verifying Checksum
66e5526b0fa3: Download complete
0345f09f70c9: Verifying Checksum
0345f09f70c9: Download complete
cf17974970db: Verifying Checksum
cf17974970db: Download complete
74661ee64965: Verifying Checksum
74661ee64965: Download complete
dc8bbbd9edf9: Pull complete
66ec5629681d: Pull complete
74661ee64965: Pull complete
b3088c441ac7: Pull complete
11be3e645e01: Pull complete
e9a0ff031006: Pull complete
daae3ef8a84c: Verifying Checksum
daae3ef8a84c: Download complete
daae3ef8a84c: Pull complete
66e5526b0fa3: Pull complete
0345f09f70c9: Pull complete
cf17974970db: Pull complete
Digest: sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84
Status: Downloaded newer image for ocaml/opam@sha256:78d717fcca7c0865b5f7f500d51b5a746fcfc798c6869a4b6bf22e87791aef84
2026-01-19 14:21.30 ---> using "353beaf5a3c9b032ecb62c926e7ce7890656c3345a46e1ff971d316d3c6ff58e" 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.30 ---> using "63532de8ef4927ccdad7ca3391b68b0daa45eab7ed0d0f804cf18b9d1df3e325" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-19 14:21.30 ---> using "93d3c206eebbfe7da278de7c7345a2674dc22e61b59a22a8c14a7d7b67a23ccc" 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=debian os-version=13
# 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 4.08
# invariant ["ocaml-base-compiler" {= "4.08.1"}]
# compiler-packages ocaml-base-compiler.4.08.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.08/lib/ocaml/stublibs:/home/opam/.opam/4.08/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.08.1
2026-01-19 14:21.30 ---> using "ac144c659552a0f0aaf9a89540e179d0ee44c1a5b67302ceed4a2d842a614077" 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.30 ---> using "0204137ae72a4d432fbb9fde22067f2fb33263a75d4997585db1426430fa3725" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 14:21.39 ---> saved as "edc1f06a28bf3fb0da3e2852035428b44ab666af1aaba71a2e4f4b790d6e8ee3"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 14:21.57 ---> saved as "a11d1e23a2f655ffc39b9dc1823f4805b3750e420bf4909cdb7d02699cd55a13"
/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 amd64 Packages [96.1 kB]
- Fetched 187 kB in 1s (319 kB/s)
- Reading package lists...
-
2026-01-19 14:21.59 ---> saved as "c9dac479430fb2fb4144b40690b0d2bf3abcaeb1e33fa67a8461388f9eae9745"
/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.00 ---> saved as "b627733a2ccc4aea92f6d166ed9a803df794f6a04731e6b4f2d39498ceaf3fca"
/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 \"\\\"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\" != '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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- 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-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> 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.10 ---> saved as "544fc2977b1ac16a489da7a54b1cc3678673bede3a2db3d0eaebfe3812a271c1"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/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 \"\\\"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\" != '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"))
The following actions will be performed:
=== remove 2 packages
- remove conf-pkg-config 4
- remove menhirCST 20250912 [conflicts with dune]
=== downgrade 6 packages
- downgrade dune 3.21.0 to 3.10.0 [required by aslref]
- downgrade menhir 20250912 to 20220210 [required by aslref]
- downgrade menhirLib 20250912 to 20220210 [uses dune]
- downgrade menhirSdk 20250912 to 20220210 [uses dune]
- downgrade ocamlfind 1.9.8 to 1.8.0 [required by zarith]
- downgrade zarith 1.14 to 1.13 [required by aslref]
=== recompile 1 package
- recompile aslref 1.0~draft.2 (pinned)
=== install 1 package
- install conf-m4 1 [required by ocamlfind]
The following system packages will first need to be installed:
m4
<><> 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" "m4"
- Selecting previously unselected package m4.
- (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 ... 20682 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved aslref.1.0~draft.2 (cached)
-> installed conf-m4.1
-> retrieved dune.3.10.0 (cached)
-> retrieved menhir.20220210, menhirLib.20220210, menhirSdk.20220210 (cached)
-> retrieved ocamlfind.1.8.0 (cached)
-> retrieved zarith.1.13 (cached)
-> removed aslref.1.0~draft.2
-> removed menhir.20250912
-> removed menhirCST.20250912
-> removed menhirLib.20250912
-> removed menhirSdk.20250912
-> removed dune.3.21.0
-> removed zarith.1.14
-> removed conf-pkg-config.4
-> removed ocamlfind.1.9.8
-> installed dune.3.10.0
-> installed ocamlfind.1.8.0
-> installed menhirLib.20220210
-> installed menhirSdk.20220210
-> installed zarith.1.13
-> installed menhir.20220210
-> installed aslref.1.0~draft.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 14:24.30 ---> saved as "38b7c9e098e4db253f792d0f5a656bc59eb9d6de691f4c24b15bca4e4dfed044"
Job succeeded
2026-01-19 14:24.35: Job succeeded