- github
- ocaml
- opam-repository
- 1c56fa
- extras,opam-2.0-ocaml-4.14,qcow-tool.0.13.0
(not at the head of any monitored branch or PR)
2026-02-18 16:03.01: New job: build qcow-tool.0.13.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29420/head (1c56fa007c7c3d55ecb6e813f3453aa0163c8362)
on debian-13-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/29420/head" && git reset --hard 1c56fa00
git fetch origin master
git merge --no-edit 0431a98cc2177cbcc88e0937fe5b1b48e457e990
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn qcow-tool.0.13.0 0.13.0
RUN opam depext qcow-tool.0.13.0 && opam reinstall qcow-tool.0.13.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'qcow-tool.0.13.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-02-18 16:03.01: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633-qcow-tool.0.13.0-1c56fa007c7c3d55ecb6e813f3453aa0163c8362"
2026-02-18 16:03.01: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || true"))
(run (shell "opam pin add -k version -yn qcow-tool.0.13.0 0.13.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext qcow-tool.0.13.0 && opam reinstall qcow-tool.0.13.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'qcow-tool.0.13.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-02-18 16:03.01: Waiting for resource in pool OCluster
2026-02-18 16:03.54: Waiting for worker…
2026-02-18 16:07.06: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 0431a98cc2 Merge pull request #29419 from dinosaure/release-hxd-v0.4.0
Merge made by the 'ort' strategy.
packages/qcow-stream/qcow-stream.0.13.0/opam | 42 +++++++++++++++++++
packages/qcow-tool/qcow-tool.0.13.0/opam | 57 +++++++++++++++++++++++++
packages/qcow-types/qcow-types.0.13.0/opam | 50 ++++++++++++++++++++++
packages/qcow/qcow.0.13.0/opam | 62 ++++++++++++++++++++++++++++
4 files changed, 211 insertions(+)
create mode 100644 packages/qcow-stream/qcow-stream.0.13.0/opam
create mode 100644 packages/qcow-tool/qcow-tool.0.13.0/opam
create mode 100644 packages/qcow-types/qcow-types.0.13.0/opam
create mode 100644 packages/qcow/qcow.0.13.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633' locally
docker.io/ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633: Pulling from ocaml/opam
ef235bf1a09a: Already exists
58b06b604a42: Already exists
b55f23c32d5a: Already exists
aa415425edb7: Already exists
c4f39ed7469c: Already exists
ca248a2fdd5e: Already exists
74109c509b2f: Already exists
18c2fa2271cb: Already exists
37d4d41661a2: Already exists
0b2f35f78814: Already exists
e65f29522a9a: Already exists
603a51b67573: Already exists
89b2faa02f16: Already exists
e5f11471afd4: Already exists
d7b0e5daa224: Already exists
7bec4d50f3b2: Already exists
d3a70ed71f1c: Already exists
90de03d9b27a: Already exists
a28f685cf2db: Already exists
5bb5e02041c7: Already exists
74f9af816199: Already exists
74c2f6cb4138: Already exists
4f4fb700ef54: Already exists
5ce9bdcb2952: Already exists
bf18c14e9b34: Already exists
bb4b67501479: Already exists
89e7ed0468f5: Already exists
640077527026: Already exists
363b481ff012: Already exists
437bd8bc3ce9: Already exists
2bcf3429833a: Already exists
3e5fe21454e9: Already exists
f3afb11ae499: Already exists
c3a5b88f5e5f: Already exists
124a1dc355b1: Already exists
0a9982d37abd: Already exists
9b8b724665ed: Already exists
f81507befe71: Already exists
7984e4546bf9: Already exists
3579b890ab6e: Already exists
e83772930ba8: Already exists
01bb609bb248: Already exists
7597cc56d4df: Already exists
9dbeadd31c61: Already exists
f436be41184a: Already exists
Digest: sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
Status: Downloaded newer image for ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
2026-02-18 16:07.09 ---> using "d6079ab6cce1b58b34ac9b5ed11aa86b7980ab728c75f5a6ba9271e98dc1ac1c" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-02-18 16:07.09 ---> using "0b67f23dfefec5ba3e50da7b15b5b005e035a700d7156a35a97d7f54648aefa3" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-02-18 16:07.09 ---> using "687d42d18e1f0d83126b6886564b9f4f41a8da92203c5a21775f77361f6516d6" from cache
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
2026-02-18 16:07.09 ---> using "1a312237e6cc317162bf6e7c10f0ca280a9c903bfe96f1b5ff573baf72b38463" 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-02-18 16:07.09 ---> using "fbb61444c2f0aa9a7b16e970009a0bb8e791b4932a513f59e5ee3ea339cb39a0" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-18 16:07.14 ---> saved as "9ca09a1d9a5f9f44359e50f3bc6623c1484cd47d0121222f0a59d71ef4a655ec"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-02-18 16:07.29 ---> saved as "7b9912ae652348cc085405b87d41e3a45b3d3c839e9f104d9b6af29837436da2"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
apt-get update
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [110 kB]
Fetched 200 kB in 0s (1725 kB/s)
Reading package lists...
# OS package update successful
2026-02-18 16:07.32 ---> saved as "6b5a43827a3e8bb36b5cff5e4ebad58503ac896f9e27c5eadcf10ee2e1b1638d"
/home/opam: (run (shell "opam pin add -k version -yn qcow-tool.0.13.0 0.13.0"))
qcow-tool is now pinned to version 0.13.0
2026-02-18 16:07.33 ---> saved as "a98db43810cfd4ec06d55fdb6115a57dd761e2b4a01bbdd726bdcc90bb342647"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext qcow-tool.0.13.0 && opam reinstall qcow-tool.0.13.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'qcow-tool.0.13.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
linux-libc-dev
pkg-config
The following command needs to be run through "sudo":
apt-get install -qq -yy linux-libc-dev pkg-config
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-4) ...
Preparing to unpack .../linux-libc-dev_6.12.73-1_all.deb ...
Unpacking linux-libc-dev (6.12.73-1) over (6.12.63-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-4) ...
Setting up linux-libc-dev (6.12.73-1) ...
Setting up libpkgconf3:amd64 (1.8.1-4) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up pkgconf:amd64 (1.8.1-4) ...
Setting up pkg-config:amd64 (1.8.1-4) ...
Processing triggers for libc-bin (2.41-12+deb13u1) ...
# OS packages installation successful
qcow-tool.0.13.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by astring, logs]
- install dune 3.21.1 [required by qcow-tool]
- install conf-linux-libc-dev 0 [required by mirage-block-unix]
- install cmdliner 1.3.0 [required by qcow-tool]
- install conf-pkg-config 4 [required by io-page]
- install num 1.6 [required by sexplib]
- install ocamlfind 1.9.8 [required by astring, logs]
- install stringext 1.6.0 [required by uri]
- install stdlib-shims 0.3.0 [required by qcow]
- install sexplib0 v0.16.0 [required by ppx_sexp_conv]
- install result 1.5 [required by qcow-tool]
- install re 1.14.0 [required by prometheus]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install duration 0.2.1 [required by mirage-sleep]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by lwt, ppx_deriving]
- install topkg 1.1.1 [required by astring, logs]
- install base-bytes base [required by qcow]
- install sha 1.15.4 [required by qcow-tool]
- install diet 0.4 [required by qcow-types]
- install parsexp v0.16.0 [required by sexplib]
- install uri 3.1.0 [required by mirage-block-unix]
- install ppxlib 0.35.0 [required by ppx_deriving, ppx_sexp_conv]
- install dune-configurator 3.21.1 [required by lwt]
- install unix-type-representations 0.1.2 [required by qcow-tool]
- install rresult 0.7.0 [required by mirage-block-unix]
- install fmt 0.11.0 [required by qcow-tool]
- install astring 0.8.5 [required by qcow-tool]
- install asetmap 0.8.1 [required by prometheus]
- install ocplib-endian 1.2 [required by lwt]
- install sexplib v0.16.0 [required by qcow-tool]
- install ppx_deriving 6.0.3 [required by qcow]
- install base v0.16.4 [required by ppx_sexp_conv]
- install cstruct 6.2.0 [required by qcow-tool]
- install lwt 5.9.2 [required by qcow-tool]
- install ppx_sexp_conv v0.16.0 [required by qcow]
- install io-page 3.0.0 [required by qcow-tool]
- install prometheus 1.3 [required by qcow]
- install mirage-sleep 4.1.0 [required by qcow]
- install mirage-block 3.0.2 [required by qcow-tool]
- install lwt_ppx 5.9.1 [required by qcow-types]
- install logs 0.10.0 [required by qcow-tool]
- install cstruct-lwt 6.2.0 [required by qcow-stream]
- install qcow-types 0.13.0 [required by qcow, qcow-stream]
- install mirage-block-combinators 3.0.2 [required by qcow]
- install mirage-block-unix 2.14.2 [required by qcow]
- install qcow-stream 0.13.0 [required by qcow-tool]
- install qcow 0.13.0 [required by qcow-tool]
- install qcow-tool 0.13.0*
===== 50 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[asetmap.0.8.1] found in cache
[astring.0.8.5] found in cache
[base.v0.16.4] found in cache
[cmdliner.1.3.0] found in cache
[cppo.1.8.0] found in cache
[csexp.1.5.2] found in cache
[cstruct.6.2.0] found in cache
[cstruct-lwt.6.2.0] found in cache
[diet.0.4] found in cache
[dune.3.21.1] found in cache
[dune-configurator.3.21.1] found in cache
[duration.0.2.1] found in cache
[fmt.0.11.0] found in cache
[io-page.3.0.0] found in cache
[logs.0.10.0] found in cache
[lwt.5.9.2] found in cache
[lwt_ppx.5.9.1] found in cache
[mirage-block.3.0.2] found in cache
[mirage-block-combinators.3.0.2] found in cache
[mirage-block-unix.2.14.2] found in cache
[mirage-sleep.4.1.0] found in cache
[num.1.6] found in cache
[ocaml-compiler-libs.v0.12.4] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ocplib-endian.1.2] found in cache
[parsexp.v0.16.0] found in cache
[ppx_derivers.1.2.1] found in cache
[ppx_deriving.6.0.3] found in cache
[ppx_sexp_conv.v0.16.0] found in cache
[ppxlib.0.35.0] found in cache
[prometheus.1.3] found in cache
[qcow.0.13.0] found in cache
[qcow-stream.0.13.0] found in cache
[qcow-tool.0.13.0] found in cache
[qcow-types.0.13.0] found in cache
[re.1.14.0] found in cache
[result.1.5] found in cache
[rresult.0.7.0] found in cache
[sexplib.v0.16.0] found in cache
[sexplib0.v0.16.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[stringext.1.6.0] found in cache
[topkg.1.1.1] found in cache
[unix-type-representations.0.1.2] found in cache
[uri.3.1.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> installed num.1.6
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed unix-type-representations.0.1.2
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.21.1
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed io-page.3.0.0
-> installed ocplib-endian.1.2
-> installed diet.0.4
-> installed sha.1.15.4
-> installed parsexp.v0.16.0
-> installed uri.3.1.0
-> installed dune-configurator.3.21.1
-> installed sexplib.v0.16.0
-> installed lwt.5.9.2
-> installed mirage-block.3.0.2
-> installed cstruct-lwt.6.2.0
-> installed mirage-sleep.4.1.0
-> installed prometheus.1.3
-> installed logs.0.10.0
-> installed mirage-block-combinators.3.0.2
-> installed base.v0.16.4
-> installed mirage-block-unix.2.14.2
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed qcow-types.0.13.0
-> installed qcow-stream.0.13.0
-> installed qcow.0.13.0
-> installed qcow-tool.0.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-02-18 16:09.16 ---> saved as "5286b3c2feb5a39de12cb748187d6f0f28f306633a3aa58eec4aba2174ea3795"
Job succeeded
2026-02-18 16:09.21: Job succeeded