2026-04-27 07:30.33: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/pull/1103/head (6413e903f4b1e70d99653c58f6d8c34a8b8c7933) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" && cd "lwt" && git fetch origin "refs/pull/1103/head" && git reset --hard 6413e903cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4# ubuntu-24.04-4.14_opam-2.5USER 1000:1000ENV 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 dune-configurator.3.22.2 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-27 07:30.33: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ubuntu-24.04-4.14_opam-2.5-0c83aad4f606378758160341b6ba8424"2026-04-27 07:30.33: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)(comment ubuntu-24.04-4.14_opam-2.5)(user (uid 1000) (gid 1000))(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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 dune-configurator.3.22.2 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-27 07:30.33: Waiting for resource in pool OCluster2026-04-27 08:19.13: Waiting for worker…2026-04-27 08:22.20: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at 6413e903f Refactor Win32 blocking fd checks to use match guards(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4' locallydocker.io/ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4: Pulling from ocaml/opamb40150c1c271: Already exists5635dddaaf61: Pulling fs layer0a6d5f853ae3: Pulling fs layer799f202be4df: Pulling fs layerb903f564077a: Pulling fs layer6c1d10b3d08f: Pulling fs layer5f5807185d05: Pulling fs layer070c54c49939: Pulling fs layerc74f78aa4319: Pulling fs layer08f490e2d1d6: Pulling fs layer90f22d77deb3: Pulling fs layer7934f3d64cde: Pulling fs layerc9675ca4ea04: Pulling fs layer2d56e81bc648: Pulling fs layer747607799543: Pulling fs layer620bc2c277c5: Pulling fs layerbd268c40989e: Pulling fs layer52dd6f008393: Pulling fs layer1ac04842be81: Pulling fs layere50d59eb16a8: Pulling fs layer5dcb466db21c: Pulling fs layer4f4fb700ef54: Pulling fs layer155ed5167872: Pulling fs layer0d0ddeec4e9f: Pulling fs layer11a59e72671d: Pulling fs layerf5e116e6aaf6: Pulling fs layer95c72a92d56a: Pulling fs layer711d037d18c7: Pulling fs layer100470c8287d: Pulling fs layer76c9f10ccc79: Pulling fs layer18a3f6bf5510: Pulling fs layer964c51b347ff: Pulling fs layer4020793ba1b6: Pulling fs layerff88a2087566: Pulling fs layer1599e1710bd3: Pulling fs layere9e27cfec680: Pulling fs layered5bd70fe984: Pulling fs layerff9f18578fd4: Pulling fs layer290bf7c7792f: Pulling fs layer1be1bd893fc7: Pulling fs layer7482771bd187: Pulling fs layer901ff5f800f2: Pulling fs layer42231f02769a: Pulling fs layer450229835c85: Pulling fs layer1599e1710bd3: Waiting42231f02769a: Waiting450229835c85: Waiting1be1bd893fc7: Waiting7482771bd187: Waiting901ff5f800f2: Waitinge9e27cfec680: Waitinged5bd70fe984: Waitingff9f18578fd4: Waiting155ed5167872: Waiting0d0ddeec4e9f: Waiting711d037d18c7: Waiting11a59e72671d: Waitingf5e116e6aaf6: Waiting95c72a92d56a: Waiting100470c8287d: Waiting76c9f10ccc79: Waiting2d56e81bc648: Waiting5dcb466db21c: Waiting52dd6f008393: Waiting747607799543: Waiting1ac04842be81: Waiting620bc2c277c5: Waitinge50d59eb16a8: Waitingb903f564077a: Waitingbd268c40989e: Waiting290bf7c7792f: Waiting6c1d10b3d08f: Waiting5f5807185d05: Waiting070c54c49939: Waiting18a3f6bf5510: Waitingc74f78aa4319: Waiting964c51b347ff: Waiting4f4fb700ef54: Waiting08f490e2d1d6: Waiting4020793ba1b6: Waiting90f22d77deb3: Waiting7934f3d64cde: Waitingc9675ca4ea04: Waitingff88a2087566: Waiting0a6d5f853ae3: Verifying Checksum0a6d5f853ae3: Download complete5635dddaaf61: Verifying Checksum5635dddaaf61: Download complete5635dddaaf61: Pull complete0a6d5f853ae3: Pull completeb903f564077a: Verifying Checksumb903f564077a: Download complete799f202be4df: Verifying Checksum799f202be4df: Download complete5f5807185d05: Verifying Checksum5f5807185d05: Download complete070c54c49939: Verifying Checksum070c54c49939: Download complete799f202be4df: Pull completeb903f564077a: Pull completec74f78aa4319: Verifying Checksumc74f78aa4319: Download complete90f22d77deb3: Download complete7934f3d64cde: Verifying Checksum7934f3d64cde: Download complete6c1d10b3d08f: Verifying Checksum6c1d10b3d08f: Download completec9675ca4ea04: Verifying Checksumc9675ca4ea04: Download complete2d56e81bc648: Verifying Checksum2d56e81bc648: Download complete620bc2c277c5: Verifying Checksum620bc2c277c5: Download completebd268c40989e: Verifying Checksumbd268c40989e: Download complete747607799543: Verifying Checksum747607799543: Download complete1ac04842be81: Verifying Checksum1ac04842be81: Download complete52dd6f008393: Verifying Checksum52dd6f008393: Download complete08f490e2d1d6: Verifying Checksum08f490e2d1d6: Download completee50d59eb16a8: Verifying Checksume50d59eb16a8: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete5dcb466db21c: Download complete155ed5167872: Verifying Checksum155ed5167872: Download complete11a59e72671d: Verifying Checksum11a59e72671d: Download completef5e116e6aaf6: Download complete0d0ddeec4e9f: Verifying Checksum0d0ddeec4e9f: Download complete95c72a92d56a: Verifying Checksum95c72a92d56a: Download complete100470c8287d: Verifying Checksum100470c8287d: Download complete711d037d18c7: Verifying Checksum711d037d18c7: Download complete76c9f10ccc79: Verifying Checksum76c9f10ccc79: Download complete964c51b347ff: Verifying Checksum964c51b347ff: Download complete18a3f6bf5510: Verifying Checksum18a3f6bf5510: Download complete4020793ba1b6: Verifying Checksum4020793ba1b6: Download complete6c1d10b3d08f: Pull complete5f5807185d05: Pull completeff88a2087566: Verifying Checksumff88a2087566: Download complete070c54c49939: Pull completee9e27cfec680: Download completeff9f18578fd4: Download completec74f78aa4319: Pull complete08f490e2d1d6: Pull complete290bf7c7792f: Verifying Checksum290bf7c7792f: Download complete90f22d77deb3: Pull complete7934f3d64cde: Pull complete1599e1710bd3: Verifying Checksum1599e1710bd3: Download complete1be1bd893fc7: Verifying Checksum1be1bd893fc7: Download completec9675ca4ea04: Pull complete901ff5f800f2: Verifying Checksum901ff5f800f2: Download complete2d56e81bc648: Pull complete747607799543: Pull complete620bc2c277c5: Pull completebd268c40989e: Pull complete42231f02769a: Verifying Checksum42231f02769a: Download complete52dd6f008393: Pull complete1ac04842be81: Pull completee50d59eb16a8: Pull complete5dcb466db21c: Pull complete4f4fb700ef54: Pull complete155ed5167872: Pull complete0d0ddeec4e9f: Pull complete11a59e72671d: Pull completef5e116e6aaf6: Pull complete95c72a92d56a: Pull complete711d037d18c7: Pull complete100470c8287d: Pull complete76c9f10ccc79: Pull complete18a3f6bf5510: Pull complete964c51b347ff: Pull complete4020793ba1b6: Pull completeff88a2087566: Pull complete7482771bd187: Verifying Checksum7482771bd187: Download complete450229835c85: Verifying Checksum450229835c85: Download completeed5bd70fe984: Verifying Checksumed5bd70fe984: Download complete1599e1710bd3: Pull completee9e27cfec680: Pull completeed5bd70fe984: Pull completeff9f18578fd4: Pull complete290bf7c7792f: Pull complete1be1bd893fc7: Pull complete7482771bd187: Pull complete901ff5f800f2: Pull complete42231f02769a: Pull complete450229835c85: Pull completeDigest: sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4Status: Downloaded newer image for ocaml/opam@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb42026-04-27 08:26.00 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" from cache/: (comment ubuntu-24.04-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (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-27 08:26.00 ---> using "cf6b682db0eb0265b50e065ef8ebeee7f5670b75b54916f04daec292c2291574" 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-27 08:26.00 ---> using "e0d727a931986edce47e349acfbdfc661d9f8a156856352a318ba20ddbcc86dd" 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.12026-04-27 08:26.00 ---> using "037700d65640b0cfa60eeade36e08c506355b33572f0baf2665b2b6f264049ce" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-27 08:26.00 ---> using "bd73055a33517574c09d1990315d9406b1b85284b6886c918f256834d1b2fdd9" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> 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-27 08:26.00 ---> using "44215223cd1e38276bb56f7db30e896334611c842e07383bb64f1e3b10a009e5" 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-27 08:26.00 ---> using "198f3c40349ac3f3bf230e797c9ba73769d66d8cdbe4440c294e57f94aadd0ed" from cache/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-27 08:26.00 ---> using "190a82326f3b581f057491f64d8c46a54de033a5d16663b788a4d7d31442f7ca" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-27 08:26.00 ---> using "1822dd4a472425476e336f5a4e5d2491f7e09389b3c0f88ee8ca47d3bd870284" from cache/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.2 dune-configurator.3.22.2 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://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://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2354 kB]- Fetched 4874 kB in 3s (1927 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-27 08:26.00 ---> using "20402d27d4be07acd68906306e8affcb51828537a18aafbac885c5bcc154253d" from cache/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.2- install dune-configurator 3.22.2- 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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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 ppxlib.0.38.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed react.1.2.2-> installed dune.3.22.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> 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.2-> installed ppxlib.0.38.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-27 08:26.00 ---> using "a211f255870366aaeb6ae9385745ee37500bb2246bd99904267cb87ea11eb517" from cache/src: (copy (src .) (dst /src))2026-04-27 08:28.24 ---> saved as "aa9286702233acd5696195d787839f6168c1672dd9077fd88c1a1aa079ab351b"/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.31 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.30 seconds2026-04-27 08:28.40 ---> saved as "f67e68b3d6da54e361683fc51153da5132934e0712a8d9d6cb7424816f00f7c1"Job succeeded2026-04-27 08:28.51: Job succeeded