- github
- ocaml
- opam-repository
- 19c70f
- distributions,archlinux-ocaml-4.14,dune-rpc.3.22.0~alpha2
(not at the head of any monitored branch or PR)
2026-03-16 18:48.16: New job: build dune-rpc.3.22.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29547/head (19c70fd6a788b154ec5e9fe26bca1d12fb2519be)
on archlinux-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/29547/head" && git reset --hard 19c70fd6
git fetch origin master
git merge --no-edit 4f056bfedf536e66065c3783e694e6aa0b38261a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
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 dune-rpc.3.22.0~alpha2 3.22.0~alpha2
RUN opam reinstall dune-rpc.3.22.0~alpha2; \
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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dune-rpc.3.22.0~alpha2' && 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-03-16 18:48.16: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299-dune-rpc.3.22.0~alpha2-19c70fd6a788b154ec5e9fe26bca1d12fb2519be"
2026-03-16 18:48.16: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
(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 dune-rpc.3.22.0~alpha2 3.22.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-rpc.3.22.0~alpha2;\
\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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune-rpc.3.22.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-16 18:48.16: Waiting for resource in pool OCluster
2026-03-16 19:01.49: Waiting for worker…
2026-03-16 19:04.20: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 4f056bfedf Merge pull request #29543 from Zaneham/add-olint-0.1.0
Updating 4f056bfedf..19c70fd6a7
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha2/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha2/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha2/opam | 39 +++++++++++
.../dune-build-info.3.22.0~alpha2/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha2/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha2/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha2/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha2/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha2/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha2/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha2/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha2/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha2/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha2/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha2/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha2/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha2/opam | 39 +++++++++++
18 files changed, 796 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha2/opam
create mode 100644 packages/dune/dune.3.22.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha2/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299' locally
docker.io/ocaml/opam@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299: Pulling from ocaml/opam
c2d2ddabd275: Pulling fs layer
7bbb5d4707f9: Pulling fs layer
e4ca9c439f39: Pulling fs layer
aef5cc661ebc: Pulling fs layer
c2d2ddabd275: Waiting
7bbb5d4707f9: Waiting
2768b70215c2: Pulling fs layer
aef5cc661ebc: Waiting
e4ca9c439f39: Waiting
a489f44d714e: Pulling fs layer
fdc692ac38f2: Pulling fs layer
a489f44d714e: Waiting
2768b70215c2: Waiting
af6c3d8351fe: Pulling fs layer
fdc692ac38f2: Waiting
a62601c842df: Pulling fs layer
5c650a60aeb7: Pulling fs layer
36d2b2b63e41: Pulling fs layer
a62601c842df: Waiting
f9716d8d8da7: Pulling fs layer
5c650a60aeb7: Waiting
36d2b2b63e41: Waiting
c74a71d5316f: Pulling fs layer
a1dcbf702c8d: Pulling fs layer
a0d158e32430: Pulling fs layer
4f4fb700ef54: Pulling fs layer
a1dcbf702c8d: Waiting
cde193d1d061: Pulling fs layer
a0d158e32430: Waiting
f9716d8d8da7: Waiting
268ec713655e: Pulling fs layer
4f4fb700ef54: Waiting
cde193d1d061: Waiting
1fc018b4cf42: Pulling fs layer
880dccc27f4c: Pulling fs layer
268ec713655e: Waiting
c8fda7ce0526: Pulling fs layer
1fc018b4cf42: Waiting
81b6d22047cc: Pulling fs layer
ff9c2257d841: Pulling fs layer
5cc2973954cb: Pulling fs layer
ff9c2257d841: Waiting
c8fda7ce0526: Waiting
81b6d22047cc: Waiting
f4fbd5ad605f: Pulling fs layer
5cc2973954cb: Waiting
eaa3921c3f24: Pulling fs layer
9dd49c111bf0: Pulling fs layer
f4fbd5ad605f: Waiting
950eb77734e4: Pulling fs layer
9dd49c111bf0: Waiting
ce42b52cb61d: Pulling fs layer
1041f89bba12: Pulling fs layer
950eb77734e4: Waiting
ce42b52cb61d: Waiting
e91ce6a10c11: Pulling fs layer
5f26da617f35: Pulling fs layer
1041f89bba12: Waiting
e91ce6a10c11: Waiting
32719c5f028f: Pulling fs layer
3a6f201d6cf7: Pulling fs layer
5f26da617f35: Waiting
a3c98c924706: Pulling fs layer
32719c5f028f: Waiting
155726d31b05: Pulling fs layer
a3c98c924706: Waiting
3a6f201d6cf7: Waiting
2af100326921: Pulling fs layer
28c27e5f1fd2: Pulling fs layer
c2d2ddabd275: Verifying Checksum
c2d2ddabd275: Download complete
7bbb5d4707f9: Verifying Checksum
7bbb5d4707f9: Download complete
c2d2ddabd275: Pull complete
7bbb5d4707f9: Pull complete
aef5cc661ebc: Verifying Checksum
aef5cc661ebc: Download complete
2768b70215c2: Verifying Checksum
2768b70215c2: Download complete
a489f44d714e: Verifying Checksum
a489f44d714e: Download complete
fdc692ac38f2: Verifying Checksum
fdc692ac38f2: Download complete
af6c3d8351fe: Verifying Checksum
af6c3d8351fe: Download complete
a62601c842df: Verifying Checksum
a62601c842df: Download complete
5c650a60aeb7: Verifying Checksum
5c650a60aeb7: Download complete
36d2b2b63e41: Verifying Checksum
36d2b2b63e41: Download complete
f9716d8d8da7: Download complete
c74a71d5316f: Download complete
a1dcbf702c8d: Download complete
a0d158e32430: Download complete
4f4fb700ef54: Download complete
cde193d1d061: Download complete
268ec713655e: Verifying Checksum
268ec713655e: Download complete
1fc018b4cf42: Verifying Checksum
1fc018b4cf42: Download complete
880dccc27f4c: Download complete
c8fda7ce0526: Download complete
81b6d22047cc: Verifying Checksum
81b6d22047cc: Download complete
ff9c2257d841: Verifying Checksum
ff9c2257d841: Download complete
5cc2973954cb: Verifying Checksum
5cc2973954cb: Download complete
f4fbd5ad605f: Download complete
eaa3921c3f24: Download complete
9dd49c111bf0: Verifying Checksum
9dd49c111bf0: Download complete
e4ca9c439f39: Verifying Checksum
e4ca9c439f39: Download complete
950eb77734e4: Verifying Checksum
950eb77734e4: Download complete
1041f89bba12: Download complete
e91ce6a10c11: Verifying Checksum
e91ce6a10c11: Download complete
5f26da617f35: Verifying Checksum
5f26da617f35: Download complete
32719c5f028f: Download complete
3a6f201d6cf7: Download complete
e4ca9c439f39: Pull complete
aef5cc661ebc: Pull complete
2768b70215c2: Pull complete
a489f44d714e: Pull complete
fdc692ac38f2: Pull complete
af6c3d8351fe: Pull complete
a62601c842df: Pull complete
5c650a60aeb7: Pull complete
36d2b2b63e41: Pull complete
f9716d8d8da7: Pull complete
c74a71d5316f: Pull complete
a1dcbf702c8d: Pull complete
a0d158e32430: Pull complete
4f4fb700ef54: Pull complete
cde193d1d061: Pull complete
268ec713655e: Pull complete
1fc018b4cf42: Pull complete
880dccc27f4c: Pull complete
c8fda7ce0526: Pull complete
81b6d22047cc: Pull complete
ff9c2257d841: Pull complete
5cc2973954cb: Pull complete
f4fbd5ad605f: Pull complete
eaa3921c3f24: Pull complete
9dd49c111bf0: Pull complete
950eb77734e4: Pull complete
155726d31b05: Download complete
2af100326921: Download complete
28c27e5f1fd2: Verifying Checksum
28c27e5f1fd2: Download complete
a3c98c924706: Verifying Checksum
a3c98c924706: Download complete
ce42b52cb61d: Verifying Checksum
ce42b52cb61d: Download complete
ce42b52cb61d: Pull complete
1041f89bba12: Pull complete
e91ce6a10c11: Pull complete
5f26da617f35: Pull complete
32719c5f028f: Pull complete
3a6f201d6cf7: Pull complete
a3c98c924706: Pull complete
155726d31b05: Pull complete
2af100326921: Pull complete
28c27e5f1fd2: Pull complete
Digest: sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
Status: Downloaded newer image for ocaml/opam@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
2026-03-16 19:08.44 ---> saved as "a466eae14070aec815f5a6ffa3db347a0e358a5fb79fdc6b3b6116aa3b4206b7"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-16 19:08.44 ---> saved as "de8e3509b0887e428166ac0426de011b77defbed7fbffae35f3f6234dd304a96"
/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-03-16 19:09.07 ---> saved as "07eeae27e857ac1a894a10ea873016463354dc0e35513a66fe1a537e374e6658"
/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=arch os-version=20260308.0.497099
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# 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-03-16 19:09.07 ---> saved as "49e4f6621d764b0f376d2b8c1568a083f0a8e84498dd7ab03dbbec1c427bfe38"
/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-03-16 19:09.26 ---> saved as "30067455dfbbca5df814db79ab3e8982ea7f7bf02bf20edfc7c229a0a1ed8cdd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-16 19:09.37 ---> saved as "d135dbab1424ca9de7dfbfc064477ac9aa369a805bf689473b12bcb110e2cfbd"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-16 19:09.58 ---> saved as "75c642ea9dc99ae8cda88a85ef45bf6f4a8c5cb559443fbeae3756867b835465"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-03-16 19:09.59 ---> saved as "1212501aa45333dda13aca653d89d59be7c889a1e635a62f48375cd227044857"
/home/opam: (run (shell "opam pin add -k version -yn dune-rpc.3.22.0~alpha2 3.22.0~alpha2"))
dune-rpc is now pinned to version 3.22.0~alpha2
2026-03-16 19:10.00 ---> saved as "501a63adcd26d966aa51ec50378311d05e0274e99bbe8a90394520dc3c382120"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-rpc.3.22.0~alpha2;\
\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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune-rpc.3.22.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-rpc.3.22.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
∗ csexp 1.5.2 [required by dune-rpc]
∗ dune 3.22.0~alpha2 [required by dune-rpc]
∗ dune-rpc 3.22.0~alpha2 (pinned)
∗ dyn 3.22.0~alpha2 [required by dune-rpc]
∗ fs-io 3.22.0~alpha2 [required by stdune]
∗ ocamlc-loc 3.22.0~alpha2 [required by dune-rpc]
∗ ordering 3.22.0~alpha2 [required by dune-rpc]
∗ pp 2.0.0 [required by dune-rpc]
∗ stdune 3.22.0~alpha2 [required by dune-rpc]
∗ top-closure 3.22.0~alpha2 [required by stdune]
∗ xdg 3.22.0~alpha2 [required by dune-rpc]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved dune.3.22.0~alpha2, dune-rpc.3.22.0~alpha2, dyn.3.22.0~alpha2, fs-io.3.22.0~alpha2, ocamlc-loc.3.22.0~alpha2, ordering.3.22.0~alpha2, stdune.3.22.0~alpha2, top-closure.3.22.0~alpha2, xdg.3.22.0~alpha2 (cached)
⬇ retrieved pp.2.0.0 (cached)
∗ installed dune.3.22.0~alpha2
∗ installed csexp.1.5.2
∗ installed fs-io.3.22.0~alpha2
∗ installed ordering.3.22.0~alpha2
∗ installed pp.2.0.0
∗ installed top-closure.3.22.0~alpha2
∗ installed xdg.3.22.0~alpha2
∗ installed dyn.3.22.0~alpha2
∗ installed ocamlc-loc.3.22.0~alpha2
∗ installed stdune.3.22.0~alpha2
∗ installed dune-rpc.3.22.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-16 19:11.02 ---> saved as "96dc679918e8e6705e1a69b7963ea8cb6cc722a951a143cee3d395aca70a19e8"
Job succeeded
2026-03-16 19:11.25: Job succeeded