2025-10-13 12:39.02: New job: test robur-coop/miou https://github.com/robur-coop/miou.git#refs/heads/main (84c44fd4ed70f3425cbed8ca03f6a320beb468a1) (linux-x86_64:ubuntu-24.04-5.3_opam-2.4)Base: ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:a601e0d4fc604372facd90e938ba06df5f945edbdad394e3582f38080000d316Opam project buildTo reproduce locally:git clone --recursive "https://github.com/robur-coop/miou.git" -b "main" && cd "miou" && git reset --hard 84c44fd4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:a601e0d4fc604372facd90e938ba06df5f945edbdad394e3582f38080000d316# ubuntu-24.04-5.3_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 647158776f12f00c0e5e0fa305a291840f6173e6 || git fetch origin master) && git reset -q --hard 647158776f12f00c0e5e0fa305a291840f6173e6 && 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.1 dns-client.10.2.1 domain-name.0.4.1 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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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-13 12:39.02: Using cache hint "robur-coop/miou-ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:a601e0d4fc604372facd90e938ba06df5f945edbdad394e3582f38080000d316-ubuntu-24.04-5.3_opam-2.4-ccbbd6a2ac0df0de5fc70f8c259ea1e5"2025-10-13 12:39.02: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:a601e0d4fc604372facd90e938ba06df5f945edbdad394e3582f38080000d316)(comment ubuntu-24.04-5.3_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 647158776f12f00c0e5e0fa305a291840f6173e6 || git fetch origin master) && git reset -q --hard 647158776f12f00c0e5e0fa305a291840f6173e6 && 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.1 dns-client.10.2.1 domain-name.0.4.1 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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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-13 12:39.02: Waiting for resource in pool OCluster2025-10-13 12:39.02: Waiting for worker…2025-10-13 12:55.18: Got resource from pool OClusterBuilding on eumacheHEAD is now at 2a5a387 Re-order the finaliser for Miou.Ownership.releaseHEAD is now at 84c44fd Merge pull request #79 from robur-coop/resource-release(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:a601e0d4fc604372facd90e938ba06df5f945edbdad394e3582f38080000d316)2025-10-13 12:55.41 ---> saved as "94261a34480ec2ac28a2508ad8e1eb21430cd106c21e413498aa69dae8f339f0"/: (comment ubuntu-24.04-5.3_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-13 12:55.41 ---> saved as "b0258f1e1f510c216bafc451b092152cf2ee7e1cfdf3f81c8346f1dd9d47ef41"/src: (run (shell "opam init --reinit -ni"))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.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.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-13 12:56.13 ---> saved as "7db85c9b4456c5320104b6a4e394df95a3cbe9107a4a487242546a3204c039a8"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.3.02.4.12025-10-13 12:56.14 ---> saved as "2a9bed0c3fd79768303be73a06ae0ff8e82609a557ef5883ce6574546bc42dec"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-13 12:56.14 ---> saved as "5d16606494315fee85ced2c34a892f6cb376a6300246e8f2434224c4a392338b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 647158776f12f00c0e5e0fa305a291840f6173e6 || git fetch origin master) && git reset -q --hard 647158776f12f00c0e5e0fa305a291840f6173e6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..1abfcdbf14 master -> origin/master647158776f Merge pull request #28628 from dinosaure/release-hxd-v0.3.5<><> 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-13 12:56.46 ---> saved as "48a99b48a5ef747ed855c26d5b4a35030adf3c8927313028326a670533f18d50"/src: (copy (src miou.opam) (dst ./))2025-10-13 12:56.46 ---> saved as "f7bab10ad76363c6bcdb48a1cb9afdf288d78d2bc70d9dc5d51853633bf73a09"/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-13 12:56.49 ---> saved as "2e663b402e737a425cb5e66e32f39ea4675bcf3f20cdfc9d113d1fd9aec6819b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-13 12:56.49 ---> saved as "27d90c46dcd68e8367620125d4dcea4652fb6eac4bd81e194e2edb3e9c4294c4"/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.1 dns-client.10.2.1 domain-name.0.4.1 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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2625 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1889 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.9 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1928 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.4 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.9 kB]- Get:11 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2498 kB]- Get:12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1139 kB]- Get:13 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1527 kB]- Get:14 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.6 kB]- Fetched 12.1 MB in 1s (9084 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-13 12:57.10 ---> saved as "ede649d0f6699d1d39e526ab8cb9a465d77db0f9a27bf19c543f8ed535d68b08"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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.1- install dns-client 10.2.1- install domain-name 0.4.1- 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.4.1 (cached)-> retrieved dscheck.0.5.0 (cached)-> retrieved dns.10.2.1, dns-client.10.2.1 (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 topkg.1.1.0 (cached)-> retrieved tsort.2.2.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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 base64.3.5.2-> installed csexp.1.5.2-> installed domain-name.0.4.1-> installed either.1.0.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 happy-eyeballs.2.0.1-> installed digestif.1.3.0-> installed dune-configurator.3.20.2-> installed dns.10.2.1-> 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.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-13 12:58.23 ---> saved as "f218877b55906a8631c282a0f100b626c6653f1a0ef78d8cc7864a71ff90a946"/src: (copy (src .) (dst /src))2025-10-13 12:58.23 ---> saved as "5a1b599419bd6f93e78d209059daad592a3ecc64435e8f3bdc078cf30033bd02"/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-j6Vhtest01: ....oktest02: ..oktest03: ok(cd _build/default/test && ./test_core.exe)Run tests into /src/_build/default/test/_tests/run-HsjLtest01: .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-13 12:58.27 ---> saved as "4d7ffa11b0116a49341ef87e0fefdc4601824f6ec920cc74fa4d86417a2ac077"Job succeeded2025-10-13 12:58.27: Job succeeded