- github
- ocaml
- opam-repository
- 1f4316
- extras,opam-2.0-ocaml-4.14,qcow-stream.0.14.0,tests
(not at the head of any monitored branch or PR)
2026-04-10 16:24.54: New job: test qcow-stream.0.14.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29696/head (1f431665cd90223344508f34bdfcda13ee53e31d)
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/29696/head" && git reset --hard 1f431665
git fetch origin master
git merge --no-edit 91847e31fddc23e6f92e1c4f4ac5a1fe96c2a8a3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
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-stream.0.14.0 0.14.0
RUN opam depext qcow-stream.0.14.0 && opam reinstall qcow-stream.0.14.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-stream.0.14.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test qcow-stream.0.14.0) || true
RUN opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test --verbose qcow-stream.0.14.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-stream.0.14.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-04-10 16:24.54: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4-qcow-stream.0.14.0-1f431665cd90223344508f34bdfcda13ee53e31d"
2026-04-10 16:24.54: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
(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-stream.0.14.0 0.14.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext qcow-stream.0.14.0 && opam reinstall qcow-stream.0.14.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-stream.0.14.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test qcow-stream.0.14.0) || true"))
(run (shell "opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test --verbose qcow-stream.0.14.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-stream.0.14.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-04-10 16:24.54: Waiting for resource in pool OCluster
2026-04-10 16:24.54: Waiting for worker…
2026-04-10 16:24.54: Got resource from pool OCluster
Building on doris.caelum.ci.dev
HEAD is now at feba73122f Merge commit '6b2464946e569e2d90f4b72ef1fe7f0196f077a4'
HEAD is now at 91847e31fd Merge pull request #29695 from dinosaure/release-flux-v0.0.1_beta4
Merge made by the 'ort' strategy.
packages/qcow-stream/qcow-stream.0.14.0/opam | 45 ++++++++++++++++++++
packages/qcow-tool/qcow-tool.0.14.0/opam | 57 +++++++++++++++++++++++++
packages/qcow-types/qcow-types.0.14.0/opam | 49 ++++++++++++++++++++++
packages/qcow/qcow.0.14.0/opam | 62 ++++++++++++++++++++++++++++
4 files changed, 213 insertions(+)
create mode 100644 packages/qcow-stream/qcow-stream.0.14.0/opam
create mode 100644 packages/qcow-tool/qcow-tool.0.14.0/opam
create mode 100644 packages/qcow-types/qcow-types.0.14.0/opam
create mode 100644 packages/qcow/qcow.0.14.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4' locally
docker.io/ocaml/opam@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
bcb8aca13f7d: Already exists
bee1401d6aa9: Already exists
70a4ec3f5a63: Already exists
946380c37df7: Already exists
40a16ba01935: Already exists
f4df01b7be08: Already exists
c7d14a9ac62c: Already exists
8ece799add44: Already exists
d3cb64c779a6: Already exists
d54da7bf4e54: Already exists
3111aa7c2023: Already exists
962186c6e1e2: Already exists
8745338b1e0b: Already exists
70494a8c0d08: Already exists
9fbe01dcf1e6: Already exists
742774a39128: Already exists
6780ddc6e8a5: Already exists
5049c6e21d97: Already exists
f8f7f2d621cc: Already exists
d221e77cf2b7: Already exists
ea40bd8c29fe: Already exists
4f4fb700ef54: Already exists
546c3ffe9fcf: Already exists
de88a7570f24: Already exists
614f1e6aac31: Already exists
4448849c2ba8: Already exists
ae7502e72140: Already exists
ff97726fb361: Already exists
20d3e00ca128: Already exists
734e3f9ef8d5: Already exists
a9623fbab448: Already exists
d9066aed5713: Already exists
df57d5f0aedf: Already exists
a963972287a7: Already exists
960128877639: Already exists
224d5050da5a: Already exists
f8105fbb3180: Already exists
670a1f9738fe: Already exists
10f42e6216ad: Already exists
1930c7997386: Already exists
3dfb608b80df: Already exists
35294222fbdf: Already exists
b427a5ce3ccf: Already exists
159615597ae3: Already exists
Digest: sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
Status: Downloaded newer image for ocaml/opam@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
2026-04-10 16:25.00 ---> using "e7349b5faa6e8ea47e3f73a0784842b9d8524e468ce596e92633dbea53bd1c16" 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-04-10 16:25.00 ---> using "c10282e0dbd394c173c8629599c0cf8ef48b99364becd04fb81c193278a0e3cf" 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-04-10 16:25.00 ---> using "61002cb1496beab5433c4322c54f65efb70dca8afbb20314e2699af4a83c5228" 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-04-10 16:25.00 ---> using "3aad554ebb8c056a22b107991820ba4faef0f0455b19dbb5c71b258cdee811a7" 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 16:25.00 ---> using "07e3bc0230d74032e5f3dff15fb95968d47b1e35511d36218822ddd36839b6bd" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 16:25.10 ---> saved as "54983cbd5a242d6d43e1b7af6c1c022e90c29c5533bf3fafd1b982c593f0926d"
/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-04-10 16:25.21 ---> saved as "7d835c345c475993d3027236e31f25505c764508e9112c771d6d9896d421cecc"
/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 [121 kB]
Fetched 211 kB in 0s (1946 kB/s)
Reading package lists...
# OS package update successful
2026-04-10 16:25.22 ---> saved as "74ecdf840f2ee3ad4f915a47000a27e7612a5b2209b7542ec0445ee2a7144a59"
/home/opam: (run (shell "opam pin add -k version -yn qcow-stream.0.14.0 0.14.0"))
qcow-stream is now pinned to version 0.14.0
2026-04-10 16:25.23 ---> saved as "1fc3c14390a529966731f310dc68586413deade0f01e417f558f05e47600b8d4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext qcow-stream.0.14.0 && opam reinstall qcow-stream.0.14.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-stream.0.14.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
pkg-config
# The following system packages are needed:
The following command needs to be run through "sudo":
apt-get install -qq -yy 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) ...
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 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+deb13u2) ...
# OS packages installation successful
qcow-stream.0.14.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.22.1 [required by qcow-stream]
- install conf-pkg-config 4 [required by io-page]
- install num 1.6 [required by sexplib]
- install ocamlfind 1.9.8 [required by logs, astring, prometheus]
- install stdlib-shims 0.3.0 [required by ppxlib, diet]
- install sexplib0 v0.16.0 [required by ppx_sexp_conv, ppxlib, sexplib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by lwt]
- install topkg 1.1.1 [required by astring, logs]
- install base-bytes base [required by ocplib-endian]
- install diet 0.4 [required by qcow-types]
- install parsexp v0.16.0 [required by sexplib]
- install ppxlib 0.35.0 [required by lwt_ppx]
- install dune-configurator 3.22.1 [required by lwt]
- install fmt 0.11.0 [required by mirage-block, cstruct, logs, prometheus]
- install astring 0.8.5 [required by qcow-types]
- install asetmap 0.8.1 [required by prometheus]
- install ocplib-endian 1.2 [required by lwt]
- install sexplib v0.16.0 [required by qcow-types]
- install base v0.16.4 [required by ppx_sexp_conv]
- install cstruct 6.2.0 [required by io-page, cstruct-lwt, qcow-types]
- install lwt 5.9.2 [required by qcow-stream]
- install ppx_sexp_conv v0.16.0 [required by qcow-types]
- install io-page 3.0.0 [required by qcow-stream]
- install prometheus 0.1 [required by qcow-types]
- install mirage-block 3.0.2 [required by qcow-types]
- install lwt_ppx 5.9.1 [required by qcow-stream]
- install logs 0.10.0 [required by qcow-types]
- install cstruct-lwt 6.2.0 [required by qcow-stream]
- install qcow-types 0.14.0 [required by qcow-stream]
- install qcow-stream 0.14.0*
===== 34 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
[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.22.1] found in cache
[dune-configurator.3.22.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
[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_sexp_conv.v0.16.0] found in cache
[ppxlib.0.35.0] found in cache
[prometheus.0.1] found in cache
[qcow-stream.0.14.0] found in cache
[qcow-types.0.14.0] found in cache
[sexplib.v0.16.0] found in cache
[sexplib0.v0.16.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.1.1] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed num.1.6
-> 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 fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed io-page.3.0.0
-> installed diet.0.4
-> installed dune-configurator.3.22.1
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed lwt.5.9.2
-> installed mirage-block.3.0.2
-> installed cstruct-lwt.6.2.0
-> installed prometheus.0.1
-> installed base.v0.16.4
-> installed logs.0.10.0
-> installed ppxlib.0.35.0
-> installed lwt_ppx.5.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed qcow-types.0.14.0
-> installed qcow-stream.0.14.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-10 16:26.27 ---> saved as "b20eb5c883ada18992534e4ba434e1b2e8d9c20bcd9843fc0d34d858264993c6"
/home/opam: (run (network host)
(shell "(opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test qcow-stream.0.14.0) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
pkg-config
# The following system packages are needed:
# All required OS packages found.
The following actions will be performed:
- install cmdliner 1.3.0 [required by alcotest]
- install re 1.14.0 [required by alcotest]
- install uuidm 0.9.10 [required by alcotest]
- recompile fmt 0.11.0 [uses cmdliner]
- install alcotest 1.0.1 [required by qcow-stream]
- recompile prometheus 0.1 [uses fmt]
- recompile logs 0.10.0 [uses cmdliner]
- recompile cstruct 6.2.0 [uses fmt]
- recompile mirage-block 3.0.2 [uses fmt]
- recompile io-page 3.0.0 [uses cstruct]
- recompile cstruct-lwt 6.2.0 [uses cstruct]
- recompile qcow-types 0.14.0 [uses logs, cstruct, prometheus]
- recompile qcow-stream 0.14.0*
===== 4 to install | 9 to recompile =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[alcotest.1.0.1] downloaded from cache at https://opam.ocaml.org/cache
[cmdliner.1.3.0] downloaded from cache at https://opam.ocaml.org/cache
[cstruct.6.2.0] downloaded from cache at https://opam.ocaml.org/cache
[cstruct-lwt.6.2.0] found in cache
[fmt.0.11.0] downloaded from cache at https://opam.ocaml.org/cache
[io-page.3.0.0] downloaded from cache at https://opam.ocaml.org/cache
[logs.0.10.0] downloaded from cache at https://opam.ocaml.org/cache
[mirage-block.3.0.2] downloaded from cache at https://opam.ocaml.org/cache
[prometheus.0.1] downloaded from cache at https://opam.ocaml.org/cache
[qcow-types.0.14.0] downloaded from https://github.com/mirage/ocaml-qcow/releases/download/0.14.0/qcow-0.14.0.tbz
[re.1.14.0] downloaded from cache at https://opam.ocaml.org/cache
[uuidm.0.9.10] downloaded from cache at https://opam.ocaml.org/cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed re.1.14.0
-> removed qcow-stream.0.14.0
-> removed cstruct-lwt.6.2.0
-> removed io-page.3.0.0
-> removed qcow-types.0.14.0
-> removed logs.0.10.0
-> removed mirage-block.3.0.2
-> removed cstruct.6.2.0
-> removed prometheus.0.1
-> removed fmt.0.11.0
-> installed cmdliner.1.3.0
-> installed uuidm.0.9.10
-> installed fmt.0.11.0
-> installed cstruct.6.2.0
-> installed alcotest.1.0.1
-> installed prometheus.0.1
-> installed cstruct-lwt.6.2.0
-> installed logs.0.10.0
-> installed io-page.3.0.0
-> installed mirage-block.3.0.2
-> installed qcow-types.0.14.0
[ERROR] The compilation of qcow-stream failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p qcow-stream -j 71 @install @runtest".
#=== ERROR while compiling qcow-stream.0.14.0 =================================#
# context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/mirage/ocaml-qcow/releases/download/0.14.0/qcow-0.14.0.tbz)
# path ~/.opam/4.14/.opam-switch/build/qcow-stream.0.14.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p qcow-stream -j 71 @install @runtest
# exit-code 1
# env-file ~/.opam/log/qcow-stream-7-5f0cd0.env
# output-file ~/.opam/log/qcow-stream-7-5f0cd0.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w -67-69 -g -I lib/.qcow_mapping_test.eobjs/byte -I lib/.qcow_mapping_test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/asetmap -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/cstruct-lwt -I /home/opam/.opam/4.14/lib/diet -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/io-page -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mirage-block -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/prometheus -I /home/opam/.opam/4.14/lib/qcow-types -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uuidm -I lib/.qcow_stream.objs/byte -I lib/.qcow_stream.objs/native -intf-suffix .ml -no-alias-deps -o lib/.qcow_mapping_test.eobjs/native/dune__exe__Qcow_mapping_test.cmx -c -impl lib/qcow_mapping_test.ml)
# File "lib/qcow_mapping_test.ml", line 8, characters 12-18:
# 8 | Alcotest.(check' int64)
# ^^^^^^
# Error: Unbound value check'
# Hint: Did you mean check?
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build qcow-stream 0.14.0
+-
+- The following changes have been performed
| - remove qcow-stream 0.14.0
| - recompile cstruct 6.2.0
| - recompile cstruct-lwt 6.2.0
| - recompile fmt 0.11.0
| - recompile io-page 3.0.0
| - recompile logs 0.10.0
| - recompile mirage-block 3.0.2
| - recompile prometheus 0.1
| - recompile qcow-types 0.14.0
| - install alcotest 1.0.1
| - install cmdliner 1.3.0
| - install re 1.14.0
| - install uuidm 0.9.10
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260410162631.export"
Or you can retry to install your package selection with:
opam install --restore
2026-04-10 16:26.48 ---> saved as "b1f31634cd70e25767e295cd70386180ddd51ebd196815f18fd58b08c866f2ff"
/home/opam: (run (shell "opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test --verbose qcow-stream.0.14.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-stream.0.14.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:
pkg-config
# All required OS packages found.
qcow-stream.0.14.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install qcow-stream 0.14.0*
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/2: [qcow-stream: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "qcow-stream" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/qcow-stream.0.14.0)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w -67-69 -g -I lib/.qcow_mapping_test.eobjs/byte -I lib/.qcow_mapping_test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/asetmap -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/cstruct-lwt -I /home/opam/.opam/4.14/lib/diet -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/io-page -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mirage-block -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/prometheus -I /home/opam/.opam/4.14/lib/qcow-types -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uuidm -I lib/.qcow_stream.objs/byte -I lib/.qcow_stream.objs/native -intf-suffix .ml -no-alias-deps -o lib/.qcow_mapping_test.eobjs/native/dune__exe__Qcow_mapping_test.cmx -c -impl lib/qcow_mapping_test.ml)
- File "lib/qcow_mapping_test.ml", line 8, characters 12-18:
- 8 | Alcotest.(check' int64)
- ^^^^^^
- Error: Unbound value check'
- Hint: Did you mean check?
[ERROR] The compilation of qcow-stream failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p qcow-stream -j 71 @install @runtest".
#=== ERROR while compiling qcow-stream.0.14.0 =================================#
# context 2.0.10 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/mirage/ocaml-qcow/releases/download/0.14.0/qcow-0.14.0.tbz)
# path ~/.opam/4.14/.opam-switch/build/qcow-stream.0.14.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p qcow-stream -j 71 @install @runtest
# exit-code 1
# env-file ~/.opam/log/qcow-stream-42-5f1023.env
# output-file ~/.opam/log/qcow-stream-42-5f1023.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w -67-69 -g -I lib/.qcow_mapping_test.eobjs/byte -I lib/.qcow_mapping_test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/asetmap -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/cstruct -I /home/opam/.opam/4.14/lib/cstruct-lwt -I /home/opam/.opam/4.14/lib/diet -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/fmt/cli -I /home/opam/.opam/4.14/lib/fmt/tty -I /home/opam/.opam/4.14/lib/io-page -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/mirage-block -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/prometheus -I /home/opam/.opam/4.14/lib/qcow-types -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uuidm -I lib/.qcow_stream.objs/byte -I lib/.qcow_stream.objs/native -intf-suffix .ml -no-alias-deps -o lib/.qcow_mapping_test.eobjs/native/dune__exe__Qcow_mapping_test.cmx -c -impl lib/qcow_mapping_test.ml)
# File "lib/qcow_mapping_test.ml", line 8, characters 12-18:
# 8 | Alcotest.(check' int64)
# ^^^^^^
# Error: Unbound value check'
# Hint: Did you mean check?
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build qcow-stream 0.14.0
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam reinstall --with-test --verbose qcow-stream.0.14.0' failed.
"/usr/bin/env" "bash" "-c" "opam depext --with-test qcow-stream.0.14.0 && opam reinstall --with-test --verbose qcow-stream.0.14.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-stream.0.14.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-04-10 16:27.04: Job failed: Failed: Build failed
2026-04-10 16:27.04: Log analysis:
2026-04-10 16:27.04: >>>
[ERROR] The compilation of qcow-stream failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p qcow-stream -j 71 @install @runtest".
(score = 20)
2026-04-10 16:27.04: >>>
# Error: Unbound value check'
(score = 48)
2026-04-10 16:27.04: >>>
[ERROR] The compilation of qcow-stream failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p qcow-stream -j 71 @install @runtest".
(score = 20)
2026-04-10 16:27.04: >>>
# Error: Unbound value check'
(score = 48)
2026-04-10 16:27.04: Unbound value check'