- github
- ocaml
- opam-repository
- 89a6ae
- distributions,debian-testing-ocaml-5.4,xdg.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: New job: build xdg.3.23.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
on debian-testing-ocaml-5.4/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/29824/head" && git reset --hard 89a6ae88
git fetch origin master
git merge --no-edit 24c3efe52d0b736596aedf7facc049389fbda2b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
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 xdg.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall xdg.3.23.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 "\"debian-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'xdg.3.23.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-04-30 01:38.41: Using cache hint "ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206-xdg.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206)
(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 xdg.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall xdg.3.23.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 \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'xdg.3.23.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-04-30 01:38.41: Waiting for resource in pool OCluster
2026-04-30 01:41.58: Waiting for worker…
2026-04-30 01:43.51: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 24c3efe52d Merge pull request #29817 from tmcgilchrist/release-hdr_histogram-0.0.5
Updating 24c3efe52d..89a6ae8884
Fast-forward
.../chrome-trace/chrome-trace.3.23.0~alpha2/opam | 39 +++++++++++
.../dune-action-plugin.3.23.0~alpha2/opam | 52 ++++++++++++++
.../dune-action-trace.3.23.0~alpha2/opam | 39 +++++++++++
.../dune-build-info.3.23.0~alpha2/opam | 45 ++++++++++++
.../dune-configurator.3.23.0~alpha2/opam | 49 +++++++++++++
packages/dune-glob/dune-glob.3.23.0~alpha2/opam | 42 ++++++++++++
.../dune-private-libs.3.23.0~alpha2/opam | 50 ++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam | 41 +++++++++++
packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam | 44 ++++++++++++
packages/dune-site/dune-site.3.23.0~alpha2/opam | 37 ++++++++++
packages/dune/dune.3.23.0~alpha2/opam | 80 ++++++++++++++++++++++
packages/dyn/dyn.3.23.0~alpha2/opam | 40 +++++++++++
packages/fs-io/fs-io.3.23.0~alpha2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam | 43 ++++++++++++
packages/ordering/ordering.3.23.0~alpha2/opam | 38 ++++++++++
packages/stdune/stdune.3.23.0~alpha2/opam | 46 +++++++++++++
.../top-closure/top-closure.3.23.0~alpha2/opam | 38 ++++++++++
packages/xdg/xdg.3.23.0~alpha2/opam | 39 +++++++++++
18 files changed, 801 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.23.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.23.0~alpha2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.23.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.23.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.23.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.23.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.23.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.23.0~alpha2/opam
create mode 100644 packages/dune/dune.3.23.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.23.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.23.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.23.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.23.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.23.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.23.0~alpha2/opam
(from ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206)
Unable to find image 'ocaml/opam:debian-testing-ocaml-5.4@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206' locally
docker.io/ocaml/opam@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206: Pulling from ocaml/opam
abac6300560e: Already exists
b96adbde1d0d: Already exists
e55f176c7620: Already exists
dc63a1660cd8: Already exists
6aae0baf072d: Already exists
32dc6909cf8a: Already exists
fd659cea9570: Already exists
0c8dcc9fc73b: Already exists
bc4402dd237c: Already exists
50172bb3d767: Already exists
966ac9463ee0: Already exists
59b9e3afc631: Already exists
4e804050eda8: Already exists
3f2601492f49: Already exists
c964b169e8a5: Already exists
8ecc5a745bba: Already exists
8bdc3c3824b2: Already exists
8bdc3c3824b2: Already exists
a283b6d5a882: Already exists
147c81485eb1: Already exists
5531e40d5e03: Already exists
ed93207d7c4e: Already exists
4f4fb700ef54: Already exists
d471db3cd9d0: Already exists
774b0b2d1978: Already exists
bbf422704a9e: Already exists
7d178f126a38: Already exists
1e25091b9328: Already exists
d67b6f6334f3: Already exists
7f797402a5ef: Already exists
1e831c43891c: Already exists
bf9924230009: Already exists
0490692006cc: Already exists
a588858338eb: Already exists
413fcd23a356: Already exists
9c4dd4fe9db2: Already exists
cd30e6adea74: Already exists
0d2dd51da279: Already exists
d25b20353d30: Already exists
b365cb9e89dd: Already exists
77e1b885a468: Already exists
82362fe94012: Pulling fs layer
8b7060d3cb1b: Pulling fs layer
6973d8bafa03: Pulling fs layer
b469477ec8e8: Pulling fs layer
a293181b7a4c: Pulling fs layer
850e097d0b90: Pulling fs layer
b469477ec8e8: Waiting
a293181b7a4c: Waiting
c538ee1e2202: Pulling fs layer
850e097d0b90: Waiting
c538ee1e2202: Waiting
8b7060d3cb1b: Verifying Checksum
8b7060d3cb1b: Download complete
6973d8bafa03: Verifying Checksum
82362fe94012: Verifying Checksum
82362fe94012: Download complete
a293181b7a4c: Verifying Checksum
a293181b7a4c: Download complete
850e097d0b90: Verifying Checksum
850e097d0b90: Download complete
c538ee1e2202: Verifying Checksum
c538ee1e2202: Download complete
82362fe94012: Pull complete
8b7060d3cb1b: Pull complete
6973d8bafa03: Pull complete
b469477ec8e8: Verifying Checksum
b469477ec8e8: Download complete
b469477ec8e8: Pull complete
a293181b7a4c: Pull complete
850e097d0b90: Pull complete
c538ee1e2202: Pull complete
Digest: sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
Status: Downloaded newer image for ocaml/opam@sha256:4799c12af3cf815aab15dae746a519b1a87ec256f4dbbde886e722428b2c9206
2026-04-30 01:46.29 ---> saved as "a51eb1c0f7b987f3ca6e3149601ec686e27d375d8c2eeaee094a8dd8212b9ef1"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-30 01:46.32 ---> saved as "44a8e54f959335547e5b1b837c1bc50450ce2bd28ae57f21a47f6fb9fd4b7c38"
/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-30 01:47.03 ---> saved as "af0885461842b4c97be5c9e5b26b32d568fe49bea8532f2ebcf90b119bbe2e67"
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=unknown
# 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 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-30 01:47.08 ---> saved as "0a6de5578cd980a542883eb673a4f5fa03c27ea90b683d73838584ecd29af67a"
/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-30 01:47.19 ---> saved as "ba5b6aeef2003bbdd9dbd9552d644e7f7c5194a69678f82deb09ab690d2bc75f"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:47.56 ---> saved as "e21d92d7aa2707539442e19c4ce63a36a716507b0ddb8133b7cb8a35bef9d56b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:48.21 ---> saved as "9f0fc32b3813c950d4d2bf178b721889d652852ff76639ea2e8c166b14bf5a8c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-1404.50.pdiff [527 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-1404.50.pdiff [527 kB]
- Fetched 834 kB in 2s (343 kB/s)
- Reading package lists...
-
2026-04-30 01:48.35 ---> saved as "277892802c8643817a5f4f82b02c7e2b8217362d2d60ffe3f6928aaf5d26226b"
/home/opam: (run (shell "opam pin add -k version -yn xdg.3.23.0~alpha2 3.23.0~alpha2"))
xdg is now pinned to version 3.23.0~alpha2
2026-04-30 01:48.39 ---> saved as "6917f78612761b1d8b1f5e800b234ff0321b253d3165223ada5d3480fcaa80a2"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall xdg.3.23.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 \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'xdg.3.23.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"))
xdg.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.23.0~alpha2 [required by xdg]
- install xdg 3.23.0~alpha2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, xdg.3.23.0~alpha2 (cached)
-> installed dune.3.23.0~alpha2
-> installed xdg.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:49.57 ---> saved as "6f31c3a304e67321d8a48b193cc24e13dc4381746ce5b10ec4f80f93b4cfa2a9"
Job succeeded
2026-04-30 01:51.55: Job succeeded