Build:
- 0
2026-02-15 18:24.46: New job: test miou.0.5.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29400/head (9f6e17a0398aaa7eab5cb0171ab4ee9a62ba149f)
on debian-13-ocaml-5.4-afl/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/29400/head" && git reset --hard 9f6e17a0
git fetch origin master
git merge --no-edit 66fe1c299d8a0fe922268a88a05ccf4bee097900
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-afl@sha256:e844294275dacc22902e6601bcd307e23e6278c9d3625f5dc2511ee06a4bc115
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 miou.0.5.4 0.5.4
RUN opam reinstall miou.0.5.4; \
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" != 'miou.0.5.4' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test miou.0.5.4) || true
RUN opam reinstall --with-test --verbose miou.0.5.4; \
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" != 'miou.0.5.4' && 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-15 18:24.46: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-afl@sha256:e844294275dacc22902e6601bcd307e23e6278c9d3625f5dc2511ee06a4bc115-miou.0.5.4-9f6e17a0398aaa7eab5cb0171ab4ee9a62ba149f"
2026-02-15 18:24.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:e844294275dacc22902e6601bcd307e23e6278c9d3625f5dc2511ee06a4bc115)
(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 miou.0.5.4 0.5.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall miou.0.5.4;\
\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\" != 'miou.0.5.4' && 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 reinstall --with-test miou.0.5.4) || true"))
(run (shell "opam reinstall --with-test --verbose miou.0.5.4;\
\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\" != 'miou.0.5.4' && 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-15 18:24.46: Waiting for resource in pool OCluster
2026-02-15 18:24.46: Waiting for worker…
2026-02-15 18:26.31: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files: 83% (15264/18212)
Updating files: 84% (15299/18212)
Updating files: 85% (15481/18212)
Updating files: 86% (15663/18212)
Updating files: 87% (15845/18212)
Updating files: 88% (16027/18212)
Updating files: 89% (16209/18212)
Updating files: 90% (16391/18212)
Updating files: 91% (16573/18212)
Updating files: 92% (16756/18212)
Updating files: 93% (16938/18212)
Updating files: 94% (17120/18212)
Updating files: 95% (17302/18212)
Updating files: 96% (17484/18212)
Updating files: 97% (17666/18212)
Updating files: 98% (17848/18212)
Updating files: 99% (18030/18212)
Updating files: 100% (18212/18212)
Updating files: 100% (18212/18212), done.
HEAD is now at 66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0
Updating 66fe1c299d..9f6e17a039
Fast-forward
packages/miou/miou.0.5.4/opam | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 packages/miou/miou.0.5.4/opam
(from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:e844294275dacc22902e6601bcd307e23e6278c9d3625f5dc2511ee06a4bc115)
2026-02-15 18:26.56 ---> saved as "9842b3872505acd0dfd2d04778d04b8bb126f2ae987f7721ff25309112ca1ec1"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-15 18:26.57 ---> saved as "ac7fd38d003f299d90997badec42d6428490adc7c45e6f382244de55dadc2dfa"
/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-02-15 18:27.29 ---> saved as "ff0ca82f17548c361dcc52aee1c010d4bb09403d3414e3b683cadde007301dd4"
/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=debian os-version=13
# 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-variants" {= "5.4.0+options"}]
# compiler-packages ocaml-compiler.5.4.0, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.4.0+options
# 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+options+afl
2026-02-15 18:27.30 ---> saved as "d563de751d0a03bbc6e0ef5e9624b3b178cfeed883bcecd3ebc6c1d9c1c86158"
/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-15 18:27.44 ---> saved as "f2b575d3cfd18a2ad8bf7a98150394459b983a0bf89eecc1f0a612d090e8c485"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-15 18:27.52 ---> saved as "7ca3a57d108967660041e00fafbcc0102d736448cba381ecf5e2e849d7d20ec0"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-15 18:28.17 ---> saved as "b0653bdd152b957a3bcf4e3809e264f8589cc656d219366ab1742e54da1210e0"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/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 [108 kB]
- Fetched 198 kB in 0s (1742 kB/s)
- Reading package lists...
-
2026-02-15 18:28.20 ---> saved as "50c2e37d93d17d6c2ef7bc4e233b47aa590f468411a000cb42f1ac2a3bd8f887"
/home/opam: (run (shell "opam pin add -k version -yn miou.0.5.4 0.5.4"))
miou is now pinned to version 0.5.4
2026-02-15 18:28.22 ---> saved as "b3afc6293bf65fddc6349b80ff60d3a240604bcd5d09311ffce9b645116b8c2a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall miou.0.5.4;\
\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\" != 'miou.0.5.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
miou.0.5.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.1 [required by miou]
- install dune-configurator 3.21.1 [required by miou]
- install miou 0.5.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved miou.0.5.4 (https://github.com/robur-coop/miou/releases/download/v0.5.4/miou-0.5.4.tbz)
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.21.1
-> installed miou.0.5.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:29.19 ---> saved as "ccd3623bbac50b323d2d971b417b2608b5c8fab1e0d8d82e22b63c2a23ff57db"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test miou.0.5.4) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile miou 0.5.4 (pinned)
=== install 33 packages
- install base64 3.5.2 [required by dns]
- install cmdliner 2.1.0 [required by dscheck, hxd]
- install containers 3.17 [required by dscheck]
- install digestif 1.3.0 [required by miou]
- install dns 10.2.3 [required by miou]
- install dns-client 10.2.3 [required by miou]
- install domain-name 0.5.0 [required by dns-client, dns, happy-eyeballs]
- install dscheck 0.5.0 [required by miou]
- install duration 0.2.1 [required by dns, happy-eyeballs]
- install either 1.0.0 [required by containers]
- install eqaf 0.10 [required by digestif]
- install fmt 0.11.0 [required by dns-client, dns, happy-eyeballs]
- install gmap 0.3.0 [required by dns]
- install happy-eyeballs 2.0.1 [required by miou]
- install hxd 0.3.6 [required by miou]
- install ipaddr 5.6.1 [required by miou]
- install logs 0.10.0 [required by miou]
- install lru 0.3.1 [required by dns]
- install macaddr 5.6.1 [required by ipaddr]
- install metrics 0.5.0 [required by dns]
- install mirage-crypto 2.0.3 [required by mirage-crypto-rng]
- install mirage-crypto-rng 2.0.3 [required by miou]
- install mtime 2.1.0 [required by miou]
- install ocamlbuild 0.16.1 [required by ptime, fmt, logs, mtime]
- install ocamlfind 1.9.8 [required by ptime, fmt, logs, mtime]
- install ohex 0.2.0 [required by dns]
- install oseq 0.5.1 [required by dscheck]
- install psq 0.2.1 [required by lru]
- install ptime 1.2.0 [required by dns]
- install randomconv 0.2.0 [required by dns-client]
- install seq base [required by psq]
- install topkg 1.1.1 [required by ptime, fmt, logs, mtime]
- install tsort 2.2.0 [required by dscheck]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved containers.3.17 (https://opam.ocaml.org/cache)
-> installed base64.3.5.2
-> retrieved digestif.1.3.0 (https://opam.ocaml.org/cache)
-> retrieved dns.10.2.3, dns-client.10.2.3 (https://opam.ocaml.org/cache)
-> retrieved domain-name.0.5.0 (https://opam.ocaml.org/cache)
-> retrieved dscheck.0.5.0 (https://opam.ocaml.org/cache)
-> retrieved duration.0.2.1 (https://opam.ocaml.org/cache)
-> retrieved either.1.0.0 (https://opam.ocaml.org/cache)
-> retrieved eqaf.0.10 (https://opam.ocaml.org/cache)
-> installed domain-name.0.5.0
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> installed duration.0.2.1
-> retrieved gmap.0.3.0 (https://opam.ocaml.org/cache)
-> retrieved happy-eyeballs.2.0.1 (https://opam.ocaml.org/cache)
-> installed either.1.0.0
-> retrieved hxd.0.3.6 (https://opam.ocaml.org/cache)
-> installed gmap.0.3.0
-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
-> retrieved lru.0.3.1 (https://opam.ocaml.org/cache)
-> retrieved metrics.0.5.0 (https://opam.ocaml.org/cache)
-> installed eqaf.0.10
-> installed macaddr.5.6.1
-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3 (https://opam.ocaml.org/cache)
-> retrieved mtime.2.1.0 (https://opam.ocaml.org/cache)
-> installed ipaddr.5.6.1
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache)
-> installed digestif.1.3.0
-> retrieved ohex.0.2.0 (https://opam.ocaml.org/cache)
-> retrieved oseq.0.5.1 (https://opam.ocaml.org/cache)
-> retrieved psq.0.2.1 (https://opam.ocaml.org/cache)
-> retrieved ptime.1.2.0 (https://opam.ocaml.org/cache)
-> installed ohex.0.2.0
-> retrieved randomconv.0.2.0 (https://opam.ocaml.org/cache)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> installed randomconv.0.2.0
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> retrieved tsort.2.2.0 (https://opam.ocaml.org/cache)
-> installed tsort.2.2.0
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed containers.3.17
-> installed lru.0.3.1
-> installed mirage-crypto.2.0.3
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed dscheck.0.5.0
-> installed hxd.0.3.6
-> removed miou.0.5.4
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed metrics.0.5.0
-> installed logs.0.10.0
-> installed happy-eyeballs.2.0.1
-> installed mirage-crypto-rng.2.0.3
-> installed dns.10.2.3
-> installed dns-client.10.2.3
-> installed miou.0.5.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:30.31 ---> saved as "78ec0f040688fed8519c3e1078fd74f7ac84ddf27f72d87d3ca1eafe908dbe09"
/home/opam: (run (shell "opam reinstall --with-test --verbose miou.0.5.4;\
\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\" != 'miou.0.5.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile miou 0.5.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [miou: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "miou" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/miou.0.5.4)
Processing 2/4: [miou: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "miou" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/miou.0.5.4)
- (cd _build/default/test/sync && ./test_sync.exe)
- Run tests into /home/opam/.opam/5.4/.opam-switch/build/miou.0.5.4/_build/default/test/sync/_tests/run-iAan
- test01: ....ok
- test02: ..ok
- test03: ok
- (cd _build/default/test && ./test_core.exe)
- Run tests into /home/opam/.opam/5.4/.opam-switch/build/miou.0.5.4/_build/default/test/_tests/run-8Out
- test01: .ok
- test02: .ok
- test03: .ok
- test04: .ok
- test05: .ok
- test06: .ok
- test07: .ok
- test08: .ok
- test09: .ok
- test10: .ok
- test11: .ok
- test12: .ok
- test13: .ok
- test14: .ok
- test15: .ok
- test16: .ok
- test17: .ok
- test18: .ok
- test19: .ok
- test20: .ok
- test21: .ok
- test22: ..ok
- test23: .ok
- test24: ..ok
- test25: ..ok
- test26: .ok
- test27: .ok
- test28: .ok
- test29: .ok
- test30: .ok
- test31: .ok
- test32: .ok
- test33: .ok
- test34: .ok
- test35: ..ok
- test36: ..ok
- test37: .ok
- test38: .ok
- test39: .ok
- test40: .ok
- test41: .ok
- test42: .ok
- test43: ....ok
- test44: ....ok
- (cd _build/default/test && ./test_unix.exe)
- Run tests into /home/opam/.opam/5.4/.opam-switch/build/miou.0.5.4/_build/default/test/_tests/run-BQ1w
- eof on pipe: .ok
- create process: .ok
-> compiled miou.0.5.4
-> removed miou.0.5.4
-> installed miou.0.5.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:30.47 ---> saved as "1d4bf7b5e96b54ee9b0a6fe674e6fbd8d9191865fa2426c670ad1b2d2ca6fd01"
Job succeeded
2026-02-15 18:30.56: Job succeeded