(for PR #29159)
2026-01-21 12:32.25: New job: build ortools.9.14.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29159/head (54e99e25df564b1568f413be7f61592dcad00735)
on debian-13-ocaml-5.4-afl/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/29159/head" && git reset --hard 54e99e25
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c
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 ortools.9.14.0 9.14.0
RUN opam reinstall ortools.9.14.0; \
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" != 'ortools.9.14.0' && 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-21 12:32.25: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c-ortools.9.14.0-54e99e25df564b1568f413be7f61592dcad00735"
2026-01-21 12:32.25: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c)
(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 ortools.9.14.0 9.14.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ortools.9.14.0;\
\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\" != 'ortools.9.14.0' && 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-21 12:32.25: Waiting for resource in pool OCluster
2026-01-21 12:32.27: Waiting for worker…
2026-01-21 12:34.39: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 10a02a697b Merge pull request #29249 from panglesd/release-slipshow-v0.8.0
Merge made by the 'ort' strategy.
packages/ortools/ortools.9.14.0/opam | 47 +++++++++++++++
.../ortools_solvers/ortools_solvers.9.14.0/opam | 68 ++++++++++++++++++++++
2 files changed, 115 insertions(+)
create mode 100644 packages/ortools/ortools.9.14.0/opam
create mode 100644 packages/ortools_solvers/ortools_solvers.9.14.0/opam
(from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c' locally
docker.io/ocaml/opam@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c: Pulling from ocaml/opam
2ca1bfae7ba8: Already exists
3baeae2ed4cf: Already exists
b254ca288623: Already exists
745976a04e35: Already exists
a516242b2337: Already exists
9bb526cd9631: Already exists
3737e8f76884: Already exists
6a8811ebcb2c: Already exists
386dffb80382: Already exists
e04d691eea35: Already exists
bb72c0d1c3f0: Already exists
3a56fcb872cd: Already exists
5abffa2313de: Already exists
7ed80bc2b055: Already exists
87c92835260d: Already exists
5624e0ee5ca5: Already exists
96e54dc9b357: Already exists
96e54dc9b357: Already exists
7c484d393436: Already exists
16b8d7610542: Already exists
c5ac47ffe6ef: Already exists
00cfb259c8ac: Already exists
4f4fb700ef54: Already exists
4658a16b5264: Already exists
7c82a6a00032: Already exists
b76e2612fc73: Already exists
da0741a07551: Already exists
102a21125d73: Already exists
d244b294335f: Already exists
e47a432b94fb: Already exists
6ee7cce1e23d: Already exists
2475e9cbd3e5: Already exists
4f8aac8ae1e5: Already exists
3e59226f7823: Already exists
6d429b9a6ce7: Already exists
dc8bbbd9edf9: Already exists
66ec5629681d: Already exists
74661ee64965: Already exists
b3088c441ac7: Already exists
11be3e645e01: Already exists
e9a0ff031006: Already exists
f5348f798ff9: Already exists
9734f7b838a8: Already exists
f02fd7302bab: Already exists
93eeaae398ab: Already exists
b522332ff82c: Already exists
891c7466a52f: Already exists
99d972899c66: Already exists
Digest: sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c
Status: Downloaded newer image for ocaml/opam@sha256:8c74a9654722ee7d848998a059685ae285b103702b31c000cd9aee5991f2951c
2026-01-21 12:35.17 ---> saved as "1e02674b85b290a0cae3bd077ee15eb93b8977b66c846ea6747159695a00f8ce"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-21 12:35.17 ---> saved as "eb75dc431127cc661892f3d2108057f7ddf8c820c8593e5045b0b91c93d37cd3"
/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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-21 12:35.47 ---> saved as "752389b5033f7eb1e6e83f1016c2bb87a2516433de44615fa85375f14a50628e"
/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 5.4
# invariant ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages ocaml-compiler.5.4.0, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.4.0+options
# 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+options+afl
2026-01-21 12:35.48 ---> saved as "9df0f7495c06dbc09567e8ef1577a84365cc7661ac098f38f013c4e5f2f9e757"
/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-21 12:36.02 ---> saved as "f549c10d5d7b39dd627c53be7bfcff60983070a3b26b970443c78af0bafbcfd8"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 12:36.08 ---> saved as "58e1bff82ba9fb886769022d974b2f7ca6711218fedb0e83dbc1cfb3aa55c615"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 12:36.29 ---> saved as "178b1efb97ef67853d4f532a40f18c7956ab95c59a18e2f82656e58a608ae06a"
/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.3 kB]
- Fetched 187 kB in 0s (1728 kB/s)
- Reading package lists...
2026-01-21 12:36.30 ---> saved as "db896d5e1965def920179e25f828aeb7333f9b1ed61ddc3c16c6781fa6fc7c8e"
/home/opam: (run (shell "opam pin add -k version -yn ortools.9.14.0 9.14.0"))
ortools is now pinned to version 9.14.0
2026-01-21 12:36.31 ---> saved as "f2a64e02a1d7b6dde7f5ef0fd2d19973b43207dc031be2ac871887f7c122d154"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ortools.9.14.0;\
\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\" != 'ortools.9.14.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ortools.9.14.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install dune 3.21.0 [required by ortools]
- install ortools 9.14.0 (pinned)
- install pbrt 4.0 [required by ortools]
- install stdlib-shims 0.3.0 [required by pbrt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved ortools.9.14.0 (cached)
-> retrieved pbrt.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.21.0
-> installed stdlib-shims.0.3.0
-> installed pbrt.4.0
-> installed ortools.9.14.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-21 12:37.26 ---> saved as "3a221ae65a6c8420f52838dd4d71992f70d79a233509cd28cf3a2fae809ea9d9"
Job succeeded
2026-01-21 12:37.30: Job succeeded