Organisationsygrekocurlf31cdb (remove-ocurl)fedora-42-5.3_opam-2.4

fedora-42-5.3_opam-2.4

Link Copied
Code Copied

Logs

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-42-5.3_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
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-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
# fedora-42-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-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d-fedora-42-5.3_opam-2.4-fd540f1ab3b3b08f284fa8cf730447d3"
2025-07-31 07:25.39: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d)
(comment fedora-42-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-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d' locally
docker.io/ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d: Pulling from ocaml/opam
8fe5e06310fd: Already exists
f61a546cc351: Pulling fs layer
7283b128d7e9: Pulling fs layer
f61a546cc351: Waiting
8573eae5af8c: Pulling fs layer
4250d28b0d75: Pulling fs layer
8573eae5af8c: Waiting
7283b128d7e9: Waiting
53d5a3a1726a: Pulling fs layer
4250d28b0d75: Waiting
53d5a3a1726a: Waiting
f61a546cc351: Verifying Checksum
f61a546cc351: Download complete
f61a546cc351: Pull complete
7283b128d7e9: Verifying Checksum
7283b128d7e9: Download complete
8573eae5af8c: Verifying Checksum
8573eae5af8c: Download complete
4250d28b0d75: Verifying Checksum
4250d28b0d75: Download complete
7283b128d7e9: Pull complete
8573eae5af8c: Pull complete
4250d28b0d75: Pull complete
53d5a3a1726a: Verifying Checksum
53d5a3a1726a: Download complete
53d5a3a1726a: Pull complete
Digest: sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
Status: Downloaded newer image for ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d
2025-07-31 07:48.36 ---> using "840a3e81d40c8eb8551be3c4f11141a973a338ca37fe3cb7b329c0817a307b7d" from cache


/: (comment fedora-42-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 42 - x86_64 - Updates           100% |   3.4 KiB/s |  24.7 KiB |  00m07s
Fedora 42 - x86_64 - Updates           100% | 122.9 KiB/s |   2.7 MiB |  00m22s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-07-31 07:48.36 ---> using "a136c96695e3e417a2a63441c703481aa240e7910d8f28e9632363f04a2f87d5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 07:48.36 ---> using "e39777e12591447bf3048a0a510f89fb9f4f8230189dc6e8734754c3cc1031c5" 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 "1f30c1e27bf19c7967cce3df326454c9604d8aafe7fc6fe07be12c41ac6856cd" 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 "ef8cacb39a2c4c8f3abf97a3ae62ddc980d014a17f680bb61ea1861de17b598e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-31 07:48.36 ---> using "bf3420d19f31097defce3de7eda948322d357dc377afe7681cae3642c63b3831" 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.36 ---> using "7106db9993d28de1172c5ad661ef338258c568add32233d1bcf1d67278e8897b" from cache


/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2025-07-31 07:48.36 ---> saved as "38673063832e8cc0457d1a42676161922f80daeea8b44dcf2fb69c7c045b7dd4"


/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.38 ---> saved as "4c7e20ff6d71b90e7f778283c3860d64083bbe3165b822c8c53a4df44398b850"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 07:48.38 ---> saved as "f94f9af4d3b26a22bcd34172ca3cb5a523965bf4ac3a87a80108c2d0ad765588"


/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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  53.8 KiB/s |   5.8 KiB |  00m00s
-  Fedora 42 - x86_64 - Updates           100% |   2.8 MiB/s |   2.1 MiB |  00m01s
- 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/sbin/sudo "yum" "install" "-y" "libcurl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version         Repository      Size
- Installing:
-  libcurl-devel        x86_64 8.11.1-5.fc42   updates      1.3 MiB
- Installing dependencies:
-  brotli               x86_64 1.1.0-6.fc42    fedora      31.6 KiB
-  brotli-devel         x86_64 1.1.0-6.fc42    fedora      65.6 KiB
-  cmake-filesystem     x86_64 3.31.6-2.fc42   fedora       0.0   B
-  keyutils-libs-devel  x86_64 1.6.3-5.fc42    fedora      48.2 KiB
-  krb5-devel           x86_64 1.21.3-6.fc42   updates    705.9 KiB
-  libcom_err-devel     x86_64 1.47.2-3.fc42   fedora      16.7 KiB
-  libidn2-devel        x86_64 2.3.8-1.fc42    fedora     149.1 KiB
-  libkadm5             x86_64 1.21.3-6.fc42   updates    213.9 KiB
-  libnghttp2-devel     x86_64 1.64.0-3.fc42   fedora     295.4 KiB
-  libpsl-devel         x86_64 0.21.5-5.fc42   fedora     110.3 KiB
-  libselinux-devel     x86_64 3.8-2.fc42      updates    126.8 KiB
-  libsepol-devel       x86_64 3.8-1.fc42      fedora     120.8 KiB
-  libssh-devel         x86_64 0.11.2-1.fc42   updates    178.0 KiB
-  libverto-devel       x86_64 0.3.2-10.fc42   fedora      25.7 KiB
-  openssl-devel        x86_64 1:3.2.4-4.fc42  updates      4.3 MiB
-  pcre2-devel          x86_64 10.45-1.fc42    fedora       2.1 MiB
-  pcre2-utf16          x86_64 10.45-1.fc42    fedora     626.3 KiB
-  pcre2-utf32          x86_64 10.45-1.fc42    fedora     598.2 KiB
-  publicsuffix-list    noarch 20250616-1.fc42 updates    332.8 KiB
-  zlib-ng-compat-devel x86_64 2.2.4-3.fc42    fedora     107.0 KiB
- 
- Transaction Summary:
-  Installing:        21 packages
- 
- Total size of inbound packages is 6 MiB. Need to download 6 MiB.
- After this operation, 11 MiB extra will be used (install 11 MiB, remove 0 B).
- [ 1/21] libkadm5-0:1.21.3-6.fc42.x86_64 100% | 462.9 KiB/s |  76.4 KiB |  00m00s
- [ 2/21] libssh-devel-0:0.11.2-1.fc42.x8 100% | 628.8 KiB/s |  41.5 KiB |  00m00s
- [ 3/21] cmake-filesystem-0:3.31.6-2.fc4 100% | 586.4 KiB/s |  17.6 KiB |  00m00s
- [ 4/21] krb5-devel-0:1.21.3-6.fc42.x86_ 100% | 398.1 KiB/s | 142.5 KiB |  00m00s
- [ 5/21] brotli-devel-0:1.1.0-6.fc42.x86 100% |   4.1 MiB/s |  33.9 KiB |  00m00s
- [ 6/21] brotli-0:1.1.0-6.fc42.x86_64    100% |   3.2 MiB/s |  19.9 KiB |  00m00s
- [ 7/21] libidn2-devel-0:2.3.8-1.fc42.x8 100% |   1.1 MiB/s |  64.0 KiB |  00m00s
- [ 8/21] libnghttp2-devel-0:1.64.0-3.fc4 100% | 705.7 KiB/s |  55.7 KiB |  00m00s
- [ 9/21] libpsl-devel-0:0.21.5-5.fc42.x8 100% |   5.4 MiB/s |  33.2 KiB |  00m00s
- [10/21] zlib-ng-compat-devel-0:2.2.4-3. 100% |   6.3 MiB/s |  38.4 KiB |  00m00s
- [11/21] libselinux-devel-0:3.8-2.fc42.x 100% | 531.7 KiB/s | 151.5 KiB |  00m00s
- [12/21] libsepol-devel-0:3.8-1.fc42.x86 100% |   5.3 MiB/s |  48.4 KiB |  00m00s
- [13/21] keyutils-libs-devel-0:1.6.3-5.f 100% |   1.5 MiB/s |  59.9 KiB |  00m00s
- [14/21] libcom_err-devel-0:1.47.2-3.fc4 100% | 139.5 KiB/s |  16.7 KiB |  00m00s
- [15/21] libverto-devel-0:0.3.2-10.fc42. 100% | 959.8 KiB/s |  14.4 KiB |  00m00s
- [16/21] publicsuffix-list-0:20250616-1. 100% | 620.0 KiB/s |  89.9 KiB |  00m00s
- [17/21] pcre2-devel-0:10.45-1.fc42.x86_ 100% |  12.9 MiB/s | 543.4 KiB |  00m00s
- [18/21] pcre2-utf16-0:10.45-1.fc42.x86_ 100% |   9.4 MiB/s | 241.9 KiB |  00m00s
- [19/21] pcre2-utf32-0:10.45-1.fc42.x86_ 100% |  10.6 MiB/s | 228.7 KiB |  00m00s
- [20/21] libcurl-devel-0:8.11.1-5.fc42.x 100% | 648.9 KiB/s | 881.9 KiB |  00m01s
- [21/21] openssl-devel-1:3.2.4-4.fc42.x8 100% |   1.0 MiB/s |   2.8 MiB |  00m03s
- --------------------------------------------------------------------------------
- [21/21] Total                           100% |   1.7 MiB/s |   5.5 MiB |  00m03s
- Running transaction
- [ 1/23] Verify package files            100% | 954.0   B/s |  21.0   B |  00m00s
- [ 2/23] Prepare transaction             100% | 201.0   B/s |  21.0   B |  00m00s
- [ 3/23] Installing cmake-filesystem-0:3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 4/23] Installing libssh-devel-0:0.11. 100% |  88.2 MiB/s | 180.6 KiB |  00m00s
- [ 5/23] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.5 KiB |  00m00s
- [ 6/23] Installing pcre2-utf32-0:10.45- 100% | 195.0 MiB/s | 599.1 KiB |  00m00s
- [ 7/23] Installing pcre2-utf16-0:10.45- 100% | 153.1 MiB/s | 627.1 KiB |  00m00s
- [ 8/23] Installing pcre2-devel-0:10.45- 100% | 104.6 MiB/s |   2.1 MiB |  00m00s
- [ 9/23] Installing publicsuffix-list-0: 100% | 163.0 MiB/s | 333.8 KiB |  00m00s
- [10/23] Installing libpsl-devel-0:0.21. 100% | 110.9 MiB/s | 113.6 KiB |  00m00s
- [11/23] Installing libverto-devel-0:0.3 100% |  25.7 MiB/s |  26.4 KiB |  00m00s
- [12/23] Installing libcom_err-devel-0:1 100% |   1.1 MiB/s |  18.3 KiB |  00m00s
- [13/23] Installing keyutils-libs-devel- 100% |  27.0 MiB/s |  55.2 KiB |  00m00s
- [14/23] Installing libsepol-devel-0:3.8 100% |  20.9 MiB/s | 128.3 KiB |  00m00s
- [15/23] Installing libselinux-devel-0:3 100% |  39.5 MiB/s | 161.6 KiB |  00m00s
- [16/23] Installing libnghttp2-devel-0:1 100% | 144.8 MiB/s | 296.5 KiB |  00m00s
- [17/23] Installing libidn2-devel-0:2.3. 100% |  76.5 MiB/s | 156.7 KiB |  00m00s
- [18/23] Installing brotli-0:1.1.0-6.fc4 100% |   2.0 MiB/s |  32.3 KiB |  00m00s
- [19/23] Installing brotli-devel-0:1.1.0 100% |   8.3 MiB/s |  68.0 KiB |  00m00s
- [20/23] Installing openssl-devel-1:3.2. 100% | 136.6 MiB/s |   5.2 MiB |  00m00s
- [21/23] Installing libkadm5-0:1.21.3-6. 100% | 105.4 MiB/s | 215.9 KiB |  00m00s
- [22/23] Installing krb5-devel-0:1.21.3- 100% |  33.3 MiB/s | 715.2 KiB |  00m00s
- [23/23] Installing libcurl-devel-0:8.11 100% |  19.7 MiB/s |   1.4 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.11.1-5.fc42.x86_64
2025-07-31 07:48.54 ---> saved as "cd06c670462b8a833bf77aacf8ebf92daf4b3e7b10b29943f17b550460d8320b"


/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.29 ---> saved as "56ee8c428a6e0b681e17fdd554435f920b6919450b1bfc199e73c3a8166f222b"


/src: (copy (src .) (dst /src))
2025-07-31 07:49.29 ---> saved as "44145f7d94af146476ff053a065a6bdf04cac74b29674d20f17caa599975c079"


/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 -> 12582912 OK
RSS 12582912 -> 12582912 OK
RSS 12582912 -> 12582912 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.32: Job failed: Failed: Build failed