2025-12-31 12:51.12: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/more-optional-sockopt (32f8ebcebbb4de9f7354c73ce1d35c0fd76b2b23) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "more-optional-sockopt" && cd "lwt" && git reset --hard 32f8ebcecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a# opensuse-15.6-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.37.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.4 --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-BLOCK2025-12-31 12:51.12: Using cache hint "ocsigen/lwt-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a-opensuse-15.6-4.14_opam-2.4-992b1d042607839f328486c8272ab184"2025-12-31 12:51.12: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)(comment opensuse-15.6-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)(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.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.37.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.4 --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")))2025-12-31 12:51.12: Waiting for resource in pool OCluster2025-12-31 12:51.13: Waiting for worker…2025-12-31 12:51.13: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 32f8ebceb set_tcp_nodelay absorbs EOPNOTSUPP when not explicitely set(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a' locallydocker.io/ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a: Pulling from ocaml/opamd358089470df: Pulling fs layer3df71b9b3e7f: Pulling fs layerd358089470df: Waitingb997bd420a3c: Pulling fs layer3df71b9b3e7f: Waiting12d178b9321a: Pulling fs layerb997bd420a3c: Waiting023fa28c6b25: Pulling fs layer12d178b9321a: Waiting023fa28c6b25: Waiting735e4d9b87e0: Pulling fs layer6542116374a0: Pulling fs layer735e4d9b87e0: Waiting44c143ceab21: Pulling fs layer6542116374a0: Waiting73d9c6c0a253: Pulling fs layer44c143ceab21: Waitingdcc99122ebd7: Pulling fs layer73d9c6c0a253: Waiting5eb9e4eb1e0d: Pulling fs layerdcc99122ebd7: Waiting9bf67a7d90d1: Pulling fs layer5eb9e4eb1e0d: Waiting4e169419decb: Pulling fs layer9bf67a7d90d1: Waiting83236c382b5f: Pulling fs layere9abdc611934: Pulling fs layer4e169419decb: Waiting83236c382b5f: Waiting5856cf582d06: Pulling fs layere9abdc611934: Waiting487cfb4f2ade: Pulling fs layer5856cf582d06: Waitingf161a5c7d41a: Pulling fs layer487cfb4f2ade: Waiting752c4eefe314: Pulling fs layerf161a5c7d41a: Waiting4f4fb700ef54: Pulling fs layer8574634fb855: Pulling fs layer4f4fb700ef54: Waiting752c4eefe314: Waiting45ffc9a6e835: Pulling fs layer8574634fb855: Waiting9b2e97c90544: Pulling fs layer45ffc9a6e835: Waiting9b2e97c90544: Waiting6f4caa19f8ea: Pulling fs layer01fa1df0cfec: Pulling fs layer24ce8b1b4144: Pulling fs layer01fa1df0cfec: Waiting1d7b4875e8fa: Pulling fs layer24ce8b1b4144: Waiting1d7b4875e8fa: Waiting5abf41dc1464: Pulling fs layerd5d3780fe7b4: Pulling fs layer5abf41dc1464: Waiting64d6876b8f1b: Pulling fs layer8d4ce630c014: Pulling fs layer64d6876b8f1b: Waiting1ac83bafd18d: Pulling fs layer87088f8e69bd: Pulling fs layer8d4ce630c014: Waiting1ac83bafd18d: Waiting653f0ca87c5a: Pulling fs layer87088f8e69bd: Waiting86b7aeb0fb7e: Pulling fs layer653f0ca87c5a: Waiting3d67e4541f01: Pulling fs layer86b7aeb0fb7e: Waiting8b29fa24d7dc: Pulling fs layer3d67e4541f01: Waitingc3b051d5b40a: Pulling fs layer8b29fa24d7dc: Waitingcea0ae7b006a: Pulling fs layerc3b051d5b40a: Waiting423ca6061d72: Pulling fs layercea0ae7b006a: Waiting4b16ecf8eaf2: Pulling fs layer423ca6061d72: Waiting3c0e8f4c1ce7: Pulling fs layer4b16ecf8eaf2: Waiting3c0e8f4c1ce7: Waiting3df71b9b3e7f: Download completed358089470df: Verifying Checksumd358089470df: Download completed358089470df: Pull complete3df71b9b3e7f: Pull complete023fa28c6b25: Verifying Checksum023fa28c6b25: Download complete735e4d9b87e0: Verifying Checksum735e4d9b87e0: Download complete6542116374a0: Verifying Checksum6542116374a0: Download complete44c143ceab21: Verifying Checksum44c143ceab21: Download complete73d9c6c0a253: Download completeb997bd420a3c: Verifying Checksumb997bd420a3c: Download complete5eb9e4eb1e0d: Verifying Checksum5eb9e4eb1e0d: Download completedcc99122ebd7: Verifying Checksumdcc99122ebd7: Download complete9bf67a7d90d1: Verifying Checksum9bf67a7d90d1: Download complete12d178b9321a: Verifying Checksum12d178b9321a: Download complete4e169419decb: Verifying Checksum4e169419decb: Download completee9abdc611934: Verifying Checksume9abdc611934: Download complete5856cf582d06: Verifying Checksum5856cf582d06: Download complete83236c382b5f: Verifying Checksum83236c382b5f: Download complete752c4eefe314: Verifying Checksum752c4eefe314: Download complete487cfb4f2ade: Verifying Checksum487cfb4f2ade: Download complete4f4fb700ef54: Download completef161a5c7d41a: Verifying Checksumf161a5c7d41a: Download complete45ffc9a6e835: Verifying Checksum45ffc9a6e835: Download complete9b2e97c90544: Verifying Checksum9b2e97c90544: Download complete6f4caa19f8ea: Verifying Checksum6f4caa19f8ea: Download complete8574634fb855: Download complete01fa1df0cfec: Download complete24ce8b1b4144: Download complete1d7b4875e8fa: Verifying Checksum1d7b4875e8fa: Download complete5abf41dc1464: Verifying Checksum5abf41dc1464: Download completed5d3780fe7b4: Verifying Checksumd5d3780fe7b4: Download complete64d6876b8f1b: Verifying Checksum64d6876b8f1b: Download complete8d4ce630c014: Verifying Checksum8d4ce630c014: Download complete1ac83bafd18d: Verifying Checksum1ac83bafd18d: Download completeb997bd420a3c: Pull complete653f0ca87c5a: Verifying Checksum653f0ca87c5a: Download complete3d67e4541f01: Verifying Checksum3d67e4541f01: Download complete8b29fa24d7dc: Download completec3b051d5b40a: Download completecea0ae7b006a: Verifying Checksumcea0ae7b006a: Download complete12d178b9321a: Pull complete023fa28c6b25: Pull complete735e4d9b87e0: Pull complete423ca6061d72: Download complete86b7aeb0fb7e: Verifying Checksum86b7aeb0fb7e: Download complete4b16ecf8eaf2: Download complete3c0e8f4c1ce7: Download complete6542116374a0: Pull complete44c143ceab21: Pull complete73d9c6c0a253: Pull completedcc99122ebd7: Pull complete5eb9e4eb1e0d: Pull complete9bf67a7d90d1: Pull complete4e169419decb: Pull complete83236c382b5f: Pull completee9abdc611934: Pull complete5856cf582d06: Pull complete487cfb4f2ade: Pull completef161a5c7d41a: Pull complete752c4eefe314: Pull complete4f4fb700ef54: Pull complete8574634fb855: Pull complete45ffc9a6e835: Pull complete9b2e97c90544: Pull complete6f4caa19f8ea: Pull complete01fa1df0cfec: Pull complete24ce8b1b4144: Pull complete1d7b4875e8fa: Pull complete5abf41dc1464: Pull completed5d3780fe7b4: Pull complete64d6876b8f1b: Pull complete8d4ce630c014: Pull complete1ac83bafd18d: Pull complete87088f8e69bd: Verifying Checksum87088f8e69bd: Download complete87088f8e69bd: Pull complete653f0ca87c5a: Pull complete86b7aeb0fb7e: Pull complete3d67e4541f01: Pull complete8b29fa24d7dc: Pull completec3b051d5b40a: Pull completecea0ae7b006a: Pull complete423ca6061d72: Pull complete4b16ecf8eaf2: Pull complete3c0e8f4c1ce7: Pull completeDigest: sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1aStatus: Downloaded newer image for ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a2025-12-31 12:51.14 ---> using "0063fda8739f5f8013b4d7431f310f1304f8d8914c38c2397f6b381aa46ec273" from cache/: (comment opensuse-15.6-4.14_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-12-31 12:51.14 ---> saved as "53dad08e061322df7226cdfefd70d755b5994512cd6fd5e0337eb9f74a349eb5"/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 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-12-31 12:51.41 ---> saved as "acda9e1362db25f787f1e87ad3ad82e574cb076989d5fec702762c18148a2ee8"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 4.14.22.4.12025-12-31 12:51.41 ---> saved as "6fac0f4a58503df98e06c061ea62a6d3c61aa636596468a86e037106811c787a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-31 12:51.41 ---> saved as "aa9a0a56382c325a142c5d9226106b994c6f69a6e311fd2ad655b5803d8dadb4"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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.4.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-12-31 12:52.01 ---> saved as "09cca588dac5457bd10aee2d0bd19f4ccd1dd208500037de8aed1b490ed0f3e6"/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 ./))2025-12-31 12:52.01 ---> saved as "0d3e6946dd617af5e3a2c985c0bb017ed6e9d256a7efdf7ddc22865d170de591"/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)2025-12-31 12:52.07 ---> saved as "2707778ebdf1fbbf17a07d68c9b9c8f1059c106dd5cfd53071c42c6686e29663"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-31 12:52.07 ---> saved as "c52f169f08267c505128792c32ae1923384c4b7922ec11f0474a789c66817563"/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.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.37.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.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ....- ....- ....- ....- ....- ....- .............done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .......- ....- ....- ....- ....- ....- ....- .............- ..........- ..........- ..........- ..........- ........- ............- done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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.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).2025-12-31 12:53.01 ---> saved as "89e5e25600c647594c4093638b86df0c5f0741e70ea0d1dc22f6e6af3ac10771"/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 15 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.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.37.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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ppxlib.0.37.0 (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.20.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.20.2-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-31 12:53.51 ---> saved as "f1cfb1d981a6c2990d35bc21a9e15d8aacdcf749cb2f81193d98ad3643b0d3fc"/src: (copy (src .) (dst /src))2025-12-31 12:53.51 ---> saved as "511e69f8876cc446e184a3c119bbe8024b9f2a7730ca9068971a2c13a3c57dc7"/src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build"))(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.25 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 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. 226 tests ran, 9 tests skipped in 6.29 seconds2025-12-31 12:54.01 ---> saved as "af0665ec41b13a82f59bf0445be620fd1f2a7291ea3b2f64da616eb004684fbc"Job succeeded2025-12-31 12:54.02: Job succeeded