Build:
- 1
- 0
2026-01-30 00:36.23: New job: build volgo-git-backend.0.0.22, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29310/head (ae1df45d925dca5f8f1f5e22d1e534f8883872bb)
on ubuntu-25.10-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/29310/head" && git reset --hard ae1df45d
git fetch origin master
git merge --no-edit 1ec33afa28d5ffd9ec61ce50525ccd9e0d75a625
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:bd20181359ea2442732de36da5ba7d6f6122fb3a477de65bbed2bafbc9a954e4
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 volgo-git-backend.0.0.22 0.0.22
RUN opam reinstall volgo-git-backend.0.0.22; \
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-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'volgo-git-backend.0.0.22' && 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-30 00:36.23: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:bd20181359ea2442732de36da5ba7d6f6122fb3a477de65bbed2bafbc9a954e4-volgo-git-backend.0.0.22-ae1df45d925dca5f8f1f5e22d1e534f8883872bb"
2026-01-30 00:36.23: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:bd20181359ea2442732de36da5ba7d6f6122fb3a477de65bbed2bafbc9a954e4)
(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 volgo-git-backend.0.0.22 0.0.22"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall volgo-git-backend.0.0.22;\
\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-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'volgo-git-backend.0.0.22' && 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-30 00:36.23: Waiting for resource in pool OCluster
2026-01-30 00:36.23: Waiting for worker…
2026-01-30 00:36.23: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 1ec33afa28 Merge pull request #29302 from psafont/release-qcow-0.12.3
Updating 1ec33afa28..ae1df45d92
Fast-forward
packages/conf-hg/conf-hg.1.0/opam | 2 +-
packages/volgo-base/volgo-base.0.0.22/opam | 68 +++++++++++++++++++++
.../volgo-git-backend.0.0.22/opam | 61 +++++++++++++++++++
packages/volgo-git-eio/volgo-git-eio.0.0.22/opam | 63 +++++++++++++++++++
packages/volgo-git-unix/volgo-git-unix.0.0.22/opam | 63 +++++++++++++++++++
.../volgo-hg-backend/volgo-hg-backend.0.0.22/opam | 61 +++++++++++++++++++
packages/volgo-hg-eio/volgo-hg-eio.0.0.22/opam | 64 +++++++++++++++++++
packages/volgo-hg-unix/volgo-hg-unix.0.0.22/opam | 63 +++++++++++++++++++
packages/volgo-vcs/volgo-vcs.0.0.22/opam | 71 ++++++++++++++++++++++
packages/volgo/volgo.0.0.22/opam | 60 ++++++++++++++++++
10 files changed, 575 insertions(+), 1 deletion(-)
create mode 100644 packages/volgo-base/volgo-base.0.0.22/opam
create mode 100644 packages/volgo-git-backend/volgo-git-backend.0.0.22/opam
create mode 100644 packages/volgo-git-eio/volgo-git-eio.0.0.22/opam
create mode 100644 packages/volgo-git-unix/volgo-git-unix.0.0.22/opam
create mode 100644 packages/volgo-hg-backend/volgo-hg-backend.0.0.22/opam
create mode 100644 packages/volgo-hg-eio/volgo-hg-eio.0.0.22/opam
create mode 100644 packages/volgo-hg-unix/volgo-hg-unix.0.0.22/opam
create mode 100644 packages/volgo-vcs/volgo-vcs.0.0.22/opam
create mode 100644 packages/volgo/volgo.0.0.22/opam
(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:bd20181359ea2442732de36da5ba7d6f6122fb3a477de65bbed2bafbc9a954e4)
2026-01-30 00:36.50 ---> using "b9e9b43800eb8adfc2c0b487808eb06e7e93f51adb45e358dc911127ebb97049" 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-30 00:36.50 ---> using "993a99db52bd8486179ee78d37f7bce79cbf60dc1b0081502f63283cbc922982" 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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-30 00:36.50 ---> using "346e571644fe0c2b40f667855b5ca6d2058d01a8838d10fd13fcf7c67e83063a" 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=x86_64 os=linux os-distribution=ubuntu os-version=25.10
# 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-01-30 00:36.50 ---> using "cb3f9f71be80b38ef91a81ffd609e0e4efbafcb67cb4883ed75256a3d2bc260b" 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-30 00:36.50 ---> using "55789184109e6c36f5412f637c61d6896eb49a230569a3e369b12c5d06bafd0f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-30 00:36.51 ---> using "38edb9a36e30838539b10bdd61cfb669c5d643492a0c5522703d0cffc13b9984" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-30 00:36.51 ---> using "541eb8574d508fc63c810a14a0b47891133cb9021120f4f54061de8bcd447170" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:2 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [122 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:4 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [186 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [157 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [2714 B]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [3223 B]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [170 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [328 kB]
- Get:12 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [202 kB]
- Fetched 1574 kB in 1s (1764 kB/s)
- Reading package lists...
-
2026-01-30 00:36.51 ---> using "20feb7e4277cfa194c84c34a392053c6e4041ebde0dd6dd980df4d43fc79c1f7" from cache
/home/opam: (run (shell "opam pin add -k version -yn volgo-git-backend.0.0.22 0.0.22"))
volgo-git-backend is now pinned to version 0.0.22
2026-01-30 00:36.51 ---> using "58b15478f23d79f5e62eb6d18d81a9a9bb6561c5d6a9ec27e4d61854cf06563a" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall volgo-git-backend.0.0.22;\
\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-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'volgo-git-backend.0.0.22' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
volgo-git-backend.0.0.22 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 22 packages
- install astring 0.8.5 [required by fpath]
- install bitv 2.1 [required by volgo]
- install csexp 1.5.2 [required by stdune]
- install dune 3.21.0 [required by volgo-git-backend]
- install dyn 3.21.0 [required by volgo]
- install fpath 0.7.3 [required by volgo-git-backend]
- install fpath-sexp0 0.4.0 [required by volgo-git-backend]
- install fs-io 3.21.0 [required by stdune]
- install loc 0.3.3 [required by pplumbing-err]
- install ocamlbuild 0.16.1 [required by fpath]
- install ocamlfind 1.9.8 [required by fpath]
- install ordering 3.21.0 [required by volgo]
- install parsexp v0.17.0 [required by pplumbing-err]
- install pp 2.0.0 [required by volgo-git-backend]
- install pplumbing-err 0.0.16 [required by volgo-git-backend]
- install pplumbing-pp-tty 0.0.16 [required by volgo-git-backend]
- install sexplib0 v0.17.0 [required by volgo-git-backend]
- install stdune 3.21.0 [required by pplumbing-err]
- install top-closure 3.21.0 [required by stdune]
- install topkg 1.1.1 [required by fpath]
- install volgo 0.0.22 [required by volgo-git-backend]
- install volgo-git-backend 0.0.22 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved bitv.2.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fpath-sexp0.0.4.0 (cached)
-> retrieved loc.0.3.3 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved volgo.0.0.22, volgo-git-backend.0.0.22 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.21.0
-> installed bitv.2.1
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed sexplib0.v0.17.0
-> installed fpath-sexp0.0.4.0
-> installed fs-io.3.21.0
-> installed ordering.3.21.0
-> installed parsexp.v0.17.0
-> installed top-closure.3.21.0
-> installed dyn.3.21.0
-> installed stdune.3.21.0
-> installed loc.0.3.3
-> installed pplumbing-pp-tty.0.0.16
-> installed pplumbing-err.0.0.16
-> installed volgo.0.0.22
-> installed volgo-git-backend.0.0.22
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-30 00:37.53 ---> saved as "e93221c5cd5e2567c8cb8f6f02dec2636762ce77f0a66ded0aff64d082e1ce6b"
Job succeeded
2026-01-30 00:38.00: Job succeeded