2026-04-14 08:12.09: New job: test mirage/mirage-kv-unix https://github.com/mirage/mirage-kv-unix.git#refs/heads/main (0065e6460adfeb29bf305722a992884ed8d0778a) (linux-x86_64:debian-13-4.09_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-kv-unix.git" -b "main" && cd "mirage-kv-unix" && git reset --hard 0065e646cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e# debian-13-4.09_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-kv-unix.opam ./RUN opam pin add -yn mirage-kv-unix.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 lwt.5.9.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-kv-unix.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-14 08:12.09: Using cache hint "mirage/mirage-kv-unix-ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e-debian-13-4.09_opam-2.5-34424383d6eeade37709f9bca9fba294"2026-04-14 08:12.09: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e)(comment debian-13-4.09_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-kv-unix.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-kv-unix.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 lwt.5.9.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-kv-unix.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-14 08:12.09: Waiting for resource in pool OCluster2026-04-14 10:16.02: Waiting for worker…2026-04-14 10:18.31: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 0065e64 Merge pull request #9 from hannesm/add-maint(from ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e' locallydocker.io/ocaml/opam@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e: Pulling from ocaml/opama7730063fcfe: Already exists1a27fd2181de: Already existsc29591c91388: Already exists356a64daa753: Already existsac02f8f2062b: Already existsaaa2f390e4c8: Already existsb668811757f6: Already exists32fd4e1a774f: Already existsb1d486fb8fdf: Already existscf8a2024f299: Already exists8c4a5dac67c3: Already exists6adfe24d7b40: Already existsdccd6e3c0589: Already exists2ee4bcb55cd4: Already exists2dc3b58478d7: Already existsdaf15e5c44c6: Already exists564e978a8088: Already exists564e978a8088: Already exists25a652a8c456: Already existsb3bfea7bff3f: Already existsa00f2937f570: Already exists78bd1737ebff: Already exists4f4fb700ef54: Already exists4291a055edd7: Already exists3c2b2836d59a: Already exists7b3e96544a52: Already existsc72503effb14: Already existsbca08df11a10: Already exists2ab0829b2daf: Already exists1d246d4da211: Already existsa09cb4870027: Already exists2ce07b4fe7c0: Already exists6b96f28d505e: Already existsb6ad36bba9bf: Already exists56d62791a0f9: Already exists4d60780055d1: Already exists43f57a7c44cb: Already existsf21057dc4e85: Already existse0d2ca1300ed: Already exists9da2f7598f8e: Already existscb569bb28593: Already exists865945196817: Pulling fs layeree2d9ecc9d98: Pulling fs layer6147a10ef827: Pulling fs layerf9d68e4f9f43: Pulling fs layerf9d68e4f9f43: Waitingee2d9ecc9d98: Verifying Checksumee2d9ecc9d98: Download complete6147a10ef827: Verifying Checksum6147a10ef827: Download completef9d68e4f9f43: Verifying Checksumf9d68e4f9f43: Download complete865945196817: Verifying Checksum865945196817: Download complete865945196817: Pull completeee2d9ecc9d98: Pull complete6147a10ef827: Pull completef9d68e4f9f43: Pull completeDigest: sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2eStatus: Downloaded newer image for ocaml/opam@sha256:32f5e46d88a821cc379111272d29aa2f0069ec47ed57700fff8178dc9e28df2e2026-04-14 10:18.31 ---> using "2315430a2b9f3e6551a273bddfee694c78eb1da9ff2b8f19908a3b7fe84b2feb" from cache/: (comment debian-13-4.09_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-14 10:18.31 ---> using "2b073f222d3cd4a93e31f678de1dc32fccbf6c5be4a4c54e9345740a11c73182" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-14 10:18.31 ---> using "cba2d830b7ba9947ee04b5579e649ea25c76e6ad7d69046a7626f21fae5bfb20" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.09.12.5.02026-04-14 10:18.31 ---> using "e611800b15ab13d3bc3c8fbb6e686f41716e2e39ad4fd175203d01473b0cc76e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-14 10:18.31 ---> using "63a50d5ea8eb5e9e4d238369d041842fc5bac110276a1735d7dd624285a8f37e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..9af1f0b103 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-14 10:18.31 ---> using "06447f147f769a78f2ee1630fc29a382eae0b595fd50e82d2fee406a6dca2a31" from cache/src: (copy (src mirage-kv-unix.opam) (dst ./))2026-04-14 10:18.32 ---> saved as "f26720134fcb2249e1502cca734763d5593d3681f6758c223f2283196755ec17"/src: (run (network host)(shell "opam pin add -yn mirage-kv-unix.dev './'"))[mirage-kv-unix.dev] synchronised (file:///src)mirage-kv-unix is now pinned to file:///src (version dev)2026-04-14 10:18.33 ---> saved as "4561a5a15a89e68c129c697bef61c4117233461750d7d6781f02358be790c308"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-14 10:18.33 ---> saved as "56a0bc2d2fceae3884808f56731590896276e7f566842254f12c65ce1f4bbfa5"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 lwt.5.9.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-kv-unix.dev $DEPS"))+ /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 [123 kB]- Fetched 213 kB in 0s (1117 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-kv-unix.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-04-14 10:18.46 ---> saved as "d8734955eb70c8212626ec43d121ffdd50bdb35f702cf29e4b6049e89ade99b1"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 26 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.22.2- install dune-configurator 3.22.2- install fmt 0.11.0- install lwt 5.9.2- install mirage-clock 4.2.0- install mirage-clock-unix 4.2.0- install mirage-kv 6.1.1- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install ptime 1.2.0- install re 1.11.0- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.22.2-> installed mirage-clock.4.2.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed re.1.11.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.22.2-> installed mirage-clock-unix.4.2.0-> installed lwt.5.9.2-> installed mirage-kv.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-14 10:20.14 ---> saved as "620cd5d0e2f1b1c2d60b8ea07921a28608f3040895758a6aa0f92c2e829737b6"/src: (copy (src .) (dst /src))2026-04-14 10:20.14 ---> saved as "aeaf5c1997d719b7ba95b377826d2455e13ea0200e3634ea6c14e68f328024c1"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_kv_unix.exe)Testing `KV'.This run has ID `Y6TWTG7O'.[OK] connect 0 connect_to_empty_string.[OK] connect 1 connect_to_dev_null.[OK] connect 2 connect_present_dir.[OK] read 0 read_nonexistent_file_from_root.[OK] read 1 read_nonexistent_file_from_dir.[OK] read 2 read_empty_file.[OK] read 3 read_big_file.[OK] size 0 size_nonexistent_file.[OK] size 1 size_empty_file.[OK] size 2 size_small_file.[OK] size 3 size_a_directory.[OK] size 4 size_big_file.[OK] destroy 0 destroy_file.[OK] destroy 1 create_destroy_file.[OK] write 0 write_not_a_dir.[OK] write 1 write_zero_bytes.[OK] write 2 write_contents_correct.[OK] write 3 write_overwrite_dir.[OK] write 4 write_big_file.Full test results in `/src/_build/default/test/_build/_tests/KV'.Test Successful in 0.027s. 19 tests run.2026-04-14 10:20.15 ---> saved as "20647a6787aed1ca60ca49ada4ee0788e87e090b8e585a267c0651692ba56d91"Job succeeded2026-04-14 10:20.15: Job succeeded