Build:
- 0
2026-01-19 15:42.41: New job: build patricia-tree.0.12.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29247/head (50f45d837bb794ee9cb48b9ab11449225b1f607c)
on ubuntu-24.04-ocaml-4.14/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29247/head" && git reset --hard 50f45d83
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966
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 patricia-tree.0.12.0 0.12.0
RUN opam reinstall patricia-tree.0.12.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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'patricia-tree.0.12.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-19 15:42.41: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966-patricia-tree.0.12.0-50f45d837bb794ee9cb48b9ab11449225b1f607c"
2026-01-19 15:42.41: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966)
(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 patricia-tree.0.12.0 0.12.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall patricia-tree.0.12.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'patricia-tree.0.12.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-19 15:42.41: Waiting for resource in pool OCluster
2026-01-19 15:42.41: Waiting for worker…
2026-01-19 15:45.54: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
Updating files: 10% (2087/19229)
Updating files: 11% (2116/19229)
Updating files: 12% (2308/19229)
Updating files: 13% (2500/19229)
Updating files: 14% (2693/19229)
Updating files: 15% (2885/19229)
Updating files: 16% (3077/19229)
Updating files: 17% (3269/19229)
Updating files: 18% (3462/19229)
Updating files: 19% (3654/19229)
Updating files: 20% (3846/19229)
Updating files: 21% (4039/19229)
Updating files: 22% (4231/19229)
Updating files: 23% (4423/19229)
Updating files: 23% (4500/19229)
Updating files: 24% (4615/19229)
Updating files: 25% (4808/19229)
Updating files: 26% (5000/19229)
Updating files: 27% (5192/19229)
Updating files: 28% (5385/19229)
Updating files: 29% (5577/19229)
Updating files: 30% (5769/19229)
Updating files: 31% (5961/19229)
Updating files: 32% (6154/19229)
Updating files: 33% (6346/19229)
Updating files: 34% (6538/19229)
Updating files: 35% (6731/19229)
Updating files: 36% (6923/19229)
Updating files: 36% (6967/19229)
Updating files: 37% (7115/19229)
Updating files: 38% (7308/19229)
Updating files: 39% (7500/19229)
Updating files: 40% (7692/19229)
Updating files: 41% (7884/19229)
Updating files: 42% (8077/19229)
Updating files: 43% (8269/19229)
Updating files: 44% (8461/19229)
Updating files: 45% (8654/19229)
Updating files: 46% (8846/19229)
Updating files: 47% (9038/19229)
Updating files: 47% (9223/19229)
Updating files: 48% (9230/19229)
Updating files: 49% (9423/19229)
Updating files: 50% (9615/19229)
Updating files: 51% (9807/19229)
Updating files: 52% (10000/19229)
Updating files: 53% (10192/19229)
Updating files: 54% (10384/19229)
Updating files: 55% (10576/19229)
Updating files: 56% (10769/19229)
Updating files: 57% (10961/19229)
Updating files: 58% (11153/19229)
Updating files: 59% (11346/19229)
Updating files: 60% (11538/19229)
Updating files: 60% (11539/19229)
Updating files: 61% (11730/19229)
Updating files: 62% (11922/19229)
Updating files: 63% (12115/19229)
Updating files: 64% (12307/19229)
Updating files: 65% (12499/19229)
Updating files: 66% (12692/19229)
Updating files: 67% (12884/19229)
Updating files: 68% (13076/19229)
Updating files: 69% (13269/19229)
Updating files: 70% (13461/19229)
Updating files: 71% (13653/19229)
Updating files: 71% (13758/19229)
Updating files: 72% (13845/19229)
Updating files: 73% (14038/19229)
Updating files: 74% (14230/19229)
Updating files: 75% (14422/19229)
Updating files: 76% (14615/19229)
Updating files: 77% (14807/19229)
Updating files: 78% (14999/19229)
Updating files: 79% (15191/19229)
Updating files: 80% (15384/19229)
Updating files: 81% (15576/19229)
Updating files: 82% (15768/19229)
Updating files: 83% (15961/19229)
Updating files: 83% (16064/19229)
Updating files: 84% (16153/19229)
Updating files: 85% (16345/19229)
Updating files: 86% (16537/19229)
Updating files: 87% (16730/19229)
Updating files: 88% (16922/19229)
Updating files: 89% (17114/19229)
Updating files: 90% (17307/19229)
Updating files: 91% (17499/19229)
Updating files: 92% (17691/19229)
Updating files: 93% (17883/19229)
Updating files: 94% (18076/19229)
Updating files: 94% (18221/19229)
Updating files: 95% (18268/19229)
Updating files: 96% (18460/19229)
Updating files: 97% (18653/19229)
Updating files: 98% (18845/19229)
Updating files: 99% (19037/19229)
Updating files: 100% (19229/19229)
Updating files: 100% (19229/19229), done.
HEAD is now at ae6744696f Merge commit '0f7587219dc2cfad8e2788fa7f83722726569ece'
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
Updating 39960ffbaf..50f45d837b
Fast-forward
packages/patricia-tree/patricia-tree.0.12.0/opam | 48 ++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 packages/patricia-tree/patricia-tree.0.12.0/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966)
2026-01-19 15:46.26 ---> using "4626d4a5a131a88d02479f5c3b21defc447f75fbe8e0dea7762a8bf70d192939" 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-01-19 15:46.26 ---> using "2cf77de0c9217b9f307fb96292f7e750553dddea1ae1c3af3d877c5064cd48be" 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 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
2026-01-19 15:46.26 ---> using "e97b1f5b3923c1d4406517373572055c44243d2c7e5d515860195f8caac29ab2" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# 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
2026-01-19 15:46.26 ---> using "7446a1617c0a540a3bcb1fa66767241aea48568e6441847fecb4c62276a88c16" 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-01-19 15:46.26 ---> using "6a1c59d3cd71ed778ec1a09ca3f6c9b8135cf735686be40ac73fa2d2fb3e5849" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 15:46.54 ---> saved as "0977f3a20e2022662890b0aeae05bc5a2327debc4f74480a74f20269e2fd4e18"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 15:48.35 ---> saved as "5e71e9d44aa4c77640e46ce19aff4d12a6d1a4acb5499ab74bbb4193a121873f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1473 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [903 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [931 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [585 kB]
- Fetched 4271 kB in 2s (1725 kB/s)
- Reading package lists...
-
2026-01-19 15:48.43 ---> saved as "cc8651e635806cf585c6b334e13eeea39ec5b43e5335e4162e2b4d2d8c92e7d1"
/home/opam: (run (shell "opam pin add -k version -yn patricia-tree.0.12.0 0.12.0"))
patricia-tree is now pinned to version 0.12.0
2026-01-19 15:48.46 ---> saved as "2bd63c61d830a812a84f1ca19fe8a6507a990b04cd359a2faf8884c5914754e3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall patricia-tree.0.12.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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'patricia-tree.0.12.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
patricia-tree.0.12.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.0 [required by patricia-tree]
- install patricia-tree 0.12.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved patricia-tree.0.12.0 (https://github.com/codex-semantics-library/patricia-tree/releases/download/v0.12.0/patricia-tree-0.12.0.tbz)
-> installed dune.3.21.0
-> installed patricia-tree.0.12.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 15:52.57 ---> saved as "c1e6d0efcdc3c7bf5dd307ed68ba7b9a9bc2c4eb490d852611090a723ab2d6d5"
Job succeeded
2026-01-19 15:53.32: Job succeeded