- github
- ocaml
- opam-repository
- 4d7c15
- compilers,5.1,camlid.0.1
(not at the head of any monitored branch or PR)
2025-12-09 21:28.16: New job: build camlid.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29053/head (4d7c15ee6436ca8af78188950b42314abeff562c)
on debian-13-ocaml-5.1/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/29053/head" && git reset --hard 4d7c15ee
git fetch origin master
git merge --no-edit d684c896eb6f7e6030d6ee65338d9db22a612f01
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.1@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7
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 camlid.0.1 0.1
RUN opam reinstall camlid.0.1; \
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" != 'camlid.0.1' && 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 .
2025-12-09 21:28.16: Using cache hint "ocaml/opam:debian-13-ocaml-5.1@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7-camlid.0.1-4d7c15ee6436ca8af78188950b42314abeff562c"
2025-12-09 21:28.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.1@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7)
(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 camlid.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlid.0.1;\
\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\" != 'camlid.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-09 21:28.16: Waiting for resource in pool OCluster
2025-12-09 23:26.54: Waiting for worker…
2025-12-09 23:30.01: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
HEAD is now at 2127ba7dc7 Merge commit 'a9b8a0d0db631d21208bd4ab7355e867d7ecf88d'
HEAD is now at d684c896eb Merge pull request #29052 from balat/maintenance
Updating d684c896eb..4d7c15ee64
Fast-forward
packages/camlid/camlid.0.1/opam | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/camlid/camlid.0.1/opam
(from ocaml/opam:debian-13-ocaml-5.1@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7' locally
docker.io/ocaml/opam@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7: Pulling from ocaml/opam
019e96b8ad60: Pulling fs layer
019e96b8ad60: Verifying Checksum
019e96b8ad60: Download complete
019e96b8ad60: Pull complete
Digest: sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7
Status: Downloaded newer image for ocaml/opam@sha256:bd48fdc63dfecf83b9d0b5b343f397a1c82c08c55073fa5412cd1b96a9187ba7
2025-12-09 23:34.13 ---> saved as "1f988be81755544029a27a1fb3b659520182899e4660377efc3f5adecc7194f4"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-09 23:34.13 ---> saved as "fec476efa9eadfd8b4067cc447e2053e71e828183929acc7574f8c4c98ced9a5"
/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
2025-12-09 23:34.45 ---> saved as "e2c685471fde1568dd5948af88d2f05b70113d8e771dcf279bc133e7c20e6705"
/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.1
# invariant ["ocaml-base-compiler" {= "5.1.1"}]
# compiler-packages ocaml-base-compiler.5.1.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.1/lib/ocaml/stublibs:/home/opam/.opam/5.1/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.1.1
2025-12-09 23:34.46 ---> saved as "de3bdd572aed767daa0d4f75319ad3055c234d91e41ba8e13c83d6c07011ad40"
/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-12-09 23:34.54 ---> saved as "0f7943861b0a1c11af59f4346dd79457898bd8720c822f014c63a3282fc3e03b"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 23:35.19 ---> saved as "134a211e930e35786850dbc8cdb60368b2afd10b80d50ce7c20a833b61e10431"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 23:35.41 ---> saved as "bb1cb8ca8a2a2f7576bc55a756acc64ad8da741c20d44735dde4d1234d6ccb2a"
/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 [81.7 kB]
- Fetched 172 kB in 0s (1468 kB/s)
- Reading package lists...
-
2025-12-09 23:35.42 ---> saved as "501a6734bc921f9288d4ebbe205bdcf19c0df8209c699c9dee0667a2b9de1141"
/home/opam: (run (shell "opam pin add -k version -yn camlid.0.1 0.1"))
camlid is now pinned to version 0.1
2025-12-09 23:35.43 ---> saved as "d9c2d5a76fa097659d30588a947a8447969761a271fbf8e6732e407334393f1f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlid.0.1;\
\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\" != 'camlid.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
camlid.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install camlid 0.1 (pinned)
- install dune 3.20.2 [required by camlid]
- install fmt 0.11.0 [required by camlid]
- install ocamlbuild 0.16.1 [required by fmt]
- install ocamlfind 1.9.8 [required by fmt]
- install topkg 1.1.1 [required by fmt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlid.0.1 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> installed camlid.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 23:36.17 ---> saved as "6045ea67533f1eeb9377c5a130b3c70c3e7df8376b8c6f37c0ef7e344e707a22"
Job succeeded
2025-12-09 23:36.29: Job succeeded