2026-04-13 10:23.29: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-6.1.0 (aadc65cc3380014574eceda01a75b19834dc0f34) (linux-arm64:debian-13-4.14_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-6.1.0" && cd "lwt" && git reset --hard aadc65cccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7# debian-13-4.14_arm32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam ./RUN opam pin add -yn lwt_runtime_events.dev './' && \opam pin add -yn lwt_retry.dev './' && \opam pin add -yn lwt_react.dev './' && \opam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \opam pin add -yn lwt_ppx.dev './' && \opam pin add -yn lwt_direct.dev './' && \opam pin add -yn lwt.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.38.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-13 10:23.29: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7-debian-13-4.14_arm32_opam-2.5-89360ac1e90e8d745b532a35b4088b9c"2026-04-13 10:23.29: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst ./))(run (network host)(shell "opam pin add -yn lwt_runtime_events.dev './' && \\nopam pin add -yn lwt_retry.dev './' && \\nopam pin add -yn lwt_react.dev './' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \\nopam pin add -yn lwt_ppx.dev './' && \\nopam pin add -yn lwt_direct.dev './' && \\nopam pin add -yn lwt.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.38.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")(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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build")))2026-04-13 10:23.29: Waiting for resource in pool OCluster2026-04-13 10:31.36: Waiting for worker…2026-04-13 11:01.03: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devAll commits already cachedHEAD is now at aadc65cc3 tweak changes(from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7' locallydocker.io/ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7: Pulling from ocaml/opam83d3fd32d825: Already exists3df0dfd72ad0: Pulling fs layer2a316f9c9b76: Pulling fs layerefa82de2efff: Pulling fs layerd71a99aebdea: Pulling fs layer11c6a6b2d179: Pulling fs layered37d593561b: Pulling fs layer36ec5d086018: Pulling fs layerb3744c7b02b9: Pulling fs layer74a5417f91d9: Pulling fs layer25f5bcf4379e: Pulling fs layer9fa3c3859f66: Pulling fs layer64cce05bcb6f: Pulling fs layer746dc10c1c44: Pulling fs layer96edbf3011df: Pulling fs layer8038df952c10: Pulling fs layer0c7a1007dfab: Pulling fs layerbd4929421a2f: Pulling fs layerc55ab25930c0: Pulling fs layer41f370f53dae: Pulling fs layer812b8365e613: Pulling fs layere7a8058b1ead: Pulling fs layer4f4fb700ef54: Pulling fs layerec70781f5b22: Pulling fs layer544b56d15f50: Pulling fs layerddcdb0c2c6bf: Pulling fs layer16273490fd8a: Pulling fs layer9c2e00e3bda1: Pulling fs layer0c464e135915: Pulling fs layer4be044fda122: Pulling fs layer622b3eaf7ae3: Pulling fs layer0018e3a3eb78: Pulling fs layerda0dbef084c2: Pulling fs layerd52300c63e78: Pulling fs layer8883434d731b: Pulling fs layer3ee9122ea050: Pulling fs layer83ff0e002aeb: Pulling fs layerba3a8daef1d4: Pulling fs layer214f634062fd: Pulling fs layer3dbf8f7a1e4f: Pulling fs layer8f02f1e5df11: Pulling fs layer37cbae15dc64: Pulling fs layer09617c6375b9: Pulling fs layere55627e14102: Pulling fs layer79083d159882: Pulling fs layerec70781f5b22: Waiting544b56d15f50: Waiting64cce05bcb6f: Waiting746dc10c1c44: Waiting96edbf3011df: Waiting16273490fd8a: Waiting8038df952c10: Waiting0c7a1007dfab: Waiting9c2e00e3bda1: Waiting0c464e135915: Waitingddcdb0c2c6bf: Waiting622b3eaf7ae3: Waiting4be044fda122: Waitingda0dbef084c2: Waiting0018e3a3eb78: Waitingd52300c63e78: Waiting8883434d731b: Waitingbd4929421a2f: Waiting36ec5d086018: Waitingc55ab25930c0: Waiting3ee9122ea050: Waitingb3744c7b02b9: Waiting25f5bcf4379e: Waiting74a5417f91d9: Waiting41f370f53dae: Waiting83ff0e002aeb: Waiting812b8365e613: Waitingba3a8daef1d4: Waitingd71a99aebdea: Waiting8f02f1e5df11: Waitinge7a8058b1ead: Waiting3dbf8f7a1e4f: Waiting11c6a6b2d179: Waiting37cbae15dc64: Waiting9fa3c3859f66: Waiting09617c6375b9: Waiting4f4fb700ef54: Waiting79083d159882: Waitinge55627e14102: Waitinged37d593561b: Waiting3df0dfd72ad0: Verifying Checksum3df0dfd72ad0: Download complete3df0dfd72ad0: Pull complete2a316f9c9b76: Verifying Checksum2a316f9c9b76: Download complete2a316f9c9b76: Pull completeefa82de2efff: Verifying Checksumefa82de2efff: Pull completeed37d593561b: Verifying Checksumed37d593561b: Download completed71a99aebdea: Verifying Checksumd71a99aebdea: Download completed71a99aebdea: Pull completeb3744c7b02b9: Verifying Checksumb3744c7b02b9: Download complete36ec5d086018: Verifying Checksum36ec5d086018: Download complete74a5417f91d9: Verifying Checksum74a5417f91d9: Download complete9fa3c3859f66: Verifying Checksum9fa3c3859f66: Download complete64cce05bcb6f: Verifying Checksum64cce05bcb6f: Download complete25f5bcf4379e: Verifying Checksum25f5bcf4379e: Download complete96edbf3011df: Download complete746dc10c1c44: Verifying Checksum746dc10c1c44: Download complete8038df952c10: Verifying Checksum8038df952c10: Download complete0c7a1007dfab: Verifying Checksum0c7a1007dfab: Download completebd4929421a2f: Verifying Checksumbd4929421a2f: Download complete41f370f53dae: Verifying Checksum41f370f53dae: Download completec55ab25930c0: Verifying Checksumc55ab25930c0: Download completee7a8058b1ead: Verifying Checksume7a8058b1ead: Download complete812b8365e613: Verifying Checksum812b8365e613: Download complete4f4fb700ef54: Download complete544b56d15f50: Verifying Checksum544b56d15f50: Download completeec70781f5b22: Verifying Checksumec70781f5b22: Download completeddcdb0c2c6bf: Verifying Checksumddcdb0c2c6bf: Download complete16273490fd8a: Verifying Checksum16273490fd8a: Download complete9c2e00e3bda1: Verifying Checksum9c2e00e3bda1: Download complete0c464e135915: Verifying Checksum0c464e135915: Download complete4be044fda122: Verifying Checksum4be044fda122: Download complete622b3eaf7ae3: Verifying Checksum622b3eaf7ae3: Download complete0018e3a3eb78: Verifying Checksum0018e3a3eb78: Download completeda0dbef084c2: Verifying Checksumda0dbef084c2: Download completed52300c63e78: Verifying Checksumd52300c63e78: Download complete8883434d731b: Verifying Checksum8883434d731b: Download complete83ff0e002aeb: Verifying Checksum83ff0e002aeb: Download completeba3a8daef1d4: Verifying Checksumba3a8daef1d4: Download complete214f634062fd: Verifying Checksum214f634062fd: Download complete3dbf8f7a1e4f: Verifying Checksum3dbf8f7a1e4f: Download complete8f02f1e5df11: Verifying Checksum8f02f1e5df11: Download complete11c6a6b2d179: Verifying Checksum11c6a6b2d179: Download complete09617c6375b9: Verifying Checksum09617c6375b9: Download completee55627e14102: Verifying Checksume55627e14102: Download complete79083d159882: Verifying Checksum79083d159882: Download complete37cbae15dc64: Verifying Checksum37cbae15dc64: Download complete3ee9122ea050: Verifying Checksum3ee9122ea050: Download complete11c6a6b2d179: Pull completeed37d593561b: Pull complete36ec5d086018: Pull completeb3744c7b02b9: Pull complete74a5417f91d9: Pull complete25f5bcf4379e: Pull complete9fa3c3859f66: Pull complete64cce05bcb6f: Pull complete746dc10c1c44: Pull complete96edbf3011df: Pull complete8038df952c10: Pull complete0c7a1007dfab: Pull completebd4929421a2f: Pull completec55ab25930c0: Pull complete41f370f53dae: Pull complete812b8365e613: Pull completee7a8058b1ead: Pull complete4f4fb700ef54: Pull completeec70781f5b22: Pull complete544b56d15f50: Pull completeddcdb0c2c6bf: Pull complete16273490fd8a: Pull complete9c2e00e3bda1: Pull complete0c464e135915: Pull complete4be044fda122: Pull complete622b3eaf7ae3: Pull complete0018e3a3eb78: Pull completeda0dbef084c2: Pull completed52300c63e78: Pull complete8883434d731b: Pull complete3ee9122ea050: Pull complete83ff0e002aeb: Pull completeba3a8daef1d4: Pull complete214f634062fd: Pull complete3dbf8f7a1e4f: Pull complete8f02f1e5df11: Pull complete37cbae15dc64: Pull complete09617c6375b9: Pull completee55627e14102: Pull complete79083d159882: Pull completeDigest: sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7Status: Downloaded newer image for ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc72026-04-13 11:01.04 ---> using "d8704a1eb4be8992901edc30ae858afd677afbaf9ee7a0f6bc60bc9bd0a7f2da" 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-04-13 11:01.04 ---> using "468330f153129eab487685ae8928f606b51f88944eea1f9720522d16bdedb22d" 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-13 11:01.04 ---> using "d282397b51eef75041cf2946902285ed47354662641492d819288073a4e65743" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-13 11:01.04 ---> using "0aebe608c66a2b63450dcbf959843b062a8af0180c0ffb94f1700beca531cbf7" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 11:01.04 ---> using "c31339caafa82821352b6501c13673ae72ec4b0155efc3f67022cc0b82b4f2e8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-13 11:01.04 ---> using "524b4c0dd3198c4d5343126c066e91ebb3d6b7d8de8692f3501a508e72aae06e" from cache/src: (copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst ./))2026-04-13 11:01.05 ---> saved as "07a6e087e3a627ba6b8d2cce267ab8ee81f003d9a0e15895859988e9884049c1"/src: (run (network host)(shell "opam pin add -yn lwt_runtime_events.dev './' && \\nopam pin add -yn lwt_retry.dev './' && \\nopam pin add -yn lwt_react.dev './' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \\nopam pin add -yn lwt_ppx.dev './' && \\nopam pin add -yn lwt_direct.dev './' && \\nopam pin add -yn lwt.dev './'"))[lwt_runtime_events.dev] synchronised (file:///src)lwt_runtime_events is now pinned to file:///src (version dev)[lwt_retry.dev] synchronised (file:///src)lwt_retry is now pinned to file:///src (version dev)[lwt_react.dev] synchronised (file:///src)lwt_react is now pinned to file:///src (version dev)[NOTE] Package lwt_ppx__ppx_let_tests does not exist in opam repositories registered in the current switch.[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///src:warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"lwt_ppx__ppx_let_tests is now pinned to file:///src (version dev)[lwt_ppx.dev] synchronised (file:///src)lwt_ppx is now pinned to file:///src (version dev)[lwt_direct.dev] synchronised (file:///src)lwt_direct is now pinned to file:///src (version dev)[lwt.dev] synchronised (file:///src)lwt is now pinned to file:///src (version dev)2026-04-13 11:01.17 ---> saved as "7985e9de012460f80c66d33f3261216a9851ef9b4ea1cef7ffaf4a541f691999"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 11:01.17 ---> saved as "1e7263adfa69fac6cebcb1fb5573d2e81064cdbf2d178be3d6009d575bc3a426"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.38.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")/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 lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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 [117 kB]- Fetched 208 kB in 0s (758 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.dev] synchronised (file:///src)[lwt_ppx.dev] synchronised (file:///src)[lwt_react.dev] synchronised (file:///src)[lwt_retry.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-13 11:01.30 ---> saved as "c9f92983216c42b0764b806efe0c9e79c5a101ec05a0f98b8ce97ab2cfa2d487"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 15 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.1- install dune-configurator 3.22.1- install ocaml-compiler-libs v0.12.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppxlib 0.38.0- install react 1.2.2- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved react.1.2.2 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> retrieved ppxlib.0.38.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed react.1.2.2-> installed dune.3.22.1-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed sexplib0.v0.17.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.1-> installed ppxlib.0.38.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-13 11:03.15 ---> saved as "98fde8a70f3e6836e12485699ae6a4ac098a9a203c450a8016fa9aa45b996d75"/src: (copy (src .) (dst /src))2026-04-13 11:03.15 ---> saved as "38be152725188998c973a04a57de25ea1d24fefee05bca9f3e7244d230fe1077"/src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build"))File "dune-project", line 39, characters 2-24:39 | (lwt (= 6.0.0-beta01))))^^^^^^^^^^^^^^^^^^^^^^Warning: Duplicate dependency on package (lwt (= 6.0.0-beta01)) in'conflicts' field. If you want to specify multiple constraints, combine themusing (and ...).Hint: To disable this warning, add the following to your dune-project file:(warnings (duplicate_deps disabled))(cd _build/default/test/retry && ./main.exe)Testing library 'retry'.................Ok. 14 tests ran, 0 tests skipped in 0.01 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.20 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'......................Ok. 19 tests ran, 0 tests skipped in 1.20 seconds(cd _build/default/test/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.50 seconds(cd _build/default/test/unix && ./main.exe)Testing library 'unix'.....................................SSSSS..............................................................................................................SSSS...................................................................................Ok. 227 tests ran, 9 tests skipped in 6.31 seconds2026-04-13 11:03.26 ---> saved as "09c0bc45b458c87d750a477ef1bf38370b95109902dd6c4a1c28ed65286e2eb9"Job succeeded2026-04-13 11:03.26: Job succeeded