- github
- ocaml
- opam-repository
- b9d711
- extras,riscv64-ocaml-4.14,camlidl.1.13-1
(not at the head of any monitored branch or PR)
2026-04-10 07:30.13: New job: build camlidl.1.13-1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29653/head (b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad)
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/29653/head" && git reset --hard b9d7118c
git fetch origin master
git merge --no-edit 89ac3ba6f35eff1809bbb75e061fb0eb1090d8ec
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:82b5420655385c32dc96068e36a744a8e8c869890b3a55869a20415f213fd254
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 camlidl.1.13-1 1.13-1
RUN opam reinstall camlidl.1.13-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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'camlidl.1.13-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-04-10 07:30.13: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:82b5420655385c32dc96068e36a744a8e8c869890b3a55869a20415f213fd254-camlidl.1.13-1-b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad"
2026-04-10 07:30.13: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:82b5420655385c32dc96068e36a744a8e8c869890b3a55869a20415f213fd254)
(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 camlidl.1.13-1 1.13-1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlidl.1.13-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 \"\\\"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\" != 'camlidl.1.13-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-04-10 07:30.13: Waiting for resource in pool OCluster
2026-04-10 07:30.13: Waiting for worker…
2026-04-10 07:30.13: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files: 12% (2360/18657)
Updating files: 13% (2426/18657)
Updating files: 14% (2612/18657)
Updating files: 15% (2799/18657)
Updating files: 16% (2986/18657)
Updating files: 17% (3172/18657)
Updating files: 18% (3359/18657)
Updating files: 19% (3545/18657)
Updating files: 20% (3732/18657)
Updating files: 21% (3918/18657)
Updating files: 22% (4105/18657)
Updating files: 23% (4292/18657)
Updating files: 24% (4478/18657)
Updating files: 25% (4665/18657)
Updating files: 25% (4832/18657)
Updating files: 26% (4851/18657)
Updating files: 27% (5038/18657)
Updating files: 28% (5224/18657)
Updating files: 29% (5411/18657)
Updating files: 30% (5598/18657)
Updating files: 31% (5784/18657)
Updating files: 32% (5971/18657)
Updating files: 33% (6157/18657)
Updating files: 34% (6344/18657)
Updating files: 35% (6530/18657)
Updating files: 36% (6717/18657)
Updating files: 37% (6904/18657)
Updating files: 38% (7090/18657)
Updating files: 38% (7133/18657)
Updating files: 39% (7277/18657)
Updating files: 40% (7463/18657)
Updating files: 41% (7650/18657)
Updating files: 42% (7836/18657)
Updating files: 43% (8023/18657)
Updating files: 44% (8210/18657)
Updating files: 45% (8396/18657)
Updating files: 46% (8583/18657)
Updating files: 47% (8769/18657)
Updating files: 48% (8956/18657)
Updating files: 49% (9142/18657)
Updating files: 49% (9212/18657)
Updating files: 50% (9329/18657)
Updating files: 51% (9516/18657)
Updating files: 52% (9702/18657)
Updating files: 53% (9889/18657)
Updating files: 54% (10075/18657)
Updating files: 55% (10262/18657)
Updating files: 56% (10448/18657)
Updating files: 57% (10635/18657)
Updating files: 58% (10822/18657)
Updating files: 59% (11008/18657)
Updating files: 60% (11195/18657)
Updating files: 61% (11381/18657)
Updating files: 61% (11516/18657)
Updating files: 62% (11568/18657)
Updating files: 63% (11754/18657)
Updating files: 64% (11941/18657)
Updating files: 65% (12128/18657)
Updating files: 66% (12314/18657)
Updating files: 67% (12501/18657)
Updating files: 68% (12687/18657)
Updating files: 69% (12874/18657)
Updating files: 70% (13060/18657)
Updating files: 71% (13247/18657)
Updating files: 72% (13434/18657)
Updating files: 73% (13620/18657)
Updating files: 74% (13807/18657)
Updating files: 74% (13809/18657)
Updating files: 75% (13993/18657)
Updating files: 76% (14180/18657)
Updating files: 77% (14366/18657)
Updating files: 78% (14553/18657)
Updating files: 79% (14740/18657)
Updating files: 80% (14926/18657)
Updating files: 81% (15113/18657)
Updating files: 82% (15299/18657)
Updating files: 83% (15486/18657)
Updating files: 84% (15672/18657)
Updating files: 85% (15859/18657)
Updating files: 86% (16046/18657)
Updating files: 86% (16159/18657)
Updating files: 87% (16232/18657)
Updating files: 88% (16419/18657)
Updating files: 89% (16605/18657)
Updating files: 90% (16792/18657)
Updating files: 91% (16978/18657)
Updating files: 92% (17165/18657)
Updating files: 93% (17352/18657)
Updating files: 94% (17538/18657)
Updating files: 95% (17725/18657)
Updating files: 96% (17911/18657)
Updating files: 97% (18098/18657)
Updating files: 98% (18284/18657)
Updating files: 98% (18392/18657)
Updating files: 99% (18471/18657)
Updating files: 100% (18657/18657)
Updating files: 100% (18657/18657), done.
HEAD is now at ff1d6a1f9f Merge commit '6b2464946e569e2d90f4b72ef1fe7f0196f077a4'
HEAD is now at 89ac3ba6f3 Merge pull request #29692 from mseri/js_of_Ocam
Merge made by the 'ort' strategy.
packages/camlidl/camlidl.1.13-1/opam | 46 ++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 packages/camlidl/camlidl.1.13-1/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:82b5420655385c32dc96068e36a744a8e8c869890b3a55869a20415f213fd254)
2026-04-10 07:30.37 ---> using "3cac56c9044dc9e4b181473d4151a691cb8b63b695b54d17732b836147acf985" 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-10 07:30.37 ---> using "d12e6ca8ff6e4502bed07d09bbddd02c4c553df77e472192fe52e9023878c8cf" 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-04-10 07:30.37 ---> using "e8b097882913873dad746d9b449d67ebabd77b21bcfac3e06155d38073089922" 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.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-10 07:30.37 ---> using "958fbf9e1ed7e57f43a38e9e00e72e0a72b8eb6229add8d542bfd5432e36809b" 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-10 07:30.37 ---> using "2e19e9b67a050c6551ecd634f5982f057f2e67585d227ca342195cd091ebbf9e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 07:31.04 ---> saved as "8ecfbe4c80dfeeb22dcbcbd22fe9bd3cbe3f259a65a7012d3cc1965f9119c998"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 07:32.39 ---> saved as "2df893ea2238c545201df469ba26fc78db52c6db9c7ac7369f96333717cbb92a"
/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 [1605 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [959 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1122 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [633 kB]
- Fetched 4697 kB in 2s (2165 kB/s)
- Reading package lists...
-
2026-04-10 07:32.47 ---> saved as "8fd3e040a1530c34ca7fc3ca0e58b146cba2e88948c2f0608d164424b44db9ce"
/home/opam: (run (shell "opam pin add -k version -yn camlidl.1.13-1 1.13-1"))
camlidl is now pinned to version 1.13-1
2026-04-10 07:32.49 ---> saved as "e8eae27f8526da3eaab50c6749b2d2bbdc7d4e1d5789ba103a6c97b45e4d7f34"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlidl.1.13-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 \"\\\"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\" != 'camlidl.1.13-1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
camlidl.1.13-1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install camlidl 1.13-1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlidl.1.13-1 (cached)
-> installed camlidl.1.13-1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 07:33.17 ---> saved as "41476323a569486cbf3c4cfdcfd16b4fec0de7470a16c499bd8ea058cf942390"
Job succeeded
2026-04-10 07:33.52: Job succeeded