2025-09-30 11:09.08: New job: test mirage/alcotest https://github.com/mirage/alcotest.git#refs/heads/main (445e7d116faf8828346a266184c2dfccc5cbd306) (linux-x86_64:debian-13-4.11_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/alcotest.git" -b "main" && cd "alcotest" && git reset --hard 445e7d11cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e# debian-13-4.11_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 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 alcotest.opam alcotest-mirage.opam alcotest-lwt.opam alcotest-js.opam alcotest-async.opam ./RUN opam pin add -yn alcotest.dev './' && \opam pin add -yn alcotest-mirage.dev './' && \opam pin add -yn alcotest-lwt.dev './' && \opam pin add -yn alcotest-js.dev './' && \opam pin add -yn alcotest-async.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 gen.1.1 js_of_ocaml-compiler.6.0.1 logs.0.8.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-clock.4.2.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.11.0 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y alcotest.dev alcotest-mirage.dev alcotest-lwt.dev alcotest-js.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=alcotest,alcotest-mirage,alcotest-lwt,alcotest-js @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-30 11:09.08: Using cache hint "mirage/alcotest-ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e-debian-13-4.11_opam-2.4-774f06a3eedd26400acf3b357362cf53"2025-09-30 11:09.08: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e)(comment debian-13-4.11_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 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src alcotest.opam alcotest-mirage.opam alcotest-lwt.opam alcotest-js.opam alcotest-async.opam)(dst ./))(run (network host)(shell "opam pin add -yn alcotest.dev './' && \\nopam pin add -yn alcotest-mirage.dev './' && \\nopam pin add -yn alcotest-lwt.dev './' && \\nopam pin add -yn alcotest-js.dev './' && \\nopam pin add -yn alcotest-async.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 gen.1.1 js_of_ocaml-compiler.6.0.1 logs.0.8.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-clock.4.2.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.11.0 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.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 alcotest.dev alcotest-mirage.dev alcotest-lwt.dev alcotest-js.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 --only-packages=alcotest,alcotest-mirage,alcotest-lwt,alcotest-js @install @check @runtest && rm -rf _build")))2025-09-30 11:09.08: Waiting for resource in pool OCluster2025-09-30 11:09.09: Waiting for worker…2025-09-30 11:09.09: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 445e7d1 Update tests to cmdliner 2.0.0 (#424)(from ocaml/opam:debian-13-ocaml-4.11@sha256:221eed4c2a5404ac9eb53088528dc51db8b9a141a14a9bbf4cb2a114d1662d2e)2025-09-30 11:09.39 ---> saved as "c71e547ff4dfabd1779036845ba5c402f7d75aebe8fc0fa775f19dbbd04002b3"/: (comment debian-13-4.11_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-09-30 11:09.39 ---> saved as "191165b3e99a733480c2edec080897a879defb4923508f53f155f038e2534dad"/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] y[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-30 11:09.58 ---> saved as "17fad96d1bb0ba9f08bc1b62a5f55329d6f03e64432f0b98a72ba2d242dba734"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 4.11.22.4.12025-09-30 11:09.58 ---> saved as "997a1cedd116feded89d4578c1c7d19c2c24d5d1fd48a177bbb0699f3b2650af"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-30 11:09.58 ---> saved as "12727729b84f8222a37ec0930466f318658b9c2e871db3e322b5ae01a1648d14"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..dfe27d924d master -> origin/master3c6a0f524c Merge pull request #28603 from mtelvers/cmdliner-fixup<><> 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.3.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)2025-09-30 11:10.15 ---> saved as "f98bd2213e39d748bce9b5545e1b36084be2d70bfefc9e5eb8ad0dad3f604205"/src: (copy (src alcotest.opam alcotest-mirage.opam alcotest-lwt.opam alcotest-js.opam alcotest-async.opam)(dst ./))2025-09-30 11:10.15 ---> saved as "c479fbd62dbdf38ae284b0d13ad80800932c946563fb3e50b7f1334e1a163c2e"/src: (run (network host)(shell "opam pin add -yn alcotest.dev './' && \\nopam pin add -yn alcotest-mirage.dev './' && \\nopam pin add -yn alcotest-lwt.dev './' && \\nopam pin add -yn alcotest-js.dev './' && \\nopam pin add -yn alcotest-async.dev './'"))[alcotest.dev] synchronised (file:///src)alcotest is now pinned to file:///src (version dev)[alcotest-mirage.dev] synchronised (file:///src)alcotest-mirage is now pinned to file:///src (version dev)[alcotest-lwt.dev] synchronised (file:///src)alcotest-lwt is now pinned to file:///src (version dev)[alcotest-js.dev] synchronised (file:///src)alcotest-js is now pinned to file:///src (version dev)[alcotest-async.dev] synchronised (file:///src)alcotest-async is now pinned to file:///src (version dev)2025-09-30 11:10.20 ---> saved as "f3bf227f42b62be6ec33a457d3a12a8ce5dbbebef914043fd01db8ba8aa10114"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-30 11:10.20 ---> saved as "c2884ff53f4c91bb3713ee7d0472a58eebb36015117f2c7c7ae22b0127a01e7f"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 gen.1.1 js_of_ocaml-compiler.6.0.1 logs.0.8.0 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-clock.4.2.0 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.11.0 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.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 alcotest.dev alcotest-mirage.dev alcotest-lwt.dev alcotest-js.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 [47.7 kB]- Fetched 138 kB in 0s (924 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[alcotest.dev] synchronised (file:///src)[alcotest-js.dev] synchronised (file:///src)[alcotest-lwt.dev] synchronised (file:///src)[alcotest-mirage.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.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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).2025-09-30 11:10.27 ---> saved as "28b97a5719d791c70be6e45f3685f77a7563399232b8506fa5ae39eb23488cc3"/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.11.2).[NOTE] Package ocaml is already installed (current version is 4.11.2).[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 33 packages- install astring 0.8.5- install base-bytes base- install cmdliner 1.3.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install fmt 0.11.0- install gen 1.1- install js_of_ocaml-compiler 6.0.1- install logs 0.8.0- install lwt 5.9.2- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mirage-clock 4.2.0- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppxlib 0.35.0- install re 1.11.0- install sedlex 3.6- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gen.1.1 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved js_of_ocaml-compiler.6.0.1 (cached)-> retrieved mirage-clock.4.2.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.1.3.0-> retrieved ocplib-endian.1.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.11.0 (cached)-> retrieved sedlex.3.6 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed duration.0.2.1-> installed gen.1.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed mirage-clock.4.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.11.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed menhir.20250912-> installed ppxlib.0.35.0-> installed sedlex.3.6-> installed js_of_ocaml-compiler.6.0.1-> installed logs.0.8.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-30 11:11.16 ---> saved as "cdcdc5582bec7bcc3f826d7101cf041a89a101cfad5dfd7677cf8339d968c9e9"/src: (copy (src .) (dst /src))2025-09-30 11:11.17 ---> saved as "c1fcfae0d2d3890a4c9b5eaa32213da245307c26a46fa0684f026f731691ac76"/src: (run (shell "opam exec -- dune build --only-packages=alcotest,alcotest-mirage,alcotest-lwt,alcotest-js @install @check @runtest && rm -rf _build"))(cd _build/default/examples && ./simple.exe)Testing `Utils'.This run has ID `1KNGPF3P'.[OK] string-case 0 Lower case.[OK] string-case 1 Capitalization.[OK] string-concat 0 String mashing.[OK] list-concat 0 List mashing.Full test results in `/src/_build/default/examples/_build/_tests/Utils'.Test Successful in 0.001s. 4 tests run.(cd _build/default/examples && ./floats.exe)Testing `Float tests'.This run has ID `YJ7G240I'.[OK] Edge cases 0 NaN.[OK] Edge cases 1 ∞.[OK] Other floats 0 others.Full test results in `/src/_build/default/examples/_build/_tests/Float tests'.Test Successful in 0.001s. 3 tests run.(cd _build/default/examples/lwt && ./test.exe)Testing `LwtUtils'.This run has ID `F9HFJUE0'.[OK] basic 0 Plain.[OK] basic 1 Lwt.[OK] exceptions 0 Plain.[OK] exceptions 1 Lwt toplevel.[OK] exceptions 2 Lwt internal.[OK] switches 0 Allocate resource.[OK] switches 1 Check resource deallocated.Full test results in `/src/_build/default/examples/lwt/_build/_tests/LwtUtils'.Test Successful in 0.001s. 7 tests run.2025-09-30 11:11.18 ---> saved as "8a1614714ca6ba773bf2ec7f564ac4987e481b026aabd56f3063efd96e95963a"Job succeeded2025-09-30 11:11.18: Job succeeded