2026-06-14 12:31.58: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/fix_warnings (1bff2264290564e010b056158862180aaadcb42a) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocurl.git" -b "fix_warnings" && cd "ocurl" && git reset --hard 1bff2264cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3# ubuntu-24.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 curl_lwt.opam curl.opam ./RUN opam pin add -yn curl_lwt.dev './' && \opam pin add -yn curl.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-14 12:31.58: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3-ubuntu-24.04-5.4_opam-2.5-50ad28da2981df628a8da127617b6252"2026-06-14 12:31.58: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3)(comment ubuntu-24.04-5.4_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src curl_lwt.opam curl.opam) (dst ./))(run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")(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 curl_lwt.dev curl.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-14 12:31.58: Waiting for resource in pool OCluster2026-06-14 14:02.28: Waiting for worker…2026-06-14 14:12.36: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 1bff226 Fix warnings(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3' locallydocker.io/ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3: Pulling from ocaml/opamb40150c1c271: Pulling fs layer5635dddaaf61: Pulling fs layer0a6d5f853ae3: Pulling fs layer799f202be4df: Pulling fs layerb903f564077a: Pulling fs layer6c1d10b3d08f: Pulling fs layerb40150c1c271: Waiting5635dddaaf61: Waiting8fd224b6ae45: Pulling fs layerb903f564077a: Waiting799f202be4df: Waiting0a6d5f853ae3: Waiting6c1d10b3d08f: Waiting5e37c7ad2993: Pulling fs layer8fd224b6ae45: Waiting32255c35d5b3: Pulling fs layerc3cffeaeb4b8: Pulling fs layer5e37c7ad2993: Waitinga9de87727b20: Pulling fs layer32255c35d5b3: Waitingcd92154d260a: Pulling fs layer5534cf6e4151: Pulling fs layer92d42dfe1d12: Pulling fs layerc3cffeaeb4b8: Waitingcd92154d260a: Waitinga9de87727b20: Waiting4974f6184649: Pulling fs layer5534cf6e4151: Waiting92d42dfe1d12: Waitingddbbf37b07ba: Pulling fs layer4974f6184649: Waitingddbbf37b07ba: Waiting6c31853c12bf: Pulling fs layered68394a86c7: Pulling fs layer6c31853c12bf: Waitinged68394a86c7: Waiting3cc6b078d5fc: Pulling fs layer257a2bdf9f61: Pulling fs layer4f4fb700ef54: Pulling fs layer61b8d2ddf2f3: Pulling fs layer3cc6b078d5fc: Waitingdbb18f475127: Pulling fs layer4f4fb700ef54: Waiting61b8d2ddf2f3: Waiting257a2bdf9f61: Waiting802447bfad8e: Pulling fs layere86ad76f9c74: Pulling fs layerdbb18f475127: Waiting802447bfad8e: Waiting9e967f128a0d: Pulling fs layer5d5cafdc9e88: Pulling fs layere86ad76f9c74: Waiting9e967f128a0d: Waitingc81e5f5c4bfc: Pulling fs layer0a0005210533: Pulling fs layer5d5cafdc9e88: Waitingc81e5f5c4bfc: Waiting8549d7b2ccb2: Pulling fs layer57ea4f2cdcb7: Pulling fs layer8549d7b2ccb2: Waitingeea0ea6a7403: Pulling fs layer57ea4f2cdcb7: Waiting3d2e57752a6c: Pulling fs layereea0ea6a7403: Waiting128f8b8d9b04: Pulling fs layer3d2e57752a6c: Waitinga594488fbf65: Pulling fs layerfbe102fc5248: Pulling fs layer4d204629c375: Pulling fs layera594488fbf65: Waitingfbe102fc5248: Waiting504e6256aaf7: Pulling fs layer4d204629c375: Waitinge553f7e7d2a2: Pulling fs layercea2efc9b4f4: Pulling fs layer1cf176ec0ca1: Pulling fs layer504e6256aaf7: Waitinge553f7e7d2a2: Waiting42d435880d33: Pulling fs layer1cf176ec0ca1: Waitingcea2efc9b4f4: Waiting2bd2b7deb664: Pulling fs layerb63ece2686d2: Pulling fs layer2bd2b7deb664: Waiting11efbb46aef7: Pulling fs layer42d435880d33: Waitingb63ece2686d2: Waiting11efbb46aef7: Waiting5635dddaaf61: Verifying Checksum5635dddaaf61: Download complete0a6d5f853ae3: Download completeb40150c1c271: Download completeb903f564077a: Verifying Checksumb903f564077a: Download complete799f202be4df: Verifying Checksum799f202be4df: Download complete8fd224b6ae45: Verifying Checksum8fd224b6ae45: Download complete5e37c7ad2993: Verifying Checksum5e37c7ad2993: Download complete32255c35d5b3: Verifying Checksum32255c35d5b3: Download completec3cffeaeb4b8: Verifying Checksumc3cffeaeb4b8: Download completeb40150c1c271: Pull complete5635dddaaf61: Pull complete0a6d5f853ae3: Pull completea9de87727b20: Verifying Checksuma9de87727b20: Download completecd92154d260a: Verifying Checksumcd92154d260a: Download complete5534cf6e4151: Verifying Checksum5534cf6e4151: Download complete4974f6184649: Verifying Checksum4974f6184649: Download complete92d42dfe1d12: Verifying Checksum92d42dfe1d12: Download completeddbbf37b07ba: Verifying Checksumddbbf37b07ba: Download complete6c31853c12bf: Verifying Checksum6c31853c12bf: Download completeed68394a86c7: Verifying Checksumed68394a86c7: Download complete3cc6b078d5fc: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete799f202be4df: Pull completeb903f564077a: Pull complete257a2bdf9f61: Download complete61b8d2ddf2f3: Download completedbb18f475127: Verifying Checksumdbb18f475127: Download complete6c1d10b3d08f: Verifying Checksum6c1d10b3d08f: Download complete802447bfad8e: Verifying Checksum802447bfad8e: Download completee86ad76f9c74: Verifying Checksume86ad76f9c74: Download complete9e967f128a0d: Verifying Checksum9e967f128a0d: Download complete5d5cafdc9e88: Verifying Checksum5d5cafdc9e88: Download completec81e5f5c4bfc: Verifying Checksumc81e5f5c4bfc: Download complete0a0005210533: Verifying Checksum0a0005210533: Download complete8549d7b2ccb2: Download completeeea0ea6a7403: Verifying Checksumeea0ea6a7403: Download complete3d2e57752a6c: Verifying Checksum3d2e57752a6c: Download complete57ea4f2cdcb7: Download completea594488fbf65: Download complete4d204629c375: Download complete504e6256aaf7: Download completee553f7e7d2a2: Verifying Checksume553f7e7d2a2: Download completefbe102fc5248: Verifying Checksumfbe102fc5248: Download completecea2efc9b4f4: Download complete128f8b8d9b04: Verifying Checksum128f8b8d9b04: Download complete1cf176ec0ca1: Download complete2bd2b7deb664: Verifying Checksum2bd2b7deb664: Download completeb63ece2686d2: Verifying Checksumb63ece2686d2: Download complete6c1d10b3d08f: Pull complete8fd224b6ae45: Pull complete5e37c7ad2993: Pull complete11efbb46aef7: Verifying Checksum11efbb46aef7: Download complete32255c35d5b3: Pull completec3cffeaeb4b8: Pull completea9de87727b20: Pull completecd92154d260a: Pull complete42d435880d33: Verifying Checksum42d435880d33: Download complete5534cf6e4151: Pull complete92d42dfe1d12: Pull complete4974f6184649: Pull completeddbbf37b07ba: Pull complete6c31853c12bf: Pull completeed68394a86c7: Pull complete3cc6b078d5fc: Pull complete257a2bdf9f61: Pull complete4f4fb700ef54: Pull complete61b8d2ddf2f3: Pull completedbb18f475127: Pull complete802447bfad8e: Pull completee86ad76f9c74: Pull complete9e967f128a0d: Pull complete5d5cafdc9e88: Pull completec81e5f5c4bfc: Pull complete0a0005210533: Pull complete8549d7b2ccb2: Pull complete57ea4f2cdcb7: Pull completeeea0ea6a7403: Pull complete3d2e57752a6c: Pull complete128f8b8d9b04: Pull completea594488fbf65: Pull completefbe102fc5248: Pull complete4d204629c375: Pull complete504e6256aaf7: Pull completee553f7e7d2a2: Pull completecea2efc9b4f4: Pull complete1cf176ec0ca1: Pull complete42d435880d33: Pull complete2bd2b7deb664: Pull completeb63ece2686d2: Pull complete11efbb46aef7: Pull completeDigest: sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3Status: Downloaded newer image for ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b32026-06-14 14:12.37 ---> using "09f7a341034f2591024efaf9dd77d7de263102b0a73433761a5c6fa3e65c805a" from cache/: (comment ubuntu-24.04-5.4_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-06-14 14:12.37 ---> using "996805b7c90d5b9a01bf7bf13b904d8703f18fb6f8a65970765afaec2dee9098" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..bfde4320ee master -> origin/mastere8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims2026-06-14 14:12.37 ---> using "d21cb6826a6a8d54f453675d1313ec9bb35b086cf53e3fcf0b680cd5cc58cf72" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.Continue? [Y/n] yThis version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-14 14:12.37 ---> using "b012fdaf2159250e8af39ce91ba588b89eaf6f7167f74265d0317ffca968c6d3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-14 14:12.37 ---> using "9a690a67cdda7523f4db7dad565a05484fdf48c6961e168335ba930fb1e95d63" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-14 14:12.37 ---> using "6fe2e0d1fcf259de757317d1c792105d58a0ec494b0d401188c5fc36f6a28c9b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.4.1+lrgrep-- ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1However, 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-06-14 14:12.37 ---> using "0cbbb9f90893443da7a20a37ba993b19a9bc80dad3ce3661c913473aef07c308" from cache/src: (copy (src curl_lwt.opam curl.opam) (dst ./))2026-06-14 14:12.37 ---> saved as "cf7c1323b65a2ad1b5bbab99ca676e1db2b5a6c76a0fa2969fbc947aa9151960"/src: (run (network host)(shell "opam pin add -yn curl_lwt.dev './' && \\nopam pin add -yn curl.dev './'"))[curl_lwt.dev] synchronised (file:///src)curl_lwt is now pinned to file:///src (version dev)[curl.dev] synchronised (file:///src)curl is now pinned to file:///src (version dev)2026-06-14 14:12.45 ---> saved as "9c80496a474875aff331c22b42613beed65cb533c360b0bc3bd3dd215b1bc922"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-14 14:12.45 ---> saved as "5829c39cf6cd893c79ea0ba533f213195b91f7b01de4139cbae857c155c56528"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")/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 curl_lwt.dev curl.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [48.4 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1503 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1745 kB]- Get:8 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3162 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2118 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2147 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3352 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.9 kB]- Fetched 14.6 MB in 7s (2004 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[curl.dev] synchronised (file:///src)[curl_lwt.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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 system packages will first need to be installed:libcurl4-gnutls-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libcurl4-gnutls-dev:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16365 files and directories currently installed.)- Preparing to unpack .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.9_amd64.deb ...- Unpacking libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ...- Setting up libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ...# To update the current shell environment, run: eval $(opam env)2026-06-14 14:13.18 ---> saved as "bd714ddd25fb79e2600ddecf482f26803f29221082fef62bb6b8f503e6a986ea"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 9 packages- install base-bytes base- install conf-libcurl 2- install cppo 1.8.0- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- install lwt 6.1.2- install ocamlfind 1.9.8- install ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-libcurl.2-> retrieved lwt.6.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.23.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.23.1-> installed lwt.6.1.2Done.# To update the current shell environment, run: eval $(opam env)2026-06-14 14:15.26 ---> saved as "46a81ad6ec274bab7f51a436113d939237f7d7f2e2653362733580ac2f66f202"/src: (copy (src .) (dst /src))2026-06-14 14:15.26 ---> saved as "4659c0534f21d970cf39e6247c575fd13af7daefaf33f97e51923778a97ef130"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "examples/dune", line 35, characters 18-25:35 | (preprocess (pps lwt_ppx))^^^^^^^Error: Library "lwt_ppx" not found.-> required by_build/default/examples/.merlin-conf/exe-test_lwt-7ea57e54dfcdb31d8ef2be2c4623f56b-> required by alias examples/check(cd _build/default/examples && ./test_memory_leaks.exe)RSS 10051584 -> 12230656 OKRSS 12230656 -> 11513856 OKRSS 11513856 -> 11513856 OK"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-06-14 14:15.35: Job failed: Failed: Build failed