Build:
- 0
2026-01-22 17:58.46: New job: build raga.0.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29197/head (865dccc24ab76b3e5026d28c0b483f4118a750a5)
on debian-13-ocaml-4.14-nnp/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/29197/head" && git reset --hard 865dccc2
git fetch origin master
git merge --no-edit 69f4d66596cd0a420dffdd43036a9eeb0b410d84
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:7e30d6169a06d00a02a2ebff72dfd68dafd2334cb7c0fc1d7fc60d8f20e64548
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 raga.0.1.1 0.1.1
RUN opam reinstall raga.0.1.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" != 'raga.0.1.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 .
2026-01-22 17:58.46: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:7e30d6169a06d00a02a2ebff72dfd68dafd2334cb7c0fc1d7fc60d8f20e64548-raga.0.1.1-865dccc24ab76b3e5026d28c0b483f4118a750a5"
2026-01-22 17:58.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:7e30d6169a06d00a02a2ebff72dfd68dafd2334cb7c0fc1d7fc60d8f20e64548)
(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 raga.0.1.1 0.1.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall raga.0.1.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\" != 'raga.0.1.1' && 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-22 17:58.46: Waiting for resource in pool OCluster
2026-01-23 07:29.59: Waiting for worker…
2026-01-23 07:37.03: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 61% (11746/19254)
Updating files: 62% (11938/19254)
Updating files: 63% (12131/19254)
Updating files: 64% (12323/19254)
Updating files: 65% (12516/19254)
Updating files: 66% (12708/19254)
Updating files: 67% (12901/19254)
Updating files: 68% (13093/19254)
Updating files: 69% (13286/19254)
Updating files: 70% (13478/19254)
Updating files: 71% (13671/19254)
Updating files: 72% (13863/19254)
Updating files: 73% (14056/19254)
Updating files: 74% (14248/19254)
Updating files: 75% (14441/19254)
Updating files: 76% (14634/19254)
Updating files: 77% (14826/19254)
Updating files: 78% (15019/19254)
Updating files: 79% (15211/19254)
Updating files: 80% (15404/19254)
Updating files: 81% (15596/19254)
Updating files: 82% (15789/19254)
Updating files: 83% (15981/19254)
Updating files: 84% (16174/19254)
Updating files: 85% (16366/19254)
Updating files: 86% (16559/19254)
Updating files: 87% (16751/19254)
Updating files: 88% (16944/19254)
Updating files: 89% (17137/19254)
Updating files: 90% (17329/19254)
Updating files: 91% (17522/19254)
Updating files: 92% (17714/19254)
Updating files: 93% (17907/19254)
Updating files: 94% (18099/19254)
Updating files: 95% (18292/19254)
Updating files: 96% (18484/19254)
Updating files: 97% (18677/19254)
Updating files: 98% (18869/19254)
Updating files: 99% (19062/19254)
Updating files: 100% (19254/19254)
Updating files: 100% (19254/19254), done.
HEAD is now at 69f4d66596 Merge pull request #29159 from tbrk/release-ortools-9.14.0
Merge made by the 'ort' strategy.
packages/raga/raga.0.1.1/opam | 45 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 packages/raga/raga.0.1.1/opam
(from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:7e30d6169a06d00a02a2ebff72dfd68dafd2334cb7c0fc1d7fc60d8f20e64548)
2026-01-23 07:37.29 ---> saved as "a0a7952550dd4fd5459a16cd8fe0b26e551b4a5a9e9afa5e4b63c6df75f577b6"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-23 07:37.29 ---> saved as "a1b6a65a9b61862b28b5798c7beeee423610e6c2e61eab00a6b3606b43da4c6e"
/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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-23 07:38.06 ---> saved as "1231afcd29bdd428d2fd4181939072fa6470bfe1acb0cb2ec85f337b46270c01"
/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 4.14
# invariant ["ocaml-options-only-nnp"]
# compiler-packages ocaml-option-nnp.1, ocaml-options-only-nnp.1, ocaml-variants.4.14.2+options
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2+options+nnp
2026-01-23 07:38.08 ---> saved as "10fb17a408d524b7a2e2a61492b21b332b7fc68002a8017ec19cec9583cb37a0"
/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-23 07:38.17 ---> saved as "341524dbb45adadd5195e002ce2294ebdbf8ab8815dc603035e6762354638f06"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 07:38.34 ---> saved as "468511ba200b480f3bc13aa0a3ea33708a33a900b77b3f87d199dbd833e68b14"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-23 07:39.13 ---> saved as "e3da01b5d2d82ce1d6de811b424a51d3488f00ad1ddb14f7fc5e8a9f0253f04a"
/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 [97.9 kB]
- Fetched 9999 kB in 2s (5206 kB/s)
- Reading package lists...
-
2026-01-23 07:39.16 ---> saved as "5689a53eb5b15612aa879756f2ec1612d82b2edef4bd79a6df239521b3ccce52"
/home/opam: (run (shell "opam pin add -k version -yn raga.0.1.1 0.1.1"))
raga is now pinned to version 0.1.1
2026-01-23 07:39.18 ---> saved as "63b8dd0e70f8b485eff1e3ada823cd21b6addcf41df57c61945a342ea764c181"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall raga.0.1.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\" != 'raga.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
raga.0.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 33 packages
- install angstrom 0.16.1 [required by uri]
- install bigstringaf 0.10.0 [required by angstrom]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.0 [required by raga]
- install dune-build-info 3.21.0 [required by omd]
- install dune-configurator 3.21.0 [required by bigstringaf]
- install handlebars-ml 0.3.0 [required by raga]
- install huml 0.2.0 [required by raga]
- install menhir 20250912 [required by huml]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by ptime]
- install ocamlfind 1.9.8 [required by ptime]
- install omd 2.0.0~alpha4 [required by raga]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by handlebars-ml]
- install ppxlib 0.37.0 [required by ppx_deriving]
- install ptime 1.2.0 [required by raga]
- install raga 0.1.1 (pinned)
- install re 1.14.0 [required by raga]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.1 [required by ptime]
- install uri 4.4.0 [required by raga]
- install uucp 17.0.0 [required by omd]
- install uunf 17.0.0 [required by omd]
- install uutf 1.0.4 [required by omd]
- install yojson 3.0.0 [required by handlebars-ml]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved handlebars-ml.0.3.0 (cached)
-> retrieved huml.0.2.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved omd.2.0.0~alpha4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved raga.0.1.1 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed uunf.17.0.0
-> installed dune.3.21.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed yojson.3.0.0
-> installed dune-build-info.3.21.0
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed menhir.20250912
-> installed huml.0.2.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed handlebars-ml.0.3.0
-> installed uucp.17.0.0
-> installed omd.2.0.0~alpha4
-> installed raga.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 07:41.29 ---> saved as "52b3f114ed38f783d4b4fd8eeb28b8035741fbac8609756aa9d9a8868dc29d10"
Job succeeded
2026-01-23 07:41.39: Job succeeded