2026-02-24 18:15.33: New job: test robur-coop/ocaml-h1 https://github.com/robur-coop/ocaml-h1.git#refs/heads/master (389e5b99380fe090c6ff2622dc0d6819582334f0) (linux-arm64:debian-13-4.14_arm32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/ocaml-h1.git" -b "master" && cd "ocaml-h1" && git reset --hard 389e5b99 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 # debian-13-4.14_arm32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 h1.opam h1-lwt-unix.opam ./ RUN opam pin add -yn h1.dev './' && \ opam pin add -yn h1-lwt-unix.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bstr.0.0.4 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 httpun-types.0.2.0 lwt.6.1.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 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 h1.dev h1-lwt-unix.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-24 18:15.33: Using cache hint "robur-coop/ocaml-h1-ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0-debian-13-4.14_arm32_opam-2.5-c83cc45138cbee618caa107e2891c268" 2026-02-24 18:15.33: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0) (comment debian-13-4.14_arm32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src h1.opam h1-lwt-unix.opam) (dst ./)) (run (network host) (shell "opam pin add -yn h1.dev './' && \ \nopam pin add -yn h1-lwt-unix.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bstr.0.0.4 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 httpun-types.0.2.0 lwt.6.1.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 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 h1.dev h1-lwt-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-02-24 18:15.33: Waiting for resource in pool OCluster 2026-02-24 19:16.44: Waiting for worker… 2026-02-24 19:54.30: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at 389e5b9 Merge pull request #17 from robur-coop/prepare-v1.1.0 (from ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0' locally docker.io/ocaml/opam@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0: Pulling from ocaml/opam e712004ad7e7: Pulling fs layer f4a2e9816aad: Pulling fs layer b14c4857e1a9: Pulling fs layer 9c930e2cb2ec: Pulling fs layer 19df24c44b68: Pulling fs layer 2a9173c17dde: Pulling fs layer f05d30e027df: Pulling fs layer 847f46d86916: Pulling fs layer 3eeb3101b6ee: Pulling fs layer 5da418d5a6de: Pulling fs layer 462770ac6080: Pulling fs layer aa0023295cef: Pulling fs layer 257f31c177b1: Pulling fs layer 336791f88cff: Pulling fs layer be89abc29155: Pulling fs layer f77baff82d34: Pulling fs layer 907bc802738d: Pulling fs layer 81c246c404f9: Pulling fs layer b6e475e3854d: Pulling fs layer 847f46d86916: Waiting fef9953c549d: Pulling fs layer 38fcba0da00a: Pulling fs layer 4f4fb700ef54: Pulling fs layer 9c930e2cb2ec: Waiting e712004ad7e7: Waiting 03880e84f14b: Pulling fs layer f4a2e9816aad: Waiting b5aeaeb94e07: Pulling fs layer b14c4857e1a9: Waiting 38a9bd2f4744: Pulling fs layer 2a9173c17dde: Waiting 19df24c44b68: Waiting f05d30e027df: Waiting 907bc802738d: Waiting fef9953c549d: Waiting 3eeb3101b6ee: Waiting 5e65f7efc058: Pulling fs layer 5da418d5a6de: Waiting 462770ac6080: Waiting 81c246c404f9: Waiting 5edbaf3e2682: Pulling fs layer aa0023295cef: Waiting b6e475e3854d: Waiting 257f31c177b1: Waiting be89abc29155: Waiting f77baff82d34: Waiting 336791f88cff: Waiting ffcaad2b6111: Pulling fs layer 03880e84f14b: Waiting 38fcba0da00a: Waiting 38a9bd2f4744: Waiting 4f4fb700ef54: Waiting b5aeaeb94e07: Waiting 5e65f7efc058: Waiting 8b0ebaf5f4b3: Pulling fs layer 5edbaf3e2682: Waiting be3c368bde1b: Pulling fs layer ffcaad2b6111: Waiting 8b0ebaf5f4b3: Waiting b62f8f7e31ae: Pulling fs layer 11c7d2a34a82: Pulling fs layer b35308a43e0f: Pulling fs layer b62f8f7e31ae: Waiting be3c368bde1b: Waiting d86292649578: Pulling fs layer 11c7d2a34a82: Waiting 561950a070c6: Pulling fs layer b35308a43e0f: Waiting d86292649578: Waiting ef19f07d583e: Pulling fs layer 561950a070c6: Waiting 0e25da84ed2f: Pulling fs layer ef19f07d583e: Waiting 09d767361b2b: Pulling fs layer 0e25da84ed2f: Waiting 4550e0b1212a: Pulling fs layer a26a297765ea: Pulling fs layer 09d767361b2b: Waiting 4550e0b1212a: Waiting 817d4ef92f18: Pulling fs layer a26a297765ea: Waiting 93e4b5be6add: Pulling fs layer 817d4ef92f18: Waiting d59d5fbe343a: Pulling fs layer 067bb54dc608: Pulling fs layer 93e4b5be6add: Waiting 067bb54dc608: Waiting d59d5fbe343a: Waiting e712004ad7e7: Download complete f4a2e9816aad: Verifying Checksum f4a2e9816aad: Download complete b14c4857e1a9: Verifying Checksum b14c4857e1a9: Download complete e712004ad7e7: Pull complete f4a2e9816aad: Pull complete b14c4857e1a9: Pull complete 9c930e2cb2ec: Verifying Checksum 9c930e2cb2ec: Download complete 19df24c44b68: Download complete 9c930e2cb2ec: Pull complete 19df24c44b68: Pull complete f05d30e027df: Verifying Checksum f05d30e027df: Download complete 847f46d86916: Verifying Checksum 847f46d86916: Download complete 3eeb3101b6ee: Verifying Checksum 3eeb3101b6ee: Download complete 5da418d5a6de: Verifying Checksum 5da418d5a6de: Download complete 462770ac6080: Verifying Checksum 462770ac6080: Download complete aa0023295cef: Verifying Checksum aa0023295cef: Download complete 257f31c177b1: Verifying Checksum 257f31c177b1: Download complete 336791f88cff: Verifying Checksum 336791f88cff: Download complete be89abc29155: Verifying Checksum be89abc29155: Download complete f77baff82d34: Verifying Checksum f77baff82d34: Download complete 907bc802738d: Verifying Checksum 907bc802738d: Download complete 81c246c404f9: Verifying Checksum 81c246c404f9: Download complete b6e475e3854d: Verifying Checksum b6e475e3854d: Download complete fef9953c549d: Download complete 38fcba0da00a: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 03880e84f14b: Verifying Checksum 03880e84f14b: Download complete b5aeaeb94e07: Download complete 38a9bd2f4744: Verifying Checksum 38a9bd2f4744: Download complete 5e65f7efc058: Verifying Checksum 5e65f7efc058: Download complete 5edbaf3e2682: Download complete ffcaad2b6111: Verifying Checksum ffcaad2b6111: Download complete 8b0ebaf5f4b3: Verifying Checksum 8b0ebaf5f4b3: Download complete be3c368bde1b: Verifying Checksum be3c368bde1b: Download complete b62f8f7e31ae: Download complete 11c7d2a34a82: Verifying Checksum 11c7d2a34a82: Download complete b35308a43e0f: Verifying Checksum b35308a43e0f: Download complete d86292649578: Verifying Checksum d86292649578: Download complete ef19f07d583e: Download complete 2a9173c17dde: Verifying Checksum 2a9173c17dde: Download complete 09d767361b2b: Verifying Checksum 09d767361b2b: Download complete 4550e0b1212a: Verifying Checksum 4550e0b1212a: Download complete a26a297765ea: Verifying Checksum a26a297765ea: Download complete 2a9173c17dde: Pull complete f05d30e027df: Pull complete 847f46d86916: Pull complete 3eeb3101b6ee: Pull complete 5da418d5a6de: Pull complete 462770ac6080: Pull complete aa0023295cef: Pull complete 257f31c177b1: Pull complete 336791f88cff: Pull complete be89abc29155: Pull complete f77baff82d34: Pull complete 907bc802738d: Pull complete 81c246c404f9: Pull complete b6e475e3854d: Pull complete fef9953c549d: Pull complete 38fcba0da00a: Pull complete 4f4fb700ef54: Pull complete 03880e84f14b: Pull complete b5aeaeb94e07: Pull complete 38a9bd2f4744: Pull complete 5e65f7efc058: Pull complete 5edbaf3e2682: Pull complete ffcaad2b6111: Pull complete 8b0ebaf5f4b3: Pull complete be3c368bde1b: Pull complete b62f8f7e31ae: Pull complete 11c7d2a34a82: Pull complete b35308a43e0f: Pull complete d86292649578: Pull complete 817d4ef92f18: Verifying Checksum 817d4ef92f18: Download complete d59d5fbe343a: Verifying Checksum d59d5fbe343a: Download complete 067bb54dc608: Verifying Checksum 067bb54dc608: Download complete 561950a070c6: Verifying Checksum 561950a070c6: Download complete 561950a070c6: Pull complete ef19f07d583e: Pull complete 0e25da84ed2f: Verifying Checksum 0e25da84ed2f: Download complete 0e25da84ed2f: Pull complete 09d767361b2b: Pull complete 4550e0b1212a: Pull complete a26a297765ea: Pull complete 817d4ef92f18: Pull complete 93e4b5be6add: Pull complete d59d5fbe343a: Pull complete 067bb54dc608: Pull complete Digest: sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 Status: Downloaded newer image for ocaml/opam@sha256:c74ccf3f146fc75a8309051cad8e636768281e34a3b6c60d1673f918ec2c72f0 2026-02-24 19:54.30 ---> using "275249804ec3de03d27fc594a34b0667fbb635db87ef97f4cf2cb6053b56158d" from cache /: (comment debian-13-4.14_arm32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-24 19:54.30 ---> using "dc63d69dbc9fe4e5b26975786ac16b79c9aa594d2467b61c334f40a904c6e32f" 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-24 19:54.30 ---> using "24c5010e165147c757c0333cba3e1cd9a09c6c5215b8afeb7eea18623b9fbde9" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-24 19:54.30 ---> using "664abb3b0e28e38887c969e7dd4213d361170ea19cf554ed0b8afd336d0221a1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-24 19:54.30 ---> using "d6e8d3aa2a812259d92d9beaac3a9d91bb267f7cc2ce1ee581efb82aeb6df88b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..f15d82d487 master -> origin/master f15d82d487 Merge pull request #29449 from raphael-proust/opam-publish-lwt.6.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.4.1"), 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-02-24 19:54.30 ---> using "3f75147962cafcacac8dd36ed7354c3aa9244b1fd6d82cca849fd88d1287a4be" from cache /src: (copy (src h1.opam h1-lwt-unix.opam) (dst ./)) 2026-02-24 19:54.31 ---> saved as "b387c8b50683539bb2ccaa3120d14d336cf7a64328c3bd2e48e307a3c2802483" /src: (run (network host) (shell "opam pin add -yn h1.dev './' && \ \nopam pin add -yn h1-lwt-unix.dev './'")) [h1.dev] synchronised (file:///src) h1 is now pinned to file:///src (version dev) [h1-lwt-unix.dev] synchronised (file:///src) h1-lwt-unix is now pinned to file:///src (version dev) 2026-02-24 19:54.37 ---> saved as "e1b3d366b31aad107bd2c391fa0cacaa122494f155765beb1aef211f0c155f95" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-24 19:54.38 ---> saved as "536358f53bb0521124c0561a72cbf3490b25927c9af3f8f402b7ecf85bd6a104" /src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bstr.0.0.4 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.11.0 httpun-types.0.2.0 lwt.6.1.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 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 h1.dev h1-lwt-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 armhf Packages [106 kB] - Fetched 197 kB in 0s (1184 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [h1.dev] synchronised (file:///src) [h1-lwt-unix.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.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). # To update the current shell environment, run: eval $(opam env) 2026-02-24 19:54.51 ---> saved as "4c30d7e97b9f7b0a7c915c5e17816a0d8e46f6c10b30b38b1be2dbe281b5dd4d" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.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 29 packages - install alcotest 1.9.1 - install angstrom 0.16.1 - install astring 0.8.5 - install base v0.16.4 - install base-bytes base - install base64 3.5.2 - install bigstringaf 0.10.0 - install bstr 0.0.4 - install cmdliner 2.1.0 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.21.1 - install dune-configurator 3.21.1 - install faraday 0.8.2 - install faraday-lwt 0.8.2 - install faraday-lwt-unix 0.8.2 - install fmt 0.11.0 - install httpun-types 0.2.0 - install lwt 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 re 1.14.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - 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 angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bstr.0.0.4 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved httpun-types.0.2.0 (cached) -> retrieved lwt.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 re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (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 uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.21.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed base64.3.5.2 -> installed bstr.0.0.4 -> installed ocaml-syntax-shims.1.0.0 -> installed sexplib0.v0.16.0 -> installed re.1.14.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.21.1 -> installed alcotest.1.9.1 -> installed bigstringaf.0.10.0 -> installed faraday.0.8.2 -> installed angstrom.0.16.1 -> installed httpun-types.0.2.0 -> installed lwt.6.1.1 -> installed faraday-lwt.0.8.2 -> installed faraday-lwt-unix.0.8.2 -> installed base.v0.16.4 -> installed stdio.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-24 19:57.00 ---> saved as "319e88e9bc46aa36cf96106850a334a1587d924f85381ef46c10fe98c693e97f" /src: (copy (src .) (dst /src)) 2026-02-24 19:57.03 ---> saved as "d86426f4d8681454877068210ed05329dd03e56eb4f70130e36ca5f2e1566984" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib_test && ./test_h1.exe) Testing `h1 unit tests'. This run has ID `5I48VP5P'. [OK] websocket 0 parsing ping frame. [OK] websocket 1 parsing close frame. [OK] websocket 2 parsing text frame. [OK] version 0 compare. [OK] version 1 to_string. [OK] method 0 is_safe. [OK] method 1 is_cacheable. [OK] method 2 is_idempotent. [OK] iovec 0 lengthv. [OK] iovec 1 shiftv. [OK] iovec 2 shiftv raises . [OK] headers 0 remove. [OK] headers 1 replace. [OK] headers 2 CI equal. [OK] request 0 parse valid. [OK] request 1 parse invalid errors. [OK] request 2 body length. [OK] response 0 parse valid. [OK] response 1 parse invalid error. [OK] response 2 body length. [OK] client connection 0 GET. [OK] client connection 1 send streaming body. [OK] client connection 2 Response EOF. [OK] client connection 3 Response header order preserved. [OK] client connection 4 report_exn. [OK] client connection 5 input_shrunk. [OK] client connection 6 failed response parse. [OK] client connection 7 schedule read with data availa... [OK] server connection 0 initial reader state. [OK] server connection 1 shutdown reader closed. [OK] server connection 2 single GET. [OK] server connection 3 multiple GETs. [OK] server connection 4 asynchronous response. [OK] server connection 5 echo POST. [OK] server connection 6 streaming response. [OK] server connection 7 asynchronous streaming response. [OK] server connection 8 asynchronous streaming respons... [OK] server connection 9 empty fixed streaming response. [OK] server connection 10 empty chunked streaming response. [OK] server connection 11 connection error. [OK] server connection 12 synchronous error, synchronous... [OK] server connection 13 synchronous error, asynchronou... [OK] server connection 14 asynchronous error, synchronou... [OK] server connection 15 asynchronous error, asynchrono... [OK] server connection 16 error while parsing. [OK] server connection 17 error before read. [OK] server connection 18 error left unhandled. [OK] server connection 19 chunked encoding. [OK] server connection 20 chunked encoding for error. [OK] server connection 21 blocked write on chunked encod... [OK] server connection 22 body writing when socket closes. [OK] server connection 23 writer unexpected eof. [OK] server connection 24 input shrunk. [OK] server connection 25 failed request parse. [OK] server connection 26 bad request. [OK] server connection 27 multiple requests in single read. [OK] server connection 28 multiple async requests in sin... [OK] server connection 29 multiple requests with connect... [OK] server connection 30 multiple requests with eof. [OK] server connection 31 parse failure after checkpoint. [OK] server connection 32 parse failure at eof. [OK] server connection 33 response finished before body ... [OK] server connection 34 shutdown in request handler. [OK] server connection 35 schedule read with data availa... [OK] server connection 36 test upgrades. [OK] server connection 37 test upgrade where server does... [OK] server connection 38 test upgrades. [OK] server connection 39 test upgrade where server does... [OK] server connection 40 upgrade. [OK] server connection 41 upgrade where server does not ... [OK] server connection 42 upgrade with initial data. [OK] server connection 43 upgrade with bad body length. [OK] server connection 44 asynchronous upgrade. [OK] server connection 45 upgrade interrupted by shutdown. Full test results in `/src/_build/default/lib_test/_build/_tests/h1 unit tests'. Test Successful in 0.369s. 74 tests run. 2026-02-24 19:57.25 ---> saved as "276b89833d2e6f3cf6e5a0dd92e232f23c14830cc3e3e5a11eab5deb43cedbc6" Job succeeded 2026-02-24 19:57.26: Job succeeded