2025-10-27 22:40.13: New job: test robur-coop/miou https://github.com/robur-coop/miou.git#refs/heads/main (cb2868aabdb32d42c8cc28eae64f79556a5bf8d4) (linux-arm64:debian-13-5.4_arm64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/miou.git" -b "main" && cd "miou" && git reset --hard cb2868aacat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3# debian-13-5.4_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 miou.opam ./RUN opam pin add -yn miou.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.0.0 containers.3.16 csexp.1.5.2 digestif.1.3.0 dns.10.2.2 dns-client.10.2.2 domain-name.0.5.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 happy-eyeballs.2.0.1 hxd.0.3.5 ipaddr.5.6.1 logs.0.9.0 lru.0.3.1 macaddr.5.6.1 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 oseq.0.5.1 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base topkg.1.1.0 tsort.2.2.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y miou.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-27 22:40.13: Using cache hint "robur-coop/miou-ocaml/opam:debian-13-ocaml-5.4@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3-debian-13-5.4_arm64_opam-2.4-3047d09c78f709d652eda7e6c78f8150"2025-10-27 22:40.13: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3)(comment debian-13-5.4_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src miou.opam) (dst ./))(run (network host)(shell "opam pin add -yn miou.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.0.0 containers.3.16 csexp.1.5.2 digestif.1.3.0 dns.10.2.2 dns-client.10.2.2 domain-name.0.5.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 happy-eyeballs.2.0.1 hxd.0.3.5 ipaddr.5.6.1 logs.0.9.0 lru.0.3.1 macaddr.5.6.1 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 oseq.0.5.1 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base topkg.1.1.0 tsort.2.2.0")(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.4 --depext-only -y miou.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")))2025-10-27 22:40.13: Waiting for resource in pool OCluster2025-10-27 23:05.41: Waiting for worker…2025-10-27 23:28.23: Got resource from pool OClusterBuilding on okypous.caelum.ci.devAll commits already cachedHEAD is now at cb2868a Merge pull request #81 from robur-coop/prepare-v0.5.0(from ocaml/opam:debian-13-ocaml-5.4@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3' locallydocker.io/ocaml/opam@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3: Pulling from ocaml/opamDigest: sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c3Status: Downloaded newer image for ocaml/opam@sha256:ea909386d7611ecac40f19fa964bcb6e5ca9c61edef813ccb5bdef707ead89c32025-10-27 23:28.24 ---> using "c542b4b16164a3303c6821c1810100160f05db1b2f695927294116434f7dcfbe" from cache/: (comment debian-13-5.4_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-27 23:28.24 ---> using "1e1565784a9e3107115cd3b6a44a4ae546e04d818a5611107529eb87d7e5b2cf" 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] Initialised2025-10-27 23:28.24 ---> using "b638f559bee4e855b207c31052a666e638def7c074e0916151ed959b0c298d0d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 5.4.02.4.12025-10-27 23:28.24 ---> using "19dc7d083d84c3768892eb1910aaaab5d3484e9d3968dcc79970bbea1677ab6c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 23:28.24 ---> using "f3299d143cc688c111f2843f9c68671c02487defac2d79731ba33ef2a23987e4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-27 23:28.24 ---> using "5bd5ee512f0bfbc4630e4bf2d78dc79abd36b5fdce1a729d682bc07f879cc6a4" from cache/src: (copy (src miou.opam) (dst ./))2025-10-27 23:28.24 ---> saved as "750519335de12be9ec647443d58bf939c83b628b89d1f03ce27aa57d389a5919"/src: (run (network host)(shell "opam pin add -yn miou.dev './'"))[miou.dev] synchronised (file:///src)miou is now pinned to file:///src (version dev)2025-10-27 23:28.28 ---> saved as "cfaa84fae11c94f8b32aef8f38cc80714cb53f0436b449453fd694a92fdc9679"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 23:28.29 ---> saved as "77b9818758ed62c4998e84cc035f9ed75d624f53fe2a71fd42f036d9a982d38e"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.0.0 containers.3.16 csexp.1.5.2 digestif.1.3.0 dns.10.2.2 dns-client.10.2.2 domain-name.0.5.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 happy-eyeballs.2.0.1 hxd.0.3.5 ipaddr.5.6.1 logs.0.9.0 lru.0.3.1 macaddr.5.6.1 metrics.0.5.0 mirage-crypto.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ohex.0.2.0 oseq.0.5.1 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 seq.base topkg.1.1.0 tsort.2.2.0")/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.4 --depext-only -y miou.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 arm64 Packages [65.7 kB]- Fetched 156 kB in 0s (1107 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[miou.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-10-27 23:28.41 ---> saved as "66bf57f1a8f0c5793bed470a29ea8577095814403946f9f7f5a127588b87e91b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 36 packages- install base64 3.5.2- install cmdliner 2.0.0- install containers 3.16- install csexp 1.5.2- install digestif 1.3.0- install dns 10.2.2- install dns-client 10.2.2- install domain-name 0.5.0- install dscheck 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install either 1.0.0- install eqaf 0.10- install fmt 0.11.0- install gmap 0.3.0- install happy-eyeballs 2.0.1- install hxd 0.3.5- install ipaddr 5.6.1- install logs 0.9.0- install lru 0.3.1- install macaddr 5.6.1- install metrics 0.5.0- install mirage-crypto 2.0.2- install mirage-crypto-rng 2.0.2- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ohex 0.2.0- install oseq 0.5.1- install psq 0.2.1- install ptime 1.2.0- install randomconv 0.2.0- install seq base- install topkg 1.1.0- install tsort 2.2.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base64.3.5.2 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved containers.3.16 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved dscheck.0.5.0 (cached)-> retrieved dns.10.2.2, dns-client.10.2.2 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved either.1.0.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved happy-eyeballs.2.0.1 (cached)-> retrieved hxd.0.3.5 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved oseq.0.5.1 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved tsort.2.2.0 (cached)-> installed cmdliner.2.0.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed logs.0.9.0-> installed dune.3.20.2-> installed randomconv.0.2.0-> installed duration.0.2.1-> installed either.1.0.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed gmap.0.3.0-> installed macaddr.5.6.1-> installed metrics.0.5.0-> installed ohex.0.2.0-> installed oseq.0.5.1-> installed psq.0.2.1-> installed tsort.2.2.0-> installed lru.0.3.1-> installed ipaddr.5.6.1-> installed digestif.1.3.0-> installed happy-eyeballs.2.0.1-> installed dune-configurator.3.20.2-> installed dns.10.2.2-> installed hxd.0.3.5-> installed mirage-crypto.2.0.2-> installed containers.3.16-> installed mirage-crypto-rng.2.0.2-> installed dscheck.0.5.0-> installed dns-client.10.2.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-27 23:29.37 ---> saved as "50c318654d96d854f8da1aa8add09d5295d6edde7724b03ef5dd0ca29bb77d72"/src: (copy (src .) (dst /src))2025-10-27 23:29.37 ---> saved as "2ba97b51783c4ee27c8f3361279c421795e3432e3426d759bb993342f240998b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/sync && ./test_sync.exe)Run tests into /src/_build/default/test/sync/_tests/run-jxhwtest01: ....oktest02: ..oktest03: ok(cd _build/default/test && ./test_core.exe)Run tests into /src/_build/default/test/_tests/run-vT15test01: .oktest02: .oktest03: .oktest04: .oktest05: .oktest06: .oktest07: .oktest08: .oktest09: .oktest10: .oktest11: .oktest12: .oktest13: .oktest14: .oktest15: .oktest16: .oktest17: .oktest18: .oktest19: .oktest20: .oktest21: .oktest22: ..oktest23: .oktest24: ..oktest25: ..oktest26: .oktest27: .oktest28: .oktest29: .oktest30: .oktest31: .oktest32: .oktest33: .oktest34: .oktest35: ..oktest36: ..oktest37: .oktest38: .oktest39: .oktest40: .oktest41: .oktest42: .oktest43: .oktest44: ....oktest45: ....ok2025-10-27 23:29.44 ---> saved as "729e26a258a458a1ce6b76d26392872f24789d6ff207b54688c153500e9e6236"Job succeeded2025-10-27 23:29.44: Job succeeded