(for PR #29260)
2026-01-21 13:35.31: New job: build camels.1.0.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29260/head (d2d2eaffa072ea1090da943d36c8a776012a0b42)
on debian-13-ocaml-4.14/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/29260/head" && git reset --hard d2d2eaff
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn camels.1.0.0 1.0.0
RUN opam depext camels.1.0.0 && opam reinstall camels.1.0.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" != 'camels.1.0.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 13:35.31: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610-camels.1.0.0-d2d2eaffa072ea1090da943d36c8a776012a0b42"
2026-01-21 13:35.31: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || true"))
(run (shell "opam pin add -k version -yn camels.1.0.0 1.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext camels.1.0.0 && opam reinstall camels.1.0.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\" != 'camels.1.0.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 13:35.31: Waiting for resource in pool OCluster
2026-01-21 13:40.59: Waiting for worker…
2026-01-21 13:50.08: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 10a02a697b Merge pull request #29249 from panglesd/release-slipshow-v0.8.0
Updating 10a02a697b..d2d2eaffa0
Fast-forward
packages/camels/camels.1.0.0/opam | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/camels/camels.1.0.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610)
2026-01-21 13:50.19 ---> using "af1ebcbd2c0e8a2a9bd41972ff6b1f2b27bf9dd52d9b45e003eb0eaad274be03" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-01-21 13:50.19 ---> saved as "1915fe0ebcf17e16f2849ce2902f1a7180323360514d269c12b56b364868d5ea"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-01-21 13:51.14 ---> saved as "b834a09d4d003d9d54d03f8e6105734517e6e0d09259d6e48c591049cf7a1841"
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
2026-01-21 13:51.20 ---> saved as "0b257ea3efea6094ad4dc7022aafd1dfa6a33fd096b6fce5d5584ca3e8724594"
/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 13:51.35 ---> saved as "c51601865a9b07aaf55b6c3c084a393b4a05bb439d41737576e02a73358455d8"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 13:52.39 ---> saved as "f88826b94ee6a5015ccc49ef3a25b7af160df81180a41bfa29ea0a4dc515b3d6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-01-21 13:52.54 ---> saved as "acc26cb030eb912f5bd78840da5e58cf101eb1d3d3698a1842c381d61fdf0b56"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 [96.3 kB]
Fetched 9998 kB in 1s (10.7 MB/s)
Reading package lists...
# OS package update successful
2026-01-21 13:52.57 ---> saved as "837cf067e15d04a0197642fbd005d3d7dc2b8cb90f8108c577f5e5a628b78785"
/home/opam: (run (shell "opam pin add -k version -yn camels.1.0.0 1.0.0"))
camels is now pinned to version 1.0.0
2026-01-21 13:52.57 ---> saved as "0360b74145dcb2c5ba117254a74ca772a3accea0b51f5b98521024c6802f3060"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext camels.1.0.0 && opam reinstall camels.1.0.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\" != 'camels.1.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
camels.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by fmt]
- install dune 3.21.0 [required by camels]
- install ocamlfind 1.9.8 [required by fmt]
- install cmdliner 2.1.0 [required by camels]
- install yojson 3.0.0 [required by camels]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install sexplib0 v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install mirage-clock 4.2.0 [required by mirage-clock-unix]
- install duration 0.2.1 [required by mirage-time-unix]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by notty]
- install topkg 1.1.1 [required by fmt]
- install base-bytes base [required by ocplib-endian]
- install ppxlib 0.37.0 [required by ppx_deriving_yojson]
- install dune-configurator 3.21.0 [required by mirage-clock-unix]
- install uutf 1.0.4 [required by notty]
- install fmt 0.11.0 [required by camels]
- install ocplib-endian 1.2 [required by lwt]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson]
- install mirage-clock-unix 4.2.0 [required by camels]
- install lwt 6.0.0 [required by mirage-time-unix, notty]
- install ppx_deriving_yojson 3.10.0 [required by camels]
- install notty 0.2.3 [required by camels]
- install mirage-time 3.0.0 [required by mirage-time-unix]
- install mirage-time-unix 3.0.0 [required by camels]
- install camels 1.0.0*
===== 28 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[camels.1.0.0] found in cache
[cmdliner.2.1.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.21.0] found in cache
[dune-configurator.3.21.0] found in cache
[duration.0.2.1] found in cache
[fmt.0.11.0] found in cache
[lwt.6.0.0] found in cache
[mirage-clock.4.2.0] found in cache
[mirage-clock-unix.4.2.0] found in cache
[mirage-time.3.0.0] found in cache
[mirage-time-unix.3.0.0] found in cache
[notty.0.2.3] found in cache
[ocaml-compiler-libs.v0.12.4] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[ppx_derivers.1.2.1] found in cache
[ppx_deriving.6.1.1] found in cache
[ppx_deriving_yojson.3.10.0] found in cache
[ppxlib.0.37.0] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.1.1] found in cache
[uutf.1.0.4] found in cache
[yojson.3.0.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed dune.3.21.0
-> installed mirage-clock.4.2.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed duration.0.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed mirage-clock-unix.4.2.0
-> installed lwt.6.0.0
-> installed mirage-time.3.0.0
-> installed mirage-time-unix.3.0.0
-> installed notty.0.2.3
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed camels.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-21 13:53.57 ---> saved as "028dfac1f6a82b8c1c39d1b5e655bea049908aeed6f3aca1b1bdb4a25695752f"
Job succeeded
2026-01-21 13:54.04: Job succeeded