(for PR #29092)
2026-01-16 13:39.20: New job: list revdeps of codex.1.0-rc4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29092/head (9992c9eeb5759412c4c08720b431f6dc300cf097)
on debian-13-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/29092/head" && git reset --hard 9992c9ee
git fetch origin master
git merge --no-edit 92679ed61424ad5e3662cb5bba4effdd8f701363
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --depopts && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --recursive && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-16 13:39.20: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17-codex.1.0-rc4-9992c9eeb5759412c4c08720b431f6dc300cf097"
2026-01-16 13:39.20: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17)
(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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --depopts && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --recursive && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-01-16 13:39.20: Waiting for resource in pool OCluster
2026-01-16 13:39.20: Waiting for worker…
2026-01-16 13:52.34: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 71% (13652/19222)
Updating files: 72% (13840/19222)
Updating files: 73% (14033/19222)
Updating files: 74% (14225/19222)
Updating files: 75% (14417/19222)
Updating files: 76% (14609/19222)
Updating files: 77% (14801/19222)
Updating files: 78% (14994/19222)
Updating files: 79% (15186/19222)
Updating files: 80% (15378/19222)
Updating files: 81% (15570/19222)
Updating files: 82% (15763/19222)
Updating files: 83% (15955/19222)
Updating files: 84% (16147/19222)
Updating files: 85% (16339/19222)
Updating files: 86% (16531/19222)
Updating files: 87% (16724/19222)
Updating files: 88% (16916/19222)
Updating files: 89% (17108/19222)
Updating files: 90% (17300/19222)
Updating files: 91% (17493/19222)
Updating files: 92% (17685/19222)
Updating files: 93% (17877/19222)
Updating files: 94% (18069/19222)
Updating files: 95% (18261/19222)
Updating files: 96% (18454/19222)
Updating files: 97% (18646/19222)
Updating files: 98% (18838/19222)
Updating files: 99% (19030/19222)
Updating files: 100% (19222/19222)
Updating files: 100% (19222/19222), done.
HEAD is now at 92679ed614 Merge pull request #29220 from davesnx/release-server-reason-react-0.4.1
Merge made by the 'ort' strategy.
packages/binsec_codex/binsec_codex.1.0-rc4/opam | 54 +++++++++++++
packages/codex/codex.1.0-rc4/opam | 92 +++++++++++++++++++++++
packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
3 files changed, 201 insertions(+)
create mode 100644 packages/binsec_codex/binsec_codex.1.0-rc4/opam
create mode 100644 packages/codex/codex.1.0-rc4/opam
create mode 100644 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17' locally
docker.io/ocaml/opam@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
4d539b35ca4b: Already exists
174d636e7732: Already exists
97c418526f61: Already exists
0a7ee22cbe15: Already exists
40e4e2a7b8bc: Already exists
bfc8b6eb5ca6: Already exists
ce3a21d0b442: Already exists
Digest: sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17
Status: Downloaded newer image for ocaml/opam@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17
2026-01-16 13:52.40 ---> using "03f0951594c938350775771f8c8fede6d107f2d2eee244220b7b8b4b1567de6e" 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-16 13:52.40 ---> using "c933f036b19f2f0c0887f671ec993a9dc79755040cbb635c24c9b9c241c841cd" 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-16 13:52.40 ---> using "7ecc7f75a5bf9dcfd6502f8a59ae1f7ab294c7cb737f8dd9abe743475bc57ced" 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 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-16 13:52.40 ---> using "f03eee248d01b26761fba1ca57252b7a2d5a4073d6250967ee99f663b30113e2" 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-16 13:52.40 ---> using "bf0379b82096b6ba5dc91e9f0222794ba43ccc18e72cfb20cf13ead08a8436d8" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-16 13:52.42 ---> using "f3e88574d88d04fcfa15cbec003a783a1c768605c73e16924fe3c2bfaabf44f4" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-16 13:52.42 ---> using "37b27034d2cfa5b672af5ca246a167c05e66a8864c46d003b5b9992dd402848b" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
- Fetched 9997 kB in 8s (1291 kB/s)
- Reading package lists...
-
2026-01-16 13:52.42 ---> using "deafb1cf98f6ecd3b77756abbd9133445777e52eacd9ce87a72621e56dffcfbe" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --depopts && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --recursive && opam list -s --color=never --depends-on 'codex.1.0-rc4' --coinstallable-with 'codex.1.0-rc4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
binsec_codex.1.0-rc4
frama_c_codex.1.0-rc4
binsec_codex.1.0-rc4
codex.1.0-rc4
frama_c_codex.1.0-rc4
binsec_codex.1.0-rc4
frama_c_codex.1.0-rc4
@@@OUTPUT
2026-01-16 13:53.23 ---> saved as "54c3101f78a6d9a9664f2c131afe866260a653ccbb33e6f26a48e74391bd4b77"
Job succeeded
2026-01-16 13:53.30: Job succeeded