- github
- ocaml
- opam-repository
- cce6b0
- compilers,5.4,tm-grammars.2.0.0,revdeps
(not at the head of any monitored branch or PR)
2026-04-13 17:25.54: New job: list revdeps of tm-grammars.2.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29717/head (cce6b0a71dae17af92185c4cb4134625066ea4b7)
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/29717/head" && git reset --hard cce6b0a7
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a447b546feb1d9aedc90fda889d688eb9be4d3bdea086d5b2f4f59f38f224ef4
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 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-13 17:25.54: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a447b546feb1d9aedc90fda889d688eb9be4d3bdea086d5b2f4f59f38f224ef4-tm-grammars.2.0.0-cce6b0a71dae17af92185c4cb4134625066ea4b7"
2026-04-13 17:25.54: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a447b546feb1d9aedc90fda889d688eb9be4d3bdea086d5b2f4f59f38f224ef4)
(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 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-04-13 17:25.54: Waiting for resource in pool OCluster
2026-04-13 17:25.55: Waiting for worker…
2026-04-13 17:26.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Updating ba4685aeec..cce6b0a71d
Fast-forward
packages/tm-grammars/tm-grammars.2.0.0/opam | 37 +++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/tm-grammars/tm-grammars.2.0.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:a447b546feb1d9aedc90fda889d688eb9be4d3bdea086d5b2f4f59f38f224ef4)
2026-04-13 17:26.16 ---> using "650db199dd47c38a0926a758262f0be95fb78e2d9a79cbdc2809fa2b15683d52" 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-04-13 17:26.16 ---> using "1d82b13dae11ba0e4ae4c53498d44d66e368b802cfcb77b29900c3af7e2a1562" 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.
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.
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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 17:26.16 ---> using "8fc56361284f52a58bad5297203dc12518b6d67d540112c1ecc4d982140daeca" 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.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-13 17:26.16 ---> using "fe9db6e6aedfe8a888a2521b45017dcd4b4a70e85e324e4a3527adef84a23afd" 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-04-13 17:26.16 ---> using "3a79be73bc2436b5aae3b84f3727fd2fe0209a9b7334e20aac2d10fcd0f26769" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 17:26.17 ---> using "571a98a1a64908b1c62684970828646feb6e53ca5f958b6680594094e287a465" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 17:26.17 ---> using "aeb708276791e7955c3786de092869eb61463ff4a2265c7bba62aea5841c3a9d" 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 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 [122 kB]
- Fetched 213 kB in 0s (1858 kB/s)
- Reading package lists...
-
2026-04-13 17:26.17 ---> using "abd3b471a6f2b785839fb1f5928a147a915e40201c37886edb839b22eeece59e" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'tm-grammars.2.0.0' --coinstallable-with 'tm-grammars.2.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
tm-grammars.2.0.0
@@@OUTPUT
2026-04-13 17:26.50 ---> saved as "43af95a84a66024c43c3a5782e3b62a9a21442338d8837ca921d1d47dd8a4b9f"
Job succeeded
2026-04-13 17:26.58: Job succeeded