2025-12-30 15:25.47: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/ppx-type-wrong-1085 (8da250e8e9963a01fd0ee5d98593dddb5327e29c) (linux-x86_64:opensuse-16.0-5.4_opam-2.4)Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "ppx-type-wrong-1085" && cd "lwt" && git reset --hard 8da250e8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3# opensuse-16.0-5.4_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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-30 15:25.47: Using cache hint "ocsigen/lwt-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3-opensuse-16.0-5.4_opam-2.4-e1b69c445173ce854016c694311f718b"2025-12-30 15:25.47: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3)(comment opensuse-16.0-5.4_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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.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 @install @check @runtest && rm -rf _build")))2025-12-30 15:25.47: Waiting for resource in pool OCluster2025-12-30 15:25.47: Waiting for worker…2025-12-30 15:26.07: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 8da250e8e ppx: add test for #1085, add standalone ppx executable(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3)Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3' locallydocker.io/ocaml/opam@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3: Pulling from ocaml/opam64cfa2a65095: Pulling fs layerc58e7fc0434b: Pulling fs layere740d9a47e1f: Pulling fs layerd7c03a198c4b: Pulling fs layerc58e7fc0434b: Waiting42de20def269: Pulling fs layerabc227c6cd44: Pulling fs layerc58a95feb180: Pulling fs layere740d9a47e1f: Waitingd84eb81fb0f8: Pulling fs layerf690a3ad9c79: Pulling fs layerd7c03a198c4b: Waitingabc227c6cd44: Waiting42de20def269: Waitinga22970d3bfd0: Pulling fs layer00baea0030aa: Pulling fs layera831937e3bc0: Pulling fs layerc58a95feb180: Waiting64cfa2a65095: Waiting8f75b7b99ec3: Pulling fs layerd84eb81fb0f8: Waitingc85b4277362e: Pulling fs layera22970d3bfd0: Waitingf690a3ad9c79: Waiting00baea0030aa: Waitingab7dddc1a412: Pulling fs layerc85b4277362e: Waiting840e0e32daa6: Pulling fs layer4107e6500a80: Pulling fs layerab7dddc1a412: Waiting7bdab83e22ba: Pulling fs layer840e0e32daa6: Waiting4107e6500a80: Waitingf2bb5a4d41cb: Pulling fs layer7bdab83e22ba: Waiting4f4fb700ef54: Pulling fs layerf5f2cff50827: Pulling fs layerf2bb5a4d41cb: Waiting4f4fb700ef54: Waiting7ca602f48f71: Pulling fs layerf5f2cff50827: Waitingae92dde59dce: Pulling fs layer7ca602f48f71: Waiting853fc9ff49e1: Pulling fs layerae92dde59dce: Waiting48c07a648eaf: Pulling fs layer853fc9ff49e1: Waiting78de2d3fa252: Pulling fs layer48c07a648eaf: Waiting71fbef6a4bb2: Pulling fs layer78de2d3fa252: Waiting182c63577bee: Pulling fs layer71fbef6a4bb2: Waitingda0bec0c9e1c: Pulling fs layer182c63577bee: Waitingb16d2bc618ca: Pulling fs layerda0bec0c9e1c: Waiting0ee0183c5545: Pulling fs layerb16d2bc618ca: Waiting6bbd55c921f4: Pulling fs layer0ee0183c5545: Waiting6bbd55c921f4: Waitingb42caf40b800: Pulling fs layerc1af31005804: Pulling fs layerb42caf40b800: Waiting711783289313: Pulling fs layerc1af31005804: Waiting49e4742fa223: Pulling fs layer711783289313: Waiting0049753dc09e: Pulling fs layer7563785a60af: Pulling fs layer9e537b1d4196: Pulling fs layer0049753dc09e: Waiting49e4742fa223: Waiting01002316d80b: Pulling fs layer397067346b5a: Pulling fs layer01002316d80b: Waiting9e537b1d4196: Waiting8460fb27e653: Pulling fs layer397067346b5a: Waiting4f17b37d3056: Pulling fs layer8460fb27e653: Waiting801a54e2ed59: Pulling fs layerc2482e8d3f22: Pulling fs layer4f17b37d3056: Waiting801a54e2ed59: Waitingc2482e8d3f22: Waitingc58e7fc0434b: Verifying Checksumc58e7fc0434b: Download complete64cfa2a65095: Verifying Checksum64cfa2a65095: Download complete64cfa2a65095: Pull completec58e7fc0434b: Pull completed7c03a198c4b: Verifying Checksumd7c03a198c4b: Download complete42de20def269: Download completeabc227c6cd44: Verifying Checksumabc227c6cd44: Download completed84eb81fb0f8: Verifying Checksumd84eb81fb0f8: Download completef690a3ad9c79: Verifying Checksumf690a3ad9c79: Download completec58a95feb180: Verifying Checksumc58a95feb180: Download completea22970d3bfd0: Verifying Checksuma22970d3bfd0: Download completea831937e3bc0: Download complete00baea0030aa: Verifying Checksum00baea0030aa: Download complete8f75b7b99ec3: Download completec85b4277362e: Verifying Checksumc85b4277362e: Download complete840e0e32daa6: Verifying Checksum840e0e32daa6: Download completeab7dddc1a412: Verifying Checksumab7dddc1a412: Download complete4107e6500a80: Download complete7bdab83e22ba: Verifying Checksum7bdab83e22ba: Download completef2bb5a4d41cb: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef5f2cff50827: Download complete7ca602f48f71: Verifying Checksum7ca602f48f71: Download complete853fc9ff49e1: Download completeae92dde59dce: Download complete48c07a648eaf: Download complete78de2d3fa252: Verifying Checksum78de2d3fa252: Download complete71fbef6a4bb2: Download completeda0bec0c9e1c: Verifying Checksumda0bec0c9e1c: Download complete182c63577bee: Verifying Checksum182c63577bee: Download complete0ee0183c5545: Download completeb16d2bc618ca: Verifying Checksumb16d2bc618ca: Download complete6bbd55c921f4: Download completec1af31005804: Download completee740d9a47e1f: Verifying Checksume740d9a47e1f: Download complete49e4742fa223: Verifying Checksum49e4742fa223: Download completee740d9a47e1f: Pull complete0049753dc09e: Download complete7563785a60af: Download complete9e537b1d4196: Verifying Checksum9e537b1d4196: Download complete01002316d80b: Verifying Checksum01002316d80b: Download complete397067346b5a: Verifying Checksum397067346b5a: Download complete711783289313: Verifying Checksum711783289313: Download complete4f17b37d3056: Download completeb42caf40b800: Verifying Checksumb42caf40b800: Download complete801a54e2ed59: Verifying Checksum801a54e2ed59: Download completec2482e8d3f22: Download completed7c03a198c4b: Pull complete42de20def269: Pull completeabc227c6cd44: Pull completec58a95feb180: Pull completed84eb81fb0f8: Pull completef690a3ad9c79: Pull completea22970d3bfd0: Pull complete00baea0030aa: Pull completea831937e3bc0: Pull complete8f75b7b99ec3: Pull completec85b4277362e: Pull completeab7dddc1a412: Pull complete840e0e32daa6: Pull complete4107e6500a80: Pull complete7bdab83e22ba: Pull completef2bb5a4d41cb: Pull complete4f4fb700ef54: Pull completef5f2cff50827: Pull complete7ca602f48f71: Pull completeae92dde59dce: Pull complete853fc9ff49e1: Pull complete48c07a648eaf: Pull complete78de2d3fa252: Pull complete71fbef6a4bb2: Pull complete182c63577bee: Pull completeda0bec0c9e1c: Pull completeb16d2bc618ca: Pull complete0ee0183c5545: Pull complete6bbd55c921f4: Pull complete8460fb27e653: Verifying Checksum8460fb27e653: Download completeb42caf40b800: Pull completec1af31005804: Pull complete711783289313: Pull complete49e4742fa223: Pull complete0049753dc09e: Pull complete7563785a60af: Pull complete9e537b1d4196: Pull complete01002316d80b: Pull complete397067346b5a: Pull complete8460fb27e653: Pull complete4f17b37d3056: Pull complete801a54e2ed59: Pull completec2482e8d3f22: Pull completeDigest: sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a3Status: Downloaded newer image for ocaml/opam@sha256:d0c34e92d8564d2e5457f7e7ee34c7635725b842a651594d6248ab4ab741e6a32025-12-30 15:30.06 ---> saved as "f06e7ea64f86e6a5dd26471c55dfb202bd1f3bd20775c0c44332e5180b863f50"/: (comment opensuse-16.0-5.4_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-30 15:30.07 ---> saved as "5393bde22ec43e40beadc237862cdd209b539752063e462e1313c3708b51552c"/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-30 15:30.35 ---> saved as "ca936d4fb7d87b19efd2181c7d80ecd68814989ddf2797d885e5a371e4ad94f7"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 5.4.02.4.12025-12-30 15:30.35 ---> saved as "c5ba3016bb7c6086959e92a8df6b878398f5b7405bdb223c2f64d917f7c9e9d9"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-30 15:30.35 ---> saved as "ee17ba4f82533c3aa53987a6be71cfaacb97ef0b62d08a0b4be065b8c7d77aba"/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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..f2d102f951 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-30 15:31.00 ---> saved as "6e818bb90f1818e3cc24628cfdc7cee3eaa737fccfdf16fb8ff782ad26bf0139"/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-30 15:31.00 ---> saved as "f0201d6205848233d14ea1375f8118790d57801eacc9c4799094bc1175c88f10"/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-30 15:31.07 ---> saved as "f0271229e92a31d9a68836797be49ee555018c19b9ea8e7a0b830679e1ccc0b0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-30 15:31.07 ---> saved as "ce9fb229ccbdc7d800e66d09d57c5859c097bca9e8838febc6fd8f31a177f5f1"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.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_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- .- ..-- Note: Received 1 new package signing key from repository "repo-oss (16.0)":-- Those additional keys are usually used to sign packages shipped by the repository. In order to- validate those packages upon download and installation the new keys will be imported into the rpm- database.-- New:- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>- Key Algorithm: RSA 4096- Key Created: Wed May 10 14:46:12 2023- Key Expires: Sun May 9 14:46:12 2027- Rpm Name: gpg-pubkey-25db7ae0-645bae34-- The repository metadata introducing the new keys have been signed and validated by the trusted- key:-- Repository: repo-oss (16.0)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- .- ......- .........- ........- .........- ........- ........- .........- .........- .........- .........- .........- ..........- .........- ........- .......- .......- .......- .....- .....- .......- .......- ........- .........- .....- ....- ......- ...- ..- ....- ...- ....- .......- ......- ........- ....- ....- ..- ......- ..- .....- ..........- ........- .......- ........- .......- .....- ....- ........- .........- ........- .........- ........- .........- .........- .........- .........- .........- ......- .......- ......- .......- ......- ........- .........- .....- .....- .........- ........- ........- ........- .......- ........- .........- ........- .......- ..........- .........- .........- ........- ......- ...- .....- .....- ...- ....- ..- ...- ........- ......- ........- .....- ......- .......- ........- ........- .........- .........- .........- .........- ........- ........- .........- .........- .........- ........- .........- .........- .........- ..........- ..........- ..........- .....- .......- ........- ........- .......- .....- ...- ......- ...- ....- ..- .....- ....- ........- .....- ...- ......- .....- ......- ........- ........- .......- ......- ......- .........- .......- ........- ........- ........- .........done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt.dev] synchronised (file:///src)[lwt_direct.dev] synchronised (file:///src)[lwt_ppx.dev] synchronised (file:///src)[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)[lwt_react.dev] synchronised (file:///src)[lwt_retry.dev] synchronised (file:///src)[lwt_runtime_events.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-12-30 15:33.57 ---> saved as "715b0297d93bcdb2d4500b428eac4cb5f3b3506b3e1b653c885c3963a62a03cc"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 19 packages- install base v0.17.3- 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.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppx_here v0.17.0- install ppx_let v0.17.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 base.v0.17.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (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 ppx_here.v0.17.0 (cached)-> retrieved ppx_let.v0.17.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.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.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.20.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppx_here.v0.17.0-> installed ppx_let.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-12-30 15:35.06 ---> saved as "7b91cc1c8cc36ed8ac80e01919cdcdaa7c4df5a880bb6f2da036247808af7004"/src: (copy (src .) (dst /src))2025-12-30 15:35.06 ---> saved as "191e7123a8d115ea6ace6879f2bcec5e10d64abd1b57feff1f43a2c76fcd4613"/src: (run (shell "opam exec -- dune build @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/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.00 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.28 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'....................Ok. 17 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.51 seconds(cd _build/default/test/unix && ./main.exe)Testing library 'unix'....................................SSSSS..............................................................................................................SSSS...................................................................................Ok. 226 tests ran, 9 tests skipped in 6.31 seconds2025-12-30 15:35.17 ---> saved as "45ac530d77d6434ee2afddb8b8949659c22db6810ed536d7ffe80ad46ba303f6"Job succeeded2025-12-30 15:35.17: Job succeeded