- github
- ocaml
- opam-repository
- 4c2c38
- compilers,5.3,protocol-9p-unix.2.1.0,revdeps
(not at the head of any monitored branch or PR)
2025-08-24 14:18.13: New job: list revdeps of protocol-9p-unix.2.1.0, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28394/head (4c2c3865cb3881d12741013ebd80a3bdb50869d1)
on debian-12-ocaml-5.3/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/28394/head" && git reset --hard 4c2c3865
git fetch origin master
git merge --no-edit ee245280716d67a725ee0e077c693787eb6733e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:ea4d070703e4c16aa9fe1cdf0b1a22c669ee514080881d205b570783be9040da
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-08-24 14:18.13: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:ea4d070703e4c16aa9fe1cdf0b1a22c669ee514080881d205b570783be9040da-protocol-9p-unix.2.1.0-4c2c3865cb3881d12741013ebd80a3bdb50869d1"
2025-08-24 14:18.13: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:ea4d070703e4c16aa9fe1cdf0b1a22c669ee514080881d205b570783be9040da)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-08-24 14:18.13: Waiting for resource in pool OCluster
2025-08-24 14:18.13: Waiting for worker…
2025-08-24 14:18.28: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 67% (12211/18072)
Updating files: 68% (12289/18072)
Updating files: 69% (12470/18072)
Updating files: 70% (12651/18072)
Updating files: 71% (12832/18072)
Updating files: 72% (13012/18072)
Updating files: 73% (13193/18072)
Updating files: 74% (13374/18072)
Updating files: 75% (13554/18072)
Updating files: 76% (13735/18072)
Updating files: 77% (13916/18072)
Updating files: 78% (14097/18072)
Updating files: 79% (14277/18072)
Updating files: 80% (14458/18072)
Updating files: 81% (14639/18072)
Updating files: 82% (14820/18072)
Updating files: 83% (15000/18072)
Updating files: 84% (15181/18072)
Updating files: 85% (15362/18072)
Updating files: 86% (15542/18072)
Updating files: 87% (15723/18072)
Updating files: 88% (15904/18072)
Updating files: 89% (16085/18072)
Updating files: 90% (16265/18072)
Updating files: 91% (16446/18072)
Updating files: 92% (16627/18072)
Updating files: 93% (16807/18072)
Updating files: 94% (16988/18072)
Updating files: 95% (17169/18072)
Updating files: 96% (17350/18072)
Updating files: 97% (17530/18072)
Updating files: 98% (17711/18072)
Updating files: 99% (17892/18072)
Updating files: 100% (18072/18072)
Updating files: 100% (18072/18072), done.
HEAD is now at ee24528071 Merge pull request #28383 from hannesm/release-tls-v2.0.2
Updating ee24528071..4c2c3865cb
Fast-forward
.../protocol-9p-tool/protocol-9p-tool.2.1.0/opam | 57 ++++++++++++++++++++++
.../protocol-9p-unix/protocol-9p-unix.2.1.0/opam | 51 +++++++++++++++++++
packages/protocol-9p/protocol-9p.2.1.0/opam | 49 +++++++++++++++++++
3 files changed, 157 insertions(+)
create mode 100644 packages/protocol-9p-tool/protocol-9p-tool.2.1.0/opam
create mode 100644 packages/protocol-9p-unix/protocol-9p-unix.2.1.0/opam
create mode 100644 packages/protocol-9p/protocol-9p.2.1.0/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:ea4d070703e4c16aa9fe1cdf0b1a22c669ee514080881d205b570783be9040da)
2025-08-24 14:19.38 ---> using "7b3e7b3709bbd37e599e66041e6848f5fe2736f92dc6c0cdd0ce7e7e3b68a5fe" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-08-24 14:19.38 ---> using "fdb2f3150c6149944c5fb21481d03894b2a1eb858b0e57dd2c9a75abe976a37d" 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 development 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
2025-08-24 14:19.38 ---> using "17e4912cc343bf9d6e06e48e9e9351b5dc4e90574d8d51e624e13d87c1256c34" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# 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.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-08-24 14:19.38 ---> using "6706a07cda0f456729fd8ea317c1b2e469be2575c65745711a34e940deb30914" 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/"))
2025-08-24 14:19.38 ---> using "446e092e760c930913d6e325d53ad558bf56968ae9672a6e786f97fb5382a4a2" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-08-24 14:19.39 ---> using "f1afc992047d775f6b7c584f01e1a3aa9165e36f55bb76c90873f60b613ffdb1" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-08-24 14:19.39 ---> using "0c4a60743e814cb53b84a42f4c0847f7283363c80e854a9ff2eadc75771190e9" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
- Fetched 380 kB in 0s (859 kB/s)
- Reading package lists...
-
2025-08-24 14:19.39 ---> using "0ba9a86e398bc56cbc9d92590e321c8f5d6299c501d1df9afcc1f82687e79405" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'protocol-9p-unix.2.1.0' --coinstallable-with 'protocol-9p-unix.2.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
protocol-9p-tool.2.0.2
protocol-9p-tool.2.1.0
protocol-9p-tool.2.0.2
protocol-9p-tool.2.1.0
protocol-9p-unix.2.1.0
protocol-9p-tool.2.0.2
protocol-9p-tool.2.1.0
@@@OUTPUT
2025-08-24 14:20.05 ---> saved as "de48aa329360ae85c81e4292ffc58b5717c387e3b09ec2610cd400efbe9349bd"
Job succeeded
2025-08-24 14:20.11: Job succeeded