2025-07-31 07:25.39: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/remove-ocurl (f31cdb042a734e243a68cf4cb994a020a3119fb1) (linux-x86_64:fedora-41-5.3_opam-2.4)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ygrek/ocurl.git" -b "remove-ocurl" && cd "ocurl" && git reset --hard f31cdb04
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
# fedora-41-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --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.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --depext-only -y curl_lwt.dev curl.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-07-31 07:25.39: Using cache hint "ygrek/ocurl-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-fd540f1ab3b3b08f284fa8cf730447d3"
2025-07-31 07:25.39: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
(comment fedora-41-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && 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 (network host)
(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.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --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"))
)
2025-07-31 07:25.39: Waiting for resource in pool OCluster
2025-07-31 07:46.03: Waiting for worker…
2025-07-31 07:48.36: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at f31cdb0 Remove the ocurl package definition
(from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locally
docker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam
2b0cc7ee804c: Already exists
c18ed2f7611b: Already exists
0e212a9ba2f6: Already exists
720686032277: Already exists
93be4d741366: Already exists
df139e1f3f46: Already exists
bee85951ecc4: Already exists
cfb7dd932d0a: Already exists
302d2b5cf94e: Already exists
744bd9676b94: Already exists
a61a2d3582bd: Already exists
a5cf4976352b: Already exists
2bc5a8b0d983: Already exists
22426805282e: Already exists
d39f24bef506: Already exists
2c18ac3ce9e5: Already exists
9d7b82e56a00: Already exists
404af7605dc7: Already exists
007ac776635c: Already exists
3d6a7bcf6161: Already exists
4f4fb700ef54: Already exists
81a2be02a786: Already exists
bd0aecc02a24: Already exists
d45fa2528917: Already exists
80de9e6990f7: Already exists
03da6777de95: Already exists
494d5ca3df8f: Already exists
41c6b53a001d: Already exists
3e8b84460b11: Already exists
d053d4a106fe: Already exists
fa7761527b70: Already exists
dcd9d9d9b709: Already exists
d9806d9e64c4: Already exists
f876e57ff686: Already exists
8bc0b3187df7: Already exists
8b9e19fd2c6f: Already exists
9ba4810d75d9: Already exists
dbd14d793cc9: Already exists
42532df89f46: Already exists
d03e76a27dce: Pulling fs layer
bac3b6f3c4a9: Pulling fs layer
50215e359b55: Pulling fs layer
27e83a79dc4e: Pulling fs layer
bac3b6f3c4a9: Waiting
50215e359b55: Waiting
334ed129df98: Pulling fs layer
27e83a79dc4e: Waiting
334ed129df98: Waiting
d03e76a27dce: Verifying Checksum
d03e76a27dce: Download complete
d03e76a27dce: Pull complete
50215e359b55: Verifying Checksum
50215e359b55: Download complete
27e83a79dc4e: Download complete
334ed129df98: Verifying Checksum
334ed129df98: Download complete
bac3b6f3c4a9: Verifying Checksum
bac3b6f3c4a9: Download complete
bac3b6f3c4a9: Pull complete
50215e359b55: Pull complete
27e83a79dc4e: Pull complete
334ed129df98: Pull complete
Digest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
2025-07-31 07:48.36 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache
/: (comment fedora-41-5.3_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates 100% | 76.0 KiB/s | 14.5 KiB | 00m00s
Fedora 41 - x86_64 - Updates 100% | 129.6 KiB/s | 3.5 MiB | 00m28s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.
Nothing to do.
2025-07-31 07:48.36 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 07:48.36 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" 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] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 07:48.36 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 07:48.36 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 07:48.36 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:48.56 ---> saved as "144837b47a4f488aad0ab10322769f122c8430376ba6267fb900451d946ca713"
/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2025-07-31 07:48.57 ---> saved as "6949f9959feec73d05e111e1ca1635b94b57a0ee9fa3fc352e225d9c842c079e"
/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)
2025-07-31 07:48.58 ---> saved as "d8b385fe9b1aaf32c1b12333510737707439a5573806421f3138052e943a1da2"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 07:48.58 ---> saved as "4a0475f526e5bbf9f79b78c6e0dfcc6abc1372455d5d58a138002bf6862704c6"
/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.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --depext-only -y curl_lwt.dev curl.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 system packages will first need to be installed:
libcurl-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "libcurl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- libcurl-devel x86_64 8.9.1-3.fc41 updates 1.3 MiB
- Installing dependencies:
- brotli x86_64 1.1.0-5.fc41 fedora 31.8 KiB
- brotli-devel x86_64 1.1.0-5.fc41 fedora 65.6 KiB
- cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B
- libidn2-devel x86_64 2.3.8-1.fc41 updates 148.2 KiB
- libnghttp2-devel x86_64 1.62.1-3.fc41 updates 295.2 KiB
- libpsl-devel x86_64 0.21.5-4.fc41 fedora 110.3 KiB
- libssh-devel x86_64 0.10.6-8.fc41 fedora 155.0 KiB
- openssl-devel x86_64 1:3.2.4-2.fc41 updates 4.3 MiB
- publicsuffix-list noarch 20250616-1.fc41 updates 332.8 KiB
- zlib-ng-compat-devel x86_64 2.2.3-2.fc41 updates 107.0 KiB
-
- Transaction Summary:
- Installing: 11 packages
-
- Total size of inbound packages is 4 MiB. Need to download 4 MiB.
- After this operation, 7 MiB extra will be used (install 7 MiB, remove 0 B).
- [ 1/11] brotli-devel-0:1.1.0-5.fc41.x86 100% | 1.1 MiB/s | 34.0 KiB | 00m00s
- [ 2/11] libidn2-devel-0:2.3.8-1.fc41.x8 100% | 7.8 MiB/s | 64.0 KiB | 00m00s
- [ 3/11] brotli-0:1.1.0-5.fc41.x86_64 100% | 502.0 KiB/s | 20.1 KiB | 00m00s
- [ 4/11] libpsl-devel-0:0.21.5-4.fc41.x8 100% | 5.4 MiB/s | 33.3 KiB | 00m00s
- [ 5/11] libssh-devel-0:0.10.6-8.fc41.x8 100% | 5.5 MiB/s | 39.2 KiB | 00m00s
- [ 6/11] libnghttp2-devel-0:1.62.1-3.fc4 100% | 2.5 MiB/s | 55.3 KiB | 00m00s
- [ 7/11] zlib-ng-compat-devel-0:2.2.3-2. 100% | 7.5 MiB/s | 38.3 KiB | 00m00s
- [ 8/11] cmake-filesystem-0:3.30.8-1.fc4 100% | 4.1 MiB/s | 16.8 KiB | 00m00s
- [ 9/11] publicsuffix-list-0:20250616-1. 100% | 7.3 MiB/s | 89.9 KiB | 00m00s
- [10/11] libcurl-devel-0:8.9.1-3.fc41.x8 100% | 6.4 MiB/s | 871.1 KiB | 00m00s
- [11/11] openssl-devel-1:3.2.4-2.fc41.x8 100% | 13.6 MiB/s | 2.8 MiB | 00m00s
- --------------------------------------------------------------------------------
- [11/11] Total 100% | 8.1 MiB/s | 4.0 MiB | 00m01s
- Running transaction
- [ 1/13] Verify package files 100% | 578.0 B/s | 11.0 B | 00m00s
- [ 2/13] Prepare transaction 100% | 95.0 B/s | 11.0 B | 00m00s
- [ 3/13] Installing cmake-filesystem-0:3 100% | 1.8 MiB/s | 7.3 KiB | 00m00s
- [ 4/13] Installing libssh-devel-0:0.10. 100% | 51.2 MiB/s | 157.4 KiB | 00m00s
- [ 5/13] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s
- [ 6/13] Installing publicsuffix-list-0: 100% | 163.0 MiB/s | 333.8 KiB | 00m00s
- [ 7/13] Installing libpsl-devel-0:0.21. 100% | 11.1 MiB/s | 113.6 KiB | 00m00s
- [ 8/13] Installing openssl-devel-1:3.2. 100% | 89.4 MiB/s | 5.2 MiB | 00m00s
- [ 9/13] Installing libnghttp2-devel-0:1 100% | 144.7 MiB/s | 296.3 KiB | 00m00s
- [10/13] Installing libidn2-devel-0:2.3. 100% | 76.1 MiB/s | 155.8 KiB | 00m00s
- [11/13] Installing brotli-0:1.1.0-5.fc4 100% | 31.7 MiB/s | 32.5 KiB | 00m00s
- [12/13] Installing brotli-devel-0:1.1.0 100% | 22.1 MiB/s | 68.0 KiB | 00m00s
- [13/13] Installing libcurl-devel-0:8.9. 100% | 17.8 MiB/s | 1.3 MiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.9.1-3.fc41.x86_64
2025-07-31 07:49.09 ---> saved as "3eb481b301e3d332d52931847bc42810e5fe7e24f9d15de023f679a8c8a32673"
/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 9 packages
- install base-bytes base
- install conf-libcurl 2
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.19.1
- install dune-configurator 3.19.1
- install lwt 5.9.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> installed conf-libcurl.2
-> retrieved lwt.5.9.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:49.44 ---> saved as "f0307f819a6983b71f96d73cc563c1b19297ca170243dc262f000d2dbca96018"
/src: (copy (src .) (dst /src))
2025-07-31 07:49.44 ---> saved as "135d792dd26f00c39bc532aa503d86b0395902d0aa731be167f2053cbee41b6b"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "examples/dune", line 32, characters 18-25:
32 | (preprocess (pps lwt_ppx))
^^^^^^^
Error: Library "lwt_ppx" not found.
-> required by
_build/default/examples/.merlin-conf/exe-test_lwt-0dcf2dfa4ae9573d2c95196fdb3fad76
-> required by alias examples/check
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.ocurl.eobjs/byte -I /home/opam/.opam/5.3/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmo -c -impl examples/ocurl.ml)
File "examples/ocurl.ml", line 21, characters 4-14:
21 | let getContent connection url =
^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value getContent.
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.opar.eobjs/byte -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.opar.eobjs/byte/dune__exe__Opar.cmo -c -impl examples/opar.ml)
File "examples/opar.ml", line 9, characters 4-17:
9 | let show_progress fname conn =
^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value show_progress.
(cd _build/default/examples && ./test_memory_leaks.exe)
RSS 6291456 -> 12578816 OK
RSS 12578816 -> 12578816 OK
RSS 12578816 -> 12578816 OK
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-31 07:49.47: Job failed: Failed: Build failed